From 9d8237e6117653b9dd16b7bb8be5cd88d31d5a6f Mon Sep 17 00:00:00 2001 From: tyler-mairose-sp Date: Tue, 26 Nov 2024 21:34:12 +0000 Subject: [PATCH] Apply automatic changes --- dereferenced/deref-sailpoint-api.v2024.json | 98 +- dereferenced/deref-sailpoint-api.v2024.yaml | 92 +- postman/collections/sailpoint-api-beta.json | 10028 +++++++-------- postman/collections/sailpoint-api-nerm.json | 1612 +-- postman/collections/sailpoint-api-v2024.json | 11274 ++++++++--------- postman/collections/sailpoint-api-v3.json | 6502 +++++----- 6 files changed, 14834 insertions(+), 14772 deletions(-) diff --git a/dereferenced/deref-sailpoint-api.v2024.json b/dereferenced/deref-sailpoint-api.v2024.json index 54176704..7fd23f6b 100644 --- a/dereferenced/deref-sailpoint-api.v2024.json +++ b/dereferenced/deref-sailpoint-api.v2024.json @@ -388815,7 +388815,7 @@ "post": { "operationId": "updateAttributeKeyAndValueToRole", "summary": "Add a Metadata to Role.", - "description": "This API initialize a request to add a single Access Model Metadata to a role by attribute key and attribute value. A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API. Custom metadata update, including ADD and REPLACE need suit licensed.", + "description": "This API initialize a request to add a single Access Model Metadata to a role by attribute key and attribute value. A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API. The maximum number of attributes in one role is 25. Custom metadata update, including ADD and REPLACE need suit licensed.", "tags": [ "Roles" ], @@ -390272,11 +390272,11 @@ "description": "The operation to be performed", "type": "string", "enum": [ - "add", - "remove", - "replace" + "ADD", + "REMOVE", + "REPLACE" ], - "example": "replace" + "example": "REPLACE" }, "replaceScope": { "description": "The choice of update scope.", @@ -390731,11 +390731,11 @@ "description": "The operation to be performed", "type": "string", "enum": [ - "add", - "remove", - "replace" + "ADD", + "REMOVE", + "REPLACE" ], - "example": "replace" + "example": "REPLACE" }, "replaceScope": { "description": "The choice of update scope.", @@ -392032,11 +392032,11 @@ "description": "The operation to be performed", "type": "string", "enum": [ - "add", - "remove", - "replace" + "ADD", + "REMOVE", + "REPLACE" ], - "example": "replace" + "example": "REPLACE" }, "replaceScope": { "description": "The choice of update scope.", @@ -392894,10 +392894,15 @@ "get": { "operationId": "getBulkUpdateStatus", "summary": "Get Bulk-Update Statuses", - "description": "This API returns a list of all bulk update process status of the tenant.\nA token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API. ", + "description": "This API returns a list of all unfinished bulk update process status of the tenant.", + "x-sailpoint-userLevels": [ + "ORG_ADMIN", + "ROLE_ADMIN", + "ROLE_SUBADMIN" + ], "security": [ { - "UserContextAuth": [ + "userAuth": [ "idn:role:update", "idn:role-checked:update" ] @@ -392908,7 +392913,7 @@ ], "responses": { "200": { - "description": "successfully get the status of all bulk updates.", + "description": "successfully get the status of all unfinished bulk updates request.", "content": { "application/json": { "schema": { @@ -392928,13 +392933,11 @@ }, "status": { "type": "string", - "description": "The status of the bulk update request, could also checked by getBulkUpdateStatus API", + "description": "The status of the bulk update request, only list unfinished request's status, the status could also checked by getBulkUpdateStatus API", "enum": [ "CREATED", "PRE_PROCESS", - "PRE_PROCESS_COMPLETED", "POST_PROCESS", - "COMPLETED", "CHUNK_PENDING", "CHUNK_PROCESSING" ], @@ -405482,6 +405485,39 @@ } } }, + "RoleGetAllBulkUpdateResponse": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "ID of the task which is executing the bulk update. This also used in to the bulk-update/** API to track status.", + "example": "2c9180867817ac4d017817c491119a20" + }, + "type": { + "type": "string", + "description": "Type of the bulk update object.", + "example": "Role" + }, + "status": { + "type": "string", + "description": "The status of the bulk update request, only list unfinished request's status, the status could also checked by getBulkUpdateStatus API", + "enum": [ + "CREATED", + "PRE_PROCESS", + "POST_PROCESS", + "CHUNK_PENDING", + "CHUNK_PROCESSING" + ], + "example": "CREATED" + }, + "created": { + "type": "string", + "description": "Time when the bulk update request was created", + "format": "date-time", + "example": "2020-10-08T18:33:52.029Z" + } + } + }, "RoleListFilterDTO": { "description": "AMMFilterValues", "type": "object", @@ -405540,11 +405576,11 @@ "description": "The operation to be performed", "type": "string", "enum": [ - "add", - "remove", - "replace" + "ADD", + "REMOVE", + "REPLACE" ], - "example": "replace" + "example": "REPLACE" }, "replaceScope": { "description": "The choice of update scope.", @@ -405619,11 +405655,11 @@ "description": "The operation to be performed", "type": "string", "enum": [ - "add", - "remove", - "replace" + "ADD", + "REMOVE", + "REPLACE" ], - "example": "replace" + "example": "REPLACE" }, "replaceScope": { "description": "The choice of update scope.", @@ -406512,11 +406548,11 @@ "description": "The operation to be performed", "type": "string", "enum": [ - "add", - "remove", - "replace" + "ADD", + "REMOVE", + "REPLACE" ], - "example": "replace" + "example": "REPLACE" }, "replaceScope": { "description": "The choice of update scope.", diff --git a/dereferenced/deref-sailpoint-api.v2024.yaml b/dereferenced/deref-sailpoint-api.v2024.yaml index 8c0ad490..f2d9b46d 100644 --- a/dereferenced/deref-sailpoint-api.v2024.yaml +++ b/dereferenced/deref-sailpoint-api.v2024.yaml @@ -293754,7 +293754,7 @@ paths: post: operationId: updateAttributeKeyAndValueToRole summary: Add a Metadata to Role. - description: 'This API initialize a request to add a single Access Model Metadata to a role by attribute key and attribute value. A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API. Custom metadata update, including ADD and REPLACE need suit licensed.' + description: 'This API initialize a request to add a single Access Model Metadata to a role by attribute key and attribute value. A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API. The maximum number of attributes in one role is 25. Custom metadata update, including ADD and REPLACE need suit licensed.' tags: - Roles security: @@ -294864,10 +294864,10 @@ paths: description: The operation to be performed type: string enum: - - add - - remove - - replace - example: replace + - ADD + - REMOVE + - REPLACE + example: REPLACE replaceScope: description: The choice of update scope. type: string @@ -295212,10 +295212,10 @@ paths: description: The operation to be performed type: string enum: - - add - - remove - - replace - example: replace + - ADD + - REMOVE + - REPLACE + example: REPLACE replaceScope: description: The choice of update scope. type: string @@ -296253,10 +296253,10 @@ paths: description: The operation to be performed type: string enum: - - add - - remove - - replace - example: replace + - ADD + - REMOVE + - REPLACE + example: REPLACE replaceScope: description: The choice of update scope. type: string @@ -296874,18 +296874,20 @@ paths: get: operationId: getBulkUpdateStatus summary: Get Bulk-Update Statuses - description: |- - This API returns a list of all bulk update process status of the tenant. - A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API. + description: This API returns a list of all unfinished bulk update process status of the tenant. + x-sailpoint-userLevels: + - ORG_ADMIN + - ROLE_ADMIN + - ROLE_SUBADMIN security: - - UserContextAuth: + - userAuth: - 'idn:role:update' - 'idn:role-checked:update' tags: - Roles responses: '200': - description: successfully get the status of all bulk updates. + description: successfully get the status of all unfinished bulk updates request. content: application/json: schema: @@ -296903,13 +296905,11 @@ paths: example: Role status: type: string - description: 'The status of the bulk update request, could also checked by getBulkUpdateStatus API' + description: 'The status of the bulk update request, only list unfinished request''s status, the status could also checked by getBulkUpdateStatus API' enum: - CREATED - PRE_PROCESS - - PRE_PROCESS_COMPLETED - POST_PROCESS - - COMPLETED - CHUNK_PENDING - CHUNK_PROCESSING example: CREATED @@ -306813,6 +306813,32 @@ components: description: Time when the bulk update request was created format: date-time example: 2020-10-08T18:33:52.029Z + RoleGetAllBulkUpdateResponse: + type: object + properties: + id: + type: string + description: ID of the task which is executing the bulk update. This also used in to the bulk-update/** API to track status. + example: 2c9180867817ac4d017817c491119a20 + type: + type: string + description: Type of the bulk update object. + example: Role + status: + type: string + description: 'The status of the bulk update request, only list unfinished request''s status, the status could also checked by getBulkUpdateStatus API' + enum: + - CREATED + - PRE_PROCESS + - POST_PROCESS + - CHUNK_PENDING + - CHUNK_PROCESSING + example: CREATED + created: + type: string + description: Time when the bulk update request was created + format: date-time + example: 2020-10-08T18:33:52.029Z RoleListFilterDTO: description: AMMFilterValues type: object @@ -306883,10 +306909,10 @@ components: description: The operation to be performed type: string enum: - - add - - remove - - replace - example: replace + - ADD + - REMOVE + - REPLACE + example: REPLACE replaceScope: description: The choice of update scope. type: string @@ -306940,10 +306966,10 @@ components: description: The operation to be performed type: string enum: - - add - - remove - - replace - example: replace + - ADD + - REMOVE + - REPLACE + example: REPLACE replaceScope: description: The choice of update scope. type: string @@ -307685,10 +307711,10 @@ components: description: The operation to be performed type: string enum: - - add - - remove - - replace - example: replace + - ADD + - REMOVE + - REPLACE + example: REPLACE replaceScope: description: The choice of update scope. type: string diff --git a/postman/collections/sailpoint-api-beta.json b/postman/collections/sailpoint-api-beta.json index d9516028..ff0a2e36 100644 --- a/postman/collections/sailpoint-api-beta.json +++ b/postman/collections/sailpoint-api-beta.json @@ -5,7 +5,7 @@ "description": "Use this API to create and manage metadata attributes for your Access Model.\nAccess Model Metadata allows you to add contextual information to your ISC Access Model items using pre-defined metadata for risk, regulations, privacy levels, etc., or by creating your own metadata attributes to reflect the unique needs of your organization. This release of the API includes support for entitlement metadata. Support for role and access profile metadata will be introduced in a subsequent release.\n\nCommon usages for Access Model metadata include:\n\n- Organizing and categorizing access items to make it easier for your users to search for and find the access rights they want to request, certify, or manage.\n\n- Providing richer information about access that is being acted on to allow stakeholders to make better decisions when approving, certifying, or managing access rights.\n\n- Identifying access that may requires additional approval requirements or be subject to more frequent review.\n", "item": [ { - "id": "a4030407-f4d8-4e88-8b3a-81a1f93faa03", + "id": "3899d5a2-cb18-46f7-899b-68e2c2608992", "name": "List Access Model Metadata Attributes", "request": { "name": "List Access Model Metadata Attributes", @@ -45,7 +45,7 @@ }, "response": [ { - "id": "f7e3af63-9019-4434-8775-361648d09367", + "id": "af20b014-3242-4462-a282-96a16f247dc0", "name": "OK", "originalRequest": { "url": { @@ -99,7 +99,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09020b5d-4700-4cda-8e1c-47b1dab6bb54", + "id": "a24dd54e-7d53-4202-82ac-40238843af80", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153,7 +153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9477447f-ad2b-43b9-8452-0bc5ed3f9b1a", + "id": "00131eb7-561d-44e9-846f-46ca2754315f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -207,7 +207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03dc1667-1b14-4dcc-875c-34c78f5860fb", + "id": "f1624caa-8a1a-4432-bab4-8cade6777b64", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -261,7 +261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fc65a4d-5fbf-4bd6-b3ff-45fd18a69f7f", + "id": "a1dbfff8-c4c6-4e81-9df5-3c64d9f42e7a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -315,7 +315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92714860-20b5-40e7-9cfc-fcee462422c9", + "id": "0d9076e8-afb5-4a42-a3cf-9f1427606e3b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -375,7 +375,7 @@ } }, { - "id": "a5c7910b-f9ac-4e80-8620-503504048cca", + "id": "f776cd59-5fae-4a11-9696-d7c910cf8682", "name": "Get Access Model Metadata Attribute", "request": { "name": "Get Access Model Metadata Attribute", @@ -417,7 +417,7 @@ }, "response": [ { - "id": "2d9f7624-d32f-497c-a433-6bdead471501", + "id": "75034fbb-031a-4d04-a253-e1254f5b93f0", "name": "OK", "originalRequest": { "url": { @@ -462,7 +462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84bd351d-ed05-4cff-8db3-2472fc81dbe8", + "id": "b1a44cf9-2f1b-4beb-8ce4-367eb2265a37", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -507,7 +507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4efc34d-02a1-4612-a4db-e5b067c9a723", + "id": "fc74b41e-564c-4a0b-91ce-239e27ec11bc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -552,7 +552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "437199dc-59c4-479f-bc77-444a6b906feb", + "id": "bf54d7a5-0352-48a2-8643-2c1469b4dd48", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -597,7 +597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e06dee46-e945-495a-bf39-b86659df166d", + "id": "3c79fa86-ea9e-42cb-a469-565cd1eae8c1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -642,7 +642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67933415-fae0-4bcc-90f3-37270a1ebaf9", + "id": "36b9094d-34c4-4608-ad4b-c46ca0dbd10e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -693,7 +693,7 @@ } }, { - "id": "c4633922-37ab-4fbb-8e9a-768e77a697d7", + "id": "b93b3be6-9e4a-4838-86a7-3cb68676f3a1", "name": "List Access Model Metadata Values", "request": { "name": "List Access Model Metadata Values", @@ -736,7 +736,7 @@ }, "response": [ { - "id": "a1618c3c-9fbf-4d7c-8a35-449f735a2c5e", + "id": "41e0a667-f474-4f96-af1f-e0b35022831b", "name": "OK", "originalRequest": { "url": { @@ -782,7 +782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9ea430f-4caf-4669-a1d7-6a765c811a3d", + "id": "54aebca0-f2a7-4798-8ef2-993caff48635", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -828,7 +828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59120517-ddef-4a04-b99b-982134d60096", + "id": "827ccc1e-358b-4bed-8b2d-b5062da47d92", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -874,7 +874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fe2d3a0-68ad-46fb-a625-f3fe47d4fe0d", + "id": "0e729f77-ac9f-475c-bcc2-130881e892ed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -920,7 +920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddce01e8-b729-46a7-9471-be004ac18de6", + "id": "1139a491-7e7d-415f-9c36-8d0bcd8f30c3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -966,7 +966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01d41d6e-9a25-4089-8acc-4b8db7c3afba", + "id": "785e301b-79f7-486d-8c2b-8fdfe6b23a17", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1018,7 +1018,7 @@ } }, { - "id": "adf2cff1-38a8-4683-a1bb-cf4623d3d5d9", + "id": "e8f64d35-9dfb-459f-8b9a-76e9c2238ef2", "name": "Get Access Model Metadata Value", "request": { "name": "Get Access Model Metadata Value", @@ -1072,7 +1072,7 @@ }, "response": [ { - "id": "161ea41b-0642-45d5-a000-2f85062050c1", + "id": "03394bf0-6f0b-4934-82f9-1f0384c4fe0a", "name": "OK", "originalRequest": { "url": { @@ -1119,7 +1119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "470474e6-12bf-4caf-be60-d3a57cbcc6cc", + "id": "61b0679c-48c8-4717-8dce-28141f2309dc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -1166,7 +1166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4042b7e7-804f-4d60-b942-b9b62cb73c86", + "id": "5601ae03-b4ff-47bb-8795-76092e02c1c7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -1213,7 +1213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64d89883-6559-49fe-9dba-c47c8846028a", + "id": "340887c4-28a1-4853-a813-91cd7a2db038", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -1260,7 +1260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9aeef687-0b4e-4670-8660-67cab5565901", + "id": "585dd1e9-9441-4ee8-95c3-b204d4820046", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -1307,7 +1307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1266f26-1f3d-4c4c-9001-6212a733c921", + "id": "e636a51e-c2ea-4eb9-bba0-81092aedad4c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1366,7 +1366,7 @@ "description": "Use this API to implement and customize access profile functionality.\nWith this functionality in place, administrators can create access profiles and configure them for use throughout Identity Security Cloud, enabling users to get the access they need quickly and securely.\n\nAccess profiles group entitlements, which represent access rights on sources.\n\nFor example, an Active Directory source in Identity Security Cloud can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nAccess profiles are the most important units of access in Identity Security Cloud. Identity Security Cloud uses access profiles in many features, including the following:\n\n- Provisioning: When you use the Provisioning Service, lifecycle states and roles both grant access to users in the form of access profiles.\n\n- Certifications: You can approve or revoke access profiles in certification campaigns, just like entitlements.\n\n- Access Requests: You can assign access profiles to applications, and when a user requests access to the app associated with an access profile and someone approves the request, access is granted to both the application and its associated access profile.\n\n- Roles: You can group one or more access profiles into a role to quickly assign access items based on an identity's role.\n\nIn Identity Security Cloud, administrators can use the Access drop-down menu and select Access Profiles to view, configure, and delete existing access profiles, as well as create new ones.\nAdministrators can enable and disable an access profile, and they can also make the following configurations:\n\n- Manage Entitlements: Manage the profile's access by adding and removing entitlements.\n\n- Access Requests: Configure access profiles to be requestable and establish an approval process for any requests that the access profile be granted or revoked.\nDo not configure an access profile to be requestable without first establishing a secure access request approval process for the access profile.\n\n- Multiple Account Options: Define the logic Identity Security Cloud uses to provision access to an identity with multiple accounts on the source.\n\nRefer to [Managing Access Profiles](https://documentation.sailpoint.com/saas/help/access/access-profiles.html) for more information about access profiles.\n", "item": [ { - "id": "700ab877-dab3-445b-96ea-805eef2f192e", + "id": "15b991c1-7ac4-4458-9927-5447bfa33f6f", "name": "List Access Profiles", "request": { "name": "List Access Profiles", @@ -1468,7 +1468,7 @@ }, "response": [ { - "id": "16529c57-d7c0-4307-bf93-96152126d135", + "id": "1669c8b2-0d89-49be-9090-d316be646e96", "name": "List of access profiles.", "originalRequest": { "url": { @@ -1584,7 +1584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5524e0a-a55e-4ad5-95c4-bc86fd88c4c3", + "id": "bee13001-1ecf-4dfa-b5b3-b9eb2594c7d3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -1700,7 +1700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f40e684-dc8f-40c7-af0d-f84d7d7acf88", + "id": "118a35b9-5c2a-4630-9b92-f2e780a01d56", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -1816,7 +1816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be82a970-fb09-4690-8440-c5a4e1ef2c5f", + "id": "473390d3-4459-41b7-be84-8d037cff7605", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -1932,7 +1932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e62768c-4a32-4d66-830c-96accc80f4e9", + "id": "a62c704a-89db-459e-960a-56101eff72a7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -2048,7 +2048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8c3057a-07be-43e3-997c-25951ca87c33", + "id": "6d9bd14c-640e-4041-941e-20d18af6944c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2170,7 +2170,7 @@ } }, { - "id": "f96737f3-d712-4159-8f23-c2772b538486", + "id": "1718e59b-b32f-4814-b0c1-85cd67f6c38f", "name": "Create Access Profile", "request": { "name": "Create Access Profile", @@ -2212,7 +2212,7 @@ }, "response": [ { - "id": "3c732149-3ff9-4dbb-b391-b4de25fd83c0", + "id": "b2cb2c51-3875-41e0-bd92-0b3aee63df36", "name": "Access profile created.", "originalRequest": { "url": { @@ -2268,7 +2268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d00ed437-162d-4a08-9730-fe821178efe5", + "id": "cc7d43b3-8218-471a-8e19-24742d684f56", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -2324,7 +2324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08d7ae67-45ae-46f1-a4f2-fc2649c219bf", + "id": "43f3f244-0ed3-48ed-acdf-f0df0729be9b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -2380,7 +2380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55f90550-119a-4697-9c92-b70026174ddd", + "id": "1dac5939-8f3c-43ff-9e71-44d43d17767e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -2436,7 +2436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e006bc82-9a91-4f1e-ad10-20b23df653ef", + "id": "7e1861db-648a-42e0-972a-a11e8ebd85a9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -2492,7 +2492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "546811f2-4d64-496f-9bd4-fb4f51bc4fb7", + "id": "8d9a871f-2062-41d8-b651-b40522e24d65", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2554,7 +2554,7 @@ } }, { - "id": "073e40cc-756b-44f4-a249-d5469a4654d7", + "id": "fa9922d5-5664-496d-b379-0a054f4e665f", "name": "Get an Access Profile", "request": { "name": "Get an Access Profile", @@ -2595,7 +2595,7 @@ }, "response": [ { - "id": "d4187608-e73a-4013-98e9-c35725fa3ef9", + "id": "d9b6b726-1b17-4bd9-a90a-648ab4dde3f8", "name": "An AccessProfile", "originalRequest": { "url": { @@ -2639,7 +2639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99e0f931-b478-41bb-aecf-f8b70b8e1384", + "id": "b31c4f6c-04cd-46a2-a54f-9f85a3b8a11d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -2683,7 +2683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b61abe9-2ad5-44ed-a5c2-e0303b75cf31", + "id": "fd8c44ba-89e1-4322-bd03-6d368c922bca", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -2727,7 +2727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9546c8bc-ea99-46d3-b06b-b74e762fc43e", + "id": "05cfd282-2c07-48ee-88c3-0524f6f95578", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -2771,7 +2771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97be5cd3-dcf8-4ae8-88fe-ff2c5962bc64", + "id": "4f2a9b81-6277-4265-ace0-f6ebeeae5c31", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -2815,7 +2815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b79e8fad-c4d4-4873-8804-08113f8d6ed5", + "id": "c61f5360-d60f-4704-bddf-6d71cf670bb7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2865,7 +2865,7 @@ } }, { - "id": "04f0b0fa-a791-45d4-b1f7-7ba21cd8a8d1", + "id": "e19f26d0-5c4e-4357-8944-49e41075588d", "name": "Patch a specified Access Profile", "request": { "name": "Patch a specified Access Profile", @@ -2919,7 +2919,7 @@ }, "response": [ { - "id": "367935ed-3a9a-43d7-97da-70273db4af0e", + "id": "5afd0a50-7c37-4075-9735-b95684845a7f", "name": "Add Entitlements", "originalRequest": { "url": { @@ -2976,7 +2976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e9a347f-f623-4c54-af6f-2c5d95cec991", + "id": "a4bcc57e-3730-491e-af66-b24232a03e07", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -3033,7 +3033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a0cbae1-603c-438e-96eb-df53963a6eb2", + "id": "bf927c27-052a-4755-8014-ac6165123b30", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -3090,7 +3090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5e8379d-e241-4d21-a6e2-5d39fd50c11c", + "id": "c66e49a1-9a5a-48ad-98b5-9fa305ee8fa5", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -3147,7 +3147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4eee2461-a266-4cc2-9502-04dada4f010a", + "id": "13d4ca71-8546-4688-ac74-5513e0464351", "name": "Add Entitlements", "originalRequest": { "url": { @@ -3204,7 +3204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5f3bcf1-8a01-498e-9861-1fce43056b85", + "id": "fe37cbaf-2f07-4cf4-8d9f-7db7d07db145", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -3261,7 +3261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e845546-2e50-4a57-b1d2-02b914177a49", + "id": "3c751499-65cd-4873-985c-0608be3189be", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -3318,7 +3318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4076c15d-7bdb-419d-a5f1-f33a15508541", + "id": "60b6c3e9-f365-4bba-8134-6f27e5644907", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -3375,7 +3375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bbf9bf6-48b7-4117-89a5-e35b7577298e", + "id": "d7a54348-a54d-4f5a-8043-5fbe6dc54c60", "name": "Add Entitlements", "originalRequest": { "url": { @@ -3432,7 +3432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2af3fdf4-8a47-4c68-9c7b-8d72cb5095fa", + "id": "ffc22dc9-ec75-4d86-9826-2dc06d9aec42", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -3489,7 +3489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6345be8-67ed-4dce-86cc-3893bbcb53b5", + "id": "fb59905f-0500-44b2-83ef-097ac700109c", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -3546,7 +3546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "930d378f-14ed-424d-9a8e-a5032373966b", + "id": "f51a3f3d-3ebb-4746-97ef-eed30dfebf47", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -3603,7 +3603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0227ab06-4cd4-48a5-849e-9f95d8ba6393", + "id": "d6d355b8-9274-4cdb-a0ea-c0fb1c9b1d86", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -3660,7 +3660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce197283-5c9f-450c-8b40-1888b3f303e7", + "id": "22b0a7ce-eddf-4b83-bfc5-26383901ba28", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -3717,7 +3717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e39de42b-a158-49e2-b6e2-bede4ea7b903", + "id": "2647b83e-a4d0-404d-a877-dd7e937f3c74", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -3774,7 +3774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb1a240c-2d49-4512-86ff-a915b9504d6d", + "id": "92018328-149f-4b00-9121-aca12ce7b7e0", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -3831,7 +3831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edf27d3d-be90-405c-84a0-139eab9f32e2", + "id": "43055218-dee9-47fc-ba04-b7cf4c3763b6", "name": "Add Entitlements", "originalRequest": { "url": { @@ -3888,7 +3888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cda1b91e-0f8d-4680-9db9-0124bb810c44", + "id": "dcbcda82-db5b-4744-ad53-407623eab124", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -3945,7 +3945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8e497d8-5c34-4a15-b37a-4e17719b7377", + "id": "040c22a4-fac6-4252-b85d-4b8ae7ad1316", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -4002,7 +4002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b53f103-95a4-48c8-afab-12cc677648c6", + "id": "5eeb9bc6-4044-4f80-905e-19779bca60a4", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -4059,7 +4059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2eae1e85-d7a9-4249-ae32-1990709cc46a", + "id": "4e7973c2-f13d-4d04-9be1-d49200d66a5f", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -4116,7 +4116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17301d78-fea2-4b14-8a33-474bd7f36884", + "id": "3ddd4b72-bdbc-45af-a2c2-2b2e96bfa9d8", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -4173,7 +4173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cbabc59-4989-4abf-8498-32b3a2acf0e9", + "id": "159083a1-94ff-4e5f-b805-57cc89ae867b", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -4230,7 +4230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e7107a2-05e5-4772-a99b-c4048627a21b", + "id": "5330f15a-704c-4ec0-a8c8-d3d799f92bd9", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -4293,7 +4293,7 @@ } }, { - "id": "a461d36a-11af-4fc6-be50-6c0e40568460", + "id": "32ed6001-bff7-4fd2-bf4f-c406e9aa1ba6", "name": "Delete the specified Access Profile", "request": { "name": "Delete the specified Access Profile", @@ -4334,7 +4334,7 @@ }, "response": [ { - "id": "4abc7912-1fcd-4968-8d5c-7dc713d5de22", + "id": "35db718a-f818-4983-b154-dda4e590fb78", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -4368,7 +4368,7 @@ "_postman_previewlanguage": "text" }, { - "id": "58ae517f-21a7-4da2-ab4c-5b8cd5569b8d", + "id": "445302d1-59d9-4958-8c9b-4aa0ceb8022e", "name": "Returned when an access profile cannot be deleted as it's being used.", "originalRequest": { "url": { @@ -4412,7 +4412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "574e863d-2c0a-4da4-8743-1093aec2cf56", + "id": "80a5e138-f237-4f0f-a880-c7cfe40d0c76", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -4456,7 +4456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "671f3531-897d-4df4-9840-ee8dd850d182", + "id": "25ce66ae-c13e-4eeb-8e02-a85c114a3b94", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -4500,7 +4500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0586b184-9f4e-46e5-b9b5-30ce4cb7c46e", + "id": "df8f22f0-fcdf-44a7-9006-4d648b94f5ba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -4544,7 +4544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4216f3aa-cd87-41d8-8382-d03af17ee29f", + "id": "fa1c2217-df12-4711-bcb5-04327d0221ca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4594,7 +4594,7 @@ } }, { - "id": "1abbc029-877f-44b6-9a95-2f1de5ee83de", + "id": "a857ad4c-2a41-4d9b-af28-dc01814b1b5d", "name": "Delete Access Profile(s)", "request": { "name": "Delete Access Profile(s)", @@ -4637,7 +4637,7 @@ }, "response": [ { - "id": "60a25dcf-cf98-45df-aef3-38c4c23a89f7", + "id": "2f548ae6-c2e0-42de-891b-00628d80ca96", "name": "Returned only if **bestEffortOnly** is **false**, and one or more Access Profiles are in use.", "originalRequest": { "url": { @@ -4694,7 +4694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a3b0d71-2e4b-4483-8935-fda4d04b5943", + "id": "cac84122-2c62-4389-9615-955cfa0082e5", "name": "Returned if at least one deletion will be performed.", "originalRequest": { "url": { @@ -4751,7 +4751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "197a3e62-ea1e-4d9d-b4af-40b3a30df410", + "id": "89f67187-ae1a-4fb2-afd2-9b6653f8ff92", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4808,7 +4808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c526798-cf2d-4cd3-a430-3930d680ad80", + "id": "f7324936-e0fe-4b44-b7c7-489eff353727", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -4865,7 +4865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af903dc0-91d2-4479-bc22-3f7a083a227c", + "id": "1a9fc175-f2aa-4279-82e2-675caaa91026", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -4922,7 +4922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f9dbd7c-e31c-4020-b0ad-92d50c1eae9b", + "id": "3245fda9-e2f5-4f8f-a0ca-e63fecf31c7b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -4979,7 +4979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46fc0afd-8ac9-4644-b13e-ca1c30a5bedf", + "id": "53350a2a-35ae-4b2a-a0be-9ae151a4dc7d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5042,7 +5042,7 @@ } }, { - "id": "3d617cdd-c5da-4c74-a109-2675a35f2ffa", + "id": "f570ab52-ebfe-495a-a55a-17cb34ab3543", "name": "Update Access Profile(s) requestable field.", "request": { "name": "Update Access Profile(s) requestable field.", @@ -5085,7 +5085,7 @@ }, "response": [ { - "id": "9b293bb6-745a-4f8e-8a91-4c67342a57bb", + "id": "15ac86df-3349-41a6-a786-87400cfd4baf", "name": "List of updated and not updated Access Profiles.", "originalRequest": { "url": { @@ -5142,7 +5142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00601511-fa4e-4406-bddc-d9fd00dbfd7e", + "id": "7ed37a3f-ac62-448a-80b1-426f712c91b7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5199,7 +5199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b1a98e6-e1cb-460b-ba96-faca3748ba92", + "id": "94dba927-70fa-4030-ad43-ba3d3b5c69d3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5256,7 +5256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "261667cf-6537-43cd-8346-691fc1802212", + "id": "53da176f-82c2-4c17-a62b-28418f72392b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5313,7 +5313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c88499d-a537-497d-bac5-ea1125216bde", + "id": "05fcdc29-e255-4f0e-8679-342374a128d6", "name": "Precondition Failed - Returned in response if API/Feature not enabled for an organization.", "originalRequest": { "url": { @@ -5370,7 +5370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29532fc7-68e3-432e-8727-425c8b179273", + "id": "a4657760-d106-491d-9f64-fc60def01b4f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -5427,7 +5427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0315c539-be23-4678-808a-6092512501b2", + "id": "c68f0975-ddea-425d-853a-e78de34a63b0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5490,7 +5490,7 @@ } }, { - "id": "c9e4bbc2-57c6-4cc8-9102-0e0a0e63d1c1", + "id": "b785165c-92a1-4caa-926e-b60f90816b86", "name": "List Access Profile's Entitlements", "request": { "name": "List Access Profile's Entitlements", @@ -5578,7 +5578,7 @@ }, "response": [ { - "id": "3fc4008c-93a3-429a-906e-e2efae8011cd", + "id": "af3e5cfd-c8e8-4dc2-a7fa-46fd30f5b1a6", "name": "List of entitlements.", "originalRequest": { "url": { @@ -5669,7 +5669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45051ca7-69f2-48f8-9528-9234283ddc2b", + "id": "ebf0c783-2384-43e4-9604-8cfd6a00aa1d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5760,7 +5760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10736bf0-ce2f-4529-b2cb-cf283d8062ee", + "id": "e3d9d27b-e15d-44f0-a7d5-7e23da59d0d6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5851,7 +5851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee399317-d44d-41fd-b331-8bd2bef3d13f", + "id": "853b94c8-2c4d-43e1-8245-a32b56e17f4a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5942,7 +5942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "260a33cb-580c-48a1-a5db-77a847579b7b", + "id": "ecb41632-f476-41f9-887e-4aff89df612d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6033,7 +6033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c81ccc3e-0f26-4898-9b72-7652a4c984e7", + "id": "d89095fa-9425-4a28-8217-d5d44e5db0c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6136,7 +6136,7 @@ "description": "Use this API to implement and customize access request approval functionality.\nWith this functionality in place, administrators can delegate qualified users to review users' requests for access or managers' requests to revoke team members' access to applications, entitlements, or roles.\nThis enables more qualified users to review access requests and the others to spend their time on other tasks.\n\nIn Identity Security Cloud, users can request access to applications, entitlements, and roles, and managers can request that team members' access be revoked.\nFor applications and entitlements, administrators can set access profiles to require approval from the access profile owner, the application owner, the source owner, the requesting user's manager, or a governance group for access to be granted or revoked.\nFor roles, administrators can also set roles to allow access requests and require approval from the role owner, the requesting user's manager, or a governance group for access to be granted or revoked.\nIf the administrator designates a governance group as the required approver, any governance group member can approve the requests.\n\nWhen a user submits an access request, Identity Security Cloud sends the first required approver in the queue an email notification, based on the access request configuration's approval and reminder escalation configuration.\n\nIn Approvals in Identity Security Cloud, required approvers can view pending access requests under the Requested tab and approve or deny them, or the approvers can reassign the requests to different reviewers for approval.\nIf the required approver approves the request and is the only reviewer required, Identity Security Cloud grants or revokes access, based on the request.\nIf multiple reviewers are required, Identity Security Cloud sends the request to the next reviewer in the queue, based on the access request configuration's approval reminder and escalation configuration.\nThe required approver can then view any completed access requests under the Reviewed tab.\n\nRefer to [Access Requests](https://documentation.sailpoint.com/saas/help/requests/index.html) for more information about access request approvals.\n", "item": [ { - "id": "aaed0de3-91ff-4675-9a20-0e72230142a3", + "id": "cfed46a8-5c09-47d1-9936-e458299b6042", "name": "Pending Access Request Approvals List", "request": { "name": "Pending Access Request Approvals List", @@ -6160,7 +6160,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -6196,7 +6196,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -6205,7 +6205,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -6221,7 +6221,7 @@ }, "response": [ { - "id": "ec172aea-95d9-4feb-b163-ee125f253dd2", + "id": "de5f192f-a07d-481c-aafb-fb534a2be87d", "name": "List of Pending Approvals.", "originalRequest": { "url": { @@ -6240,7 +6240,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -6276,7 +6276,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -6285,7 +6285,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -6320,7 +6320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbbd7b0d-6276-435c-a1ed-28fc95f07c50", + "id": "a5e16cba-31ed-442c-84f9-e41e66ff876c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -6339,7 +6339,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -6375,7 +6375,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -6384,7 +6384,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -6419,7 +6419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3dbcce0-0f31-4863-8684-f7d150b9a974", + "id": "f2b13297-c0e4-4443-93b0-b3586753406f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -6438,7 +6438,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -6474,7 +6474,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -6483,7 +6483,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -6518,7 +6518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd246629-f64b-4246-9a95-6b405a0c4471", + "id": "0965b242-85ad-4205-8053-7a208e23f574", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6537,7 +6537,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -6573,7 +6573,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -6582,7 +6582,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -6617,7 +6617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49fa4fea-d3ad-47ea-abf6-9bc31426f3be", + "id": "a39ea7ea-64a7-4472-9435-dcc9fafc21c6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6636,7 +6636,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -6672,7 +6672,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -6681,7 +6681,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -6722,7 +6722,7 @@ } }, { - "id": "084e4610-303b-4c99-a120-b0b66497cbc2", + "id": "fef5a320-6c10-4dd8-9079-00887077fa64", "name": "Completed Access Request Approvals List", "request": { "name": "Completed Access Request Approvals List", @@ -6746,7 +6746,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -6782,7 +6782,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -6791,7 +6791,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -6807,7 +6807,7 @@ }, "response": [ { - "id": "0fb3a746-21e6-46b4-96c3-de77314e6d5e", + "id": "c397dc3d-c691-4407-a3f0-aaa66012e75a", "name": "List of Completed Approvals.", "originalRequest": { "url": { @@ -6826,7 +6826,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -6862,7 +6862,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -6871,7 +6871,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -6906,7 +6906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf78483d-9d89-45ae-bd1e-8fc04d9c6ac8", + "id": "d4dc3132-6128-4408-9290-105ea6a6ab52", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -6925,7 +6925,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -6961,7 +6961,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -6970,7 +6970,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -7005,7 +7005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7347f28d-aff7-4161-8b21-473298f28c64", + "id": "9630a3cf-c985-451d-a702-af77a44954b0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7024,7 +7024,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -7060,7 +7060,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -7069,7 +7069,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -7104,7 +7104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ca032fc-839c-43e8-9d31-ff90bc378b4e", + "id": "5f00f637-41cd-4481-aa88-a4b77917cbc5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7123,7 +7123,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -7159,7 +7159,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -7168,7 +7168,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -7203,7 +7203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30d7d084-bf3b-41a4-ae76-eb742e8e8a7d", + "id": "9304dd65-6b2c-4e23-b10c-9572bfc29e1a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7222,7 +7222,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -7258,7 +7258,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -7267,7 +7267,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -7308,7 +7308,7 @@ } }, { - "id": "c2696bd0-4b41-4253-b3a7-6efcaa299d48", + "id": "e37b0ca1-5310-4d19-80da-3d3287904d3c", "name": "Approve Access Request Approval", "request": { "name": "Approve Access Request Approval", @@ -7363,7 +7363,7 @@ }, "response": [ { - "id": "d63252e2-8512-46a7-ad8b-8eae427e2d6b", + "id": "807ed87a-e31b-40bb-ae89-5a0ac8099671", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -7421,7 +7421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a044f4e3-f412-4520-9e5b-b24c8cb0e979", + "id": "132a4dc4-b276-4012-998c-019ff0f010a4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7479,7 +7479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0572a8eb-045d-44f2-b87e-3bbbae521a3d", + "id": "b25f96f4-55a5-4d6b-b29d-959da8d65614", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7537,7 +7537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6f5fadb-2ae6-45af-b968-1d9a631e04bd", + "id": "115525ca-97e6-4b1d-b6c3-7c804d64d1b9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7595,7 +7595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87dea041-2e7a-4d83-b1c7-6bd6aa3b07dd", + "id": "336e1f1d-e35c-4c04-8a06-79a2f47e64e9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -7653,7 +7653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2ceb22d-8b43-46a9-b938-1c794aecabe6", + "id": "1e4dd897-f302-4b77-b622-d483cd165056", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7711,7 +7711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84e8d87b-b143-445d-aff4-2f31be2cc292", + "id": "01d5e426-d8fd-402f-ba61-d4ca66b206e8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7775,7 +7775,7 @@ } }, { - "id": "493e7b03-cf46-47d2-acc3-07c4657aca20", + "id": "ae5cebbe-a32c-4fe4-bc91-588b8878dbeb", "name": "Reject Access Request Approval", "request": { "name": "Reject Access Request Approval", @@ -7830,7 +7830,7 @@ }, "response": [ { - "id": "0401b7b9-f8a9-4e39-a9b5-7da37d9eb45b", + "id": "00acc2a0-2c4f-46d6-9ab3-993c23a89b40", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -7888,7 +7888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bfc0de2-9b9d-4c2c-8c49-930de32c3bd1", + "id": "c8e4fb35-4150-4185-af64-7dba2a2e048a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7946,7 +7946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42d4f607-d736-403b-b518-a66863e4db36", + "id": "8d2ca0d6-c15a-48ca-bde8-f051ed2ab108", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8004,7 +8004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a81b5f29-8f09-407f-91dc-1e1515402ad0", + "id": "e389d51d-fdf5-4cce-828b-fb04626a5647", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8062,7 +8062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32b0ec83-8c4c-49cd-8d5b-df69660a8b8f", + "id": "3cef6e64-1455-477e-8a16-e5820e4350f6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -8120,7 +8120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ad6cc56-9675-41c6-b6fa-2dd0523ce64e", + "id": "a6ed9c88-b565-4389-8068-7b655570d287", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8178,7 +8178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24fd59db-986e-4c71-bef7-24bc88c38409", + "id": "18a820bc-3702-4b77-8509-e4104b0e7b5a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8242,7 +8242,7 @@ } }, { - "id": "fc930199-2370-49f5-b961-79f92aa3252a", + "id": "926fff3c-deec-4db4-9ba7-d21daeb87766", "name": "Forward Access Request Approval", "request": { "name": "Forward Access Request Approval", @@ -8286,7 +8286,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"non voluptate mollit\",\n \"comment\": \"esse non adipisicing\"\n}", + "raw": "{\n \"newOwnerId\": \"officia consectetur aliquip\",\n \"comment\": \"culpa enim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8297,7 +8297,7 @@ }, "response": [ { - "id": "e4f2794f-649d-489b-a9a1-a3c34d152af9", + "id": "23ac0237-5086-41f8-9be8-9f2a665abda1", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -8333,7 +8333,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"non voluptate mollit\",\n \"comment\": \"esse non adipisicing\"\n}", + "raw": "{\n \"newOwnerId\": \"officia consectetur aliquip\",\n \"comment\": \"culpa enim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8355,7 +8355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b12900b-1d5c-4ca6-99e1-6e4be917c134", + "id": "6b5b038d-e559-48e1-888b-6629002ab5e7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8391,7 +8391,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"non voluptate mollit\",\n \"comment\": \"esse non adipisicing\"\n}", + "raw": "{\n \"newOwnerId\": \"officia consectetur aliquip\",\n \"comment\": \"culpa enim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8413,7 +8413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9e8d3b7-a872-4c95-8e27-32d6f88b2397", + "id": "d8bdd318-a573-43b8-b885-126fc8b22e4e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8449,7 +8449,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"non voluptate mollit\",\n \"comment\": \"esse non adipisicing\"\n}", + "raw": "{\n \"newOwnerId\": \"officia consectetur aliquip\",\n \"comment\": \"culpa enim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8471,7 +8471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9abb10a9-569c-466e-b951-09a92a759992", + "id": "8a6a4000-650b-4843-9dd8-3d568fc6ffd5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8507,7 +8507,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"non voluptate mollit\",\n \"comment\": \"esse non adipisicing\"\n}", + "raw": "{\n \"newOwnerId\": \"officia consectetur aliquip\",\n \"comment\": \"culpa enim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8529,7 +8529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7821efc9-3d74-4b2e-b190-389bf65552d0", + "id": "9ad1d0f1-ad30-4de6-a1a8-c243c516614f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -8565,7 +8565,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"non voluptate mollit\",\n \"comment\": \"esse non adipisicing\"\n}", + "raw": "{\n \"newOwnerId\": \"officia consectetur aliquip\",\n \"comment\": \"culpa enim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8587,7 +8587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "834076c2-8a23-4912-9291-b1e860f9a4ce", + "id": "717cfab2-f418-4b80-b683-9aae6209b741", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8623,7 +8623,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"non voluptate mollit\",\n \"comment\": \"esse non adipisicing\"\n}", + "raw": "{\n \"newOwnerId\": \"officia consectetur aliquip\",\n \"comment\": \"culpa enim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8645,7 +8645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8304c24b-039c-4d12-b6e4-7bf19956eac6", + "id": "a093339a-0be7-4deb-90fc-68cddc124bae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8681,7 +8681,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"non voluptate mollit\",\n \"comment\": \"esse non adipisicing\"\n}", + "raw": "{\n \"newOwnerId\": \"officia consectetur aliquip\",\n \"comment\": \"culpa enim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8709,7 +8709,7 @@ } }, { - "id": "2050a192-9292-4202-9822-632088609303", + "id": "905444ba-557c-49b8-8545-e98e9569b377", "name": "Get Access Requests Approvals Number", "request": { "name": "Get Access Requests Approvals Number", @@ -8758,7 +8758,7 @@ }, "response": [ { - "id": "19eab126-aee2-4286-99c3-b8afcb6721e2", + "id": "da5a0566-74c6-486e-b75f-9796a18993e0", "name": "Number of pending, approved, rejected access request approvals.", "originalRequest": { "url": { @@ -8816,12 +8816,12 @@ "value": "application/json" } ], - "body": "{\n \"pending\": -13301050,\n \"approved\": 39419535,\n \"rejected\": -75930288\n}", + "body": "{\n \"pending\": -52534536,\n \"approved\": 64115000,\n \"rejected\": 6784477\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "58303ed1-678e-46be-add4-f018135579f0", + "id": "ec3c58c4-b5db-4efd-8c95-be890b2beb30", "name": "Client Error - Returned if the query parameter is invalid.", "originalRequest": { "url": { @@ -8884,7 +8884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba54030d-b589-4882-a902-7965f602a7b9", + "id": "78fd930b-6e5b-464c-8474-7977be0577ab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8947,7 +8947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79efbb76-85f7-48ac-a2d8-5a8ff039a35d", + "id": "42ea56d0-33b0-4942-b09c-8ef48e559089", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9010,7 +9010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef1a415b-2ec4-42d7-907f-0c0166e91c6e", + "id": "1973631f-f77d-4ed1-bdec-65f815370f3f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -9073,7 +9073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c94cf2f0-f69d-4758-9d59-2495cc342b7b", + "id": "d8b403a5-bba2-4fea-8604-f327de352d3c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9148,7 +9148,7 @@ "description": "Use this API to implement access request identity metrics functionality.\nWith this functionality in place, access request reviewers can see relevant details about the requested access item and associated source activity. \nThis allows reviewers to see how many of the identities who share a manager with the access requester have this same type of access and how many of them have had activity in the related source. \nThis additional context about whether the access has been granted before and how often it has been used can help those approving access requests make more informed decisions.\n", "item": [ { - "id": "789549bc-7c60-42a7-8304-eb1626e93e2f", + "id": "750f1809-26dd-4b82-a694-cb9201b7554b", "name": "Return access request identity metrics", "request": { "name": "Return access request identity metrics", @@ -9213,7 +9213,7 @@ }, "response": [ { - "id": "f5de2068-ba75-4c52-8168-789e4e3887c8", + "id": "0a6166b6-d995-4f1b-8e83-72b4dea9d417", "name": "Summary of the resource access and source activity for the direct reports of the provided manager.", "originalRequest": { "url": { @@ -9261,7 +9261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74a27512-d8de-434b-8eaf-9ca1eb5fa1cc", + "id": "fbf758e0-5899-43f1-a6e4-2d3380404044", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9309,7 +9309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8613282f-5877-4904-b72c-64d897e4fd11", + "id": "e72fb395-1b49-4619-b6e1-c59226f0b10a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -9357,7 +9357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0a1d5a2-94b4-457c-a885-787c6cf424a5", + "id": "fa9a2ea4-2154-4cf8-a05d-1b612c250707", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9405,7 +9405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b83d5d0-ef87-4911-87e6-a6bfa30ac036", + "id": "a84f4830-6a09-4686-a96b-04d02a98e645", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -9453,7 +9453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c58e69a-65a7-4050-a926-cb785c004f72", + "id": "ffd5731f-9439-44f9-b044-c11de2b8a303", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9513,7 +9513,7 @@ "description": "Use this API to implement and customize access request functionality.\nWith this functionality in place, users can request access to applications, entitlements, or roles, and managers can request that team members' access be revoked.\nThis allows users to get access to the tools they need quickly and securely, and it allows managers to take away access to those tools.\n\nIdentity Security Cloud's Access Request service allows end users to request access that requires approval before it can be granted to users and enables qualified users to review those requests and approve or deny them.\n\nIn the Request Center in Identity Security Cloud, users can view available applications, roles, and entitlements and request access to them.\nIf the requested tools requires approval, the requests appear as 'Pending' under the My Requests tab until the required approver approves, rejects, or cancels them.\n\nUsers can use My Requests to track and/or cancel the requests.\n\nIn My Team on the Identity Security Cloud Home, managers can submit requests to revoke their team members' access.\nThey can use the My Requests tab under Request Center to track and/or cancel the requests.\n\nRefer to [Requesting Access](https://documentation.sailpoint.com/saas/user-help/requests/requesting_access.html) for more information about access requests.\n", "item": [ { - "id": "aa8c6821-c3d8-4e0b-bae6-d7cb2ca0b742", + "id": "6e6a5818-ea5b-48bb-a629-21322bb8ecd1", "name": "Submit Access Request", "request": { "name": "Submit Access Request", @@ -9555,7 +9555,7 @@ }, "response": [ { - "id": "78589606-fa3f-407c-95ff-c5ffd098582f", + "id": "f53ffeda-8b78-4cda-a41a-8e0154104a5b", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -9611,7 +9611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "698cace1-934e-4cba-b173-d5db68b9f536", + "id": "97a20783-e01c-40c1-a7a6-e8431a46af66", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9667,7 +9667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16066959-c292-4790-a28b-f6e051f2503f", + "id": "3e29e36c-a53a-4d0a-a493-452119062599", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -9723,7 +9723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2626d16-6fbb-4486-b8d1-524a812cd15e", + "id": "3265a5e0-5279-46d8-a5e2-05beb0cbd6fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9779,7 +9779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f0b4562-0444-4d89-a98b-35e0dd5f3ace", + "id": "d1cf5a61-1622-409a-8746-5c94e0cc420e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -9835,7 +9835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4b8974e-0de3-45ee-b1c2-5fd8c37d6b45", + "id": "f98e31c3-81b4-4989-b559-8c3de9e25c66", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9897,7 +9897,7 @@ } }, { - "id": "dfd8ab2a-ef39-467a-97d0-8fdee573c6f2", + "id": "ab26a906-6bbf-4e80-a315-71719b1bf405", "name": "Cancel Access Request", "request": { "name": "Cancel Access Request", @@ -9940,7 +9940,7 @@ }, "response": [ { - "id": "2b6cef2e-ae15-4ac6-a633-41b4affcc181", + "id": "d0044a10-9c7a-41ea-9ae8-cb747fc33512", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -9997,7 +9997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3d15302-900e-4cbb-830b-0cdef108bfda", + "id": "3f9c98d6-4d5c-40fc-9e0b-bb754fdd28d0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10054,7 +10054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3e8698e-d4cc-4b3e-a1c9-5ad978ada0c5", + "id": "44c3fe72-9548-44ae-b750-757861ff54ef", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10111,7 +10111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e699c46-2732-47fe-acb8-9a88e4bc6853", + "id": "2a44d093-0eaa-406a-b914-64bc612968ea", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10168,7 +10168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5163e099-dfa7-4731-bd1c-edd8eafaab7a", + "id": "94ba21ad-5e53-4f5f-8031-78dc17b40267", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -10225,7 +10225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52e83f3a-f2bb-49c6-923a-a9a23f8754ab", + "id": "5c1e8000-ae4f-448a-b8d9-59cdc3b390a6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10282,7 +10282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b66e6ad2-cf55-4aa9-b3d3-8b359f71b392", + "id": "1e2c6ff9-437e-4e80-8053-05313a8f27ce", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10345,7 +10345,7 @@ } }, { - "id": "6394d1dc-2cc5-4114-86a6-1ae7873d1c25", + "id": "77614843-4dee-4446-828b-9d21f5961eba", "name": "Close Access Request", "request": { "name": "Close Access Request", @@ -10388,7 +10388,7 @@ }, "response": [ { - "id": "d44d7c41-9ec4-4810-ad18-8cd58473ba2c", + "id": "a028bcfd-0192-4fd8-82f9-f17281aac77e", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -10445,7 +10445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "416c6433-e323-4b09-b470-0264f463e9b2", + "id": "73676f03-dace-453c-9d2c-3ab2841d5f9f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10502,7 +10502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d473a5b-3c90-4853-b379-8afdb1a39474", + "id": "a0a3911b-3b20-46fd-a1d6-b29ad85c6214", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10559,7 +10559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39a59cfc-5926-4a85-b00e-47f42067c826", + "id": "c02b7e03-8154-4479-ace4-9e5b0c1c5314", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10616,7 +10616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf350631-8be8-4eec-83f2-eaacf542fffa", + "id": "d9cb8a96-d4b7-4830-950a-919c13d1bd94", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10673,7 +10673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcad6b59-2ce6-4f07-8e3b-c54d93f41d3a", + "id": "0247b344-ff9b-4e46-b2bd-a6c867a788e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10736,7 +10736,7 @@ } }, { - "id": "b8b5b30f-ca85-4544-b261-3a2d1fbe285c", + "id": "20cb6452-a473-4f00-bfe5-cec510770de3", "name": "Get Access Request Configuration", "request": { "name": "Get Access Request Configuration", @@ -10765,7 +10765,7 @@ }, "response": [ { - "id": "ccd82e25-8993-4de5-95b0-d09e852df03f", + "id": "28c82c42-c80c-49f8-88e3-210fc6ffa58b", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -10808,7 +10808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f9d87a8-2c24-40f0-91ce-0f648da3415e", + "id": "4fbb049e-50fa-4664-b03b-14712580571e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10851,7 +10851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66ff9766-8101-4b96-b198-be4f120e15ac", + "id": "532691d7-fe93-4d1e-b548-984773e7cd82", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10894,7 +10894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c5eaecd-9cb5-47c7-a0f7-57d0f382347d", + "id": "5ca15c78-ed4e-4fe9-8964-cddb402d4db8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10937,7 +10937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77577063-8900-4d8d-9b87-24190c2ee94e", + "id": "6aacda4d-c0a1-4103-a42b-1be8a46652d2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10980,7 +10980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "194d8d3c-f608-4dde-b71d-8bac5d4d1476", + "id": "9ccdf651-6c53-4227-a199-f207ee4c3ff0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11029,7 +11029,7 @@ } }, { - "id": "07e274bd-0fc2-4ace-b95e-78c34dc36455", + "id": "8f4bf286-e064-4213-a685-037a8e9b3c3a", "name": "Update Access Request Configuration", "request": { "name": "Update Access Request Configuration", @@ -11071,7 +11071,7 @@ }, "response": [ { - "id": "d2073f97-d0b7-4e1b-8a8b-5b9cf010ac60", + "id": "5cdd2a1e-f5bc-4699-8368-762c1fe83f2f", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -11127,7 +11127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3049b948-3ea3-4b16-8c0b-df3f9be74e5b", + "id": "aa9093c8-de11-4865-a9ef-554231a0eff6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11183,7 +11183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fe82828-d218-4960-b69a-ed2c9bfe0f6b", + "id": "6fa20604-e373-4e4f-88b6-cf2d76797a5c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11239,7 +11239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43767e8b-0676-4014-8e84-776bc057204c", + "id": "827db337-598b-4e25-8083-c84aaa9ea538", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11295,7 +11295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23a70bf2-3f8f-436d-bc12-b19b0f4ec6ba", + "id": "e17f2b4d-4b35-4fa0-ac7f-9780f9e22005", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11351,7 +11351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1aaf825-c4d6-4e40-a441-89a3d9c8115a", + "id": "60306ace-1bcd-45f3-9ca6-a3933a35579f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11413,7 +11413,7 @@ } }, { - "id": "6b01319f-1153-40e1-a9c1-3f89ce6ac729", + "id": "df85e659-9af6-4dc0-bffd-f72301edfb11", "name": "Access Request Status", "request": { "name": "Access Request Status", @@ -11533,7 +11533,7 @@ }, "response": [ { - "id": "0e7a8777-6143-49c8-a581-e39bfb34edde", + "id": "4e27f50b-f735-4a40-a1dc-d6aba258291a", "name": "List of requested item statuses.", "originalRequest": { "url": { @@ -11667,7 +11667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d019c3a-e896-4941-96c6-c87a0d67a1cd", + "id": "555feb72-fd37-4524-b12b-4bf3dcad9764", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11801,7 +11801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed71b674-14fa-4362-8176-1b90e478b410", + "id": "b4a30d23-4c51-4cf5-860c-3b7ffbc2952a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11935,7 +11935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0eda576b-9baa-4da9-9b40-c0b41d28e5e4", + "id": "e15b3ed8-2fb1-4310-9052-aca9557b6d8c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12069,7 +12069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00db8bcf-1942-4454-b4a1-97f8e5745ec2", + "id": "02dd7ad6-c55c-4bda-af0c-a2e7ede71ec1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12203,7 +12203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61be9c1c-9946-4c9f-bc94-86ea487ddacd", + "id": "3670427f-6558-4457-a682-ad32859a7dd0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12349,7 +12349,7 @@ "description": "Use this API to implement account activity tracking functionality.\nWith this functionality in place, users can track source account activity in Identity Security Cloud, which greatly improves traceability in the system.\n\nAn account activity refers to a log of each action performed on a source account. This is useful for auditing the changes that occur on an account throughout its life.\nIn Identity Security Cloud's Search, users can search for account activities and select the activity's row to get an overview of the activity's account action and view its progress, its involved sources, and its most basic metadata, such as the identity requesting the option and the recipient.\n\nAccount activity includes most actions Identity Security Cloud completes on source accounts. Users can search in Identity Security Cloud for the following account action types:\n\n- Access Request: These include any access requests the source account is involved in.\n\n- Account Attribute Updates: These include updates to a single attribute on an account on a source.\n\n- Account State Update: These include locking or unlocking actions on an account on a source.\n\n- Certification: These include actions removing an entitlement from an account on a source as a result of the entitlement's revocation during a certification.\n\n- Cloud Automated `Lifecyclestate`: These include automated lifecycle state changes that result in a source account's correlated identity being assigned to a different lifecycle state.\nIdentity Security Cloud replaces the `Lifecyclestate` variable with the name of the lifecycle state it has moved the account's identity to.\n\n- Identity Attribute Update: These include updates to a source account's correlated identity attributes as the result of a provisioning action.\nWhen you update an identity attribute that also updates an identity's lifecycle state, the cloud automated `Lifecyclestate` event also displays.\nAccount Activity does not include attribute updates that occur as a result of aggregation.\n\n- Identity Refresh: These include correlated identity refreshes that occur for an account on a source whenever the account's correlated identity profile gets a new role or updates.\nThese also include refreshes that occur whenever Identity Security Cloud assigns an application to the account's correlated identity based on the application's being assigned to All Users From Source or Specific Users From Source.\n\n- Lifecycle State Refresh: These include the actions that took place when a lifecycle state changed. This event only occurs after a cloud automated `Lifecyclestate` change or a lifecycle state change.\n\n- Lifecycle State Change: These include the account activities that result from an identity's manual assignment to a null lifecycle state.\n\n- Password Change: These include password changes on sources.\n\nRefer to [Account Activity](https://documentation.sailpoint.com/saas/help/search/index.html#account-activity) for more information about account activities.\n", "item": [ { - "id": "5efcf7f9-c0d3-4b1b-94b5-bb8b2ae348c1", + "id": "5e1c3c7e-4b88-4ec7-aa0c-865b64abce0b", "name": "List Account Activities", "request": { "name": "List Account Activities", @@ -12372,7 +12372,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12381,7 +12381,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12390,7 +12390,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12399,7 +12399,7 @@ "type": "text/plain" }, "key": "type", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12435,7 +12435,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12444,7 +12444,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -12460,7 +12460,7 @@ }, "response": [ { - "id": "db4d5724-b16b-4aed-9357-2d82f7fa263c", + "id": "11763ebe-2fec-49f8-b540-9f39f2eeb241", "name": "List of account activities", "originalRequest": { "url": { @@ -12478,7 +12478,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12487,7 +12487,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12496,7 +12496,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12505,7 +12505,7 @@ "type": "text/plain" }, "key": "type", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12541,7 +12541,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12550,7 +12550,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -12580,12 +12580,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"PENDING\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"PENDING\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"reprehenderit05\": \"consequat laboris occaecat mini\",\n \"magna25_\": \"ex in do pariatur in\",\n \"reprehenderit4\": \"dolor occae\"\n },\n \"cancelable\": true,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n },\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"PENDING\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"PENDING\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"labore03\": \"officia dol\",\n \"Excepteur_095\": \"sed ad commodo\",\n \"Ut_dbc\": \"eu do\"\n },\n \"cancelable\": true,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"PENDING\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"PENDING\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"Duisfe\": \"Ut dolore laborum\"\n },\n \"cancelable\": true,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n },\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"PENDING\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"PENDING\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"irurea\": \"nisi ullamc\",\n \"ullamcobc2\": \"cupidatat magna\"\n },\n \"cancelable\": true,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e5a6dcf4-1de5-429e-805b-8397fd97f265", + "id": "1d37b743-88eb-4d49-adfe-2dc9efe5e607", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12603,7 +12603,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12612,7 +12612,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12621,7 +12621,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12630,7 +12630,7 @@ "type": "text/plain" }, "key": "type", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12666,7 +12666,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12675,7 +12675,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -12710,7 +12710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d04cf04f-9464-480b-b66d-edad1ab6f2a3", + "id": "23ded0f7-43e1-4ead-a6f6-898e35ea5dbe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12728,7 +12728,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12737,7 +12737,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12746,7 +12746,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12755,7 +12755,7 @@ "type": "text/plain" }, "key": "type", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12791,7 +12791,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12800,7 +12800,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -12835,7 +12835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c44dd37-8034-43ab-927b-105f2d6d37f8", + "id": "fc4333fb-569c-46d9-9313-4092d3a5a3e2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12853,7 +12853,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12862,7 +12862,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12871,7 +12871,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12880,7 +12880,7 @@ "type": "text/plain" }, "key": "type", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12916,7 +12916,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12925,7 +12925,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -12960,7 +12960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a93f93e4-3d3d-4023-9e56-009c183c55a2", + "id": "465ff844-0df1-4e20-80a3-2b5c7b9e9ddd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12978,7 +12978,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12987,7 +12987,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -12996,7 +12996,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -13005,7 +13005,7 @@ "type": "text/plain" }, "key": "type", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -13041,7 +13041,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -13050,7 +13050,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -13085,7 +13085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35c65d5d-4f55-43ee-b9ea-1a9d75e06579", + "id": "7d70f822-f48f-40a5-a88f-a87e9b69f16c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13103,7 +13103,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -13112,7 +13112,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -13121,7 +13121,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -13130,7 +13130,7 @@ "type": "text/plain" }, "key": "type", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -13166,7 +13166,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -13175,7 +13175,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -13216,7 +13216,7 @@ } }, { - "id": "abf56966-e8c7-4666-81c9-b44d5d05ae2d", + "id": "7a3bbdb5-b5af-4c49-a3e8-c466432aff04", "name": "Get Account Activity", "request": { "name": "Get Account Activity", @@ -13257,7 +13257,7 @@ }, "response": [ { - "id": "938a4b26-5b76-49db-866c-b6e36cb2592b", + "id": "5ed4a635-8841-4f11-b53d-0a0ad352710d", "name": "An account activity object", "originalRequest": { "url": { @@ -13296,12 +13296,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"PENDING\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"PENDING\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"nulla_c\": \"dolore sint cillum\",\n \"qui1\": \"consequat quis\"\n },\n \"cancelable\": false,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n}", + "body": "{\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"PENDING\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"PENDING\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"exercitation_593\": \"officia proident eu est consequa\"\n },\n \"cancelable\": true,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6206a621-2c0d-4fb8-8ea7-9f96e92dbb8b", + "id": "8c1bbed3-3009-4c8f-8a7c-80358026bdf2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13345,7 +13345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "484908ac-0e22-4d66-bb9a-77aa18d7ab36", + "id": "4cd38171-2866-4c9d-9400-d1876cdb2087", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13389,7 +13389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3c2b6ac-f235-4f5a-aa1d-a669e2a26bb9", + "id": "4f8c6099-a872-4402-a637-b87c71e0eeee", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13433,7 +13433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d319aee-4891-48af-a0e2-a2ac68d40efc", + "id": "f2bbc3e8-e0ba-47e1-8847-8b5975623c11", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13477,7 +13477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12a46db3-617c-4740-899c-a54c0e957dd6", + "id": "c8cbbdaf-ca59-42c2-8c20-43d7e75f1db0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13521,7 +13521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad437748-f06a-47f1-a9c2-5674434b0198", + "id": "a6736ff1-1017-4ff2-9df5-61b860b48b67", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13577,7 +13577,7 @@ "description": "Use this API to implement account aggregation progress tracking functionality.\nWith this functionality in place, administrators can view in-progress account aggregations, their statuses, and their relevant details.\n\nAn account aggregation refers to the process Identity Security Cloud uses to gather and load account data from a source into Identity Security Cloud.\n\nWhenever Identity Security Cloud is in the process of aggregating a source, it adds an entry to the Aggregation Activity Log, along with its relevant details.\nTo view aggregation activity, administrators can select the Connections drop-down menu, select Sources, and select the relevant source, select its Import Data tab, and select Account Aggregation.\nIn Account Aggregation, administrators can view the account aggregations' statuses and details in the Account Activity Log.\n\nRefer to [Loading Account Data](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html) for more information about account aggregations.\n", "item": [ { - "id": "9e35ff0c-7101-44bc-b2d0-1ac570c97e5c", + "id": "9772dc3a-0565-4445-935f-0c53266b4356", "name": "In-progress Account Aggregation status", "request": { "name": "In-progress Account Aggregation status", @@ -13619,7 +13619,7 @@ }, "response": [ { - "id": "cd2e55c2-248b-4d82-8aa4-6d4e6078eb13", + "id": "25a725e2-2afc-4bca-8a77-6a01818c8169", "name": "An account aggregation status object", "originalRequest": { "url": { @@ -13664,7 +13664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7b133e3-95c7-46c5-a4b3-f2d13576af8a", + "id": "67000688-b051-4cd8-84c9-edad2844eb5e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13709,7 +13709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b99b95bf-6bef-4027-9daa-2d2e10f72a9a", + "id": "b825e3df-7623-4f50-a17c-adbcaf411beb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13754,7 +13754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fda4e408-e502-4853-8bb0-8830413497cd", + "id": "a20a994c-5e9d-484f-9e0f-8356d77941cc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13799,7 +13799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "696d4ee7-dc31-48ac-a386-0bffd460a814", + "id": "139ca81f-f7e3-4049-a234-33612d340412", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13844,7 +13844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "754e8c63-4826-4903-8f61-84deabce5c72", + "id": "e8c8a1db-5043-41b7-ac3b-ce91611ccb1e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13901,7 +13901,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": "e0b83cf3-8d14-454f-93f9-dd2f9bd5f729", + "id": "553d9b6e-f9f7-4633-aead-d6be1c26c43d", "name": "Returns account usage insights", "request": { "name": "Returns account usage insights", @@ -13980,7 +13980,7 @@ }, "response": [ { - "id": "54d243c3-3f88-48b9-8cb1-8907f624ea56", + "id": "25e48c24-b92f-43bd-8434-0481668add93", "name": "Summary of account usage insights for past 12 months.", "originalRequest": { "url": { @@ -14062,7 +14062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7141f17-8aec-4926-ad0c-9dc4c25309be", + "id": "94074203-a795-4538-90cb-c51222598724", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14144,7 +14144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d94eafac-f9d4-4e8b-9ef2-4ec58357ce0f", + "id": "8484a79a-2ae7-486e-b5db-f3406026bcf6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14226,7 +14226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96706c14-8727-4475-98c6-6f86a51e81cb", + "id": "8239c5d1-33d7-462c-833f-24c3160474f2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14308,7 +14308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1c94187-ac29-4ed7-bd42-21fa96f292a6", + "id": "e0259170-dd65-47dc-9c83-48d3d7f5f603", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14390,7 +14390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f959240-e9bb-44b9-a4e5-159edca0733d", + "id": "ecdb572f-7e47-45c3-ae6b-e88b4613add7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14484,7 +14484,7 @@ "description": "Use this API to implement and customize account functionality.\nWith this functionality in place, administrators can manage users' access across sources in Identity Security Cloud.\n\nIn Identity Security Cloud, an account refers to a user's account on a supported source.\nThis typically includes a unique identifier for the user, a unique password, a set of permissions associated with the source and a set of attributes. Identity Security Cloud loads accounts through the creation of sources in Identity Security Cloud.\n\nAdministrators can correlate users' identities with the users' accounts on the different sources they use.\nThis allows Identity Security Cloud to govern the access of identities and all their correlated accounts securely and cohesively.\n\nTo view the accounts on a source and their correlated identities, administrators can use the Connections drop-down menu, select Sources, select the relevant source, and select its Account tab.\n\nTo view and edit source account statuses for an identity in Identity Security Cloud, administrators can use the Identities drop-down menu, select Identity List, select the relevant identity, and select its Accounts tab.\nAdministrators can toggle an account's Actions to aggregate the account, enable/disable it, unlock it, or remove it from the identity.\n\nAccounts can have the following statuses:\n\n- Enabled: The account is enabled. The user can access it.\n\n- Disabled: The account is disabled, and the user cannot access it, but the identity is not disabled in Identity Security Cloud. This can occur when an administrator disables the account or when the user's lifecycle state changes.\n\n- Locked: The account is locked. This may occur when someone has entered an incorrect password for the account too many times.\n\n- Pending: The account is currently updating. This status typically lasts seconds.\n\nAdministrators can select the source account to view its attributes, entitlements, and the last time the account's password was changed.\n\nRefer to [Managing User Accounts](https://documentation.sailpoint.com/saas/help/common/users/user_access.html#managing-user-accounts) for more information about accounts.\n", "item": [ { - "id": "2ab9bf70-84d0-48f5-90f5-b23c61bbac83", + "id": "6aeda41f-ecea-4be7-9b2b-76f5e1e223c1", "name": "Accounts List", "request": { "name": "Accounts List", @@ -14568,7 +14568,7 @@ }, "response": [ { - "id": "e808bae9-2ffc-4499-8f58-426fbe32a838", + "id": "171929c5-29ac-41c5-8463-fc9ffdd8f47f", "name": "SlimAccounts", "originalRequest": { "url": { @@ -14666,7 +14666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9384dc50-2b1f-44dc-911f-449370e4750d", + "id": "f9b6aa68-3427-4d68-b792-4f46150e34cc", "name": "FullAccounts", "originalRequest": { "url": { @@ -14764,7 +14764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00ef2343-7d7f-4910-99a9-340fb8cfac99", + "id": "eff50d7d-9b0d-4a29-91b0-4eb2a10d9b86", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14862,7 +14862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8be74f19-21bc-4099-966b-6702376e5e7f", + "id": "1fb5ddb3-909e-4a53-9a59-056e9a1ee77f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14960,7 +14960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d29961cc-29f6-4ecd-bf27-0508aae65ba8", + "id": "5ca03843-e22b-4ab7-9c12-0fcb43e5b608", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15058,7 +15058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55ad5614-e067-4004-ab98-dfd847c273bc", + "id": "47e97928-f4de-4e9b-aefe-4f4eb73a8472", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15156,7 +15156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3d5d58d-2a56-4584-aee9-5c6136955fbb", + "id": "26554c90-a62a-4e3c-ba5b-01abf35db1f8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15260,7 +15260,7 @@ } }, { - "id": "ef8f594e-4fb6-45ec-9617-3705841f4053", + "id": "29c716a8-fc6f-4560-95e7-eb426cc87744", "name": "Create Account", "request": { "name": "Create Account", @@ -15302,7 +15302,7 @@ }, "response": [ { - "id": "b13ed199-2fd9-4e9e-b508-b19163da4a0f", + "id": "f548a75f-e657-48b8-b0b1-f2d5afcb11ac", "name": "Async task details", "originalRequest": { "url": { @@ -15358,7 +15358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c91b0f7-e032-4922-b620-61e6fad98671", + "id": "9fc5bb8c-dccc-4861-863b-0dfa663457c4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15414,7 +15414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e48f4ea-fee5-4df5-8e4f-787412cfdbe4", + "id": "a25e61ed-be6f-42bd-a477-2c5e95579bb7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15470,7 +15470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab45d7c1-aadc-4eb4-bbc9-8dc07ea827df", + "id": "c4df567d-63d6-450d-b9a9-84b93a12cb72", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15526,7 +15526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49d62a00-6bb5-4464-952d-591c23929927", + "id": "897fdd77-8646-4e65-a985-1729672a5275", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15582,7 +15582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3217be70-c6d9-4308-8853-fd19624cb80a", + "id": "fc1edc78-ecac-4271-9f0c-0544bb149ff2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15644,7 +15644,7 @@ } }, { - "id": "62617aaf-1cff-4d31-a9dd-fe4f336ac91c", + "id": "df3c1b0c-0662-49ba-aa24-1050d4b687cf", "name": "Account Details", "request": { "name": "Account Details", @@ -15685,7 +15685,7 @@ }, "response": [ { - "id": "7eee0ec5-4e69-4d50-be92-e1a0d5ec5480", + "id": "05e4a971-a967-4890-9a14-958158cbcd97", "name": "Account object.", "originalRequest": { "url": { @@ -15729,7 +15729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aaf12a3a-3322-4e2a-8b29-cd687fa9e439", + "id": "abc9b550-345c-4b0d-b29a-6e360393759d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15773,7 +15773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfaa0700-738a-408a-a16c-d1357f5ff7a1", + "id": "48118c3d-b685-4e87-b000-7934104c890f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15817,7 +15817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0921c8e5-d1c3-46de-b871-25442226d104", + "id": "6963e42e-9ee5-4781-966e-faf7f9b99ca6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15861,7 +15861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81a279f3-871e-4512-9f29-880cf14fa5dc", + "id": "0f93a659-77ac-48ec-a614-2c5a1fe6ad07", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -15905,7 +15905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b83c6f34-4772-4008-af1f-243e11d4a31e", + "id": "25633f7e-5b2b-4232-9258-722b98da57b3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15949,7 +15949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42e00050-5501-4c53-a2f4-3e4205ffdda6", + "id": "ffd6cf71-488a-42dd-bfdf-9c2f13aed1ba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15999,7 +15999,7 @@ } }, { - "id": "514042b4-b700-4d80-83c2-b056114f8176", + "id": "d314f956-68a7-408d-bbcf-782ac36b4501", "name": "Update Account", "request": { "name": "Update Account", @@ -16053,7 +16053,7 @@ }, "response": [ { - "id": "b0c3361e-19f2-4078-a61c-07757cb4c0fa", + "id": "98aef108-769f-4d40-9213-aadb0c6199c0", "name": "Accepted. Update request accepted and is in progress.", "originalRequest": { "url": { @@ -16110,7 +16110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "617754af-c9ba-4393-ba06-a93f7662c401", + "id": "682a4ac5-2733-4d48-8ec4-411fe28ef5fb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16167,7 +16167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5c0bb08-4bda-4daa-bb71-9bc90ef9bf78", + "id": "d02202c2-3076-4930-b4b1-25ac8c973e70", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16224,7 +16224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "207b5d49-d1a0-4db3-9d4a-b264194bfc13", + "id": "2f23bce1-580b-4d49-8cfe-ec2b03e4a44b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16281,7 +16281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f566593-7b3b-45d0-856b-64988e216f6a", + "id": "611de0ba-1b1f-42f5-b5e4-d03c30655d9c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16338,7 +16338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed033c0a-518f-4eed-8695-ed2ec5b3d26a", + "id": "e37ec738-ca61-44a1-8106-5bcc8fdfe325", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16395,7 +16395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c3c3a82-791e-487a-ae9f-adbfa6a80758", + "id": "ae9867ac-b5ce-4ec8-b990-a535cf0bed77", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16458,7 +16458,7 @@ } }, { - "id": "b8f358a8-6a08-4754-847f-ff8cac1b7cf3", + "id": "eb800ab0-d069-432d-bfcb-f044f59f12d1", "name": "Update Account", "request": { "name": "Update Account", @@ -16512,7 +16512,7 @@ }, "response": [ { - "id": "3b9eb5f6-e5d0-460c-95b7-8962295b0a45", + "id": "36d723a7-c987-4d95-86c5-cba4d4c14d2d", "name": "Async task details.", "originalRequest": { "url": { @@ -16569,7 +16569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9af2a148-2303-4a1a-8009-198235562c8c", + "id": "48e3fdb2-43df-4d6b-b359-a6fbbdb1c74f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16626,7 +16626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a363fbc-e915-4ce5-85d2-f109e846014a", + "id": "51df271f-9018-400b-9f07-d98002118695", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16683,7 +16683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d472dd0a-6782-42f1-94b7-71c314c1d505", + "id": "2ae77c8f-f56c-4864-9f22-0a69c89dc2b4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16740,7 +16740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f640103-0218-4df6-aaa2-51b810ddeb2c", + "id": "f011c87f-0440-498e-b5c8-0682bcafae0d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16797,7 +16797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "636a751c-7a13-4dc2-a16c-1317cad81b1b", + "id": "7be9ff65-b7bc-489c-b6fa-c7237f75ab29", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16854,7 +16854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d836f1ef-b899-4757-b3fe-37b0158ccfc1", + "id": "5c9e710d-fa9e-42b2-92c8-27a0c4967713", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16917,7 +16917,7 @@ } }, { - "id": "e2da06f6-e3b7-4e6e-bed3-b871c675d925", + "id": "1649cbf6-c1df-457c-b1a4-a3e3b533cd68", "name": "Delete Account", "request": { "name": "Delete Account", @@ -16958,7 +16958,7 @@ }, "response": [ { - "id": "74abd2e8-e7d8-46f5-8414-32d1e4613bd6", + "id": "7f450b11-e17c-4713-9b54-19e9ac5c8275", "name": "Async task details.", "originalRequest": { "url": { @@ -17002,7 +17002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3ac31d2-69f7-4f51-ba94-6e442c031e5e", + "id": "9b0369dc-1c93-43bf-83f6-be6c4cdb85b7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17046,7 +17046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3c53f68-d2d4-4e0a-8023-8de0f613e9cf", + "id": "998e433c-0fa9-4916-b650-ce5d9ff65c5e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17090,7 +17090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "228151e9-fc8e-4229-8d20-fcbd144817be", + "id": "5316f649-8393-43fe-967d-a321bcb49094", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17134,7 +17134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07c4d82a-39a5-4e05-a685-e86bbe8dd0f9", + "id": "37b436dc-eb1f-4b52-8c4d-544fe9f2a09f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -17178,7 +17178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f8e6864-c756-44fd-8e6f-fb2b67677a94", + "id": "ab90dc26-0288-4ed7-b93c-f8c142b19771", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17222,7 +17222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb7d446c-a0d2-4c15-8855-666d8e452e37", + "id": "87d2df8e-7778-4703-92e1-afefc608f8b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17272,7 +17272,7 @@ } }, { - "id": "aa90ef72-899e-45c9-9882-8ee47a14280d", + "id": "8227c0a8-680e-4bf1-a405-174d6baf4cf7", "name": "Account Entitlements", "request": { "name": "Account Entitlements", @@ -17342,7 +17342,7 @@ }, "response": [ { - "id": "5b8c163e-6ef3-4e67-8fef-b35c3df87c95", + "id": "b87ef14b-e270-47e9-93a7-cf26801ffc04", "name": "An array of account entitlements", "originalRequest": { "url": { @@ -17415,7 +17415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6abfd0b-f614-454f-a7ee-781d9b429d16", + "id": "9ba4f814-7d68-4197-8dca-8129bf1a1938", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17488,7 +17488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "655a86d9-b736-422f-aca2-2d0c8cfe8e26", + "id": "3a0387c3-b7f7-4191-8dfe-7f01e2a7b225", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17561,7 +17561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d166c340-0f39-4703-b53b-4ea7517fd3e9", + "id": "9494aa19-d2f6-479f-a778-f957af98c4e3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17634,7 +17634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5104656a-2ea7-43f7-ba6c-9102d770376a", + "id": "f2791a6f-ff33-487c-885a-afaf2d0d0c53", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -17707,7 +17707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c7a8ac6-ff8e-4eca-bc02-aea3f6834223", + "id": "8194a01a-e47c-4977-8cd5-121367323297", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17780,7 +17780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "286c015c-ba38-48ca-8a1e-a8240915a49b", + "id": "9c1db294-5c0d-40ae-a3f8-54085b15f9f7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17859,7 +17859,7 @@ } }, { - "id": "55a8c901-4b9e-4681-98b9-8042ad181c99", + "id": "ce178066-fb39-4c45-b1c9-c91f7484670c", "name": "Reload Account", "request": { "name": "Reload Account", @@ -17901,7 +17901,7 @@ }, "response": [ { - "id": "89045a33-50d6-4de1-b990-1c481162aa3f", + "id": "806a9208-1520-4167-a5ec-20e95d658ebb", "name": "Async task details", "originalRequest": { "url": { @@ -17946,7 +17946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed312b60-5e21-4638-adb9-ea35a91c1a71", + "id": "91922153-da3b-4b55-9e48-d46bebd6fd6f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17991,7 +17991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5aaf6c1-1ee5-418a-ba70-8bf488e820dd", + "id": "4f4486a8-2618-4485-94ef-2b231f3f4858", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18036,7 +18036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d3885d0-aecb-4c5f-9b0c-9e1b0005b597", + "id": "bb291d24-a3b7-492c-b1df-bb76c13d0c49", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18081,7 +18081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a08c5126-43ca-4711-9d04-b80b48ffe040", + "id": "53908574-64d0-42c1-a092-f11e92d04258", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -18126,7 +18126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50eb950f-dfb6-4a20-ac82-753000348b2a", + "id": "45c8d1b1-4acc-4708-9142-25f1210d9512", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18171,7 +18171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9013b74a-633c-4104-8b5a-bf412b1b2398", + "id": "42c25334-4d3b-46b0-bf3a-7f68e907ee8c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18222,7 +18222,7 @@ } }, { - "id": "7c89a1f6-b073-473a-99fc-6f01b676e1a5", + "id": "bf29d75b-e18f-46f4-bb14-89b43012b7b3", "name": "Enable Account", "request": { "name": "Enable Account", @@ -18277,7 +18277,7 @@ }, "response": [ { - "id": "f697abfc-026a-432b-b3bd-efa91b2cf190", + "id": "3764001a-8300-445e-87c5-d49da1556136", "name": "Async task details", "originalRequest": { "url": { @@ -18335,7 +18335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcb237e8-bc02-4bf6-abb0-180c6ee823a4", + "id": "cc0e79bb-40d4-4a4e-98fd-f2c946e832cb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18393,7 +18393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "886f77ba-e42e-4d38-9f60-5a6a8afb2d5e", + "id": "d0795f3a-6ddd-468c-b5dd-0b89bf58d4e7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18451,7 +18451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f74506e-5fc8-479e-b1f9-d06172590f8e", + "id": "d57c1410-e716-4563-9043-645d2cf7813f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18509,7 +18509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e0c0aa6-8ae7-4f64-bcb4-7cdd885219a6", + "id": "3ca82b93-305f-428f-916c-97e4df26c1cd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -18567,7 +18567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4002274-6667-4006-a4bb-cf75d459ab21", + "id": "9534eea5-1d8c-474e-bb0e-0c9ceb38a70d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18625,7 +18625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f955304-9d7a-41ac-a048-a66cacc33947", + "id": "82d59431-8bb3-4984-8f96-5c047103f4d3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18689,7 +18689,7 @@ } }, { - "id": "7db9c96c-08f0-45d0-93ed-74f976180d4d", + "id": "53dc664f-990d-4730-af73-ef47e5b7ff61", "name": "Disable Account", "request": { "name": "Disable Account", @@ -18744,7 +18744,7 @@ }, "response": [ { - "id": "757426d4-956e-4f2d-8c9a-d8ad0aa66a9d", + "id": "97d03a03-dc45-489a-b1bf-8336f23d9688", "name": "Async task details", "originalRequest": { "url": { @@ -18802,7 +18802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5add4847-b78d-403f-ad38-dca2bd70d14d", + "id": "4d21dde1-ad60-45c6-89f5-127ba4927b32", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18860,7 +18860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41649f4a-0dac-4db3-b599-4f025c489094", + "id": "4f4aa734-aca2-4c96-b2f7-2f10126e2685", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18918,7 +18918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b44abd9-27bf-4461-b7ea-fd254194997d", + "id": "922c0f68-b0b6-4656-b37f-3dce486ae3b6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18976,7 +18976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a5620c9-a887-4ef6-b534-d9154b59e4d6", + "id": "e9a51f1f-b194-483d-aca3-2f9ec9f04d31", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -19034,7 +19034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95fcff50-1fc1-431d-bef5-e89a6b4fdf03", + "id": "babc9547-384a-48eb-b4cb-07d39aac2174", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19092,7 +19092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd4bc55f-faa8-4508-9581-34ed08929877", + "id": "8ccf2a0c-470b-4396-97f0-5d323c7c0219", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19156,7 +19156,7 @@ } }, { - "id": "bc93cd9f-3f35-4fd7-a5ee-1a5d71949f96", + "id": "25fa2d6d-ad3e-4357-b6f8-747db661c130", "name": "Unlock Account", "request": { "name": "Unlock Account", @@ -19211,7 +19211,7 @@ }, "response": [ { - "id": "57bde9ef-ab61-4803-8b65-611520b61285", + "id": "f1550f51-eb30-4054-93c1-5545b9a14625", "name": "Async task details", "originalRequest": { "url": { @@ -19269,7 +19269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20cf8ecd-2e5b-414e-9af2-e65b6fccbb7b", + "id": "cdae0d4b-c636-43b2-bf76-f03bbf865eed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19327,7 +19327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79b1e603-2518-460b-a2a2-55e8cf4fbfd4", + "id": "e93e4137-e16d-4348-8f91-73eb5e135a00", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19385,7 +19385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbf068e4-9af7-4613-b9b3-3b33691f9df0", + "id": "78a6b2aa-a160-49b0-b328-0ce11654f428", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19443,7 +19443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ed351a1-5bb1-40cf-853e-4945a4297485", + "id": "0f393845-ff33-47bf-9777-fca873200c7b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -19501,7 +19501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f291fcc-ac7e-4f12-975e-613d34e5f0ea", + "id": "6cc78d39-2265-455c-b355-bb071cb79cf8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19559,7 +19559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d2d071f-dead-4384-b141-8677467dcc8d", + "id": "cb1e35cd-e746-4102-8a88-dfd590286d36", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19623,7 +19623,7 @@ } }, { - "id": "eb0c28b4-f4f4-4a2d-8859-8afd3f91845a", + "id": "c52feb35-c8f4-42e6-9f6f-c5284aa6d562", "name": "Remove Account", "request": { "name": "Remove Account", @@ -19665,7 +19665,7 @@ }, "response": [ { - "id": "4bc2ad8f-9860-401c-bfae-3ff14485323b", + "id": "98b0918e-ca13-4ce5-a964-13d24ad28c8a", "name": "Accepted. Returns task result details of removal request.", "originalRequest": { "url": { @@ -19710,7 +19710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3831762-5e81-4539-99c9-346ae729ad5a", + "id": "6586e867-2731-4b68-acc5-a15fefae4d13", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19755,7 +19755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a31a47f-528c-493e-8043-2e18625192b3", + "id": "5b44fa8b-d2a0-4abe-88bb-ed3b82d69faa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19800,7 +19800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b2c0b73-d93c-4bc7-ac04-14f323d290c2", + "id": "d23ebe39-9c71-4e11-ac7c-4742a97cfd1c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19845,7 +19845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "685ea1a8-e792-49d8-87d6-3abc31069d8a", + "id": "a9766dc5-e1c5-43f8-8993-f798081c2c58", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19890,7 +19890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fd6ac7f-d728-426b-b0c4-1e1b108459f3", + "id": "80a8b258-7717-4a45-985e-e24dc81558e3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19941,7 +19941,7 @@ } }, { - "id": "2828dfbb-1dc6-40cf-b6c0-98cab5d247ec", + "id": "3a4cf47e-f323-46bf-a1a7-530ae0c8ad8e", "name": "Enable IDN Account for Identity", "request": { "name": "Enable IDN Account for Identity", @@ -19983,7 +19983,7 @@ }, "response": [ { - "id": "ed459aa1-f02c-48fb-9f88-04670610d770", + "id": "874792b7-1c2e-49e3-bfae-22c726797d1e", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -20028,7 +20028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f15cacd-a05b-4376-90e2-614b12bd1766", + "id": "167ec25f-d624-40c8-863b-3da2ef91da82", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20073,7 +20073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f39e146-16e1-4038-ab7a-9e2dd25bdd4d", + "id": "0504740d-5365-4b7a-891e-3a14ded9cf13", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20118,7 +20118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a0b2905-44de-4a57-b355-935f6775e15f", + "id": "ae5fdb7d-2ea2-4c9a-a3d9-978ce3397fc0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20163,7 +20163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abe77995-6f06-411e-b8cf-45a168d5b11d", + "id": "9c4ef072-fb4a-4662-836b-ef72da89a1ad", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -20208,7 +20208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4920f2b1-1017-4065-916b-5fca30ffb5b4", + "id": "9330d914-1290-4d33-95a0-30910f0788d7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20253,7 +20253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fe32c2f-6d1c-47e1-b29f-08a50ce236b1", + "id": "52d908ba-741d-482d-99de-2d383937e8fd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20304,7 +20304,7 @@ } }, { - "id": "66ac5f72-9d2d-470b-aeae-0b6277b6a27d", + "id": "2e535994-d120-44b6-9961-986fd0c93394", "name": "Disable IDN Account for Identity", "request": { "name": "Disable IDN Account for Identity", @@ -20346,7 +20346,7 @@ }, "response": [ { - "id": "6b06b971-6d40-428e-a814-aa4d114a15ed", + "id": "c7002b9c-bb55-4c7b-a00c-6c626aeedaaf", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -20391,7 +20391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d733a5c-7dd3-401a-9f66-b4c8889c8304", + "id": "aee34c9d-2ddf-42cd-9f08-321bd9057b74", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20436,7 +20436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5d1bd65-1309-4907-9cdf-47500e9f94ac", + "id": "dc8e01ea-b1aa-466a-8bdc-343456ebf9e3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20481,7 +20481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8860fc8a-b122-439b-a9bb-e85ec528fb67", + "id": "6d67a45d-e5f8-4186-af19-2de6e3a38a86", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20526,7 +20526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f62ebd3-b0d5-46ad-ae5f-48e0810da696", + "id": "d495e6b2-d000-4953-8eb3-027aaa1e4c38", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -20571,7 +20571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e53b052-e3da-43d0-b1a3-f2826086f853", + "id": "ed4f8d17-5aa3-4d10-ba70-0ab6266d5373", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20616,7 +20616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75e0e378-a1d0-46df-94ba-8144e08bffc2", + "id": "7efa05ff-3331-43ed-9d93-fd409de2c10a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20667,7 +20667,7 @@ } }, { - "id": "3f4f5572-c0db-4ada-b1d7-d716602c7faa", + "id": "db170193-77f9-43f4-b0cf-ff1f9926c242", "name": "Enable IDN Accounts for Identities", "request": { "name": "Enable IDN Accounts for Identities", @@ -20710,7 +20710,7 @@ }, "response": [ { - "id": "b00ee3ea-4027-4f76-9c84-1c3cdb973e32", + "id": "04f971ac-f815-4d3c-b973-3662956bdaa6", "name": "Bulk response details.", "originalRequest": { "url": { @@ -20767,7 +20767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcd01dda-0e1f-4cd4-b79e-3de34d0fe759", + "id": "fc26ef47-1262-4f99-a9f6-ed0bc421d961", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20824,7 +20824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6770f61-7fe2-4e60-98e7-ab2eb7d1c7c3", + "id": "146df112-db19-4d46-99d3-7516339faa7b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20881,7 +20881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ddabb0a-290c-40a2-bd39-8283938f2e2a", + "id": "2ac6a238-ea02-4141-846e-c67eee788b8b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20938,7 +20938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "387c9cbe-447e-44c9-b682-a4c7f36350d6", + "id": "ca4e00c6-847f-4188-8cd0-7590fa52ee68", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20995,7 +20995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c86e52f-3bd0-4e5a-84ba-a7355b7a275f", + "id": "f89ec87b-06b1-423c-9422-0903b6d9e978", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21058,7 +21058,7 @@ } }, { - "id": "7a24bc94-940c-4f29-a46a-668539be666f", + "id": "f774865c-0d3e-432b-a7ed-c44e2ad1016e", "name": "Disable IDN Accounts for Identities", "request": { "name": "Disable IDN Accounts for Identities", @@ -21101,7 +21101,7 @@ }, "response": [ { - "id": "7738f68b-970f-46d6-b134-e8bb610176a8", + "id": "40b22417-ca5f-4ecc-bc43-0af5a4c138c6", "name": "Bulk response details.", "originalRequest": { "url": { @@ -21158,7 +21158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5268434-f1d1-4c59-b01b-145372ef0309", + "id": "023c30e9-d5cc-4cc2-b473-adc45509f4c0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21215,7 +21215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "361542cc-656d-4c43-a3e8-4acbcb3e28ae", + "id": "ba107dad-0777-474a-8c28-fb9050048904", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21272,7 +21272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d670c18-8844-4499-a8c2-27e4cb5cedcf", + "id": "47f515c6-1db6-4029-b8ff-ab587094d66e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21329,7 +21329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baf433e4-3751-4b28-98fe-9254b1c0f71e", + "id": "1b265c15-9bfb-4bf1-96e9-96a3f97a2c16", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21386,7 +21386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6afafd63-5f67-4afc-b405-a34840ce5e11", + "id": "8a3a8c92-a0c3-4ef4-9386-ffba24763a24", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21455,7 +21455,7 @@ "description": "Use this API to discover applications within your Okta connector and receive connector recommendations by manually uploading application names.\n", "item": [ { - "id": "8cfa19bc-8dbe-4e5f-996c-930d822adf38", + "id": "6e671d7c-d681-4d9b-b15a-cead4ba48fa9", "name": "Download CSV Template for Discovery", "request": { "name": "Download CSV Template for Discovery", @@ -21484,7 +21484,7 @@ }, "response": [ { - "id": "744a27fd-a834-40e7-815f-ae14ceced25c", + "id": "a46bc2b1-49aa-4b6b-b45b-23d4bc6115a4", "name": "A CSV file download was successful.", "originalRequest": { "url": { @@ -21527,7 +21527,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e28dadfa-5776-4d57-a3a8-490023d0ae1a", + "id": "600df0dc-fc50-4ea7-b7fb-054da8c12208", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21570,7 +21570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58bacdc8-82d0-4a69-b1d1-89c55921d8ce", + "id": "17c6bb85-936f-4b72-a2d4-42f2de008f9d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21613,7 +21613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d79b82eb-b187-4d6d-837a-a7b662cf82a1", + "id": "fdc28050-3f6e-4b03-ac51-152e523d31fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21656,7 +21656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96fb429b-cb52-4dde-87dd-04d30996dbd5", + "id": "1acf4e1d-170f-4088-8973-17cf8b1b9101", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21699,7 +21699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "642f7b2f-164f-4626-bdc4-cedf2c162e8a", + "id": "f318c834-fda9-4ee1-a771-62694d1afcbc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21748,7 +21748,7 @@ } }, { - "id": "9c10eee1-9e1f-4976-9de5-3287b367dbfd", + "id": "76761714-1c87-4980-b2cd-7f88350b58f3", "name": "Upload CSV to Discover Applications", "request": { "name": "Upload CSV to Discover Applications", @@ -21793,7 +21793,7 @@ }, "response": [ { - "id": "acd120ff-0c1e-4b57-9fd6-d3ee13e21d5b", + "id": "1371213c-4d2a-4cd7-b85d-1f6e7f6a978b", "name": "The CSV has been successfully processed.", "originalRequest": { "url": { @@ -21842,7 +21842,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ca257906-16bc-484c-9974-523622a59ed8", + "id": "c38f7022-e4f6-4939-bcd9-62f786420db1", "name": "Bad request - There was an error with the CSV format or validation failed (e.g., `application_name` missing). Error message should be provided in response.\n", "originalRequest": { "url": { @@ -21901,7 +21901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8bb00b4-27af-4cb0-bbe4-b046e662d8a0", + "id": "805a3a88-4c66-4513-9fed-715c199b1ad5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21960,7 +21960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3aafc16a-b9a7-436b-bbb2-71f96d1a8137", + "id": "49f1605f-59c9-4043-ba89-fef126d46313", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22019,7 +22019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e87ce5cc-e73c-4405-aea4-fb30b2b616f5", + "id": "41141402-b312-49f3-8f47-48da9865d8f6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22078,7 +22078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a54f2503-818b-4484-8907-32d8ff51d858", + "id": "d222139b-2e62-4ee2-bf0e-f538f6715d5e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22143,7 +22143,7 @@ } }, { - "id": "a3234997-4706-40d7-876d-b1b709400463", + "id": "41f0f83e-8d8b-4c93-9415-1231284c0adb", "name": "Retrieve discovered applications for tenant", "request": { "name": "Retrieve discovered applications for tenant", @@ -22218,7 +22218,7 @@ }, "response": [ { - "id": "664d61af-232c-4dfb-a03d-22d69ec47b3c", + "id": "ac6f2420-f5d2-4539-8921-8018e26b7e3d", "name": "Slim Discovered Application", "originalRequest": { "url": { @@ -22307,7 +22307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07e386ba-439b-45d5-8e79-7eec4fbbc792", + "id": "7c539d54-4c80-4b33-b4da-53755a5d4721", "name": "Discovered Application", "originalRequest": { "url": { @@ -22396,7 +22396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "805420bc-393c-4db7-92a1-02bbffef3222", + "id": "d48b55b5-5ebf-4e04-886a-dca0dc128b69", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22485,7 +22485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bd62855-b226-43a8-898e-728463a2b060", + "id": "99701aca-4a76-4ae6-8ee5-f81369bce910", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22574,7 +22574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "984d54e7-f81a-4ef4-8db0-67b3d58dc802", + "id": "23620c26-0e98-4141-9213-4984372a27d9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22663,7 +22663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82762651-8d1f-43da-9fbd-92d840a4ed2f", + "id": "e0d7cd9e-6bf0-411f-99d9-f0412db20e9a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22752,7 +22752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b27c4011-cf1b-4025-b29c-ce767b824124", + "id": "d59c75c9-3335-4537-a181-20c7d96223ad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22847,7 +22847,7 @@ } }, { - "id": "414f4813-bf9a-4e9d-a596-698e588b22a4", + "id": "baabbd3b-f5b2-4ddf-b073-dc63d2d5cc38", "name": "Get Discovered Application by ID", "request": { "name": "Get Discovered Application by ID", @@ -22888,7 +22888,7 @@ }, "response": [ { - "id": "3ce96612-2d9d-4c9e-872e-dabcd1af082a", + "id": "a8d7e385-99f7-43c0-ae19-2f026e285c1f", "name": "Returns the discovered application, along with its associated sources.", "originalRequest": { "url": { @@ -22932,7 +22932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34cbc297-66ee-4074-b496-1ff97bfc6989", + "id": "f884cc2a-bf98-4bd3-b7c6-71617fe1fa8b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22976,7 +22976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f77dc37-2a1a-4fbc-8d1b-f6bbce282e7c", + "id": "b41cdb09-90c4-4e3f-bd30-b93a7b622e38", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23020,7 +23020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9a0c00e-e79b-4abd-afe6-a7d296328992", + "id": "f02c4b33-cd35-4c25-9eff-d5ffc6dad1ae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23064,7 +23064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13bae968-0762-4979-8582-af301582bf56", + "id": "de7cbc3a-fa83-4100-9fdf-0ea4a04d8cd6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23108,7 +23108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fddc5997-401d-4496-afa0-13363a0d4a31", + "id": "95032d3f-cf93-4f6f-82ef-1fc3769dd5bc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23158,7 +23158,7 @@ } }, { - "id": "9518ec91-ecb2-4de5-bff6-2d1929e1bd87", + "id": "c56d35e0-07f6-434f-b4df-6f3d112ed8e2", "name": "Patch Discovered Application by ID", "request": { "name": "Patch Discovered Application by ID", @@ -23212,7 +23212,7 @@ }, "response": [ { - "id": "c2d6b33e-aac9-4187-bb12-570ed3365e56", + "id": "b5a07700-d0b4-42f5-9b80-377168760b62", "name": "Dismiss an app", "originalRequest": { "url": { @@ -23269,7 +23269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e5216a3-15ed-4c39-b54e-26bb91571067", + "id": "43aa5e5d-2d68-4cad-b391-f406971ce11f", "name": "Replace associated sources", "originalRequest": { "url": { @@ -23326,7 +23326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95441ca2-ee9f-417c-886a-1b92eb217cb0", + "id": "09c98510-e6b4-4eb0-9cb1-996dcd235c8c", "name": "Add an associated source to a correlated application", "originalRequest": { "url": { @@ -23383,7 +23383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbe9be94-6d2f-4cce-9df0-46a36411195d", + "id": "3c3760a3-ea3b-4b6a-9552-bcc2f014477c", "name": "Dismiss an app", "originalRequest": { "url": { @@ -23440,7 +23440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bdf0fc2-ce13-4a4a-acb8-0e188efe75de", + "id": "e822fe8b-66cd-42b3-9f76-abe8f5a5390e", "name": "Replace associated sources", "originalRequest": { "url": { @@ -23497,7 +23497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61fa5615-9d5c-426a-b25a-db6b65062523", + "id": "6ef248e7-eacc-4a8e-9522-c3383cf39150", "name": "Add an associated source to a correlated application", "originalRequest": { "url": { @@ -23554,7 +23554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83559959-13e8-40bd-8801-28c98a22d222", + "id": "079bea0f-8743-46c9-a247-e7b78e686469", "name": "Dismiss an app", "originalRequest": { "url": { @@ -23611,7 +23611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "feb84663-6727-42b9-bfa0-59cfb27ac37e", + "id": "612e4419-d594-4b49-91d0-2b75e413c155", "name": "Replace associated sources", "originalRequest": { "url": { @@ -23668,7 +23668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f57d6f7-7e68-45f0-b3c9-07c33ce0d9ec", + "id": "989857c8-1829-46c6-8a61-5856aa14be7d", "name": "Add an associated source to a correlated application", "originalRequest": { "url": { @@ -23725,7 +23725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd222efc-1234-412d-a3cc-c79f78d703af", + "id": "469bd2bc-7eb6-4d85-8e79-fbe34ef1af35", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -23782,7 +23782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee7617ff-4b2f-4183-9645-efb0244c5918", + "id": "3cae593a-1d19-4b6b-9c83-fd773b5582e5", "name": "Replace associated sources", "originalRequest": { "url": { @@ -23839,7 +23839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4cf32fd-fb32-41ab-8947-ed8523f2053f", + "id": "75dc1743-1cf4-4b6f-ab9c-e5a07b04336e", "name": "Add an associated source to a correlated application", "originalRequest": { "url": { @@ -23896,7 +23896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56139ec8-072f-4a6f-b8ed-27ff9688d402", + "id": "575db50b-eb8c-4ac4-831a-ee3c0f702931", "name": "Dismiss an app", "originalRequest": { "url": { @@ -23953,7 +23953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9dffd6d-a5a7-4807-80be-4d05ce258711", + "id": "199f38cd-a220-420f-9c17-8448bb3ae6e7", "name": "Replace associated sources", "originalRequest": { "url": { @@ -24010,7 +24010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5938a34c-d9d8-48de-aa9b-8129ed331530", + "id": "ceba1b50-fbad-4f74-8fe7-b61c6c45284f", "name": "Add an associated source to a correlated application", "originalRequest": { "url": { @@ -24067,7 +24067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b870f365-047f-4747-b632-01d5d1985c8e", + "id": "306ff37d-6aab-4eb7-85f4-7dbd0655dcae", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -24124,7 +24124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc308283-bd80-47ff-99d7-7a8d0b99e1a8", + "id": "9c513200-658a-445c-ae23-8d34c9c7a3ee", "name": "Replace associated sources", "originalRequest": { "url": { @@ -24181,7 +24181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b95a886-dcde-470e-9091-c407ae700978", + "id": "1085212f-dbf9-459d-88ba-b7ab23c3553c", "name": "Add an associated source to a correlated application", "originalRequest": { "url": { @@ -24250,7 +24250,7 @@ "description": "Use this API to implement approval functionality. With this functionality in place, you can get generic approvals and modify them. \n\nThe main advantages this API has vs [Access Request Approvals](https://developer.sailpoint.com/docs/api/beta/access-request-approvals) are that you can use it to get generic approvals individually or in batches and make changes to those approvals.\n", "item": [ { - "id": "092f5e49-cebc-4c42-a517-debbdc171bcd", + "id": "4387fc2e-f8d3-4f06-85f6-06e7c99aea89", "name": "Get Approvals", "request": { "name": "Get Approvals", @@ -24307,7 +24307,7 @@ }, "response": [ { - "id": "c2cb7bea-cd90-4c15-a40f-828a6fc86746", + "id": "41234250-f2aa-4072-bb67-5426f6eb8e08", "name": "List of approvals.", "originalRequest": { "url": { @@ -24378,7 +24378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ce9fe25-1723-4dc6-b55f-ed3e989f214c", + "id": "ac525524-16fc-438e-bb56-cf022da725b4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24449,7 +24449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f537b97-1afe-45ae-bada-81647af10134", + "id": "587b997b-1c4b-4522-81a8-39c35565e9a5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24520,7 +24520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7176e778-76a8-451e-900a-6dd3dca9b3aa", + "id": "8663d146-7af5-490a-9794-7c862fe91fa7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24591,7 +24591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ee9cdb2-cc5c-4584-91f7-4ddd2f23a7cc", + "id": "c8f1fc2a-0483-4720-82ab-cc4d28ee4441", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24662,7 +24662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40236baf-de3a-4a3f-9fe0-7fd2012a847c", + "id": "1fbeef3b-a945-410e-b2a7-4093245946b3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24739,7 +24739,7 @@ } }, { - "id": "5fa61e31-73b8-4934-9e9e-95b92ae9bfae", + "id": "1d8038dc-296b-418c-8cdb-cc5d99c23bb6", "name": "Get Approval", "request": { "name": "Get Approval", @@ -24780,7 +24780,7 @@ }, "response": [ { - "id": "ab934fc0-252d-446e-a6e5-523a5ee01bad", + "id": "52ba4f3a-9cd7-4f9c-aef0-91f3446de8ed", "name": "Approval object", "originalRequest": { "url": { @@ -24824,7 +24824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3946b44-d8dc-49ea-9729-724abf0e620b", + "id": "294348d9-3302-42d9-9156-e2518b7e80c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24868,7 +24868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81a8da14-59cb-416f-ab2d-5f1b30dc58bf", + "id": "5746165d-59af-46c7-b0e2-16274e46c012", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24912,7 +24912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04351ca0-85f8-489c-9490-d7218f1c9680", + "id": "eb7bffe2-d344-478a-babb-018dce18946f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24956,7 +24956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1be91098-8347-40fe-ab58-71835b539f4d", + "id": "bc4ce66d-149d-4368-bc0c-ee3ad70947ef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25000,7 +25000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81597d9c-0cbf-431a-a6a7-74cf56170fb1", + "id": "6bd2f48b-2be2-4e92-8549-dab8cd33e296", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25056,7 +25056,7 @@ "description": "Use this API to implement source application functionality. With this functionality in place, you can create, customize, and manage applications within sources.\n", "item": [ { - "id": "1371327d-6603-4630-b725-c701e78e5476", + "id": "23b4d6d5-99b6-416a-a2f7-e59905c6d16d", "name": "Get source app by ID", "request": { "name": "Get source app by ID", @@ -25097,7 +25097,7 @@ }, "response": [ { - "id": "3d2b7607-6ea0-40b7-bbab-1edae1aa9c4f", + "id": "5955a42d-2689-4d09-8bd0-7909943505a3", "name": "Responds with the source app.", "originalRequest": { "url": { @@ -25141,7 +25141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f4d702c-0401-4381-b415-98468af10ca7", + "id": "a6ca766b-23da-4129-9858-6223ca6af667", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25185,7 +25185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fb45488-18a5-4515-823f-7e6f37581712", + "id": "fd732a64-dc68-4445-b3f7-cfd3ca4ed087", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25229,7 +25229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "533b9409-a764-440c-b666-c81a32ee31f9", + "id": "f6bd4863-983a-4b34-ad72-59df296fbbdd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25273,7 +25273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92471a6c-76b8-4af2-b6c9-a63a7b4f0df9", + "id": "0c7c2575-8d16-4360-93c7-c76306a59fc7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -25317,7 +25317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b81643db-7ef0-49df-be93-d98d24e53731", + "id": "33d367fc-5f01-46b6-9d8d-5c4cfaaa77bf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25361,7 +25361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98c1467a-43b8-4dc6-98ff-a43863cb6388", + "id": "cbc33ae9-60d8-42ee-8030-385d351c06b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25411,7 +25411,7 @@ } }, { - "id": "086a99fe-b5e1-4b8b-b460-732a865a39ac", + "id": "6694c757-f513-46ec-aebe-875520eabc42", "name": "Patch source app by ID", "request": { "name": "Patch source app by ID", @@ -25465,7 +25465,7 @@ }, "response": [ { - "id": "76356cf6-f1d8-446c-8b5e-d8b2c79da02c", + "id": "8a4b7e05-1060-4142-94c5-9cfb52b217e1", "name": "Make an app enabled and matchAllAccounts in one call", "originalRequest": { "url": { @@ -25522,7 +25522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6acf8060-835b-43ba-9d72-f4b62502ef18", + "id": "5688ee3f-20de-4dab-ace9-b3f3ae9cdc1e", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -25579,7 +25579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2738f0d-4dc1-4e91-b1f2-d3b7f44c1530", + "id": "52f882b7-c632-4fba-b888-5bcb5431350c", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -25636,7 +25636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ec3a789-23de-4a34-ab35-31baef209862", + "id": "b6268d09-3ed1-4527-beb8-c438a9353e3d", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -25693,7 +25693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f1e0020-aff5-40a8-8abb-0f63dd008f54", + "id": "3b3d4d55-46e6-4f4e-8045-35d06903bb36", "name": "Add access profile", "originalRequest": { "url": { @@ -25750,7 +25750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2adc822b-b74c-48e6-a14d-66db91b1db83", + "id": "91ab68a6-5b25-4c7d-bde8-4b2afb9409c7", "name": "Replace access profiles", "originalRequest": { "url": { @@ -25807,7 +25807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ccd976a-9bee-4d15-bca5-1cfb401446aa", + "id": "23f501b6-b7db-49eb-aaa1-e239c8d430e9", "name": "Remove access profile", "originalRequest": { "url": { @@ -25864,7 +25864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "323937c3-75c7-433d-9028-b81ed756b118", + "id": "6ea81613-8d0d-4428-89fd-41fb951f28ff", "name": "Make an app enabled and matchAllAccounts in one call", "originalRequest": { "url": { @@ -25921,7 +25921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f14bdbf5-22bf-4ef2-b4af-def3bc2b358b", + "id": "4220f5f3-bbca-43c9-bb34-0f094c9ed561", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -25978,7 +25978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8937b7d2-246e-43b2-8e90-a7d47dafffc9", + "id": "e48f7d02-4739-4336-9fed-b9372a79b6f0", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -26035,7 +26035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2aa9d3fe-3951-47e4-bf9a-14aff12a9382", + "id": "b75a14ae-66c2-467e-b6a7-85b33c238d22", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -26092,7 +26092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88be4f92-a7fa-4684-ae02-743cb8c20584", + "id": "a624690f-1a55-409a-a391-31bdd9ef8432", "name": "Add access profile", "originalRequest": { "url": { @@ -26149,7 +26149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c0688b6-6746-4706-b314-c7faa1eaa906", + "id": "71114837-3187-49e3-9192-7fe308e27ab0", "name": "Replace access profiles", "originalRequest": { "url": { @@ -26206,7 +26206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0ff8d03-d537-4ec8-83be-006bf42d0f35", + "id": "2d27b597-aa41-4f35-ac82-e11b74f7f9f4", "name": "Remove access profile", "originalRequest": { "url": { @@ -26263,7 +26263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6f854e2-2a1e-46bb-b75a-30ddfa4049bd", + "id": "93abd4a7-3423-4f62-906d-33287da9bd27", "name": "Make an app enabled and matchAllAccounts in one call", "originalRequest": { "url": { @@ -26320,7 +26320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21a98421-b5b3-4551-aef0-871797f7f44d", + "id": "2dc789c0-5398-486c-9e4c-5ede41041704", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -26377,7 +26377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0322d9bc-f791-4fcb-b3ea-5dfbbd77fcb3", + "id": "9478430c-eb44-47d9-8fe6-98698279a752", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -26434,7 +26434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4b12236-a534-4adc-9991-60477ad56270", + "id": "b2ec8c44-8fce-4494-93b9-389d852304c9", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -26491,7 +26491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9224fca-81db-4685-9588-d9291fb43424", + "id": "71b91339-cfe7-4be5-9cb7-ffa04a430877", "name": "Add access profile", "originalRequest": { "url": { @@ -26548,7 +26548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c627a8af-a53a-4ce7-aed8-db4460d95df2", + "id": "6f15a8c2-ef48-4c83-a240-290e369d4027", "name": "Replace access profiles", "originalRequest": { "url": { @@ -26605,7 +26605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20a30a17-25b0-482e-a252-a2c8157c7a93", + "id": "ce3b67fb-8c00-42cd-b4a5-71277b0d9186", "name": "Remove access profile", "originalRequest": { "url": { @@ -26662,7 +26662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a56e149-c4c0-46cd-8ac3-8c5c72c06e68", + "id": "33cd4f8b-4231-4057-af61-376fee667979", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -26719,7 +26719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c505f12-c6c9-46da-a1b3-16317ad18f81", + "id": "7ddabb48-4f50-4453-a91c-65b6537ce689", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -26776,7 +26776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80aafed3-b75f-43ec-aed7-e8f5a15c92b3", + "id": "18eeb65b-1ae1-404f-8872-481df1b82319", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -26833,7 +26833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b7dc0ac-f10a-4813-8e91-c678572122e2", + "id": "ee362ce2-d5a5-4117-be5d-a2e10bf290dd", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -26890,7 +26890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "224b34ea-f2b9-4420-a3ee-de1a338520f0", + "id": "a8a7e627-02d1-4c7d-8904-30cb6fe68dd6", "name": "Add access profile", "originalRequest": { "url": { @@ -26947,7 +26947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ba10fcd-acdc-4921-a0fa-be05e54c83ca", + "id": "c79ebff8-3dbf-4eb1-b745-6a8a7a05dfa1", "name": "Replace access profiles", "originalRequest": { "url": { @@ -27004,7 +27004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "314ad203-8ade-46bd-8e71-244681a5f375", + "id": "b1729a5b-2f9d-481e-8abe-4db6af56c441", "name": "Remove access profile", "originalRequest": { "url": { @@ -27061,7 +27061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5f8890e-6242-4dc9-b702-a097f3495934", + "id": "55798ff8-8c47-436d-bbff-b4d3d03d8674", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -27118,7 +27118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ee2c59e-c04d-4bc6-997f-e60d9521fbe9", + "id": "ee312223-4e6e-4f46-88ad-ece19badce27", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -27175,7 +27175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29e72a1f-4646-4a74-a5c3-f3c42c48442e", + "id": "2beeaf5c-f7f7-4780-8f1a-8a6dd2e02259", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -27232,7 +27232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfd76fc8-d90c-4640-8b83-0dbce1c5051b", + "id": "718240a2-5b42-4745-9748-97d37ae2632f", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -27289,7 +27289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bb508ee-e57e-47f0-bb40-ac45f7819745", + "id": "96596af2-e3fb-404d-8d06-6cdfade6eb24", "name": "Add access profile", "originalRequest": { "url": { @@ -27346,7 +27346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4c481bf-09ac-4b7e-91c7-9b6b8e8b714d", + "id": "a3379e3c-3109-4b6e-81c4-ca3ffd1156e0", "name": "Replace access profiles", "originalRequest": { "url": { @@ -27403,7 +27403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91c891f6-4982-449a-aa15-799d7396901a", + "id": "fe7e15da-73d8-4df1-a346-87cf373dd394", "name": "Remove access profile", "originalRequest": { "url": { @@ -27460,7 +27460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc87fc67-4906-4496-a8b4-10f0aabbf36e", + "id": "ef1cb63f-53f4-46e6-947c-954be8113fe8", "name": "Make an app enabled and matchAllAccounts in one call", "originalRequest": { "url": { @@ -27517,7 +27517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6e5ed69-69ba-4b6c-9ed6-29e03418b95d", + "id": "48371a03-be64-463a-a500-9e546da6bd6d", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -27574,7 +27574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50ef919b-969e-4a30-a16a-847fdfe8f5a2", + "id": "65223c1f-9fac-4294-9319-86b5bddc1e44", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -27631,7 +27631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "569f5741-5513-4cee-9a84-ab1f0cd59734", + "id": "10553592-c9ea-40ab-bd82-2078b8760218", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -27688,7 +27688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fec55b7-fd0d-43f3-a8d2-15884cbbe9f2", + "id": "9fdae3b7-bc75-4d22-9fda-f6409e332de5", "name": "Add access profile", "originalRequest": { "url": { @@ -27745,7 +27745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e4af353-8c0a-49e9-bf6f-3b0a6b772455", + "id": "c9015659-1f26-4098-bb9f-8005ecfce79a", "name": "Replace access profiles", "originalRequest": { "url": { @@ -27802,7 +27802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68d24893-0246-4faf-bc67-17c4aba1bfa4", + "id": "7b3bb240-b068-4b3f-b38d-ba280dca74e5", "name": "Remove access profile", "originalRequest": { "url": { @@ -27859,7 +27859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89dbbf3b-25d8-4a17-8d6f-446bb355fb41", + "id": "ce954863-840e-4222-b75a-8af0f5ceeb12", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -27916,7 +27916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "234d2585-44b2-4530-99d8-7d62546a5d12", + "id": "243db520-d0a3-4a68-bb67-2753ad02e1be", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -27973,7 +27973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47afd747-8da5-4328-bae0-f62d0e537331", + "id": "ab846bac-bf0a-4f40-9cfd-26f423155fdc", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -28030,7 +28030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f85dc5bd-2209-4f91-9375-62cc67409dab", + "id": "64e2a15f-88ec-42f9-b2b2-272757dfc557", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -28087,7 +28087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ef32f3e-a191-412f-b188-e98c3e09fbd9", + "id": "cd1efbb9-2b17-42dd-bf67-fdfd0faa6933", "name": "Add access profile", "originalRequest": { "url": { @@ -28144,7 +28144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f991942-9e93-45c2-b5fd-b2e80ea23ebe", + "id": "bc0fcf24-b157-4a8d-9317-a70da2ac0e09", "name": "Replace access profiles", "originalRequest": { "url": { @@ -28201,7 +28201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbd715c2-a095-44c4-846e-960ab1298642", + "id": "6cb0927e-8d46-42a2-862b-ce264e777f51", "name": "Remove access profile", "originalRequest": { "url": { @@ -28264,7 +28264,7 @@ } }, { - "id": "fa6bfbd2-87fc-40f4-9c4d-b06fbbad5995", + "id": "10b726a8-d5b2-4a89-966d-0da0a7725d93", "name": "Delete source app by ID", "request": { "name": "Delete source app by ID", @@ -28305,7 +28305,7 @@ }, "response": [ { - "id": "e07514c9-18e9-4e3c-9188-f3ba031c31b0", + "id": "111eafaa-a1fe-49d3-91c7-f7749bbeee71", "name": "Responds with the source app as deleted.", "originalRequest": { "url": { @@ -28349,7 +28349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dee4d579-f1fc-46d7-9b8b-2f6079504459", + "id": "c990816e-3435-4850-b8f5-acb4cd946108", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28393,7 +28393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c15b08ae-0b15-4364-981c-56c2f2703df9", + "id": "b9862ab7-128f-45d8-95a7-4cf308f99a50", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28437,7 +28437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c4335dc-4cf5-4403-b610-eaa2ac7a0770", + "id": "56b36d6f-fe35-4c1b-a823-005067940bb4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28481,7 +28481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "419b565f-fa3b-4405-8dff-41d2239a094f", + "id": "43b371c7-60bb-4f65-8e23-f658824b05e1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28525,7 +28525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfcd2a2f-0bf8-4ab1-b702-e776c09d1d66", + "id": "c1d395b4-0c07-476c-9f42-a2737fd8c6fa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28575,7 +28575,7 @@ } }, { - "id": "6fa7f0df-8f79-4e99-9f75-8c123c5803b9", + "id": "f7ae5e37-83c9-42ea-a9be-64dad8d2c2e9", "name": "Bulk update source apps", "request": { "name": "Bulk update source apps", @@ -28618,7 +28618,7 @@ }, "response": [ { - "id": "ec2ecd83-d209-48a8-804e-9b6f730e8b81", + "id": "95baa7cf-5262-4177-848e-bf184a3e18d0", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -28665,7 +28665,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c4fbf5fc-91af-4054-a255-26e4e484152c", + "id": "f1090bc1-5031-43e7-b349-0adf5b34dfb5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28722,7 +28722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59de1c3a-79bd-4a09-8abe-e3f2edc6abf8", + "id": "c5e8679d-be01-49de-996a-183506d490dd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28779,7 +28779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5688ceb-3a21-449d-8be5-8acaf014e98e", + "id": "0a9fb00c-2b24-4e29-b139-e4c5f5bea968", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28836,7 +28836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bbe3e86-86c2-4af3-963b-0c854d6c5344", + "id": "e8a9e89c-2850-4ef3-9b01-98b4ce5f8b85", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28893,7 +28893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bed4c351-7d0d-40c7-b8cf-4c464ebdcc54", + "id": "cfc70350-d0ed-43dc-a120-79e718ebe8f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28950,7 +28950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8632fed-63ac-471e-8873-ad322d004784", + "id": "66ef181b-e3d7-4b68-9268-d119f95e8e84", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29013,7 +29013,7 @@ } }, { - "id": "705d5d24-1c5e-49eb-8816-c47829bbcfe5", + "id": "fb85c895-328c-4b65-b5b8-04e467b783a9", "name": "List assigned source apps", "request": { "name": "List assigned source apps", @@ -29080,7 +29080,7 @@ }, "response": [ { - "id": "edd115cd-d819-4048-9557-8266be24e529", + "id": "f3918b1a-f296-44e1-b901-f24f7df8e216", "name": "List of source apps", "originalRequest": { "url": { @@ -29161,7 +29161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8764dc65-2904-4ddc-a7dc-314a502d808b", + "id": "01a35925-50c2-4aeb-a4f3-006e5b3f185f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29242,7 +29242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3370cdf8-86ed-477a-9d10-2e85e66c580b", + "id": "e78a6b51-b46f-404f-8a4a-9df08bc6d934", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -29323,7 +29323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0d9ad23-403e-40b8-93e2-5073ec76c269", + "id": "fe64814f-409c-4f97-bc56-608e00bfb563", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -29404,7 +29404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8fb4372-7abd-4899-924e-aabe69b701ac", + "id": "d53022b6-3b21-4f7f-92d6-9642706b29d9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -29485,7 +29485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e88672e4-011d-40db-996e-fd8172a35b45", + "id": "0162d258-27d4-4481-bbd7-39c1782457f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29572,7 +29572,7 @@ } }, { - "id": "b0c20ece-0c5f-48ef-b56a-d780996423fc", + "id": "49a9ee3e-48bc-4bba-a0e8-2ddd8d184395", "name": "List available source apps", "request": { "name": "List available source apps", @@ -29638,7 +29638,7 @@ }, "response": [ { - "id": "8cc02069-aafc-47d6-91f0-e6b60351c5f9", + "id": "332a03c7-dd5f-48a5-b6da-8d411dfd259b", "name": "List of source apps", "originalRequest": { "url": { @@ -29718,7 +29718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03fc1c65-f9c7-478a-a078-8538444a034d", + "id": "baf79c51-1a88-4d07-b6c3-619f357e7929", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29798,7 +29798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "845bf561-fb32-4be2-b8a4-06840f2433e9", + "id": "fb674877-c56b-4bb0-b4ca-29feda547306", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -29878,7 +29878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5240dd0-db79-4aa4-a8ba-4204d2601b8e", + "id": "be3bd290-c761-464e-a2ef-f57e32a2f261", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -29958,7 +29958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8ef159a-3c4b-4e89-ad96-72b8ce36597c", + "id": "dfde3a6e-9cfd-4bf1-9602-c8230954fa68", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30038,7 +30038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "659b87e4-cb68-473b-9a67-68f925b8f5da", + "id": "14bd1ce5-2fa9-4df5-988a-cb3f62295acc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30124,7 +30124,7 @@ } }, { - "id": "6a0af235-97e4-4ed0-8026-0c345042d217", + "id": "c1bbb878-e9fe-4771-a674-5356dccfdd98", "name": "Create source app", "request": { "name": "Create source app", @@ -30166,7 +30166,7 @@ }, "response": [ { - "id": "703f3bd7-c3f9-479d-8fdd-98539ffd0ab9", + "id": "9afb452f-4be0-4d28-97f2-bed12ede4a0e", "name": "Responds with the source app as created.", "originalRequest": { "url": { @@ -30222,7 +30222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c32b3cae-a0e7-47df-b0db-40a690244a1e", + "id": "eb7299be-c3d8-490a-a5d8-83d800c29ac9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30278,7 +30278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bed0f00-b3ae-4630-969d-eade55d5e3a9", + "id": "38b099c4-482d-4148-8304-bc0a035bfd4f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30334,7 +30334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c25ed08-6705-4a30-b924-5398387a8a4d", + "id": "1e3caf72-a7e6-487f-bb89-e08eceb27fae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30390,7 +30390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "882782bb-feef-4f4f-899b-9f0d888cdc07", + "id": "5cf87a82-52b6-4e02-a4be-904db1627103", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30446,7 +30446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53165fe0-5e1c-4781-917d-aefaf33f02a5", + "id": "0471f247-b0d8-4e75-b671-15131c0e773b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30508,7 +30508,7 @@ } }, { - "id": "d6eb6e93-9759-451b-9db1-24ba2b6ff424", + "id": "9333e530-ed4f-4961-b24c-bf0fcf2f7f69", "name": "List all source apps", "request": { "name": "List all source apps", @@ -30575,7 +30575,7 @@ }, "response": [ { - "id": "12a26d1e-b841-4815-a974-60f015de3db9", + "id": "1e22e086-4de3-455a-93fd-d2520c5ef970", "name": "List of source apps", "originalRequest": { "url": { @@ -30656,7 +30656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b47d7294-ce45-4bb9-85f8-1df997b005a4", + "id": "32364366-66db-46f3-8fc3-9fca2acd5b76", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30737,7 +30737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af964fa8-4b5b-4030-b98e-03c2c6a0e3a6", + "id": "7907d87d-382b-404e-8d65-11c714e3e367", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30818,7 +30818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff7cfca6-5898-4e89-adc1-f1cfda0220a8", + "id": "87ccd2db-8bea-44c2-8556-cf04b95ab5f7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30899,7 +30899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fe82e7a-4039-4116-a403-f4bd5e7baf14", + "id": "78d5c2ce-219f-449b-8d65-e76020539868", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30980,7 +30980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c61cb3ad-e2b0-48c2-aac6-f8f0427bc1c4", + "id": "85b19eb5-862f-4eaf-a8dc-ce1ad9f59645", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31067,7 +31067,7 @@ } }, { - "id": "ce3db7df-fe74-44f9-bd6d-43ec3fd992c5", + "id": "70d8655f-a8f5-4513-9b35-220a8a631ff2", "name": "List access profiles for the specified source app", "request": { "name": "List access profiles for the specified source app", @@ -31128,7 +31128,7 @@ }, "response": [ { - "id": "79abfee7-4579-4cd0-844c-ae1e2390e829", + "id": "dc3c2f1e-9f95-4815-a1bc-560307a81f29", "name": "List of access profiles for the specified source app", "originalRequest": { "url": { @@ -31192,7 +31192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22c7396a-9cdb-4dfe-b445-294cf0cfcbf8", + "id": "2ccc41eb-a0b7-4022-bd94-f6e7a0f630b3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31256,7 +31256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f11b0d81-18be-4bd1-b3ae-5831ad222db1", + "id": "3ab9f6b6-7c49-4a09-82df-8d7360e7e09d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31320,7 +31320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b111f7cc-2e4c-4997-bc29-df6c41f4a52f", + "id": "743c08b6-960b-4db1-8881-8e9c502dc021", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31384,7 +31384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c6b0baf-2af2-46e2-a470-4ae1084bc79f", + "id": "0aeb3463-b8f1-4043-955a-d02b480387d7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31448,7 +31448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b27f8e01-89a4-4e80-b1e3-2febbebc2500", + "id": "211164db-ce15-4af3-882c-feaeef57942c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31518,7 +31518,7 @@ } }, { - "id": "0bc91583-0345-4f99-87ac-17fbb2785f55", + "id": "c315fa0a-dfc1-4ddd-89ba-a4f3309f6a46", "name": "Bulk remove access profiles from the specified source app", "request": { "name": "Bulk remove access profiles from the specified source app", @@ -31584,7 +31584,7 @@ }, "response": [ { - "id": "e79ee178-adac-4e1b-8973-7bace0e96082", + "id": "90a35bad-1004-4bcd-928c-7bc42d49454a", "name": "The final list of access profiles for the specified source app", "originalRequest": { "url": { @@ -31653,7 +31653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "268b1fd8-7287-429f-9457-a07c29fadb78", + "id": "9289f051-3faf-45bb-9174-bdc7c80cdeb9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31722,7 +31722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed447cb0-f1d1-4e1f-90bc-b0992638b21c", + "id": "98eb5dd1-8626-46d3-8a12-475857b3fba4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31791,7 +31791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42269390-9462-4f6f-b69b-510ec5f71b04", + "id": "0bcc2ad8-defe-4d43-8083-94065e218fd8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31860,7 +31860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9845b1ae-a752-459a-ba2e-0d1021096015", + "id": "c5ee4022-388d-44d1-b83b-1a4e36f9a325", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31929,7 +31929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97555a3b-b61d-4575-bc22-fca0e616b3eb", + "id": "93694773-32fd-4bb8-8b8c-f16c001162f4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32004,7 +32004,7 @@ } }, { - "id": "e9ea056b-6054-4574-942d-8e8a1c9cbf41", + "id": "e12be747-ba53-4c25-8abd-42df0d5727c9", "name": "Patch user app by ID", "request": { "name": "Patch user app by ID", @@ -32058,7 +32058,7 @@ }, "response": [ { - "id": "fb0c789a-8ae2-4846-b8c2-ce51a014d783", + "id": "d02f0a18-6243-493f-abc6-e6b97c144174", "name": "Responds with the user app as updated.", "originalRequest": { "url": { @@ -32115,7 +32115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d1cd235-fef1-4e8a-8eda-a543e5f0380d", + "id": "ec601e91-829f-445f-93e7-b86286ebe90b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32172,7 +32172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0682c920-e748-4474-91eb-da34fff78c26", + "id": "0406728d-fc7d-4e16-bb99-619c7ae01ae1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32229,7 +32229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a469c25e-21eb-4bb3-805c-22c02af29170", + "id": "360047c8-a0cb-4e4b-b15a-b4e8c75b1742", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32286,7 +32286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ff132ef-a48c-4409-bcaf-d89afd005712", + "id": "aa6b43b0-0dd2-4ce2-a08f-d30cb4117f9a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -32343,7 +32343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cead2dd-c52e-4050-9d6e-9298efd22553", + "id": "25da732c-32d2-4393-9c9a-d3c987b78fc2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32400,7 +32400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "128083c2-da0c-4d55-b5bf-9f035d0b3c09", + "id": "7c6a2971-9118-4bb0-b650-3e3992137a9f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32463,7 +32463,7 @@ } }, { - "id": "aebbeae2-4ebc-4ed1-b57b-990740e85cdd", + "id": "b6e1ca82-82bf-4c0a-8ecf-2c9512daff5c", "name": "List available accounts for user app", "request": { "name": "List available accounts for user app", @@ -32524,7 +32524,7 @@ }, "response": [ { - "id": "273e113f-6554-402a-8e9c-8900aef85832", + "id": "aa71c82a-b433-4f4e-addd-0ec038122d0b", "name": "List of available accounts for the specified user app", "originalRequest": { "url": { @@ -32588,7 +32588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d5e3f45-bb61-4171-9be8-716242beaea5", + "id": "143e2af9-329a-4989-96ea-1b21db8186db", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32652,7 +32652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f955119-5ef5-49e7-935f-274690d34d0f", + "id": "a6423a7f-f87f-46a9-849c-31baf1f7de57", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32716,7 +32716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20cbe2d7-f3fc-4a12-80d2-8603df845e78", + "id": "0a570dee-a9cb-4b6b-9c69-4f9d5c60dfef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32780,7 +32780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66af4177-d21b-4b2b-a9ba-7b649f3ded37", + "id": "74b5e9eb-dcc1-4e06-ab2d-0e38254c2f9b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32844,7 +32844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "990bfe92-3c6a-4a17-b0be-252d27ad54b4", + "id": "3342868d-7a41-4d8f-bd41-1b3f3fe70051", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32914,7 +32914,7 @@ } }, { - "id": "6f9493ca-756a-48b2-a148-6840ca885c7d", + "id": "5110460c-973a-4bb0-ae10-193981141572", "name": "List owned user apps", "request": { "name": "List owned user apps", @@ -32971,7 +32971,7 @@ }, "response": [ { - "id": "dcd6931b-d143-444b-a25b-00a0ec63093d", + "id": "452f3a46-342f-407f-869c-a87932cd7927", "name": "List of user apps", "originalRequest": { "url": { @@ -33042,7 +33042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f6fb9c6-37c1-4a9a-ad02-a7abddb789ba", + "id": "16bd70be-f953-43dc-8942-92f8717898ba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33113,7 +33113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9aded4d9-f97c-413f-8f36-fd8e737698de", + "id": "94bcfe34-7f08-4af4-a80b-259fa3b6295d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33184,7 +33184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "954db0f8-41ac-4d86-8be3-44b2b19c167e", + "id": "424ff6b0-f3df-4fef-959d-28c642e673f6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33255,7 +33255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "351414ae-96be-4ead-b75b-b536a21c50e5", + "id": "bb4fda66-108c-4b37-8992-52a872456380", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33326,7 +33326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8ca79a1-ed81-4ea6-9be9-57aedecb591c", + "id": "56cb0920-9dce-4745-bca9-6410bab1034d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33403,7 +33403,7 @@ } }, { - "id": "210bcb1a-6f91-4883-8ddf-6ef1ed45f604", + "id": "2b208587-d81f-4744-81e3-4ed9b3289fa1", "name": "List all user apps", "request": { "name": "List all user apps", @@ -33461,7 +33461,7 @@ }, "response": [ { - "id": "5d21eecb-d466-4b0b-ac12-ae455a4caddb", + "id": "c553237c-2fe0-4c80-a94a-85e3a57376c8", "name": "List of user apps", "originalRequest": { "url": { @@ -33533,7 +33533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f43ff76-ce22-4bdb-9bfd-28fdeb458b96", + "id": "3d38ccf1-3477-42f7-9974-14b9a85397e7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33605,7 +33605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7cf02d6-f70f-4702-839b-8d4cd7e70e0f", + "id": "e4ccaea6-8cb1-4e28-94c6-a5f4a5398dbe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33677,7 +33677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a7c756e-c611-43d4-8704-9f0fc03911ff", + "id": "b46fd92a-068c-4ab9-898b-763038138c7b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33749,7 +33749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "772f4909-dbc4-434e-b36c-1242f81f3ff3", + "id": "8860ba5f-f4de-4f1c-b7f0-89979b38439b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33821,7 +33821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a694160-0ead-4a2b-b522-0467f8bc4488", + "id": "d9998e2e-3c79-490d-bf18-e42360c33386", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33905,7 +33905,7 @@ "description": "Auth Profile - Represents authentication configuration for an Identity Profile. This object gets created when an Identity Profile is created.\n\nAPIs can be used to retrieve and update Auth Profiles.\n", "item": [ { - "id": "736a440f-3515-42d8-9485-418368dd263f", + "id": "1a005d28-f68d-45aa-855f-5a00f083877c", "name": "Get list of Auth Profiles.", "request": { "name": "Get list of Auth Profiles.", @@ -33934,7 +33934,7 @@ }, "response": [ { - "id": "14f62215-6440-483d-a647-7262f19220df", + "id": "918615c1-2702-4104-83f3-e5c7a1e62532", "name": "List of Auth Profiles", "originalRequest": { "url": { @@ -33977,7 +33977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dcc7301-f722-43c0-b016-898be51f15b1", + "id": "284dd248-edde-4542-807c-542af7719543", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34020,7 +34020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57b29961-4b17-4785-92f2-e1f4742e4435", + "id": "6a7fe10a-fedd-44ad-a2b6-bef13cd471b3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34063,7 +34063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "332406c4-fb3d-4bfa-b511-17d74c78c638", + "id": "de93951b-7956-422b-a86e-9cfa917ea178", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34106,7 +34106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afd6b16e-8a3d-4302-aadb-55429834c67d", + "id": "09bf62fa-867c-4d7c-b8a5-3338e5e43ad3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34149,7 +34149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66d52b58-e327-4557-bfff-d7ac1f6bb8b3", + "id": "037104b6-4eee-4c99-97d5-8d5f33745ef9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34198,7 +34198,7 @@ } }, { - "id": "519a1a1c-d386-4e57-aa3a-24019d83901c", + "id": "c1a176f7-743d-4d0b-a4ac-0fbd6591d993", "name": "Get Auth Profile.", "request": { "name": "Get Auth Profile.", @@ -34233,7 +34233,7 @@ }, "response": [ { - "id": "f8a711d0-3041-4eeb-87e1-b6fe8441121f", + "id": "12a6e04c-3627-468a-9906-72ea7338bd41", "name": "Auth Profile", "originalRequest": { "url": { @@ -34277,7 +34277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "186d418c-e5bc-4f9b-9ff1-7540f3874bf2", + "id": "9d66ff2b-88ad-4264-9dcd-6669d12b10c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34321,7 +34321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dee56db4-f5c5-4fa7-a467-af8e37e90a78", + "id": "081a061c-3f77-4231-9ef8-6aa6f7fb5095", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34365,7 +34365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "226c6df2-d9ec-41c5-b085-b278e95f4a97", + "id": "bfc9a774-7d31-4810-81c4-e9a61eeb1fac", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34409,7 +34409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8905d123-39be-4109-90a0-e052fb949070", + "id": "ad4c3ca8-6513-42ea-9365-e36617861ac0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -34453,7 +34453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a94fead-6fe2-401d-bcb3-b2d18c6d635b", + "id": "70d3cc36-0656-4d17-b70b-7c2acce762a7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34497,7 +34497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68b033d6-2298-47c2-ad35-0bf15a036c70", + "id": "55cc54c7-5117-4260-abb0-0d9fe2e0e17c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34547,7 +34547,7 @@ } }, { - "id": "f271adf8-bdb2-413e-823c-c19fcd03137c", + "id": "183f99db-62ca-46cb-8f6a-a595b95a6260", "name": "Patch a specified Auth Profile", "request": { "name": "Patch a specified Auth Profile", @@ -34601,7 +34601,7 @@ }, "response": [ { - "id": "3a139e34-f5ac-4a41-aa6f-7a4dbbafcd64", + "id": "91bb1717-d320-42e2-8a59-879c4703cdc8", "name": "Responds with the Auth Profile as updated.", "originalRequest": { "url": { @@ -34658,7 +34658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dedfd0ea-ea57-4e2b-a9d3-5ad23818cfa6", + "id": "11292fdd-0184-40d2-bf87-2d341a9d78f6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34715,7 +34715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05d98233-f855-4967-bf1d-67f299f89f82", + "id": "3d809c40-def6-461e-aa00-3d793afa88cc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34772,7 +34772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c4fa793-6ccb-4f2f-a824-bcd81fe68c05", + "id": "15628e41-ce06-4bbf-a5c6-e75a63e2ada7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34829,7 +34829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "446cfa72-e144-4e6f-a0a7-01e5b0df6f98", + "id": "2e07def6-8e9f-44c8-8863-112d5e99cc64", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34886,7 +34886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22f20995-a5fd-4197-b9e3-0f7f38e3f0aa", + "id": "c8f8dcf1-841d-485a-adca-6fc5d3d4e7cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34955,7 +34955,7 @@ "description": "Use this API to implement certification campaign functionality.\nWith this functionality in place, administrators can create, customize, and manage certification campaigns for their organizations' use.\nCertification campaigns provide Identity Security Cloud users with an interactive review process they can use to identify and verify access to systems.\nCampaigns help organizations reduce risk of inappropriate access and satisfy audit requirements.\n\nA certification refers to Identity Security Cloud's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access.\nThese certifications serve as a way of showing that a user's access has been reviewed and approved.\nMultiple certifications by different reviewers are often required to approve a user's access.\nA set of multiple certifications is called a certification campaign.\n\nFor example, an organization may use a Manager Certification campaign as a way of showing that a user's access has been reviewed and approved by multiple managers.\nOnce this campaign has been completed, Identity Security Cloud would provision all the access the user needs, nothing more.\n\nIdentity Security Cloud provides two simple campaign types users can create without using search queries, Manager and Source Owner campaigns:\n\nYou can create these types of campaigns without using any search queries in Identity Security Cloud:\n\n- ManagerCampaign: Identity Security Cloud provides this campaign type as a way to ensure that an identity's access is certified by their managers.\nYou only need to provide a name and description to create one.\n\n- Source Owner Campaign: Identity Security Cloud provides this campaign type as a way to ensure that an identity's access to a source is certified by its source owners.\nYou only need to provide a name and description to create one.\nYou can specify the sources whose owners you want involved or just run it across all sources.\n\nFor more information about these campaign types, refer to [Starting a Manager or Source Owner Campaign](https://documentation.sailpoint.com/saas/help/certs/starting_campaign.html).\n\nOne useful way to create certification campaigns in Identity Security Cloud is to use a specific search and then run a campaign on the results returned by that search.\nThis allows you to be much more specific about whom you are certifying in your campaigns and what access you are certifying in your campaigns.\nFor example, you can search for all identities who are managed by \"Amanda.Ross\" and also have the access to the \"Accounting\" role and then run a certification campaign based on that search to ensure that the returned identities are appropriately certified.\n\nYou can use Identity Security Cloud search queries to create these types of campaigns:\n\n- Identities: Use this campaign type to review and revoke access items for specific identities.\nYou can either build a search query and create a campaign certifying all identities returned by that query, or you can search for individual identities and add those identities to the certification campaign.\n\n- Access Items: Use this campaign type to review and revoke a set of roles, access profiles, or entitlements from the identities that have them.\nYou can either build a search query and create a campaign certifying all access items returned by that query, or you can search for individual access items and add those items to the certification campaign.\n\n- Role Composition: Use this campaign type to review a role's composition, including its title, description, and membership criteria.\nYou can either build a search query and create a campaign certifying all roles returned by that query, or you can search for individual roles and add those roles to the certification campaign.\n\n- Uncorrelated Accounts: Use this campaign type to certify source accounts that aren't linked to an authoritative identity in Identity Security Cloud.\nYou can use this campaign type to view all the uncorrelated accounts for a source and certify them.\n\nFor more information about search-based campaigns, refer to [Starting a Campaign from Search](https://documentation.sailpoint.com/saas/help/certs/starting_search_campaign.html).\n\nOnce you have generated your campaign, it becomes available for preview.\nAn administrator can review the campaign and make changes, or if it's ready and accurate, activate it.\n\nOnce the campaign is active, organization administrators or certification administrators can designate other Identity Security Cloud users as certification reviewers.\nThose reviewers can view any of the certifications they either need to review (active) or have already reviewed (completed).\n\nWhen a certification campaign is in progress, certification reviewers see the listed active certifications whose involved identities they can review.\nReviewers can then make decisions to grant or revoke access, as well as reassign the certification 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": "0610125b-6d77-4221-922c-03517acea6f0", + "id": "9a7175a2-70c1-4c81-a295-eebc2fa509e7", "name": "List Campaigns", "request": { "name": "List Campaigns", @@ -35039,7 +35039,7 @@ }, "response": [ { - "id": "4b183bdd-aac4-4603-ae12-debb079cf4b4", + "id": "ae0f62ff-2543-4d68-9010-1dea6dcbc79d", "name": "Slim Campaign", "originalRequest": { "url": { @@ -35137,7 +35137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1a674c8-e716-4339-bec2-6f204e592a65", + "id": "69943a23-1184-4396-805a-1aa6541c81a3", "name": "Full Campaign", "originalRequest": { "url": { @@ -35235,7 +35235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d9bbd5b-1655-4be3-a259-0b1f376dd0b5", + "id": "f3c346ac-3e95-4998-b80d-853a2d29f8da", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35333,7 +35333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9f5108d-4441-4a96-8b5b-66c61e753d00", + "id": "73f07e85-5fbe-4db6-89c3-63fa56b182e1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -35431,7 +35431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f39dd588-8203-4e68-ae92-94e3accdb1f7", + "id": "0f6878f4-1771-4959-8dec-6cf117512141", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35529,7 +35529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dcea5f0-c140-4899-b813-4ff03afeeee2", + "id": "b9bc0bb6-4e44-454e-b315-081836d469fb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35627,7 +35627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee0c6b56-1d05-4733-b479-52cdbff6d0f9", + "id": "aec04861-f414-4c0f-b06c-45203bc502fa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35731,7 +35731,7 @@ } }, { - "id": "7cc8f30f-a34d-4afc-8e7f-3d616dc317db", + "id": "95a67519-171a-4ab7-bbd7-e4dce78f8980", "name": "Create Campaign", "request": { "name": "Create Campaign", @@ -35773,7 +35773,7 @@ }, "response": [ { - "id": "83286ce4-88f5-4171-8b76-4394379fa9fd", + "id": "c8b4f74c-a446-4462-8649-818a2176ff7f", "name": "Manager", "originalRequest": { "url": { @@ -35829,7 +35829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a47e1fe-bed2-45a7-a93c-b06427d58c76", + "id": "3c530252-f51c-4804-bdc4-e5b6152d059d", "name": "Search", "originalRequest": { "url": { @@ -35885,7 +35885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe56112e-e50a-4cff-9080-9f9e30883ce1", + "id": "2230cc2f-4d93-4a09-a04a-474ab2dc03af", "name": "Source Owner", "originalRequest": { "url": { @@ -35941,7 +35941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60b0ffea-bf17-4d23-848e-8a8d8d4c9618", + "id": "bd768605-ec3a-4404-a227-e47fd43fac95", "name": "Role Composition", "originalRequest": { "url": { @@ -35997,7 +35997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca19c41c-b3a9-44ad-835e-0e948c1546a0", + "id": "89da8412-6ffe-462f-a9a1-ae2c7748c0ce", "name": "Machine Account Owner", "originalRequest": { "url": { @@ -36053,7 +36053,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baa46111-7b55-480a-a896-5df7ad985883", + "id": "bcffad9b-c479-478f-af20-75c791bde5e4", "name": "Manager", "originalRequest": { "url": { @@ -36109,7 +36109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f57c3ed-005e-4d37-8072-6aa70e3cbf78", + "id": "0aadbb5b-8983-428a-aca4-0f87e1ac2b4c", "name": "Search", "originalRequest": { "url": { @@ -36165,7 +36165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7368e88f-c594-4917-bd3a-86cdfa09e7d5", + "id": "c8d89c5e-a7d4-426b-922a-a59f0f253e2b", "name": "Source Owner", "originalRequest": { "url": { @@ -36221,7 +36221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43c7156c-aa24-44fd-80eb-ba550dd39bb6", + "id": "2eb5b1a2-0d0b-4d18-a887-0d093829dcbd", "name": "Role Composition", "originalRequest": { "url": { @@ -36277,7 +36277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3612c954-f447-4756-827a-b8c24caec519", + "id": "2e25e75e-90ed-4752-8af2-75c8c1a1c865", "name": "Machine Account Owner", "originalRequest": { "url": { @@ -36333,7 +36333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dc16150-fe7f-43de-afbb-69f8e0e3cb12", + "id": "91f3ab2b-baf8-4da3-a106-a11d0fce495d", "name": "Manager", "originalRequest": { "url": { @@ -36389,7 +36389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6de6a6fb-47a6-44c4-b422-8ddc38fe299c", + "id": "667d5d2c-db49-4b14-b818-3a4a6974416d", "name": "Search", "originalRequest": { "url": { @@ -36445,7 +36445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa3d950b-b340-4372-9507-97d2ed042a18", + "id": "aa0b9ff9-2e84-4c4a-96ab-859616644dda", "name": "Source Owner", "originalRequest": { "url": { @@ -36501,7 +36501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98b93236-685d-4fc9-8432-bda3b9e3d15e", + "id": "de42499f-e995-4f63-bce0-ec2b5cbb8be1", "name": "Role Composition", "originalRequest": { "url": { @@ -36557,7 +36557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2f85fec-9ac8-431c-837a-be59a0368fd9", + "id": "3ad05dfd-4ece-48b8-886a-93f5f2e88c98", "name": "Machine Account Owner", "originalRequest": { "url": { @@ -36613,7 +36613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74165f3a-e264-41f5-b880-9f718d54f874", + "id": "765840f8-5cb7-44a1-a32e-9bc046a037c4", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -36669,7 +36669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0313e2d9-11ed-43d9-a1b4-20571ee3189d", + "id": "64007204-da1a-489d-8b14-c44e0ab93d9e", "name": "Search", "originalRequest": { "url": { @@ -36725,7 +36725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55b6b90e-f2bc-4884-bb50-0047dca73e18", + "id": "e8a3c2c6-fe9c-4a9f-9023-b03d37487cd2", "name": "Source Owner", "originalRequest": { "url": { @@ -36781,7 +36781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1920e913-eed2-49a3-8388-c902a56e79f0", + "id": "a3390ae2-e28d-4ec5-bc1e-1c11f5aa028f", "name": "Role Composition", "originalRequest": { "url": { @@ -36837,7 +36837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eebf166c-b6b2-4957-8cf7-45db283370c5", + "id": "0afb31f6-8f77-44f2-baa0-1ad9a54e828c", "name": "Machine Account Owner", "originalRequest": { "url": { @@ -36893,7 +36893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e930dd5a-31d8-400c-9c70-2cc39f6a7707", + "id": "0ddc633a-3218-4cf3-8855-d8b2e53ba18a", "name": "Manager", "originalRequest": { "url": { @@ -36949,7 +36949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdfdc9e2-a660-4e50-a260-1571ad001a71", + "id": "4d44f0e5-2ab8-4ab7-a97b-95359ad90ba2", "name": "Search", "originalRequest": { "url": { @@ -37005,7 +37005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dd8d71b-fa46-48d4-8c23-0d2695b59b2b", + "id": "cb753714-d59e-43b1-9bf2-0a6917111e75", "name": "Source Owner", "originalRequest": { "url": { @@ -37061,7 +37061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70155b91-f1fa-406f-99a9-4a4a3f79140e", + "id": "de6b5819-3568-4ca1-8e8a-738a065c0506", "name": "Role Composition", "originalRequest": { "url": { @@ -37117,7 +37117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8baf7e4-53e7-412d-b9c4-a5709b8874d0", + "id": "01ea4a3c-1181-4860-9456-d4f1cf534c11", "name": "Machine Account Owner", "originalRequest": { "url": { @@ -37173,7 +37173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1e7ddf5-bda3-40ac-805a-71bb9b09d8a9", + "id": "a5e2397f-e9a0-4e1f-a2a2-3202fdb5c781", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -37229,7 +37229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba79744c-97ea-4051-9e9d-af7751bb4731", + "id": "e3d9284e-1326-46fe-ba8f-4445556d2ebd", "name": "Search", "originalRequest": { "url": { @@ -37285,7 +37285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76153f76-100f-47cd-94e0-e1143a167aff", + "id": "70710eb4-7df1-45e6-bf3e-150c5c76a4c8", "name": "Source Owner", "originalRequest": { "url": { @@ -37341,7 +37341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f56528b-f24d-488e-b666-4bf3b2c95b37", + "id": "abc6e020-b369-4e77-9b15-54a5e80721d8", "name": "Role Composition", "originalRequest": { "url": { @@ -37397,7 +37397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c93397ca-4453-49ae-b922-c14bbdb86f4d", + "id": "641cb60b-0261-4b40-a491-acd723fb8e48", "name": "Machine Account Owner", "originalRequest": { "url": { @@ -37459,7 +37459,7 @@ } }, { - "id": "eaa7960d-2d76-47a8-815d-edf146cc09e3", + "id": "9d428cca-38b4-4e32-8d21-d41309c05aff", "name": "Delete Campaigns", "request": { "name": "Delete Campaigns", @@ -37502,7 +37502,7 @@ }, "response": [ { - "id": "63dff480-0c81-4889-b417-368588956620", + "id": "a5ade472-8c28-43d0-91fc-1dd006fcfc2d", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -37559,7 +37559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f14ffd9-5d58-425a-9ef4-a9710e01ff2b", + "id": "2df011d1-168c-4a65-b648-e527d1a20860", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37616,7 +37616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aec179d7-6d89-4985-adde-ffa5fce184c4", + "id": "bdc3e7fe-711c-4611-9634-ced9f45eb0ec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -37673,7 +37673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b952013e-a093-47a7-b0cf-9427970bd953", + "id": "04864b9f-642d-4c83-b051-925c631af560", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -37730,7 +37730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fbc619a-4850-48a8-83e9-06d696e9ee09", + "id": "615dfee1-9da9-4caf-a21d-2a994fbb827f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -37787,7 +37787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d139497b-ff6b-4c61-9b1f-cf65116050a8", + "id": "97064d5b-845a-4ccd-8117-964070242396", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -37844,7 +37844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ebd98bb-5e96-4164-bede-20c2ca04786a", + "id": "ef457925-041a-4df7-80b8-f4553cc86da8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -37907,7 +37907,7 @@ } }, { - "id": "5d66725b-f323-4c17-9ec6-86f7baeaf872", + "id": "bd9d59ff-48e5-4564-9f97-b8dbf61fcc63", "name": "Get Campaign", "request": { "name": "Get Campaign", @@ -37948,7 +37948,7 @@ }, "response": [ { - "id": "1b7abfac-611e-4b1d-8a49-5235256461d4", + "id": "c58c61d4-fd01-45c8-8c2b-b4f506c852c1", "name": "Manager", "originalRequest": { "url": { @@ -37992,7 +37992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "130879af-40c6-4d39-83fb-8c44b346b089", + "id": "db587885-6a78-407c-91cf-e2cd6ef8c45d", "name": "Search", "originalRequest": { "url": { @@ -38036,7 +38036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e00645e-779f-4674-8f95-75488f984c5b", + "id": "1abc925a-a1d2-437c-acff-a63cd45959b6", "name": "Source Owner", "originalRequest": { "url": { @@ -38080,7 +38080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8091994-0d28-4b01-8f8a-68515fbfa2e3", + "id": "6f238921-c090-4ebc-8bf7-fca1989befb9", "name": "RoleComposition", "originalRequest": { "url": { @@ -38124,7 +38124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cf80c60-e1ca-4113-9da9-b4bca9580bde", + "id": "ac85a90e-a9a6-4c70-aef9-cb97fa937aee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38168,7 +38168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "782dbd38-13d7-4c56-b76b-d2ba081f8501", + "id": "a5b63cff-afb0-4c10-8e43-aa8fc112fd32", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38212,7 +38212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f5f4706-1990-41b0-9b62-442b40ad8784", + "id": "f04a3b64-1f37-45cc-8374-8ccc5dbd9b83", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -38256,7 +38256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00fbf02f-3b0e-478f-a82c-da2fd0099691", + "id": "d00376d1-91b7-4d17-aae3-ccb9b5f91477", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -38300,7 +38300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21659d11-b915-4605-b8f6-9d3ab315f62f", + "id": "74abd631-9b62-4608-82fb-9727df69e1ef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -38344,7 +38344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1137d0f2-bc26-48f2-b873-bbae9eabe42a", + "id": "df8d4517-0504-4971-bd5d-eb8dd04ad9d0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -38394,7 +38394,7 @@ } }, { - "id": "1ea1b000-33ad-4b55-80ba-5960132c13ff", + "id": "446ec741-90cd-4014-abfe-90db84691478", "name": "Update a Campaign", "request": { "name": "Update a Campaign", @@ -38448,7 +38448,7 @@ }, "response": [ { - "id": "f722af5c-2df6-4470-b5f9-13ada1cfd8a0", + "id": "bed46688-2b7b-4108-bc64-c8d96d384ef5", "name": "Manager", "originalRequest": { "url": { @@ -38505,7 +38505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "940df728-55b3-4a61-9a85-a30108317b63", + "id": "e84f447c-a354-41ec-a6eb-99445ae3fa3b", "name": "Search", "originalRequest": { "url": { @@ -38562,7 +38562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee803679-74d9-4f00-bfd6-7dadf81021b0", + "id": "523bef6a-a6ac-4256-8b70-172b41673195", "name": "Source Owner", "originalRequest": { "url": { @@ -38619,7 +38619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e85398e0-c3ff-4803-b9d0-ce7ed696bf89", + "id": "c10377ca-fea1-41c6-b22d-7d9a63899c13", "name": "RoleComposition", "originalRequest": { "url": { @@ -38676,7 +38676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf4dcbb5-68da-4557-89b7-370cdff65094", + "id": "54e45c2f-aca0-40d7-8afe-fd2a5a76a258", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38733,7 +38733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c209d8c-0f8e-4441-a3d8-77be013edd75", + "id": "2ee6c2fa-f2d5-42d9-9fba-97fd8758dea3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38790,7 +38790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e83c64a-13b9-48a0-a1d5-52f72ddad34c", + "id": "83067fa2-32c8-47ba-b0bd-bc8df3067cac", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -38847,7 +38847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6afd8fcd-529c-4944-92a2-eb37be5c27e5", + "id": "c20eb8b7-7aed-4bd1-ada1-81c75cb039c9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -38904,7 +38904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08633e8d-ff40-44bd-bec1-a4c8cdc06d20", + "id": "59b12b76-bd6d-4ec9-8453-39880e4c2cf4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -38961,7 +38961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65d842cb-a9c7-4c31-9b6e-5ca36cc5350f", + "id": "0642666d-1a74-482d-87f2-b7f0841d9bdd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39024,7 +39024,7 @@ } }, { - "id": "343bf997-00eb-4509-baea-6050c0986606", + "id": "8f596996-0dd9-4b4c-9fde-4cb35abee3bd", "name": "Activate a Campaign", "request": { "name": "Activate a Campaign", @@ -39079,7 +39079,7 @@ }, "response": [ { - "id": "c5996894-791f-4f88-b4f0-289dca8f1300", + "id": "cdb28f24-6348-4a07-b24b-49a271b9a87c", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -39137,7 +39137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60f9b79b-b233-4c76-9e42-a2f8a01bd8ae", + "id": "27d7b109-c9fd-49a7-9a86-d3c7b2b8b4ab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -39195,7 +39195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d35a191-0426-432f-a758-92650eddaf6d", + "id": "ec87b2c9-1c9a-47e6-837e-89f513208f30", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -39253,7 +39253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ab3641c-57e2-4a72-aeb9-22d10c9aaa94", + "id": "f0edb21c-667a-4cac-af2a-e96a0cc7452d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39311,7 +39311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eed01718-7f8a-4ec9-a8f6-9185bceb2573", + "id": "1f428c4d-f60c-4580-9712-086e7132d73e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -39369,7 +39369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1509a0c6-ffe4-4543-8127-0ba3b54edc0d", + "id": "fcc82dd6-eb4b-41d7-9e6e-ec55f790b05d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39427,7 +39427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acd1b630-ce17-4093-8916-e0684b9c1b43", + "id": "6163b0eb-353e-4ac9-85a0-d3f33d2911ec", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39491,7 +39491,7 @@ } }, { - "id": "3ab14025-8ba4-40ba-b1dc-d94d176a111a", + "id": "acb499c4-cda4-47ff-93db-d5f69b36e666", "name": "Complete a Campaign", "request": { "name": "Complete a Campaign", @@ -39546,7 +39546,7 @@ }, "response": [ { - "id": "158fe54c-398d-4d4e-b6ee-353f33f266f8", + "id": "6f3eb010-db49-4f99-a195-3fac8cce5af1", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -39604,7 +39604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "827f9a8b-33fb-4c9f-9726-d8458cd8cfd4", + "id": "91a4ff23-a976-4654-ab55-0538cb2c200f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -39662,7 +39662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72ba8571-a7f0-4c92-99e0-a234891513ce", + "id": "3cf85dcd-c63f-41fa-904b-6472d3e38dd4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -39720,7 +39720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0786e94b-3e16-44d0-ba57-765025f73eac", + "id": "d2532480-51b1-4313-b461-731ea8ffb60c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39778,7 +39778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98e865a0-6b43-47e0-bb07-c0b204b4b1c5", + "id": "c86499d6-289d-410f-8d1a-f4dda4f8b47b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -39836,7 +39836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55c87d12-86a5-4856-b930-59fbb6fe2faf", + "id": "f0c27ac8-4147-4d9a-a714-e3c6247161f1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39894,7 +39894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1bc5222-b9ff-45ec-8e36-40c8badb27f9", + "id": "2fa1cf38-bc66-4227-a898-b2a1ada80f8c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39958,7 +39958,7 @@ } }, { - "id": "f23c53a1-c1e4-4373-9a2f-065f568e295f", + "id": "4fbabeaf-a9ce-4093-beea-f51de2675913", "name": "Run Campaign Remediation Scan", "request": { "name": "Run Campaign Remediation Scan", @@ -40000,7 +40000,7 @@ }, "response": [ { - "id": "e442d583-d7fa-4383-8017-23b0c5d3815d", + "id": "c5eb73ab-fd7d-4d11-8913-a15394a1248e", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -40045,7 +40045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fff50ea-6da3-47ab-97d4-dad74ce28f61", + "id": "bb21c863-e61b-44fd-b4cc-cc24e5e17aaa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40090,7 +40090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74377fff-b0f6-45d8-9137-c92fdfe35c16", + "id": "3f8f29fb-0c60-4a89-97b8-b4f3bdebb1c1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40135,7 +40135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a216cf1-4381-4742-a8c4-fb0ebd2c424c", + "id": "4d3f21d0-e122-4b5e-ac6a-55edb3c46a3c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -40180,7 +40180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e6e1437-1a47-4075-bad2-6e94af060184", + "id": "48cb5361-a55d-4156-a788-8ddf841f8e16", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -40225,7 +40225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f30714fc-656f-42a3-8e5c-102b1aa1c079", + "id": "cf9120d4-941b-4f61-9942-9158517f0994", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -40270,7 +40270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3e1e525-02bd-4121-89e5-74252cb87a25", + "id": "1bf39ae4-25c0-46bc-986e-c90b618dce55", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40321,7 +40321,7 @@ } }, { - "id": "e8460cc5-788d-4ae5-bdf7-9886b94d1852", + "id": "d1078dc9-6034-4db0-8f24-1c07ae4e9135", "name": "Reassign Certifications", "request": { "name": "Reassign Certifications", @@ -40376,7 +40376,7 @@ }, "response": [ { - "id": "b88f414e-591a-459c-8e71-404162cefee7", + "id": "d4327d41-d264-4b72-b490-ddb3ebb89b4d", "name": "The reassign task that has been submitted.", "originalRequest": { "url": { @@ -40434,7 +40434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6afcef2-6c74-4527-b00e-4c14bbd1096e", + "id": "12e4ca33-7beb-44cd-9c2f-e8531b17a834", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40492,7 +40492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd56767f-6c20-4951-b99d-991265d3300c", + "id": "5aee4d40-80b1-4250-a67d-cabba0db7445", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40550,7 +40550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e565bfb-ce00-4826-90e8-88becc587eb5", + "id": "a64ce4cf-0901-4baa-9602-12785127487c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -40608,7 +40608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdec29ef-f9c7-4391-a0d2-611c5ed241f5", + "id": "35dbfb32-a289-4d0b-972a-7263d3f303a9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -40666,7 +40666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fdfc756-9fc3-48b9-9634-37ea18c096c8", + "id": "26749cfe-603d-4843-805f-8f48ff6f3e39", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -40724,7 +40724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c457e9c5-943d-4e01-ba1f-7667ae242f5f", + "id": "ba46e408-6bcb-48a0-b0aa-58922cb24a28", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40788,7 +40788,7 @@ } }, { - "id": "8d81aa98-6142-4887-99e7-6ef69b8b09fc", + "id": "c82536a4-4bcf-4292-aad4-2ae1f40d5de2", "name": "Get Campaign Reports", "request": { "name": "Get Campaign Reports", @@ -40830,7 +40830,7 @@ }, "response": [ { - "id": "ddbaabeb-31b5-433b-b83c-2ddb9ae39171", + "id": "18dbf7ba-6857-4afd-86d5-c4580d1889e4", "name": "Array of campaign report objects.", "originalRequest": { "url": { @@ -40875,7 +40875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "391e1998-e9ee-4ef7-ac42-91953b0ee4cc", + "id": "14905b06-1fa0-4c60-a068-8b2f3a653b3f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40920,7 +40920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a27f2b27-5939-4489-b1cd-f3919f6d3b29", + "id": "58afee68-326d-40f2-9b10-8bf425e80a69", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40965,7 +40965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d096cc9a-3eb7-46cf-b524-ac17e31b71e0", + "id": "45865bfb-6519-49f4-a0f7-3823a88f5a73", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41010,7 +41010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f539f051-a0f4-41a3-b0a2-f91334f3e3c6", + "id": "3cb8d369-b57a-49f1-9004-58d17a2c995c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41055,7 +41055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72267a59-fe16-456d-91ca-e1284e238450", + "id": "8c722497-89fc-423b-ad26-c3d6714e15fc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41100,7 +41100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "077eb3a1-dcfb-4bc4-ae45-0a628f2a36b9", + "id": "7d4c2946-5f97-41f4-8658-2780b6392042", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41151,7 +41151,7 @@ } }, { - "id": "18475955-d678-4c61-9b52-83cd94d68f39", + "id": "5eb3af9e-3403-45bf-be57-3b502081f33b", "name": "Run Campaign Report", "request": { "name": "Run Campaign Report", @@ -41204,7 +41204,7 @@ }, "response": [ { - "id": "632c18a2-712f-4fb5-853f-ea80f1e2c6e3", + "id": "d64103c3-bc38-4c8c-a3d5-019b624c3a4c", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -41250,7 +41250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68f7066c-4f4b-465e-b6b8-055257df0bdd", + "id": "1a1aab79-ea3d-4465-bcd9-f3f17b128abf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41296,7 +41296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28ae6a56-75c3-415f-bffe-25830054e6e5", + "id": "60471fb2-f6d0-47ae-88d1-98bece00e2c2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41342,7 +41342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b48377c8-37bf-40cd-a0e5-ddabbdbd0a36", + "id": "b520a3fd-639a-47ac-8c94-3e1501aae741", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41388,7 +41388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35e83f7c-3df6-4e6a-9b4c-ed6c21bf6802", + "id": "cbd560ae-ee1b-4c89-a0da-9f325741b5e6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41434,7 +41434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65b3204f-1a4e-4b8e-9a3a-71bbf6526001", + "id": "724774d4-e3d6-4c8b-bb95-1924f1a92aad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41480,7 +41480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d259bb2f-8a11-447b-a63a-9831d8d79a5d", + "id": "09773205-3b77-45eb-98f7-11a90b44affc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41532,7 +41532,7 @@ } }, { - "id": "bd99e4ee-1ec8-4b30-9b42-13ee1917d1b7", + "id": "473551e2-27d9-4427-b23d-d6a228271ed5", "name": "Get Campaign Reports Configuration", "request": { "name": "Get Campaign Reports Configuration", @@ -41562,7 +41562,7 @@ }, "response": [ { - "id": "03200e7e-9735-4269-a409-b2ae866d38d2", + "id": "e73cfab0-0d0e-44c8-a651-3bbd264a9777", "name": "Campaign report configuration.", "originalRequest": { "url": { @@ -41606,7 +41606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab29e553-20cc-4c09-87ab-a79c247fc381", + "id": "9e3b96f2-d033-4311-bc1b-6a0a4a6bfdc7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41650,7 +41650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c99ba9a-0635-4ff4-8586-5576f39e7d8f", + "id": "adb6ce66-663f-4cd9-9a86-442a72f28ece", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41694,7 +41694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80e17c5c-99e3-4511-bc06-64929e995a38", + "id": "a8052f6e-586f-43d9-978b-272342792d80", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41738,7 +41738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "639ae211-bd26-4b3f-9f21-6a6c2bf688ef", + "id": "000adafc-5b6d-45f5-8c4a-819480c9d3c3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41782,7 +41782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2839291-4a70-49b0-a371-c62dc205790f", + "id": "7324ed42-362b-4360-b5ad-82033c450504", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41832,7 +41832,7 @@ } }, { - "id": "3cfde7b4-24fc-4ce7-bee9-0fc348c1d5bc", + "id": "ff2e1318-5575-487e-ab10-544a68c301cc", "name": "Set Campaign Reports Configuration", "request": { "name": "Set Campaign Reports Configuration", @@ -41875,7 +41875,7 @@ }, "response": [ { - "id": "4ee6c252-e12b-4a0b-af10-819c9e50414d", + "id": "07d870e0-af4c-492a-bbce-cecc19cacbbd", "name": "The persisted campaign report configuration.", "originalRequest": { "url": { @@ -41932,7 +41932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7a8d611-8ef7-4672-ae4d-3ab1bca6208f", + "id": "5818edd5-d79e-4bab-bfe0-b3f1acdae559", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41989,7 +41989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2df3791-79fc-46dc-a4c3-998518a69949", + "id": "1501befe-1f22-41d4-98b2-69d8425cb154", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42046,7 +42046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "230a901f-d99c-4244-8084-8e567e4915a3", + "id": "8d64bec9-7a7b-406c-8706-fe277aa003f2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42103,7 +42103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ace984d1-d9e1-4fb7-9b98-62de5b196b0f", + "id": "2542cd1a-7d36-4646-b54b-46ee46431400", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42160,7 +42160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f888cd8-321a-4cf8-9a13-966a696f46bd", + "id": "ef4607a3-0723-42c4-a542-729656af2036", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42223,7 +42223,7 @@ } }, { - "id": "6fd07621-1f3a-4518-b5c0-59e2edae8086", + "id": "411df608-bb2d-485a-80fd-f26961a5fb14", "name": "List Campaign Templates", "request": { "name": "List Campaign Templates", @@ -42298,7 +42298,7 @@ }, "response": [ { - "id": "f5c7d5fa-f010-420e-a3c9-ab4daf938353", + "id": "88b840dc-a36e-4780-920a-857b49d527c2", "name": "List of campaign template objects.", "originalRequest": { "url": { @@ -42387,7 +42387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6488298-5a80-4ad9-94f5-67d1bf6334b7", + "id": "c9dbc114-6991-4842-85f1-7fd47793724b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42476,7 +42476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e598bc54-ab45-49b3-9988-3cac4cb5aa57", + "id": "8e257652-a990-4238-928f-ac45d15505c8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42565,7 +42565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9826f4d5-6bf2-45dc-89f9-a5404ffe9d4e", + "id": "838c4585-3f27-47f9-95f3-19d021725283", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42654,7 +42654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f139ec5-b0ad-4c20-9b9b-eb27c9b21794", + "id": "81e94c59-f479-4555-a0b5-aed71d7e6a4b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42743,7 +42743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c1f666e-572a-4319-a201-16ef89bf7dd7", + "id": "ebec9ec2-1c62-40ce-b5c3-6ad4630e2dcc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42838,7 +42838,7 @@ } }, { - "id": "e0dbe179-bf5b-446c-a359-0b7a7a225c18", + "id": "333eb98e-4cc4-4e34-a890-cc4202e2df5d", "name": "Create a Campaign Template", "request": { "name": "Create a Campaign Template", @@ -42880,7 +42880,7 @@ }, "response": [ { - "id": "19deb5c4-cf8b-4c0d-9db2-c1ff433f9563", + "id": "4dcdcb0c-caf9-49b0-8a1c-c556cd9ff3f7", "name": "Manager", "originalRequest": { "url": { @@ -42936,7 +42936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dbbf35b-a489-45b8-b671-83194775f679", + "id": "db6ec03f-0d92-4c84-9c77-eeb09bec0eb2", "name": "Search", "originalRequest": { "url": { @@ -42992,7 +42992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02b4ad9f-6304-446a-8c13-07e33761e2f2", + "id": "032b923f-3dbd-40de-b3f6-1467bccaf36f", "name": "Source Owner", "originalRequest": { "url": { @@ -43048,7 +43048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bee5f389-ea32-40c7-ad0e-71012b48feca", + "id": "a5eb9d99-e4a3-4ccf-a168-49ded180d2c3", "name": "RoleComposition", "originalRequest": { "url": { @@ -43104,7 +43104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7380522-eb24-4dc7-a5f1-61fcb3ff63e0", + "id": "860ab5e8-3e26-443a-82ff-34c96eb8ef5c", "name": "Manager", "originalRequest": { "url": { @@ -43160,7 +43160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afb8c781-ef7f-4a1f-a22e-0deef3bc266f", + "id": "fc6fcd84-ce72-4cd8-a68c-ba6a38d9e172", "name": "Search", "originalRequest": { "url": { @@ -43216,7 +43216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd0d3b94-e23b-4f79-8c29-77748accf5c8", + "id": "9a09d29e-5703-430b-b4a1-ae89856a7353", "name": "Source Owner", "originalRequest": { "url": { @@ -43272,7 +43272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "391cc14b-454c-4bf5-9fbf-a8d9e98eb69a", + "id": "dad2db5e-a695-49b1-9357-6a5f73e6880e", "name": "RoleComposition", "originalRequest": { "url": { @@ -43328,7 +43328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d757117e-43c4-4c54-8b25-a176ed3aeb60", + "id": "f8bb396e-4657-4dbf-8840-a3b28ab59903", "name": "Manager", "originalRequest": { "url": { @@ -43384,7 +43384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63e850c4-9798-4f5e-b05c-00545e414844", + "id": "927dac96-ed7f-489b-9338-1e2ffb9fbb6a", "name": "Search", "originalRequest": { "url": { @@ -43440,7 +43440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29cfe857-00d4-420f-bf4c-e260af602461", + "id": "d05bda76-ed9d-4455-83a3-4c05cecb867d", "name": "Source Owner", "originalRequest": { "url": { @@ -43496,7 +43496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ce3609e-8337-4d0f-b738-b045137acf31", + "id": "76af6581-6e7f-441b-88f6-0ba5cce5591a", "name": "RoleComposition", "originalRequest": { "url": { @@ -43552,7 +43552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c365ea6-1c2f-4499-b273-45cafcb7cd12", + "id": "8982343d-d7da-4e2a-b033-066ef829c2fb", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -43608,7 +43608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb054cd1-6ea9-4578-9b7e-0211be66c3d0", + "id": "80829fa8-4d81-40e1-b3a8-413a7a4945ee", "name": "Search", "originalRequest": { "url": { @@ -43664,7 +43664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ff568ea-f3ee-4cc6-a30b-ed26c6a2349f", + "id": "61cf7192-81c4-4af1-98b4-1cdecfc9a513", "name": "Source Owner", "originalRequest": { "url": { @@ -43720,7 +43720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "360bd081-1188-42e0-96e0-afebfc44ea73", + "id": "66cca65c-608e-4e46-8619-7e832c2f0025", "name": "RoleComposition", "originalRequest": { "url": { @@ -43776,7 +43776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2abc5a76-507a-4d00-b09f-ff886d2a1114", + "id": "580b1223-7cbe-4737-aa81-ed84a1d80f36", "name": "Manager", "originalRequest": { "url": { @@ -43832,7 +43832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0246e638-758d-446d-bd16-65f4e4647669", + "id": "0b20b918-c262-4f63-8da5-07f04477fed4", "name": "Search", "originalRequest": { "url": { @@ -43888,7 +43888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fed5f18-10e4-48b6-8eef-81e1b5a82552", + "id": "6d83477e-e942-4c13-a381-6d8db3dc14b3", "name": "Source Owner", "originalRequest": { "url": { @@ -43944,7 +43944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10ecbae1-e5ed-4153-a910-0a7f9204474a", + "id": "77123941-eb74-4908-a7db-849577fee41a", "name": "RoleComposition", "originalRequest": { "url": { @@ -44000,7 +44000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be5af1b0-d9c2-417b-afe0-e56392dd5252", + "id": "baf2372f-aba0-42f3-a628-2a898acd22d5", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -44056,7 +44056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adfd1c56-b7dd-4bc0-99df-ae4580b306be", + "id": "a33a0ae9-eb2c-440e-80ba-671e5229da45", "name": "Search", "originalRequest": { "url": { @@ -44112,7 +44112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4324bb2-5215-4584-961e-767c60182eb8", + "id": "e14eade6-0fca-4c80-bc15-ae6395ff0fac", "name": "Source Owner", "originalRequest": { "url": { @@ -44168,7 +44168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c743b45-9a3e-43ab-a75d-e9c72ee3415d", + "id": "61e2c397-3ab9-48b5-9028-0cdf41750d89", "name": "RoleComposition", "originalRequest": { "url": { @@ -44230,7 +44230,7 @@ } }, { - "id": "0ac988b6-f4a8-4057-a017-bb2f80c9bf93", + "id": "c7b9883a-a8c5-4cbf-b9dd-f7e3d1c2611b", "name": "Get a Campaign Template", "request": { "name": "Get a Campaign Template", @@ -44271,7 +44271,7 @@ }, "response": [ { - "id": "afb2ddb7-9122-42d6-a4a4-85ee0fc0de6b", + "id": "ae4efd21-dcb1-4c7b-93f8-c33556e20bc1", "name": "Manager", "originalRequest": { "url": { @@ -44315,7 +44315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a339da2f-739e-4d90-abea-239a5a944a61", + "id": "813e224a-a489-450a-b773-8697241317b5", "name": "Search", "originalRequest": { "url": { @@ -44359,7 +44359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a70cb0bd-2fc8-4cff-9ebe-713cc233836b", + "id": "8d6290c1-7474-474f-8864-e325d9552222", "name": "Source Owner", "originalRequest": { "url": { @@ -44403,7 +44403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37101707-4231-4a68-a93a-cad128cbd6a5", + "id": "6aed36c3-da6d-47b6-9f1e-c6a033646e49", "name": "RoleComposition", "originalRequest": { "url": { @@ -44447,7 +44447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60f850f6-55aa-4c0a-8d30-fd2f65d89ee2", + "id": "8129abcf-c8ef-4fa4-8a38-57f6b834a034", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44491,7 +44491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fddac402-114e-42fc-be16-e660c0f99408", + "id": "e682d9f7-cb93-4729-a306-2926caa05fdc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44535,7 +44535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e07d39b-275d-4a55-8427-5dcb46ebf57f", + "id": "f38ef2a7-0652-496c-a6cc-004f252b2b2a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44579,7 +44579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f525d8b-6671-4ffe-a2db-ce55de770080", + "id": "91e41018-bb71-463b-8f9b-dee8966d2329", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44623,7 +44623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de0e78c5-f2a3-4d27-b15f-db168b7aa67a", + "id": "e2293872-c816-4a96-93f8-24a111f1489b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44667,7 +44667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74e49d3e-313d-4ce7-ad55-6a9f36d79cbd", + "id": "85e9331e-c871-42c4-b4b7-308e3d9529da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44717,7 +44717,7 @@ } }, { - "id": "4f6201a5-160f-4d2a-9cda-edf1f84cb8e1", + "id": "e4f28445-db85-4c70-b187-aedd3cbe5858", "name": "Update a Campaign Template", "request": { "name": "Update a Campaign Template", @@ -44771,7 +44771,7 @@ }, "response": [ { - "id": "b6561fe9-7ec6-43da-b552-0493c60a47a8", + "id": "3aa4b8e1-ea65-4fa9-8d7a-04cbf6076c6f", "name": "Manager", "originalRequest": { "url": { @@ -44828,7 +44828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73f92420-a2c0-4d8f-a162-b643a08e1217", + "id": "1b6c18c5-31a4-4237-ac2b-585eed0aa69f", "name": "Search", "originalRequest": { "url": { @@ -44885,7 +44885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1a522b9-7ec2-4097-aa9d-518f495af2c3", + "id": "0af1130a-e4bd-40db-b8ed-c1af7e264d71", "name": "Source Owner", "originalRequest": { "url": { @@ -44942,7 +44942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c086845a-3f4e-4ab2-8a66-36748b3b2cfd", + "id": "bb3c8402-11a7-4a36-96b4-d4f0070de225", "name": "RoleComposition", "originalRequest": { "url": { @@ -44999,7 +44999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84fea377-a6e2-4360-bd59-d7ca2a12c5bd", + "id": "40352eb4-196f-4492-abc0-52bc61ecccfd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45056,7 +45056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff3a4022-8f61-4c43-a747-0c0d4dec96bb", + "id": "1edf509e-ff57-4c26-9629-88621caf597d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -45113,7 +45113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb1d051f-a8fe-48c6-aea1-1931cd770d50", + "id": "caa8982e-333a-4a42-b7a9-60a4b299cc60", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45170,7 +45170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27194327-823c-4590-b418-c240a5ecc2cd", + "id": "502f434c-3c35-41f6-a7aa-2df3242ea4a9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -45227,7 +45227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "213c3f5a-051c-4b14-90d9-23b31b2f8d5b", + "id": "92108d20-8cae-4a60-bdc4-68ee24382c43", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45284,7 +45284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a452972-d7ef-45e1-9435-13f6b682c9c2", + "id": "844dd85e-b63b-4769-8325-85f5f25094e6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45347,7 +45347,7 @@ } }, { - "id": "2d40e3eb-5950-42ff-bae2-4f8cd47e27f2", + "id": "3745d4d4-eb2c-4ef1-b3bd-051380ad95f9", "name": "Delete a Campaign Template", "request": { "name": "Delete a Campaign Template", @@ -45388,7 +45388,7 @@ }, "response": [ { - "id": "59439298-5b5c-496a-be5a-df2cc8089583", + "id": "9dde4cc7-bd1b-46b5-a8ca-795dc9a7ae96", "name": "The campaign template was successfully deleted.", "originalRequest": { "url": { @@ -45422,7 +45422,7 @@ "_postman_previewlanguage": "text" }, { - "id": "41cd61be-99dc-4c4a-b793-a9f66bd30915", + "id": "f7f942bf-5e3b-4db0-8a1d-7d3238f3dffb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45466,7 +45466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85bb697c-5f04-4fa9-9fce-818b1deb3592", + "id": "5584be91-aba2-49c6-ac2c-b409a987b5a3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -45510,7 +45510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4888c5d-d604-4382-800c-5a19c56572d0", + "id": "fe0ef2b3-9b19-4a13-91c5-cddf6da06ef8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45554,7 +45554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eabbaea4-a4ae-4f6e-a64a-d5622eb1c952", + "id": "e44bb201-11b9-4164-98ec-ea892871a487", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -45598,7 +45598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45cb6a0d-789a-4878-9269-5e341498f3e6", + "id": "c1e2542d-7ecc-4357-9337-65e4899becfa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45642,7 +45642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c736c75-a889-44fd-b345-2f390cec9ad3", + "id": "62ec1e84-a33b-42d2-b93a-a4129e65be11", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45692,7 +45692,7 @@ } }, { - "id": "8df31355-5570-42d4-82f5-67ea6c6f8db7", + "id": "c98bf552-a4fb-4475-853f-3b1f3f61dd29", "name": "Generate a Campaign from Template", "request": { "name": "Generate a Campaign from Template", @@ -45734,7 +45734,7 @@ }, "response": [ { - "id": "f6a56556-2665-424b-a885-390b4a7d9adc", + "id": "7b507c8e-0d3d-4405-9555-625b297bfd4d", "name": "This response indicates that a campaign was successfully generated from this template, and the API returns a reference to the new campaign.", "originalRequest": { "url": { @@ -45779,7 +45779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "087dd69f-924c-412b-ab6e-1be54fb73df0", + "id": "b06dd1ed-14f7-4856-aa75-d0156f0a9f45", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45824,7 +45824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25f390c4-4f2c-4736-845e-370291c19dd3", + "id": "54cfcb4a-0f31-4e05-a2c7-dc828cf77f38", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -45869,7 +45869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8366315-5ded-4207-b571-7d7b6761a580", + "id": "b7c90f5e-5a43-450d-86ba-2d7f6395c6eb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45914,7 +45914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87e28c1c-f0a6-4c91-ae48-b922f940e609", + "id": "888402e0-46ee-4749-9d7f-a3341af9625b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45959,7 +45959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "619d8fac-4fe3-43d8-830d-0a8fdc8b9306", + "id": "f9591052-e6a1-4880-9b67-0f6b9907f1c6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46010,7 +46010,7 @@ } }, { - "id": "c8cea56a-b466-49b5-8bc6-ebec78beb477", + "id": "df52f776-407b-40f3-a5cc-7f49f51b5c65", "name": "Get Campaign Template Schedule", "request": { "name": "Get Campaign Template Schedule", @@ -46052,7 +46052,7 @@ }, "response": [ { - "id": "77bd0512-c71b-421d-b6ff-54ba5e2a9b29", + "id": "210df19e-84dd-44ee-ac25-9fd1c39bfc6e", "name": "Current schedule for the campaign template. See the [Set Campaign Template Schedule endpoint documentation](https://developer.sailpoint.com/docs/api/beta/set-campaign-template-schedule) for more examples.", "originalRequest": { "url": { @@ -46097,7 +46097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d8803d2-8c30-4484-966d-fc7ee47df1e2", + "id": "d1ccb057-0880-42e4-931d-58dad4b8cedd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46142,7 +46142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c951c646-1fd8-4fe4-b570-ce780b04e79e", + "id": "670395f0-690a-4464-b0e8-dc22cc78aef5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46187,7 +46187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a3ca2a2-f065-42c0-a5f6-978a45cfa35e", + "id": "76be15d1-ed9d-46a1-aafb-3a819aa9af9e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46232,7 +46232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de1cb901-9df6-4bf4-acde-9c99f8882af6", + "id": "80d6e308-3c50-45d3-ab2b-d4a37fb1dec9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -46277,7 +46277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "167d1c71-de10-47b0-a6dc-40ff74f88f4f", + "id": "085ea488-71ca-44b0-b7c3-be0dc3bc55fa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -46322,7 +46322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "361f9646-3fac-4de9-9355-d5b994f856de", + "id": "211fa89a-b4c4-4b9d-adeb-3fd6e3a3b48d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46373,7 +46373,7 @@ } }, { - "id": "8df31347-b1ee-447d-a536-dc79af42ac45", + "id": "14ba26ef-23c8-4a9c-a8b0-baedde5358cf", "name": "Set Campaign Template Schedule", "request": { "name": "Set Campaign Template Schedule", @@ -46428,7 +46428,7 @@ }, "response": [ { - "id": "c711ad27-bc9a-4565-bc64-61a20c836a84", + "id": "69dfe59f-1be2-43ee-8905-745c11074675", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -46476,7 +46476,7 @@ "_postman_previewlanguage": "text" }, { - "id": "fa4fa8bc-ba7c-4a6c-93c5-2e1569d03f36", + "id": "5c711653-38c5-482f-8f98-9377f179ce97", "name": "Monthly", "originalRequest": { "url": { @@ -46534,7 +46534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b694d575-cd0c-4cb8-8761-81a3c27ab804", + "id": "acf62a1e-1706-4fb4-8ad8-c6ab5b709bfe", "name": "Once a year", "originalRequest": { "url": { @@ -46592,7 +46592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffa375d6-9c52-4559-b293-295124db9ad8", + "id": "9bba891d-ebc3-4c14-9e5a-5284ca170456", "name": "Quarterly", "originalRequest": { "url": { @@ -46650,7 +46650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b230f6cb-eb0e-4190-af4a-20cb83a3f775", + "id": "c5565bad-810a-4b22-b601-b75a93ed2fd9", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -46708,7 +46708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3096fb1-821d-41d3-8e00-84be05bda460", + "id": "4eb0a3e7-f7d8-499d-917b-7c012ac0f34a", "name": "On a Specific Date", "originalRequest": { "url": { @@ -46766,7 +46766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "670497f0-1fbc-4c1d-8660-2e544c9b82f3", + "id": "4352a1a5-f2ca-4ae3-aa27-51c129faae66", "name": "Monthly", "originalRequest": { "url": { @@ -46824,7 +46824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5f87b0c-f5a4-45c3-a172-d058033d7145", + "id": "e507f324-85e9-423a-9990-57fc4e5aff55", "name": "Once a year", "originalRequest": { "url": { @@ -46882,7 +46882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5689a1a5-e9bc-4cce-b84a-5d782109671d", + "id": "efa20f98-b0bf-48a3-8402-5525a62e76ec", "name": "Quarterly", "originalRequest": { "url": { @@ -46940,7 +46940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee72c8de-1f23-40b6-ab3e-53a04ad7ba33", + "id": "88c26ea8-2bca-4480-916c-802338ee4ee5", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -46998,7 +46998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "925d478a-51fd-4c1c-9d53-880d1085de72", + "id": "f05a0082-1872-4ea9-be39-4c3bf2a65f3c", "name": "On a Specific Date", "originalRequest": { "url": { @@ -47056,7 +47056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63fc64bc-a5c9-465d-9115-62e87bea1c12", + "id": "1ab1ec5f-b936-4b82-8481-a152ccc67951", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -47114,7 +47114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a539261e-5d3a-4921-a4aa-089eb777d87c", + "id": "2f3aa4c9-4ddb-4558-8ec5-b192be315c33", "name": "Once a year", "originalRequest": { "url": { @@ -47172,7 +47172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f62446a-de1c-4740-bb59-8e4ed9d27d99", + "id": "70f68fed-5c1e-42d7-91c1-f80a4983a22c", "name": "Quarterly", "originalRequest": { "url": { @@ -47230,7 +47230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf859983-a4d3-4bbb-bb87-07505ffe2d5a", + "id": "2d10508f-730b-49fe-9c6c-fb69094b6c18", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -47288,7 +47288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29f26a93-a479-4566-aec1-f009e2dcea30", + "id": "26c421ad-8bbd-4a48-9cd0-7460bf06938e", "name": "On a Specific Date", "originalRequest": { "url": { @@ -47346,7 +47346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d7242c0-e505-4149-b3ea-54916d271a3a", + "id": "dc6625bc-111f-4cdb-be80-85be892e1171", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -47404,7 +47404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa490846-02fd-43bf-b76f-3fb52d963961", + "id": "4938a8cd-0113-4d1d-8a87-d40d3b8cfaae", "name": "Once a year", "originalRequest": { "url": { @@ -47462,7 +47462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "634cd78b-d136-46c4-b956-94a11c2414ad", + "id": "fa98e9a1-e937-48e7-b48b-4b4fe0c647a1", "name": "Quarterly", "originalRequest": { "url": { @@ -47520,7 +47520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb9a0834-2b9e-4d2a-9c8d-62e2075ada62", + "id": "9398a63a-cdeb-431c-9cfd-59d12576c760", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -47578,7 +47578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a3528c2-e629-467c-a3d6-11df51491a95", + "id": "a0c412d6-87c2-45da-867c-9d5ffc395317", "name": "On a Specific Date", "originalRequest": { "url": { @@ -47636,7 +47636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2fe60fa-fa74-402c-a736-3ba626e3692b", + "id": "42196f82-4268-48f3-8f49-2d442a3c6e22", "name": "Monthly", "originalRequest": { "url": { @@ -47694,7 +47694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cdaa948-a7be-4457-b48e-592d0cee98d4", + "id": "0c94e5bb-0688-41d3-90be-3de6a468a05d", "name": "Once a year", "originalRequest": { "url": { @@ -47752,7 +47752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a1cf943-a12b-4bb1-8355-b0c63e37519b", + "id": "62ee02c5-a0cb-445e-a61e-63d07c8b2abc", "name": "Quarterly", "originalRequest": { "url": { @@ -47810,7 +47810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "541fe55a-a0be-4a5f-a8bc-b5b7f5caf209", + "id": "4306dd76-4f51-4fa4-ba49-1b628e5a5626", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -47868,7 +47868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3798cfa-83a3-48de-ac53-0134d8ac15c7", + "id": "8e3f731e-0638-411f-a9d2-295e1f490f11", "name": "On a Specific Date", "originalRequest": { "url": { @@ -47926,7 +47926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cebba038-b655-4a6c-8752-b17d626e276e", + "id": "5a802da9-8ccd-421d-890c-34305ae4ad68", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -47984,7 +47984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21ef085b-7ba3-4a07-badb-90eec7ebd802", + "id": "56e64270-80f1-4da9-a1ac-e46b02d39ab4", "name": "Once a year", "originalRequest": { "url": { @@ -48042,7 +48042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f739aa32-d432-4e39-b0ce-f7ef5a87cf16", + "id": "4143f490-d48c-409d-9aec-abb190c8172a", "name": "Quarterly", "originalRequest": { "url": { @@ -48100,7 +48100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7725629e-8d0e-480b-9f71-7449aeb9b3fb", + "id": "8374a57e-0ad7-4509-a145-7561b1c93dc0", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -48158,7 +48158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90d7a891-be23-4725-8ffd-054a423092b3", + "id": "58ad068d-d8bb-42ff-b8fb-c8374a30c79e", "name": "On a Specific Date", "originalRequest": { "url": { @@ -48222,7 +48222,7 @@ } }, { - "id": "92af5ee2-c8d6-419a-99b9-e4954774377b", + "id": "c076d5ae-60ff-4641-9910-cf9fecef1759", "name": "Delete Campaign Template Schedule", "request": { "name": "Delete Campaign Template Schedule", @@ -48264,7 +48264,7 @@ }, "response": [ { - "id": "d8cb041d-5a57-4d20-864b-f2c8f1bc2023", + "id": "71952cdb-7767-4afe-bc7e-b93d123b2332", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -48299,7 +48299,7 @@ "_postman_previewlanguage": "text" }, { - "id": "cfe92249-b9d5-4fd4-b5fc-5fc51d350d8c", + "id": "71373165-d214-4a01-810e-6292b5f9ecac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48344,7 +48344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e39ef37-126c-4b3f-a8aa-f70a4bc66d18", + "id": "97ca6614-b824-4581-9893-936028381077", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48389,7 +48389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb72142a-8722-4325-80ce-3f2e5a3945b6", + "id": "ab1f78e1-54ee-475d-af3e-53ae9cc21609", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48434,7 +48434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23ba107a-ca87-4897-a7d6-52bb9c673189", + "id": "96800b47-c3c5-4940-80c4-32230c8caf57", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -48479,7 +48479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0608eb75-361b-45d8-9f5e-7f1d6142bc23", + "id": "b7f14bb7-cde8-4ff5-b8d4-49e6a67f5b01", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48524,7 +48524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1954190b-0bc5-4812-abdc-8611303ab3a5", + "id": "226d1f90-6b1b-4de3-94de-5ad40f5cd2b3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48581,7 +48581,7 @@ "description": "Use this API to implement certification functionality.\nThis API provides specific functionality that improves an organization's ability to manage its certification process.\n\nA certification refers to Identity Security Cloud's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access.\nThese certifications serve as a way of showing that a user's access has been reviewed and approved.\nMultiple certifications by different reviewers are often required to approve a user's access.\nA set of multiple certifications is called a certification campaign.\n\nFor example, an organization may use a Manager Certification as a way of showing that a user's access has been reviewed and approved by their manager, or if the certification is part of a campaign, that the user's access has been reviewed and approved by multiple managers.\nOnce this certification has been completed, Identity Security Cloud would provision all the access the user needs, nothing more.\n\nThis API enables administrators and reviewers to get useful information about certifications at a high level, such as the reviewers involved, and at a more granular level, such as the permissions affected by changes to entitlements within those certifications.\nIt also provides the useful ability to reassign identities and items within certifications to other reviewers, rather than [reassigning the entire certifications themselves](https://developer.sailpoint.com/idn/api/beta/submit-reassign-certs-async/).\n\nRefer to [Managing User Accounts](https://documentation.sailpoint.com/saas/help/common/users/user_access.html#managing-user-accounts) for more information about accounts.\n", "item": [ { - "id": "b82748c3-5f10-4c4a-9bd7-c37b64abbe55", + "id": "96ff1141-22f9-40a9-93cc-08cd75f7ff40", "name": "Reassign Certifications Asynchronously", "request": { "name": "Reassign Certifications Asynchronously", @@ -48636,7 +48636,7 @@ }, "response": [ { - "id": "4cf4f20c-fd4e-4a30-9da8-b8a5c8bd3fe0", + "id": "86a9e177-33e0-4c1a-9440-ef1f34be4c92", "name": "A certification task object for the reassignment which can be queried for status.", "originalRequest": { "url": { @@ -48689,12 +48689,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"IN_PROGRESS\"\n}", + "body": "{\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"ERROR\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "824ae7d9-87b7-4eef-9574-3537d453722d", + "id": "a301d2a9-6711-43cd-85e1-2083ae6c46df", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48752,7 +48752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d188f0fe-b113-4941-94ba-6e060e253cae", + "id": "ea10c515-bf87-4a5c-8572-20a5ea83b5cb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48810,7 +48810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1764a4f-0159-4472-a01f-a21c420f903f", + "id": "9feb65ec-4e95-45bd-a4e5-dc15625ccd25", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48868,7 +48868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8a0f703-4f07-4620-939f-9eabd9b5e143", + "id": "3f4dc459-8913-457e-a554-fa19df39588d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -48926,7 +48926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "691935d7-25fd-43ca-b63a-6ef8f55b34fd", + "id": "fe986dc3-5a21-4a42-a71f-72551fdec724", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48984,7 +48984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cc7c6fc-142f-47ca-8e07-0f74ddc44ed1", + "id": "cee5fcab-52b0-4e06-a907-c0ca8af1a704", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49048,7 +49048,7 @@ } }, { - "id": "88cf9252-7bac-4fbe-8fc6-c48a4e9f03f3", + "id": "06d08169-13f7-4ccc-a9b8-a866cee39018", "name": "Certification Task Status", "request": { "name": "Certification Task Status", @@ -49070,7 +49070,7 @@ "variable": [ { "type": "any", - "value": "eiusmod qui in ullamco", + "value": "nisi", "key": "id", "disabled": true, "description": { @@ -49080,7 +49080,7 @@ }, { "type": "any", - "value": "eiusmod qui in ullamco", + "value": "nisi", "key": "taskId", "disabled": true, "description": { @@ -49101,7 +49101,7 @@ }, "response": [ { - "id": "bc27d65d-63c4-439c-bbb1-da2254ac367a", + "id": "3099ea00-8bcf-467b-92c9-c8feec1187d0", "name": "A certification task object.", "originalRequest": { "url": { @@ -49142,12 +49142,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"IN_PROGRESS\"\n}", + "body": "{\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"ERROR\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "542ac679-6ec0-4065-86b4-1d7b0e5576a1", + "id": "08d59f71-ff13-4d28-97e4-c53dbd1e8022", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49193,7 +49193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1376a683-4d8e-41bc-9533-b5f3cdad922b", + "id": "99125675-8641-4cef-ade2-18094583f026", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49239,7 +49239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb90d9d6-bef0-49c5-8832-396e7546c368", + "id": "d8b6a138-c147-44f2-a062-3cc305f7e98c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49285,7 +49285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d295c93-b475-40c2-a5da-e1fecc71be86", + "id": "d73b6737-8f05-4e8f-a2cb-eb411d9c9f82", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49331,7 +49331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90d0e24e-9fb1-4f0c-8e9a-672771e0f82a", + "id": "666d0ad7-f059-45b7-ba96-c1d4ad5ac205", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49377,7 +49377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc945a06-f723-4122-99e5-67302628960b", + "id": "346dac48-74ef-449d-92b8-ef8db381ca0d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49429,7 +49429,7 @@ } }, { - "id": "2a70de2b-c8e0-4292-a312-3c61f410ccbf", + "id": "676c9499-a57d-427a-a45f-366a4e79fe01", "name": "Pending Certification Tasks", "request": { "name": "Pending Certification Tasks", @@ -49450,7 +49450,7 @@ "variable": [ { "type": "any", - "value": "eiusmod qui in ullamco", + "value": "nisi", "key": "id", "disabled": true, "description": { @@ -49471,7 +49471,7 @@ }, "response": [ { - "id": "44291806-147b-4119-b3bf-81a0103e81e1", + "id": "24a5dccd-15a6-4056-9adf-594ad97fe098", "name": "A list of pending (`QUEUED` or `IN_PROGRESS`) certification task objects.", "originalRequest": { "url": { @@ -49511,12 +49511,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"IN_PROGRESS\"\n },\n {\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"IN_PROGRESS\"\n }\n]", + "body": "[\n {\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"QUEUED\"\n },\n {\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"SUCCESS\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cd34f5de-e74a-47fa-82b5-cffc787b5ab5", + "id": "9359b3c3-bb22-43d9-ab9c-c022632f325f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49561,7 +49561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7f55a47-eacc-40c7-8116-8454b5b9e857", + "id": "112cb493-ebcb-4333-a69a-88cfea18add8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49606,7 +49606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f990c72-7dda-4f34-9cbe-57efd8c66293", + "id": "8040bc82-5360-4ce6-abc9-dbb139aa636c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49651,7 +49651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a6b3ea7-0ada-47be-8f3a-4af2f12daddf", + "id": "6cfee95f-111f-40e8-aeae-d3dec8895278", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49696,7 +49696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "debb3f38-35d3-4bbf-9c0e-3a379e29528f", + "id": "256a6fa3-1408-4b4d-bd9a-593e8b39e00f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49741,7 +49741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b25f7b04-c3bb-4748-ad62-19aaca9725a2", + "id": "d19e5691-8270-480e-a7f6-d52eef75e233", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49792,7 +49792,7 @@ } }, { - "id": "d78a0d22-e682-4482-b270-07fe236f437d", + "id": "0a96bc37-5957-4300-93c5-88cee30c6919", "name": "Permissions for Entitlement Certification Item", "request": { "name": "Permissions for Entitlement Certification Item", @@ -49883,7 +49883,7 @@ }, "response": [ { - "id": "cb65ccb4-97b7-4993-8b9b-7d4a41d1fcbd", + "id": "e8d63313-040e-44ba-8d03-ab1cbd9e5afd", "name": "A list of permissions associated with the given itemId", "originalRequest": { "url": { @@ -49967,7 +49967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a7b3de1-423d-4fb1-8244-1fc940053436", + "id": "c40c05af-76e1-445c-9dd4-d0fd4ebcc541", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50051,7 +50051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a46662c-9cee-4a0b-9f02-30d7f9ddcb19", + "id": "8cf00b8a-fe3f-4e37-a06a-16df91fa10f8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50135,7 +50135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55084273-ddaa-4e4a-bea9-cea76099c3b9", + "id": "2e1e2d6e-663e-40d2-9bbf-d2a467e363c6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50219,7 +50219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a790b14-9c83-4aad-bce8-ddb96f088fc1", + "id": "f2cb3b65-b2cb-400b-94fb-9e0098f4d168", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50303,7 +50303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "616337bb-8ca1-4f84-ac9b-1b35547c9f39", + "id": "ecc8857c-b20c-4c1e-9b72-749db3763a15", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50387,7 +50387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f3743fd-682f-4271-891d-d38419cb8d4b", + "id": "5736348e-bcb5-4e9f-806a-225ff56678c0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50477,7 +50477,7 @@ } }, { - "id": "0f8bd6b7-0ce2-454b-9aec-c2b0f1574f98", + "id": "644901b1-84d0-403c-a851-da2ce8854d13", "name": "List of Reviewers for certification", "request": { "name": "List of Reviewers for certification", @@ -50565,7 +50565,7 @@ }, "response": [ { - "id": "e802412e-deda-42e0-83a8-5b50855039db", + "id": "29130086-038f-4622-a34c-19815b5f694f", "name": "A list of reviewers", "originalRequest": { "url": { @@ -50656,7 +50656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79670320-9504-498d-bd39-342d871751f7", + "id": "9e45a12f-47e8-49e5-8909-eca3adec9eb1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50747,7 +50747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "693ec6d1-918f-445b-8e74-c2931fcb4c39", + "id": "8f724060-bf74-44ed-9f83-592ccb19261e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50838,7 +50838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "366e0cc6-4b43-4edf-a685-5a2d58e72d90", + "id": "b91a1f7d-3eba-424a-b119-f007c25ee75b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50929,7 +50929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69e18dcd-5cfe-41d0-a2c1-5e065c4c23b8", + "id": "f56a76f5-2091-4252-a1e4-4d57c75b72cf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -51020,7 +51020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c7e7564-3862-4fc4-aa0d-4f9e4259815c", + "id": "5fade0fe-1663-453f-95f1-06c50e3f9736", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51111,7 +51111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f04d3846-b1f4-409f-bf89-7684ec4a0a1c", + "id": "15a6eb21-4aca-4a55-bc6b-009c31c6d491", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51214,7 +51214,7 @@ "description": "", "item": [ { - "id": "c5d76282-107d-4a36-a831-30a0aa0fa89f", + "id": "f61d9ecf-f531-40eb-8a51-2d6e5909615e", "name": "List Connector Rules", "request": { "name": "List Connector Rules", @@ -51243,7 +51243,7 @@ }, "response": [ { - "id": "40741328-b1c3-450e-80a1-8ed86c9a2d27", + "id": "d66b4b43-3719-43a6-a52d-ca1a4e8372c7", "name": "A list of connector rules", "originalRequest": { "url": { @@ -51286,7 +51286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a6a3da4-4093-41cc-bce4-cc32d51b30be", + "id": "50516cdb-be46-44ea-8cea-6e96bb12d01a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51329,7 +51329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b5691ea-3fb5-430a-98f5-35989f5d2725", + "id": "529bdff0-ea30-44ed-98af-de0fc9f6ee93", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51372,7 +51372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44af0656-d4ca-4648-9013-5006463d3ee7", + "id": "40e7fa90-688a-42f7-965c-1f7ec6df65d8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51415,7 +51415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10076844-6054-43a5-9860-cde5410f2571", + "id": "0f7d59fa-cda1-4640-a916-88def6d10874", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51458,7 +51458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "809b6220-a605-4d7e-920c-315d157ca86b", + "id": "fad37f62-3d7f-4796-af01-ba8750c29759", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51507,7 +51507,7 @@ } }, { - "id": "5279bcc3-4a8c-4cfd-b374-f78c500f1b44", + "id": "903002b3-2189-4623-b66e-b20856fa9496", "name": "Create Connector Rule", "request": { "name": "Create Connector Rule", @@ -51549,7 +51549,7 @@ }, "response": [ { - "id": "efccc07e-4ca4-4c64-8b52-3ca655641b38", + "id": "c9d67339-651f-4e61-8b27-26014e8ae53e", "name": "The created connector rule", "originalRequest": { "url": { @@ -51605,7 +51605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5d08321-a32e-47b4-821e-1ade6bb7581f", + "id": "dbfc1f26-82cf-4b44-b798-df376e35dd0e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51661,7 +51661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48dd94f5-f660-4cd6-839d-319e4caacfa8", + "id": "8c75d786-e954-4994-abc0-9a600ab7ef38", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51717,7 +51717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cebb9a60-82d2-4082-8641-97b9668e185d", + "id": "60627db4-1077-41ad-b84a-816057ba57ec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51773,7 +51773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63301670-fa92-49fe-bf7a-2380878ac645", + "id": "08a432fe-488a-4065-a2b8-cc9e187e8806", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51829,7 +51829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "995645c6-625c-4e10-a5ce-9350a8e98509", + "id": "414fd4e9-05d7-4d67-a2f9-78ebcd1ab392", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51891,7 +51891,7 @@ } }, { - "id": "f897cf19-7b7b-4b84-9726-0741947ee527", + "id": "3c61361e-32c4-4d68-9351-56decee1365e", "name": "Connector-Rule by ID", "request": { "name": "Connector-Rule by ID", @@ -51932,7 +51932,7 @@ }, "response": [ { - "id": "9a55b400-813a-4a8b-84b2-cc3e2bb555b9", + "id": "adef4151-610e-4595-88f3-1ecc5d10ff37", "name": "Connector rule with the given ID", "originalRequest": { "url": { @@ -51976,7 +51976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a91d050-2627-4c93-8098-649f3bbcbd59", + "id": "e5727c4f-f7b1-4372-813b-608a5d40e82a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52020,7 +52020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11b1ee0e-3fe8-417f-9677-0621fcbbb284", + "id": "19b18d75-47b4-4fa4-af17-83d637470460", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52064,7 +52064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7de0cdd5-a904-4f43-ae28-fe6351e05dd1", + "id": "2ebe7145-30d0-4055-b9a5-50c803105546", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52108,7 +52108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21bb6592-ae9d-4be8-a400-ca5c7522a8ac", + "id": "62a0f917-c789-4bdc-90af-e21aaca182e4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -52152,7 +52152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5eade396-c128-4bce-91e8-f26b28e7618a", + "id": "7bb468e6-39b1-4976-8359-a65e0b77b696", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52196,7 +52196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33b03fc7-9917-46a1-ba73-87e53bd13aec", + "id": "f9ce36fa-5306-44b6-b767-b398772e8598", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52246,7 +52246,7 @@ } }, { - "id": "7553e272-6577-4587-ad21-4fc3c749b851", + "id": "3479849b-6028-465f-a005-c894d91726b3", "name": "Update a Connector Rule", "request": { "name": "Update a Connector Rule", @@ -52300,7 +52300,7 @@ }, "response": [ { - "id": "9a20074e-0234-440c-ab36-b31146f224d5", + "id": "2cee962d-70fb-4e53-bbd1-20c35b6e4507", "name": "The updated connector rule", "originalRequest": { "url": { @@ -52357,7 +52357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88561a4b-7075-4c1c-ac4e-1ebd0bff3462", + "id": "41992d20-6143-4048-84cc-2581eb022481", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52414,7 +52414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65fa64a6-938f-40d8-8108-004ee617e221", + "id": "73b45f90-fb6b-45d0-9709-100370874f07", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52471,7 +52471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50eb3b98-2682-4474-9567-1cb5e248acf2", + "id": "a5e0a06c-cd95-4a4f-b8dd-1060b2bc534f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52528,7 +52528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "046792ab-04c5-4b57-b476-3b83cef06a49", + "id": "0b5c28db-7833-42d9-b9c2-7d99b256c95d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -52585,7 +52585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cc9653b-c2fd-4d50-b279-78c8de92fc64", + "id": "f5d601ac-1732-4316-9949-a91540eb7ab8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52642,7 +52642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc0950bb-c325-43a5-a397-88d4a986df10", + "id": "413e69ae-30a7-4219-a0fe-4d517e633f24", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52705,7 +52705,7 @@ } }, { - "id": "89121c81-8058-47b9-bc7c-749de5b5d73f", + "id": "215891ae-75c8-4b94-9a63-94d5cdb0e90b", "name": "Delete a Connector-Rule", "request": { "name": "Delete a Connector-Rule", @@ -52746,7 +52746,7 @@ }, "response": [ { - "id": "d548bea0-84b4-43ac-a202-7baf6eb35b6d", + "id": "0f1f5765-fec0-4d3f-a4df-f9493cab8e77", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -52780,7 +52780,7 @@ "_postman_previewlanguage": "text" }, { - "id": "450faf83-c88e-4577-bb86-56fe997ce357", + "id": "5e51b856-164c-44bc-a2fa-e4bd8ee7231c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52824,7 +52824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6cedd58-63ab-43a7-af6b-977cf3938cb3", + "id": "d45e7987-caa5-4e41-b204-4a8a66b6bd14", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52868,7 +52868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43f4031d-78f1-4555-bf18-06cd01b1d7ad", + "id": "5b213ab1-265b-449e-8bdc-d8e63ab5df48", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52912,7 +52912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e50ef6e4-4aa0-4d27-8ce6-9e75674e1b90", + "id": "5c4ef98e-b80e-4308-93ac-b58e8215672c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -52956,7 +52956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9af96767-5b7f-4fc4-91e7-f41b9a44e7d0", + "id": "61f87991-6d60-4357-b9f4-44aac1cdae92", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53000,7 +53000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "420c7f44-f5ef-4ba1-b83a-df3e84e93fc7", + "id": "f85621fe-f6b4-4723-85f4-9ede0ee425b0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53050,7 +53050,7 @@ } }, { - "id": "a59d30aa-5f63-4dad-97ac-cc80bf61e4d1", + "id": "31ebc820-e6b7-4b17-a1eb-c7f952ae6680", "name": "Validate Connector Rule", "request": { "name": "Validate Connector Rule", @@ -53093,7 +53093,7 @@ }, "response": [ { - "id": "1de3c667-d0a5-4428-ae3b-de92aac64540", + "id": "ca887779-0632-48e9-bb8a-9b4a2d262429", "name": "The status of the code's eligibility as a connector rule", "originalRequest": { "url": { @@ -53150,7 +53150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac4f261f-2178-4c1e-a72e-7092412fec90", + "id": "f5f68822-da50-4c92-ae59-f3e779b2eee3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53207,7 +53207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d64ebd7-66c3-4a57-8ee7-e85eaf4e14c4", + "id": "de9d0280-a831-4aab-b434-5f18ee53b3aa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53264,7 +53264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2962dbfa-bf9f-4ca4-ae5b-6643638d2b67", + "id": "4c8ac68d-5aea-4d8a-a469-ab11fc3e311c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53321,7 +53321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44610725-8f45-4b18-8963-5eab27b8c6f9", + "id": "525dc193-cb9c-4ed9-adbc-c930084d1336", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53378,7 +53378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd3876ce-9c89-4cc7-a1d1-9d83a4e67a36", + "id": "a1b7576f-2ebb-4f4d-8622-4e0e18b6701c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53447,7 +53447,7 @@ "description": "Use this API to implement connector functionality.\nWith this functionality in place, administrators can view available connectors.\n\nConnectors are the bridges Identity Security Cloud uses to communicate with and aggregate data from sources.\nFor example, if it is necessary to set up a connection between Identity Security Cloud and the Active Directory source, a connector can bridge the two and enable Identity Security Cloud to synchronize data between the systems.\nThis ensures account entitlements and states are correct throughout the organization.\n\nIn Identity Security Cloud, administrators can use the Connections drop-down menu and select Sources to view the available source connectors.\n\nRefer to [Identity Security Cloud Connectors](https://documentation.sailpoint.com/connectors/identitynow/landingpages/help/landingpages/identitynow_connectivity_landing.html) for more information about the connectors available in Identity Security Cloud.\n\nRefer to [SaaS Connectivity](https://developer.sailpoint.com/docs/connectivity/saas-connectivity) for more information about the SaaS custom connectors that do not need VAs (virtual appliances) to communicate with their sources.\n\nRefer to [Managing Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) for more information about using connectors in Identity Security Cloud.\n", "item": [ { - "id": "95ce44d6-f521-4d76-a189-c16384194243", + "id": "a7e8ec67-c192-415b-9dcf-c4cf37c43347", "name": "Gets connector list", "request": { "name": "Gets connector list", @@ -53522,7 +53522,7 @@ }, "response": [ { - "id": "8c11b615-f6d1-4611-9157-e2b5a541cdf3", + "id": "8bc4fdef-6a9f-4303-8832-3d8672259f05", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -53611,7 +53611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e91569c-dd54-489f-b282-30f688500fdb", + "id": "dab2915a-4b00-4dd0-93a9-a09baf2a9638", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53700,7 +53700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92cc8ce1-608e-43c7-9d5c-31459d2be2bf", + "id": "9471332a-83f0-4414-8559-fb5bc812de0c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53789,7 +53789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "467c9c8e-a4d2-4b4e-9e2a-fea72ff4891c", + "id": "ae3f9236-1a5c-4c57-8623-da1807c567f5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53878,7 +53878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "322bac3c-54de-4605-a1e3-2124b2ab1152", + "id": "4b4b5718-0bf9-4bd6-80d1-37bb2c312cb9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -53967,7 +53967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee55bcf3-ead6-4736-950e-3ab78e9670d6", + "id": "64084ec3-2026-402c-9228-d963bcdcd644", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54056,7 +54056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8810f380-d7b5-439c-8cf6-e0944ef3255c", + "id": "795946f0-ff10-4fcd-8b97-1f1448993a36", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54157,7 +54157,7 @@ "description": "Use this API to build and manage custom forms.\nWith this functionality in place, administrators can create and view form definitions and form instances.\n\nForms are composed of sections and fields. Sections split the form into logical groups of fields and fields are the data collection points within the form. Configure conditions to modify elements of the form as the responder provides input. Create form inputs to pass information from a calling feature, like a workflow, to your form.\n\nForms can be used within workflows as an action or as a trigger. The Form Action allows you to assign a form as a step in a running workflow, suspending the workflow until the form is submitted or times out, and the workflow resumes. The Form Submitted Trigger initiates a workflow when a form is submitted. The trigger can be configured to initiate on submission of a full form, a form element with any value, or a form element with a particular value.\n\nRefer to [Forms](https://documentation.sailpoint.com/saas/help/forms/index.html) for more information about using forms in Identity Security Cloud.\n", "item": [ { - "id": "48af36a9-91ed-4715-af6b-5d9da9e8ea4f", + "id": "2265badc-d7fa-4c73-a44d-8cb3721bc328", "name": "Export form definitions by tenant.", "request": { "name": "Export form definitions by tenant.", @@ -54223,7 +54223,7 @@ }, "response": [ { - "id": "08b07a91-dd03-4115-8a52-e74845036d89", + "id": "892912c8-a3db-4513-9cf1-6d19f93161b5", "name": "Returns a list of form definitions by tenant", "originalRequest": { "url": { @@ -54298,12 +54298,12 @@ "value": "application/json" } ], - "body": "{\n \"count\": 1,\n \"results\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nisi sed consequat sit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"exercitation\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in Lorem\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"est\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"deserunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"occaecat ex et sit\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ea laboris elit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"occaecat dolore\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n }\n ]\n}", + "body": "{\n \"count\": 1,\n \"results\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"do in s\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"labore ad laboris in\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ullamco\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aliquip laborum eiusmod nostrud\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ut in consequat\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"magna et sed\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eu dolore aliquip\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"id aliqua Lorem\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7f53a05d-2acb-4aea-8483-cb5112936329", + "id": "b8646476-3a22-44d2-ad44-d58c47fa68c0", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -54378,12 +54378,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consequat elit irure eiusmod\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -65785419,\n \"trackingId\": \"aliq\"\n}", + "body": "{\n \"detailCode\": \"laboris ipsu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 35756315,\n \"trackingId\": \"in ut\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4256af83-c177-4454-a5a0-0b43cba8365d", + "id": "1807662a-15a0-4868-81ef-3509475d8fcd", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -54458,12 +54458,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consequat elit irure eiusmod\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -65785419,\n \"trackingId\": \"aliq\"\n}", + "body": "{\n \"detailCode\": \"laboris ipsu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 35756315,\n \"trackingId\": \"in ut\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6e59aa27-08d3-4210-b56c-52f48027b775", + "id": "641d0010-ff0a-4e1e-9691-7f78b602428a", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -54538,12 +54538,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consequat elit irure eiusmod\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -65785419,\n \"trackingId\": \"aliq\"\n}", + "body": "{\n \"detailCode\": \"laboris ipsu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 35756315,\n \"trackingId\": \"in ut\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cf87b63a-9c75-4658-affe-21aa181b330c", + "id": "aac49293-847f-44a9-802a-a87573e9207a", "name": "Too many requests", "originalRequest": { "url": { @@ -54623,7 +54623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7484913-a794-4854-b231-726760132f00", + "id": "0d9fb615-d50e-48c4-900d-49e0fdec2f02", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -54698,7 +54698,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consequat elit irure eiusmod\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -65785419,\n \"trackingId\": \"aliq\"\n}", + "body": "{\n \"detailCode\": \"laboris ipsu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 35756315,\n \"trackingId\": \"in ut\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -54709,7 +54709,7 @@ } }, { - "id": "fe0e3def-0d98-44de-8816-611f4d67da96", + "id": "68e7f6de-ad64-4336-a269-8c4ee0898135", "name": "Creates a form definition.", "request": { "name": "Creates a form definition.", @@ -54748,7 +54748,7 @@ }, "response": [ { - "id": "24616b0c-d2ce-4207-8bcc-07e876fd0cbb", + "id": "1c7b1368-f623-4e6b-ac43-affffaaff637", "name": "Returns a new form definition", "originalRequest": { "url": { @@ -54799,12 +54799,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in laboris velit nostrud\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Lorem labore sunt\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"anim commodo do culpa incididunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sed exercitation ea et\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", + "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"fugiat\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nu\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"commodo in eu\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"commodo d\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1a62be00-2c47-4e39-a5d4-a6d37ff2a71e", + "id": "a1da5bba-cb3f-452d-83d2-b40946edff84", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -54855,12 +54855,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consequat elit irure eiusmod\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -65785419,\n \"trackingId\": \"aliq\"\n}", + "body": "{\n \"detailCode\": \"laboris ipsu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 35756315,\n \"trackingId\": \"in ut\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1596b148-18cc-4a38-8288-1da79211cdd0", + "id": "750d3e18-b353-4077-97b4-563bc56adf07", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -54911,12 +54911,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consequat elit irure eiusmod\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -65785419,\n \"trackingId\": \"aliq\"\n}", + "body": "{\n \"detailCode\": \"laboris ipsu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 35756315,\n \"trackingId\": \"in ut\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6b6b92ef-01e9-4b1c-a8be-8dea1828acaa", + "id": "709b5eb0-ddfc-4f21-8a9a-dd1d3c8202cd", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -54967,12 +54967,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consequat elit irure eiusmod\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -65785419,\n \"trackingId\": \"aliq\"\n}", + "body": "{\n \"detailCode\": \"laboris ipsu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 35756315,\n \"trackingId\": \"in ut\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d30f4a31-6e94-4915-9a96-c916ff48fdc6", + "id": "49dede54-c825-4fbd-8a1e-3fd7900fa8aa", "name": "Too many requests", "originalRequest": { "url": { @@ -55028,7 +55028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "435f3c8e-d3a8-4f47-ac79-aac31010b943", + "id": "2446851d-8e4e-4158-ab99-a72a9de1da17", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -55079,7 +55079,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consequat elit irure eiusmod\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -65785419,\n \"trackingId\": \"aliq\"\n}", + "body": "{\n \"detailCode\": \"laboris ipsu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 35756315,\n \"trackingId\": \"in ut\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -55090,7 +55090,7 @@ } }, { - "id": "6ab4c49f-a9e8-468b-bdfb-d073d7c643b2", + "id": "0b662354-1bde-43ba-9c8c-7e3fe608a5d1", "name": "Return a form definition.", "request": { "name": "Return a form definition.", @@ -55131,7 +55131,7 @@ }, "response": [ { - "id": "40b75be9-ff0f-430f-be77-facaa1889ac9", + "id": "1c0dac68-bf9e-473f-9902-5b82175339d1", "name": "Returns a form definition", "originalRequest": { "url": { @@ -55170,12 +55170,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in laboris velit nostrud\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Lorem labore sunt\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"anim commodo do culpa incididunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sed exercitation ea et\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", + "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"fugiat\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nu\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"commodo in eu\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"commodo d\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ec9fbf62-a425-4391-84f6-49ce830f2a13", + "id": "4c5db9de-c8f8-4e75-b0fb-51ddd0471e68", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -55214,12 +55214,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8d5b0042-67b4-4553-a59e-d6fa55ba4c89", + "id": "4f5f1fdd-7910-4d19-8b19-28d57e995db5", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -55258,12 +55258,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4aaeeb20-2406-4404-a37b-1217c6198703", + "id": "598a934c-2ee8-41a0-8c90-c1092da0a136", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -55302,12 +55302,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "010bd41d-c956-4a23-95e7-173f612629ad", + "id": "4145e904-c41e-4972-913b-61dea77f8ecd", "name": "An error with the item not found", "originalRequest": { "url": { @@ -55346,12 +55346,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2c8dd38a-624d-4f20-8cf2-241213f867f6", + "id": "fb5a300a-81cd-47c6-9c94-b27f322be026", "name": "Too many requests", "originalRequest": { "url": { @@ -55395,7 +55395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b77ebf5-c4db-48f4-ac1f-406be20a2142", + "id": "d902170d-11dd-44c0-830a-ff701d43e87a", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -55434,7 +55434,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -55445,7 +55445,7 @@ } }, { - "id": "c580de05-8b73-4d1d-aebf-89877cf4b989", + "id": "13ba7b83-ef50-4403-89f7-4ef0a9a6a6cd", "name": "Deletes a form definition.", "request": { "name": "Deletes a form definition.", @@ -55486,7 +55486,7 @@ }, "response": [ { - "id": "cd144c66-e58d-4f30-a405-d0c5401d15f6", + "id": "b94eb876-d497-47c1-9084-32803a8a9675", "name": "Returns an empty body", "originalRequest": { "url": { @@ -55530,7 +55530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0c40d00-a92e-4574-a2c2-4e094aff71d3", + "id": "de421ada-48df-4d5f-babd-64f2101f4f73", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -55569,12 +55569,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "813830bf-aec1-489f-97f7-8eb81273f409", + "id": "bc59a899-8746-4b35-9726-f463c2f7c99c", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -55613,12 +55613,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e70ec692-493b-49c2-87f1-dcc450e58c0c", + "id": "5d2b52d6-b165-41d8-940e-7cfaf5f001f9", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -55657,12 +55657,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7ed28f65-dd81-4572-ac44-203e3b4ae44f", + "id": "664a5eb2-2a75-443a-9f79-c3d77732f8de", "name": "An error with the item not found", "originalRequest": { "url": { @@ -55701,12 +55701,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a3ce26f2-633a-4341-8cbe-53266d8eda53", + "id": "435223e0-d044-4681-8433-226293b7a2cf", "name": "Too many requests", "originalRequest": { "url": { @@ -55750,7 +55750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3b2f334-a9b3-4c8c-a6e4-da99c65c2497", + "id": "d6796fb2-5f97-4345-9d8b-f8ba34aa55f3", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -55789,7 +55789,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -55800,7 +55800,7 @@ } }, { - "id": "773b41cb-5656-4869-8c5c-e956212c2850", + "id": "dc3259b3-b83c-4cff-a620-811ed8ad5596", "name": "Patch a form definition.", "request": { "name": "Patch a form definition.", @@ -55854,7 +55854,7 @@ }, "response": [ { - "id": "ad4429a8-b782-4dec-8c79-2b3707f357a5", + "id": "5c76a591-43a6-4afd-a871-b7f13cbc5595", "name": "Returns the form definition updated", "originalRequest": { "url": { @@ -55906,12 +55906,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in laboris velit nostrud\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Lorem labore sunt\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"anim commodo do culpa incididunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sed exercitation ea et\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", + "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"fugiat\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nu\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"commodo in eu\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"commodo d\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "db6d8858-5f97-4968-b3c8-7d743cde9985", + "id": "80381caf-f886-442d-af97-52c23250a122", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -55963,12 +55963,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8987ced0-a2de-4ddd-9438-c05a703959ea", + "id": "71449c2a-ffe8-4bdd-8ac0-1f1a464008b8", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -56020,12 +56020,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "482db7fa-73e1-4770-833f-ec460ea2bb91", + "id": "19a2728a-3463-463f-935a-675be9ddc7b4", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -56077,12 +56077,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f709ea6e-aa0c-4edf-ab89-b4c48c95106d", + "id": "cb197efe-9c6e-442b-b9d6-8d50be36e250", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -56134,12 +56134,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "35806110-fff7-44f9-af02-85108f4cbef0", + "id": "c787db73-7f1d-485b-a778-5ab295bf1dea", "name": "Too many requests", "originalRequest": { "url": { @@ -56196,7 +56196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac50dc8f-6fed-44bb-9c55-2cdbed3c38a7", + "id": "b8036be4-bda3-42af-8b32-c0838f29e202", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -56248,7 +56248,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -56259,7 +56259,7 @@ } }, { - "id": "bd047120-9cdf-4d79-b599-35032ed74252", + "id": "15402a88-82a1-41de-969d-aa197340fbc0", "name": "Preview form definition data source.", "request": { "name": "Preview form definition data source.", @@ -56339,7 +56339,7 @@ }, "response": [ { - "id": "a7438378-51c9-4e82-8929-8e599815a52b", + "id": "f56c2189-301e-4037-9f33-712d1d66b1ee", "name": "Returns a preview of a form definition data source", "originalRequest": { "url": { @@ -56425,7 +56425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1993a446-a3a0-410d-ab20-e73e02043cb0", + "id": "c225b78f-320d-4a61-8d46-c3dcf6800422", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -56506,12 +56506,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2a9aadd2-3474-4f0e-b1a9-c598cc2c05a7", + "id": "4a99d785-a749-4cf3-ac80-5ee7b3d7b6d2", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -56592,12 +56592,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cf084de6-948a-43e6-8959-1b2e6e9cee39", + "id": "8bf0ec3a-4454-4e3a-9bb9-6fe498d2c733", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -56678,12 +56678,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "844a99ae-b0e9-401a-96a8-40441f8e5964", + "id": "e8feb612-bab2-4bf5-a47f-c4b2afcb911b", "name": "An error with the item not found", "originalRequest": { "url": { @@ -56764,12 +56764,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9250c5c1-f58f-4fb7-a0ec-faab58933cf3", + "id": "54501e0f-673c-4139-ba96-507e2744782e", "name": "Too many requests", "originalRequest": { "url": { @@ -56855,7 +56855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "386507aa-2bab-4395-8797-a51200d97654", + "id": "38f253bf-a57b-48a2-984e-4f9e5ab3f19f", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -56936,7 +56936,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -56947,7 +56947,7 @@ } }, { - "id": "dbef3e7e-fe6c-4298-bf3f-f0605cf480a8", + "id": "bd6bb179-3633-424b-8fa7-db7a4368a415", "name": "List form definitions by tenant.", "request": { "name": "List form definitions by tenant.", @@ -57014,7 +57014,7 @@ }, "response": [ { - "id": "9e9af08c-6ba4-4755-918f-4774c0216bf1", + "id": "145fd63b-4894-4408-8bc2-d2af79f66e05", "name": "Returns a list of form definition objects by tenant used by SP-Config", "originalRequest": { "url": { @@ -57090,12 +57090,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"tempor in irure est\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"deserunt ea eu dolor dolore\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ullamco officia ut ut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"commodo eu fugiat\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": {\n \"type\": \"FORM_DEFINITION\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"Temporary User Level Permissions - Requester\"\n },\n \"version\": 3436672\n },\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sint mollit incididunt cupidatat\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"quis nisi sit\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"irure elit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ex Ut sit\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": {\n \"type\": \"FORM_DEFINITION\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"Temporary User Level Permissions - Requester\"\n },\n \"version\": -59598248\n }\n]", + "body": "[\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"elit nostrud\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"deserunt voluptate\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolore non sint\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nisi Duis velit\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": {\n \"type\": \"FORM_DEFINITION\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"Temporary User Level Permissions - Requester\"\n },\n \"version\": 31063985\n },\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"voluptate ulla\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Lorem in proident sunt\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in enim cupidatat\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"proident reprehenderit\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": {\n \"type\": \"FORM_DEFINITION\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"Temporary User Level Permissions - Requester\"\n },\n \"version\": 98414021\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1b6ed371-ca37-4f0f-a8d8-f6c8f3a21798", + "id": "af719ed4-2262-421a-bfff-88dbf032b0c5", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -57171,12 +57171,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "100c7eed-d8fa-49c5-a22b-0b24fee61ee0", + "id": "e4723dcc-7db3-4150-846f-1a5b4a79deb4", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -57252,12 +57252,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "60cc67bd-25e3-4c2d-8cea-94ccf0734bcd", + "id": "d828a6ad-36f2-43c7-9029-22c4ea870f42", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -57333,12 +57333,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "879f4f65-b2b3-494c-b648-ec821d624035", + "id": "27cc920e-872c-4d78-b591-52bdaecacef7", "name": "Too many requests", "originalRequest": { "url": { @@ -57419,7 +57419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58915525-e918-49a5-84fe-6287c6651773", + "id": "9c473c66-cef9-4e58-97fb-01a1046a9219", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -57495,7 +57495,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -57506,7 +57506,7 @@ } }, { - "id": "cbee56f6-6d65-4f30-a5a2-3f5e7c7652de", + "id": "4c7c8380-a715-4097-983f-a656262b2510", "name": "Generate JSON Schema dynamically.", "request": { "name": "Generate JSON Schema dynamically.", @@ -57546,7 +57546,7 @@ }, "response": [ { - "id": "0789de4a-6a34-4695-9579-8ddf2cf2f183", + "id": "869a8e43-07a3-4ef4-9944-6b212e4cab01", "name": "Returns a form elements dynamic schema", "originalRequest": { "url": { @@ -57603,7 +57603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58047865-50ca-4f97-a5ab-acf9d8a19189", + "id": "57ab4173-0064-46fa-a4d8-1a0dba698372", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -57655,12 +57655,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d309b7fb-0b2f-4ae0-adec-8b59411bee96", + "id": "091573f7-bffd-4a09-931d-8ade2f56d4da", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -57712,12 +57712,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3b855410-eb41-48cf-9c71-ac49d5df17d9", + "id": "737012ce-21d9-4f8b-8c0e-0df443129da0", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -57769,12 +57769,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a424b162-b505-46a2-a4ca-6aafd173c72e", + "id": "9928fd8e-c7ee-47fd-a376-fc1849a55e0e", "name": "An error with the item not found", "originalRequest": { "url": { @@ -57826,12 +57826,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4cd356a1-b95c-40ff-b800-516c43aec04b", + "id": "f9d2aeba-54c6-49d8-83ae-46d15a65268d", "name": "Too many requests", "originalRequest": { "url": { @@ -57888,7 +57888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff027266-8a42-492f-bb1e-2fa23e6f07cf", + "id": "2420073d-09db-4d50-9143-eb6fc6534a89", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -57940,7 +57940,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -57951,7 +57951,7 @@ } }, { - "id": "38568073-f9e1-4759-8b1a-e43618c4121e", + "id": "28ccbd5f-7721-4b55-a2c3-136094e072ec", "name": "Import form definitions from export.", "request": { "name": "Import form definitions from export.", @@ -57991,7 +57991,7 @@ }, "response": [ { - "id": "6cb7176d-784f-4186-8da5-10bf77f3c218", + "id": "5d5db5e6-74e1-4a37-8f9e-2dc700097bd0", "name": "Returns statuses of those form definition objects imported", "originalRequest": { "url": { @@ -58043,12 +58043,12 @@ "value": "application/json" } ], - "body": "{\n \"errors\": [\n {\n \"detail\": {\n \"nostrud_9\": {},\n \"dolore_5\": {},\n \"irure_8e\": {}\n },\n \"key\": \"in dolor\",\n \"text\": \"mollit\"\n },\n {\n \"detail\": {\n \"consequat_\": {},\n \"exercitationa4\": {}\n },\n \"key\": \"\",\n \"text\": \"aute Lorem dolore ut dolor\"\n }\n ],\n \"importedObjects\": [\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eiusmod dolore in Ut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"elit nisi commodo\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"do elit est enim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"deserunt Ut amet\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": {\n \"type\": \"FORM_DEFINITION\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"Temporary User Level Permissions - Requester\"\n },\n \"version\": -59294731\n },\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aute Excepteur\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"culpa ut\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"do\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aliquip Excepteur in\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": {\n \"type\": \"FORM_DEFINITION\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"Temporary User Level Permissions - Requester\"\n },\n \"version\": 98220776\n }\n ],\n \"infos\": [\n {\n \"detail\": {\n \"fugiat_d_\": {}\n },\n \"key\": \"culpa ut elit dolor\",\n \"text\": \"in laboris ad ut\"\n },\n {\n \"detail\": {\n \"Utbab\": {},\n \"dolorf4\": {},\n \"cillum4b1\": {},\n \"quis00\": {}\n },\n \"key\": \"amet laboris in pariatur\",\n \"text\": \"non dolore\"\n }\n ],\n \"warnings\": [\n {\n \"detail\": {\n \"ut_31a\": {},\n \"qui0\": {},\n \"cupidatat2\": {},\n \"consequat_2_\": {}\n },\n \"key\": \"fugiat tempor ea deserunt\",\n \"text\": \"anim enim est\"\n },\n {\n \"detail\": {\n \"consequatf\": {},\n \"amet4f1\": {}\n },\n \"key\": \"sunt sed irure\",\n \"text\": \"sint nostrud\"\n }\n ]\n}", + "body": "{\n \"errors\": [\n {\n \"detail\": {\n \"et_8_\": {},\n \"nulla_7\": {}\n },\n \"key\": \"dolore irure aliq\",\n \"text\": \"incididunt laborum consequat cupidatat\"\n },\n {\n \"detail\": {\n \"velitf_b\": {}\n },\n \"key\": \"Duis Ut ut\",\n \"text\": \"ut non\"\n }\n ],\n \"importedObjects\": [\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"laborum deserunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"mollit Ut proide\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"irure aute exercitation elit labore\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"id do\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": {\n \"type\": \"FORM_DEFINITION\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"Temporary User Level Permissions - Requester\"\n },\n \"version\": 94108317\n },\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sunt nulla in\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"tempor\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"consectetur dolore ut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"est commodo\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": {\n \"type\": \"FORM_DEFINITION\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"Temporary User Level Permissions - Requester\"\n },\n \"version\": -26829279\n }\n ],\n \"infos\": [\n {\n \"detail\": {\n \"qui4b2\": {}\n },\n \"key\": \"in Lorem incididunt\",\n \"text\": \"officia in\"\n },\n {\n \"detail\": {\n \"in_6\": {},\n \"dolore0\": {},\n \"adeb\": {}\n },\n \"key\": \"eu occaecat et\",\n \"text\": \"cupidatat fugiat occaecat\"\n }\n ],\n \"warnings\": [\n {\n \"detail\": {\n \"nisi_d2\": {},\n \"Excepteur5e\": {}\n },\n \"key\": \"dolor elit eiusmod incididunt\",\n \"text\": \"dolore adipisicing\"\n },\n {\n \"detail\": {\n \"aute_5\": {}\n },\n \"key\": \"in ut consequat\",\n \"text\": \"sint\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b406cfa4-730c-4a65-b8be-481a139ade8f", + "id": "ceecd155-b5ea-4844-a935-43d5174307ea", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -58100,12 +58100,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d520ddbe-b130-456b-93c2-ebe02c4a5c3c", + "id": "b61b385d-9cc5-470b-bf25-a675c5ac9e2c", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -58157,12 +58157,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "80cda15f-3e70-4563-b3ca-f5fc811a83c6", + "id": "1123c3fc-a624-4ad1-9699-7ee913197993", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -58214,12 +58214,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e85f2d9d-e806-4771-ba03-1f03cbcc0723", + "id": "fdcd9a03-1bb7-48ee-a94c-05d170a28d91", "name": "Too many requests", "originalRequest": { "url": { @@ -58276,7 +58276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5ee9dcf-1d34-4e8d-b72b-31c8fb5facef", + "id": "13e74a0f-580b-4096-b96f-86f34469dd11", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -58328,7 +58328,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -58339,7 +58339,7 @@ } }, { - "id": "76b31ad9-c725-418f-a077-4e100e6b422e", + "id": "2c1a4f76-ccfe-4b29-b408-bfce28ead211", "name": "Create a form definition by template.", "request": { "name": "Create a form definition by template.", @@ -58379,7 +58379,7 @@ }, "response": [ { - "id": "4749b7e5-3f62-4638-bee0-7878f1ce5ee2", + "id": "094b02d5-16db-4620-b181-7ed74e381a09", "name": "Returns a new form definition", "originalRequest": { "url": { @@ -58431,12 +58431,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in laboris velit nostrud\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Lorem labore sunt\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"anim commodo do culpa incididunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sed exercitation ea et\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", + "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"fugiat\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nu\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"commodo in eu\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"commodo d\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bef3ec19-9add-4f09-a3bd-1b0c1b02cac6", + "id": "8e9af4f1-f2c1-487b-b27c-6f87412ae825", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -58488,12 +58488,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consequat elit irure eiusmod\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -65785419,\n \"trackingId\": \"aliq\"\n}", + "body": "{\n \"detailCode\": \"laboris ipsu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 35756315,\n \"trackingId\": \"in ut\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4b8b2a5e-f0ce-4936-bef4-748a7f8d6b23", + "id": "d5d1249e-fc25-4ceb-af45-428c958fb362", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -58545,12 +58545,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consequat elit irure eiusmod\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -65785419,\n \"trackingId\": \"aliq\"\n}", + "body": "{\n \"detailCode\": \"laboris ipsu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 35756315,\n \"trackingId\": \"in ut\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2a4c4959-e07b-4feb-9681-d4fcdfa9aaa9", + "id": "0922ea76-dcf3-41ec-91c0-a9efd6d906cc", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -58602,12 +58602,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consequat elit irure eiusmod\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -65785419,\n \"trackingId\": \"aliq\"\n}", + "body": "{\n \"detailCode\": \"laboris ipsu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 35756315,\n \"trackingId\": \"in ut\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ad9f292b-9366-4b4f-af66-8f870b71d642", + "id": "c63fe100-436e-432b-9f8b-1c40ef0a8541", "name": "Too many requests", "originalRequest": { "url": { @@ -58664,7 +58664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6af49b07-bf20-4996-8936-293714b13b5c", + "id": "42e45cd4-e15d-46be-87fb-ada856d907ee", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -58716,7 +58716,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consequat elit irure eiusmod\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -65785419,\n \"trackingId\": \"aliq\"\n}", + "body": "{\n \"detailCode\": \"laboris ipsu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 35756315,\n \"trackingId\": \"in ut\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -58727,7 +58727,7 @@ } }, { - "id": "4dd91c74-04f8-4d2c-b232-36f419076a5c", + "id": "3e2129dd-7ddd-4b15-a7c1-ae44d1bc98fc", "name": "Upload new form definition file.", "request": { "name": "Upload new form definition file.", @@ -58786,7 +58786,7 @@ }, "response": [ { - "id": "2988039f-b37a-48ef-a3d4-18170665d03c", + "id": "c97c0a07-23a9-48bd-90e9-c1a9460f0f10", "name": "Returns a new form definition file", "originalRequest": { "url": { @@ -58848,7 +58848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dddfb8c-1c4d-4d44-8a59-df2ec0a3085a", + "id": "2faa8d4d-d720-4190-bc8d-c1ee166cad70", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -58905,12 +58905,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "857ccf58-e08b-47c4-b708-dceda0caddc6", + "id": "9d6b671e-b991-4830-b44f-f7548b072afd", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -58967,12 +58967,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "571897b3-a961-447d-af1a-08f4425fd4be", + "id": "90329374-9313-4212-8bc4-ff23b41d7886", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -59029,12 +59029,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "999971c7-22f6-4077-8752-98fcfeafb4c6", + "id": "ca91b3b3-6130-4878-bbe2-d0168b482f5e", "name": "An error with the item not found", "originalRequest": { "url": { @@ -59091,12 +59091,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0ca1d7d3-5d8e-43be-81c1-6267cc85f63c", + "id": "fe03c7cd-093e-420e-960f-bb7e492049dd", "name": "An error with payload size too large", "originalRequest": { "url": { @@ -59153,12 +59153,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6f300cc3-e904-41e9-84fb-683dc255aa2c", + "id": "7e66be9c-acff-48e2-b233-895b1a2b54ce", "name": "An error with unsupported media type", "originalRequest": { "url": { @@ -59215,12 +59215,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c4841d79-1ef6-452a-bcd1-68e93fd61838", + "id": "3ad6296f-44f1-4ce8-b2cd-c6fd01b0afe1", "name": "Too many requests", "originalRequest": { "url": { @@ -59282,7 +59282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36478917-e2cb-47a7-86f4-82fd4f579759", + "id": "8898dd7d-528c-4559-ba9c-e128a2bd3cad", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -59339,12 +59339,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "53f7e952-0d33-4098-896b-6b264eb4481c", + "id": "42578d39-4d8e-4b12-8b83-d929b4d25aa1", "name": "An external service is not available", "originalRequest": { "url": { @@ -59401,7 +59401,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -59412,7 +59412,7 @@ } }, { - "id": "1f6c0b67-7bde-413d-ae60-2bb257c64ebf", + "id": "453e157a-a8d5-4779-9b40-50faf31f89fa", "name": "Download definition file by fileId.", "request": { "name": "Download definition file by fileId.", @@ -59462,7 +59462,7 @@ }, "response": [ { - "id": "0d146519-29f0-4faa-a1b2-400157dedce2", + "id": "47b3818c-ba9b-4e21-afa4-551a69cbeda1", "name": "Returns a file that is referred to by fileID and associated with the formDefinitionID", "originalRequest": { "url": { @@ -59503,12 +59503,12 @@ "value": "application/json" } ], - "body": "cillum ad Lorem", + "body": "labore ad magna", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "44f82789-3450-4546-9aec-b4ac537f9da8", + "id": "b24ddbce-d136-497a-b7cd-1e87c35c54d6", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -59549,12 +59549,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d754f6de-56b6-4375-886c-096f96214bc1", + "id": "ed50caf8-a978-4ced-aea9-fb5d7a3f0462", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -59595,12 +59595,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8e0040b8-15d0-4324-9fc3-1a3d6a182671", + "id": "68de6908-b795-4bcb-b168-266a0e1b4f9a", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -59641,12 +59641,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e0c7edf2-e1aa-4404-bc6e-4d0ee1894bc6", + "id": "8dcec15c-362a-4b66-87e8-3e05f832fea9", "name": "An error with the item not found", "originalRequest": { "url": { @@ -59687,12 +59687,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "356ad437-e19c-447e-8b62-462192338d41", + "id": "fa3b6b48-2738-4c31-9dd8-4accabb88d27", "name": "Too many requests", "originalRequest": { "url": { @@ -59738,7 +59738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e32c2201-894e-4702-8a27-6eacf7bf253d", + "id": "e1c1e252-312d-4b71-8e9c-f8b1cd0e764f", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -59779,12 +59779,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ecc82ce5-219f-433b-b0e8-533ad29b3283", + "id": "b5317f0f-7c68-4db1-92b6-ab377d1de4cf", "name": "An external service is not available", "originalRequest": { "url": { @@ -59825,7 +59825,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -59836,7 +59836,7 @@ } }, { - "id": "0cb6f62e-3a80-4d65-9a25-24f5a2156c93", + "id": "7621efca-20b4-410e-ade0-eb9028639c0d", "name": "List form instances by tenant.", "request": { "name": "List form instances by tenant.", @@ -59865,7 +59865,7 @@ }, "response": [ { - "id": "2cc51cf6-1c1e-4c30-ad8c-95e49f23e186", + "id": "6cefa658-2eee-45ba-8940-8178b1d0ab2c", "name": "Returns a list of form instances by tenant", "originalRequest": { "url": { @@ -59903,12 +59903,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Lorem sed dolor consequat magna\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"culpa laborum\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"mollit Ut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Ut anim ea\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"49841cb8-00a5-4fbd-9888-8bbb28d48331\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"06a2d961-07fa-44d1-8d0a-2f6470e30fd2\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n },\n {\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"amet Lorem sint aliqua\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"consequat nulla ut Ut qui\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eu aute incididunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"occaecat Lorem\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"49841cb8-00a5-4fbd-9888-8bbb28d48331\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"06a2d961-07fa-44d1-8d0a-2f6470e30fd2\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n }\n]", + "body": "[\n {\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ad cillum et ut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"mollit aliqua eiusmod\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"amet\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sunt sed\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"49841cb8-00a5-4fbd-9888-8bbb28d48331\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"06a2d961-07fa-44d1-8d0a-2f6470e30fd2\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n },\n {\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eu\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Ut cupidatat voluptate\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sint\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in nisi elit velit\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"49841cb8-00a5-4fbd-9888-8bbb28d48331\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"06a2d961-07fa-44d1-8d0a-2f6470e30fd2\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "039a2dc9-ae4d-4dda-86aa-38224493cfd1", + "id": "c367b956-69cb-4e06-be14-03f658c5b893", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -59946,12 +59946,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ec5d8483-5b05-4909-b883-c6730ff17d0b", + "id": "86975e28-6a08-424c-baee-b7f89a273f03", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -59989,12 +59989,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d8321dba-2d82-4d64-b56b-c59d1d733c0d", + "id": "4d57595e-002e-4e64-ab85-4ce9fac78216", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -60032,12 +60032,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cc6bf148-50e3-4cd6-812c-41712b5171e2", + "id": "26357021-3654-48ce-b7c1-f9225d091799", "name": "Too many requests", "originalRequest": { "url": { @@ -60080,7 +60080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b9ac4a1-7580-4046-91ad-1507af1651b6", + "id": "6d6c126c-7abc-4357-ad01-ebcb62086b51", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -60118,7 +60118,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -60129,7 +60129,7 @@ } }, { - "id": "4b0da504-b541-4266-bd46-7fd67cfb6cc3", + "id": "f3d46147-e88f-4bf0-bf6c-dfa1f8ed3480", "name": "Creates a form instance.", "request": { "name": "Creates a form instance.", @@ -60168,7 +60168,7 @@ }, "response": [ { - "id": "46e6a014-c531-435a-944d-6d4ba38a83a2", + "id": "24fa30fb-e52d-4401-b379-91b6d34519c4", "name": "Returns a new form instance", "originalRequest": { "url": { @@ -60219,12 +60219,12 @@ "value": "application/json" } ], - "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"elit cupidatat occaecat\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"consequat sunt deserunt\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"esse non deserunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"amet reprehenderit incididunt\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"49841cb8-00a5-4fbd-9888-8bbb28d48331\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"06a2d961-07fa-44d1-8d0a-2f6470e30fd2\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", + "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"fugiat esse\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"qui minim adipisicing et Duis\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nulla laboris\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"anim qui dolore\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"49841cb8-00a5-4fbd-9888-8bbb28d48331\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"06a2d961-07fa-44d1-8d0a-2f6470e30fd2\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "126aa0e1-2f20-461d-9cff-2055a63fa8b3", + "id": "94600c4d-455b-4fe3-90c8-7d24219ecb38", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -60275,12 +60275,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f11d9e10-4830-4e6c-a7fb-8c3ea52d489f", + "id": "97ed9e36-dab8-49dd-a816-9d47358bb819", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -60331,12 +60331,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cb2b1112-5a5b-47b2-ba6a-46d9d1900d72", + "id": "9305802b-0043-4c5f-b2fc-ad7d208fa4d1", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -60387,12 +60387,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "321cffec-ae87-4f6f-b9d9-139cde94b96c", + "id": "cd754cae-ed72-4fce-9815-d9a81d9bf7c9", "name": "Too many requests", "originalRequest": { "url": { @@ -60448,7 +60448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e62ea60b-79c0-4d09-b876-f8ec8dae2ed6", + "id": "44101839-d457-4781-9324-b287013ef43f", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -60499,7 +60499,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -60510,7 +60510,7 @@ } }, { - "id": "d3b13ad5-c7ae-4672-bf9a-f4bd4c90d3e9", + "id": "5080eda2-aad5-4ea9-88be-3a5f7ca31bb6", "name": "Returns a form instance.", "request": { "name": "Returns a form instance.", @@ -60551,7 +60551,7 @@ }, "response": [ { - "id": "666fb1ad-7ca1-491a-b934-ae2d8f220bf3", + "id": "3aafcf2b-ff98-4f84-be94-02174ff5a0bb", "name": "Returns a form instance by its key", "originalRequest": { "url": { @@ -60590,12 +60590,12 @@ "value": "application/json" } ], - "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"elit cupidatat occaecat\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"consequat sunt deserunt\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"esse non deserunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"amet reprehenderit incididunt\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"49841cb8-00a5-4fbd-9888-8bbb28d48331\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"06a2d961-07fa-44d1-8d0a-2f6470e30fd2\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", + "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"fugiat esse\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"qui minim adipisicing et Duis\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nulla laboris\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"anim qui dolore\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"49841cb8-00a5-4fbd-9888-8bbb28d48331\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"06a2d961-07fa-44d1-8d0a-2f6470e30fd2\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c18c71da-2a10-43c7-b2fe-153c079064f3", + "id": "f4e2512d-fe10-4370-b6df-aba4c26a0454", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -60634,12 +60634,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "12c72502-4737-488d-a573-c12a8b1f6bc4", + "id": "c67f8f45-c65c-42f2-b317-bb7408b39373", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -60678,12 +60678,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "89bd9c4c-cd30-4fe3-b19a-25dcb82b71ba", + "id": "160c9f00-e87d-4458-8bb4-e9f497549e96", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -60722,12 +60722,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c24cc8c2-b488-4c32-b05d-29fd0c666da0", + "id": "635765eb-46c2-4792-89e7-f2d7510171c4", "name": "An error with the item not found", "originalRequest": { "url": { @@ -60766,12 +60766,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0038c259-414f-4666-a474-e650f789cb0d", + "id": "34bd98de-c80e-489b-a97c-bc69b7ff8912", "name": "Too many requests", "originalRequest": { "url": { @@ -60815,7 +60815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2271b114-ebdd-4679-ae40-daf61ba65765", + "id": "d90db1c2-22fd-4575-bfad-fa7eb43c26b8", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -60854,7 +60854,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -60865,7 +60865,7 @@ } }, { - "id": "5a54f1a7-f071-4cef-aaff-5c33638dcaad", + "id": "1d0c952f-d8d4-4a7e-ad67-c263094e5a50", "name": "Patch a form instance.", "request": { "name": "Patch a form instance.", @@ -60919,7 +60919,7 @@ }, "response": [ { - "id": "2f818067-e289-428a-83ba-780d568ff42f", + "id": "50b5e622-908c-4bfb-967d-3b65d16c50e5", "name": "Returns the form instance updated", "originalRequest": { "url": { @@ -60971,12 +60971,12 @@ "value": "application/json" } ], - "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"elit cupidatat occaecat\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"consequat sunt deserunt\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"esse non deserunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"amet reprehenderit incididunt\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"49841cb8-00a5-4fbd-9888-8bbb28d48331\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"06a2d961-07fa-44d1-8d0a-2f6470e30fd2\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", + "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"fugiat esse\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"qui minim adipisicing et Duis\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nulla laboris\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"anim qui dolore\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"49841cb8-00a5-4fbd-9888-8bbb28d48331\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"06a2d961-07fa-44d1-8d0a-2f6470e30fd2\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "76ef793c-ecde-43d6-8567-bdc66a611a09", + "id": "8799c93e-0a3f-416a-8e0a-35daa64027e7", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -61028,12 +61028,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ecd1f308-0185-4e64-a0b0-5a77482e3e40", + "id": "c045261b-1c66-4d56-840d-f492b2047e18", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -61085,12 +61085,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e62fae72-f560-4f68-8ea1-50e326e5faa9", + "id": "4ec9489c-5f56-4b70-aa11-bcaeb2b6947d", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -61142,12 +61142,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c3bf7b25-958c-431f-975f-130edccfe78a", + "id": "7e316422-7ded-47e1-9eac-ef6278f9666c", "name": "An error with the item not found", "originalRequest": { "url": { @@ -61199,12 +61199,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ca284a25-5513-491f-822c-4ba5f43136e9", + "id": "deba4432-4fb5-40d6-87bd-3ba4e909ba65", "name": "An error with the request property conflicts with stored", "originalRequest": { "url": { @@ -61256,12 +61256,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ca9b9ded-71c2-4b17-ba1d-775133ce3d9f", + "id": "cfdc3b9c-6bc4-442d-b214-79763110c6a8", "name": "Too many requests", "originalRequest": { "url": { @@ -61318,7 +61318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a54f50a8-097f-4c5f-8074-5f2d6df4b654", + "id": "663a4385-2c33-4c03-87bf-589d41eb5b21", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -61370,7 +61370,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -61381,7 +61381,7 @@ } }, { - "id": "b73c43fb-cca7-4fe7-b2f5-d3ad5d95e0a0", + "id": "1d719c93-4a0d-425a-9dbc-d408a0a2cf69", "name": "Retrieves dynamic data by element.", "request": { "name": "Retrieves dynamic data by element.", @@ -61462,7 +61462,7 @@ }, "response": [ { - "id": "af806289-9c1b-4901-b771-19a66768ce7b", + "id": "69f2c50b-4afd-4dbe-ac62-c2657dbd3460", "name": "Retrieves dynamic data to aid in correctly completing a valid form by form element ID from data source configuration", "originalRequest": { "url": { @@ -61536,7 +61536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b104aa1d-c52b-456c-9193-a1fbc0b037e2", + "id": "87de66de-c26a-4484-8239-f4719649c8ce", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -61605,12 +61605,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "28a0eff3-45d9-4496-9318-c19d1fbdccf4", + "id": "cc0825cc-fe55-4e51-9f7b-09ef76385038", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -61679,12 +61679,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "17e81ec7-ce3d-40f0-b190-553d7558376a", + "id": "cadb6535-a18e-4560-8ec7-4841a98fc038", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -61753,12 +61753,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dc03af53-b302-4a02-b330-ee8294fe3132", + "id": "5ffd1732-2bde-4fd7-9854-ef5a7d9ef39d", "name": "An error with the item not found", "originalRequest": { "url": { @@ -61827,12 +61827,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f9390a64-d464-4d9a-a4b1-22eecbdc8b44", + "id": "87348865-c510-4123-bd26-16a4709d256e", "name": "Too many requests", "originalRequest": { "url": { @@ -61906,7 +61906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4aaeff1-e3c2-40f7-84b8-705f56b4d38b", + "id": "67b014ec-fdeb-48db-9062-1ca14dd31dbc", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -61975,7 +61975,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -61986,7 +61986,7 @@ } }, { - "id": "b93191b4-93d7-4dc3-b7e1-9166e62c0429", + "id": "fc76204e-5418-4fc2-a2ec-b4f23bb62bf4", "name": "Download instance file by fileId.", "request": { "name": "Download instance file by fileId.", @@ -62036,7 +62036,7 @@ }, "response": [ { - "id": "bce4d7fd-747a-4acc-99d8-af5927a35a66", + "id": "ad582c8f-d3b6-412d-a3f4-32d0bde540e6", "name": "Returns a file that is referred to by fileID and associated with the formInstanceID", "originalRequest": { "url": { @@ -62077,12 +62077,12 @@ "value": "application/json" } ], - "body": "cillum ad Lorem", + "body": "labore ad magna", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b0f924fa-2c06-4230-b72a-0381a6673db9", + "id": "1af20258-a2d1-4c59-a058-9617ba5fa431", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -62123,12 +62123,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "673bc6f0-8db3-45b4-a253-083fd868f377", + "id": "a0c4c5a5-f4fb-4491-b539-84106eac1c93", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -62169,12 +62169,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9208ce97-36f7-4aea-a464-80fc0789b247", + "id": "a817ccd9-75eb-4845-b161-ba8669bb606e", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -62215,12 +62215,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fadd7427-b718-4ea0-8e06-85651f114ad8", + "id": "9415e71f-fabb-46bc-abd0-a5d05a208c40", "name": "An error with the item not found", "originalRequest": { "url": { @@ -62261,12 +62261,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b6185a4f-000f-4fcf-9a96-e3e352bcd63b", + "id": "d617ff75-2420-4474-ac74-5e03e56136a9", "name": "Too many requests", "originalRequest": { "url": { @@ -62312,7 +62312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74c03330-583d-4d22-8295-b99ac7ca6653", + "id": "f8f2a864-1797-463d-9111-ff6917e72438", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -62353,12 +62353,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e4674e40-1c7a-4614-8f8b-50f6d80b6285", + "id": "483dc2c7-3f08-4fa4-9ac7-f199a27320f9", "name": "An external service is not available", "originalRequest": { "url": { @@ -62399,7 +62399,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -62410,7 +62410,7 @@ } }, { - "id": "8d997fac-140f-4b15-9b0d-38efe72271a9", + "id": "25efe176-ee18-488e-9848-5e7fc5a29c7f", "name": "List predefined select options.", "request": { "name": "List predefined select options.", @@ -62440,7 +62440,7 @@ }, "response": [ { - "id": "1fbd65ac-a7f9-4139-adc5-6e879790738a", + "id": "415cd710-5d93-490e-90cb-eeb31530eb27", "name": "Returns a list of available predefined select options", "originalRequest": { "url": { @@ -62484,7 +62484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "126e2928-4eb2-4bb6-bcef-81427e1126cb", + "id": "342de627-0e9d-4956-b1bc-e81cb78ef952", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -62523,12 +62523,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a5c9d6b0-8bec-41e8-9ce4-f75a9b871356", + "id": "7adb55cb-9cd5-45c9-9344-35ffd833e258", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -62567,12 +62567,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "da8b430d-e8fd-4f7e-b2d7-65b0e726c520", + "id": "8508f7d7-edf8-4430-9a8d-75436e9a9e84", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -62611,12 +62611,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8aa0a6b2-38df-4116-bdc0-2f0b383e09ef", + "id": "774c898e-4af9-4cdb-b59c-cc4a29449137", "name": "Too many requests", "originalRequest": { "url": { @@ -62660,7 +62660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0915d2e5-32c1-468a-bb95-dd9c0c7de908", + "id": "fceb7d23-5731-4600-8bab-d316165a90bf", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -62699,7 +62699,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nulla cupidat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -64896558,\n \"trackingId\": \"magna consectetur mollit do reprehenderit\"\n}", + "body": "{\n \"detailCode\": \"quis laborum consequat\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 15782942,\n \"trackingId\": \"veniam fugiat\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -62716,7 +62716,7 @@ "description": "Use this API to implement custom password instruction functionality.\nWith this functionality in place, administrators can create custom password instructions to help users reset their passwords, change them, unlock their accounts, or recover their usernames.\nThis allows administrators to emphasize password policies or provide organization-specific instructions.\n\nAdministrators must first use [Update Password Org Config](https://developer.sailpoint.com/docs/api/beta/put-password-org-config/) to set `customInstructionsEnabled` to `true`.\n\nOnce they have enabled custom instructions, they can use [Create Custom Password Instructions](https://developer.sailpoint.com/docs/api/beta/create-custom-password-instructions/) to create custom page content for the specific pageId they select.\n\nFor example, an administrator can use the pageId forget-username:user-email to set the custom text for the case when users forget their usernames and must enter their emails.\n\nRefer to [Creating Custom Instruction Text](https://documentation.sailpoint.com/saas/help/pwd/pwd_reset.html#creating-custom-instruction-text) for more information about creating custom password instructions.\n", "item": [ { - "id": "72b56c8d-06f0-47f1-9332-5ae1a9f1c059", + "id": "b000053f-d362-477f-b11e-c7f74dd2a4ec", "name": "Create Custom Password Instructions", "request": { "name": "Create Custom Password Instructions", @@ -62758,7 +62758,7 @@ }, "response": [ { - "id": "dbfaf8a8-86b6-40c9-ad46-4b6035e75f71", + "id": "6d76cbd6-cfae-4a0a-8759-2bd35ffa6b4d", "name": "Reference to the custom password instructions.", "originalRequest": { "url": { @@ -62814,7 +62814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2dc2dc2-f66a-40a5-b8e4-4ebcbf215108", + "id": "e151f633-817e-47d1-a1d8-82b8dce699b6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62870,7 +62870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7d54c74-2702-481c-ba69-e3c0b231753d", + "id": "c7c8b49d-f598-45b4-9ee8-8dd7103411a7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62926,7 +62926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "354bcc96-8600-4750-86e7-a9602aae8468", + "id": "8f9d1479-5a2b-4b30-bb39-9c09366c9be7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62988,7 +62988,7 @@ } }, { - "id": "34f4adc5-63d5-4e35-8661-fe72f0702bf8", + "id": "8e41ed86-2409-4b5f-95f9-9104c6080f65", "name": "Get Custom Password Instructions by Page ID", "request": { "name": "Get Custom Password Instructions by Page ID", @@ -63012,7 +63012,7 @@ "type": "text/plain" }, "key": "locale", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [ @@ -63039,7 +63039,7 @@ }, "response": [ { - "id": "15251b09-02bc-4a7b-a43e-e38b9b19e87c", + "id": "9ac6bd46-f0a2-429b-b7e7-2e3f451e46b1", "name": "Reference to the custom password instructions.", "originalRequest": { "url": { @@ -63058,7 +63058,7 @@ "type": "text/plain" }, "key": "locale", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -63093,7 +63093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e2c957b-1827-4efb-9f12-13159d6f5293", + "id": "e2de4783-194a-4af1-887c-de4077cc0bed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63112,7 +63112,7 @@ "type": "text/plain" }, "key": "locale", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -63147,7 +63147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c74324ac-885c-4240-950e-b199c79ea25b", + "id": "774e3beb-589b-4e39-a7f4-f75b6d3481b3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63166,7 +63166,7 @@ "type": "text/plain" }, "key": "locale", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -63201,7 +63201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b837c45a-e885-4b73-b6de-9929ed7a335b", + "id": "239da468-577d-49f5-8426-ae2fec7a7029", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -63220,7 +63220,7 @@ "type": "text/plain" }, "key": "locale", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -63255,7 +63255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fc21887-adff-4e8c-ae3e-145627d02e44", + "id": "4f5d1bd7-0f41-49ae-8301-a4f5e0383a1b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63274,7 +63274,7 @@ "type": "text/plain" }, "key": "locale", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -63315,7 +63315,7 @@ } }, { - "id": "e1641b58-8171-481b-9204-7f98dd28ae6d", + "id": "8ca0af8e-311a-4f98-8812-380acca4dd13", "name": "Delete Custom Password Instructions by page ID", "request": { "name": "Delete Custom Password Instructions by page ID", @@ -63339,7 +63339,7 @@ "type": "text/plain" }, "key": "locale", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [ @@ -63366,7 +63366,7 @@ }, "response": [ { - "id": "33f42aa6-e3a7-4060-ab6c-7ea7bad0404f", + "id": "f73f978c-273a-4c02-acac-d1c54170d622", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -63385,7 +63385,7 @@ "type": "text/plain" }, "key": "locale", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -63410,7 +63410,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ffc7e686-60da-4cb3-bd21-d721abe13ca6", + "id": "b50ce73a-b5d2-4c2b-a342-bb1f6589eee6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63429,7 +63429,7 @@ "type": "text/plain" }, "key": "locale", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -63464,7 +63464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba9758ee-ae75-43d7-9d2c-0427e288e771", + "id": "315f6ad8-e154-4212-bb28-843fc88c6726", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63483,7 +63483,7 @@ "type": "text/plain" }, "key": "locale", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -63518,7 +63518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "085cb7ba-0924-495a-98cb-414edfc1e8e6", + "id": "27ccf77a-95bd-4894-9575-1cf91a3f19e3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -63537,7 +63537,7 @@ "type": "text/plain" }, "key": "locale", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -63572,7 +63572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8fd3db7-7d5f-4434-b78f-9c9e6c6aa0c2", + "id": "f2e1e5a2-806b-4d4b-9eb7-09fbdf555793", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63591,7 +63591,7 @@ "type": "text/plain" }, "key": "locale", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -63638,7 +63638,7 @@ "description": "Use this API to implement and customize entitlement functionality.\nWith this functionality in place, administrators can view entitlements and configure them for use throughout Identity Security Cloud in certifications, access profiles, and roles.\nAdministrators in Identity Security Cloud can then grant users access to the entitlements or configure them so users themselves can request access to the entitlements whenever they need them.\nWith a good approval process, this entitlement functionality allows users to gain the specific access they need on sources quickly and securely.\n\nEntitlements represent access rights on sources.\nEntitlements are the most granular form of access in Identity Security Cloud.\nEntitlements are often grouped into access profiles, and access profiles themselves are often grouped into roles, the broadest form of access in Identity Security Cloud.\n\nFor example, an Active Directory source in Identity Security Cloud can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nAn administrator can then create an even broader set of access in the form of a role grouping the 'AD Developers' access profile with another profile, 'GitHub Developers,' grouping entitlements for the GitHub source.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nWhen users need both the 'AD Developers' access profile and the 'GitHub Developers' access profile, they can request access to the role grouping both.\n\nAdministrators often use roles and access profiles within those roles to manage access so that users can gain access more quickly, but the hierarchy of access all starts with entitlements.\n\nAnywhere entitlements appear, you can select them to find more information about the following:\n\n- Cloud Access Details: These provide details about the cloud access entitlements on cloud-enabled sources.\n\n- Permissions: Permissions represent individual units of read/write/admin access to a system.\n\n- Relationships: These list each entitlement's parent and child relationships.\n\n- Type: This is the entitlement's type. Some sources support multiple types, each with a different attribute schema.\n\nIdentity Security Cloud uses entitlements in many features, including the following:\n\n- Certifications: Entitlements can be revoked from an identity that no longer needs them.\n\n- Roles: Roles can group access profiles which themselves group entitlements. You can grant and revoke access on a broad level with roles. Role membership criteria can grant roles to identities based on whether they have certain entitlements or attributes.\n\n- Access Profiles: Access profiles group entitlements.\nThey are the most important units of access in Identity Security Cloud.\nIdentity Security Cloud uses them in provisioning, certifications, and access requests, and administrators can configure them to grant very broad or very granular access.\n\nYou cannot delete entitlements directly from Identity Security Cloud.\nEntitlements are deleted based on their inclusion in aggregations.\n\nRefer to [Deleting Entitlements](https://documentation.sailpoint.com/saas/help/access/entitlements.html#deleting-entitlements) more information about deleting entitlements.\n\nRefer to [Entitlements](https://documentation.sailpoint.com/saas/help/access/entitlements.html) for more information about entitlements.\n", "item": [ { - "id": "87a30d44-c293-4df0-b82d-56cf5b7f89d6", + "id": "1f1647aa-4415-44c2-8815-bd88d7ff8731", "name": "Gets a list of entitlements.", "request": { "name": "Gets a list of entitlements.", @@ -63749,7 +63749,7 @@ }, "response": [ { - "id": "407b40d1-6ab2-4907-82f8-98f8821cd030", + "id": "9bcf2db3-df71-4cd2-90c2-f991176913b8", "name": "List of entitlements", "originalRequest": { "url": { @@ -63874,7 +63874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de404857-8691-41ad-8282-d06f1c86856e", + "id": "31e6173b-fc68-4510-a059-fc6879332e64", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63999,7 +63999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60f92338-6ca5-4c0a-9b85-c9e9253ec9ff", + "id": "edda0192-9597-4664-be43-6ef09ca88fa0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64124,7 +64124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ae1b256-82d9-4593-8b67-eedc37ebb86f", + "id": "13a2ac1d-11cc-4308-9ffb-8affed5b739e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64249,7 +64249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9774b0ca-f133-4f18-867c-62895d33914e", + "id": "13d27acb-7a1e-4b5c-98bf-ee365bc42ea6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64374,7 +64374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73514a08-fb87-4f3e-885a-e7089d7c8deb", + "id": "785af5f8-5b18-4f76-914c-da7f05165385", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64505,7 +64505,7 @@ } }, { - "id": "15a9b3f1-80c5-4c90-bdd6-5d7e86e8b75a", + "id": "9ddbd35b-1221-40f2-84dc-4e6bba83eb90", "name": "Get an entitlement", "request": { "name": "Get an entitlement", @@ -64546,7 +64546,7 @@ }, "response": [ { - "id": "22fb8e23-fca9-4bfa-a370-5cb1f14ac7c9", + "id": "3a44b0bf-0900-4eee-8a62-f50280a7b404", "name": "An entitlement", "originalRequest": { "url": { @@ -64590,7 +64590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64fb0bdf-c342-4e81-b803-729b896ddc17", + "id": "7241bb96-7e84-4780-bc5d-186f24d88374", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64634,7 +64634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaa5cac6-35ab-4ae9-b6ed-5ed83bb6bc56", + "id": "f5b51283-a364-49d1-b0d9-9236a30cbbfe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64678,7 +64678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "626c3487-bc29-48d3-88ea-0888199e022a", + "id": "0706b153-3b91-48e6-b753-2cc609b2253d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64722,7 +64722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db431d28-a08f-4010-bd93-071dd33890c0", + "id": "5c9a7cd7-6a9b-4767-a6a9-6b9304de98d3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -64766,7 +64766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dd10015-820e-426a-ba3f-cbb6e80bb899", + "id": "69403110-9b7b-40ea-8c38-84370336b135", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64810,7 +64810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2835ea7-5676-4bff-a1d5-b52b033e52ca", + "id": "29198466-a891-44af-b8db-0846b267136d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64860,7 +64860,7 @@ } }, { - "id": "527695f4-3539-4817-ad98-63b6657f9204", + "id": "1d7181bb-1931-45b5-b82f-88ce51bd03dd", "name": "Patch an entitlement", "request": { "name": "Patch an entitlement", @@ -64914,7 +64914,7 @@ }, "response": [ { - "id": "34f5cffd-2bb2-4eaa-92da-8ba0efc9629d", + "id": "c8542ad9-b62c-43df-9a65-dbdb6262d497", "name": "Make an entitlement requestable and privileged in one call", "originalRequest": { "url": { @@ -64971,7 +64971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ca0d4fc-eb44-4798-8934-ad88e6c2fea9", + "id": "7a168e24-fa13-4cad-9818-367eb2b4d323", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -65028,7 +65028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee337820-ead9-4a4b-ae68-692e63f160a9", + "id": "d0a02ae9-1a88-48eb-8e4f-9c51bd266cec", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -65085,7 +65085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbde8b2c-b6f4-4c77-aeaf-6e0350f1b48d", + "id": "f239d5e4-54fe-4fbb-9c3f-0ac3ab5f39bf", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -65142,7 +65142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84abdc02-bc95-468e-9076-f233be18c790", + "id": "2b3a6259-02b3-47b0-87b9-b2484193e9c6", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -65199,7 +65199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecac9698-b267-4424-986a-bfdceca2524f", + "id": "6aed1924-946b-44b4-8a59-ad106eaa48cc", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -65256,7 +65256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d627c016-27f9-4e52-a048-0c3023624183", + "id": "062f24ee-9ee1-4879-9fdc-bd141303aa09", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -65313,7 +65313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10c4f07a-7933-4830-b1ce-86f621cc941c", + "id": "8f318aea-d9e2-48de-b171-c124c4affa09", "name": "Make an entitlement requestable and privileged in one call", "originalRequest": { "url": { @@ -65370,7 +65370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23008be5-0f13-452f-a482-4e26352339fe", + "id": "51061474-b0e7-412b-9579-fc0e700064df", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -65427,7 +65427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f109913-d882-47d2-972d-165cf848420a", + "id": "29d0c95b-26c8-4360-8823-a40bdb8ef524", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -65484,7 +65484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26470441-3ed0-41c1-9274-f5777747912f", + "id": "83a4a1c1-0f73-4b84-aa64-942a4802e4ba", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -65541,7 +65541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ca57c61-f41b-4789-9fbc-b4df0c9f93f6", + "id": "5777f8dc-19c1-4627-808d-61526f7d904d", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -65598,7 +65598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bd7b7be-b482-4440-a85f-d9ebeb750a01", + "id": "5301e42b-55b5-4f3f-9dfc-93412ca66edc", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -65655,7 +65655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7446a8e-ff31-4dff-9993-bf6050a73588", + "id": "f25ce6a9-942d-4dbc-b8a0-432cce943a16", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -65712,7 +65712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd3f4d12-3408-496b-ab3e-33ca10b0a4b4", + "id": "174e7100-761e-4268-87b4-ecdd6c2f765b", "name": "Make an entitlement requestable and privileged in one call", "originalRequest": { "url": { @@ -65769,7 +65769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42dcc3e6-812d-42ad-8eaf-5ac2608668ac", + "id": "d921eb87-acb9-4f4e-b720-a2352e20f727", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -65826,7 +65826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e8b5921-ec3e-43ff-9f54-2eaf5928ac61", + "id": "f4af5e77-b141-442a-84db-ccfbd66aff97", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -65883,7 +65883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b1e4de1-1c46-4a7d-a697-778ef46bd1d8", + "id": "20628711-d6cb-4a91-b3b0-a8f949be57a7", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -65940,7 +65940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "837d7ec4-b6e0-49ae-bd06-8d0b61a5f326", + "id": "66cb0f86-0543-4ed2-8a8a-6292d3abf843", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -65997,7 +65997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49df8d37-0a72-49d2-aa2a-32da67516ed2", + "id": "00b57bc1-cf0a-49cb-a072-ed8c6c8061a1", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -66054,7 +66054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79f9417c-ce4e-473a-9555-cd0b0cdb0e41", + "id": "1b0f8453-5716-49ac-8594-021abf1e3653", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -66111,7 +66111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10565e08-a276-42dc-b97f-593d93b96060", + "id": "80cfcf23-a19f-40dd-b414-03f4057b6aaf", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -66168,7 +66168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd808448-4f4d-404c-b79d-a9644047ab3d", + "id": "e216b418-8eb4-450a-a470-715af29911e6", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -66225,7 +66225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb8feaff-a18f-4534-abd5-df3dc389e0e6", + "id": "1a0ff391-1412-4738-91d5-b06ca7dc95a9", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -66282,7 +66282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e690c05a-8270-4704-9cf7-f8f4134e520c", + "id": "b33eeec7-d625-458d-91da-27353d9637ba", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -66339,7 +66339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4b5d815-291e-4d00-97fc-d8119b576367", + "id": "d5559bf6-0613-448c-b250-f37f9b5c344a", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -66396,7 +66396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9407f14a-e691-4dcf-ad32-2470b0bba909", + "id": "6235f597-84f0-4232-bac9-106b66d83c4d", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -66453,7 +66453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d22ed4a-0b02-480b-995d-59b26ff1c1b8", + "id": "a25a2604-1dc5-46d9-b7be-fec8c3737359", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -66510,7 +66510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29efdc72-29fb-498d-8e73-66cee3920cb6", + "id": "10592d66-551e-4898-8d3c-6b5a06b05a94", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -66567,7 +66567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcf8c169-de84-4b78-bdca-e8c2c8486047", + "id": "5ec4cac9-7a66-4f35-b19d-01e930e86a0d", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -66624,7 +66624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e4e8428-0a86-4532-8b8f-5bda46e9645e", + "id": "e455d3d7-b0fa-4ff9-9e84-4780617efcfb", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -66681,7 +66681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1c80785-3e09-47ce-849c-0006f860006f", + "id": "d299d5fd-d6e7-46f4-be00-70571e64c451", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -66738,7 +66738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2d592d7-fcaf-4bee-88f0-92c8b07f1780", + "id": "2228c960-195b-4441-97f4-b02a5dfd3341", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -66795,7 +66795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d617d0ab-2206-41a4-9bd8-daea8bdd1a75", + "id": "64549edb-e1dc-4cd1-a512-66cdc1a27b4e", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -66852,7 +66852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5242f595-e1bc-4993-a7b1-cb2453071170", + "id": "ed2e5b9c-8653-4123-9aac-0a480c36aa6c", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -66909,7 +66909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bf7dd35-0a95-4486-befc-024843961340", + "id": "b3385dcc-d6d1-4a96-8285-c0b225a42816", "name": "Make an entitlement requestable and privileged in one call", "originalRequest": { "url": { @@ -66966,7 +66966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0ed87ce-1ee8-4f1c-afc2-67082a778aee", + "id": "4cb41a4f-14f8-409c-b232-02140c9b1a44", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -67023,7 +67023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "417d76ab-2180-4cb9-a5c4-918a7a74b9bf", + "id": "185f9e88-0eae-40a2-8e79-b67de80cad30", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -67080,7 +67080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "545b4596-0d7d-42eb-ba94-2060f710c690", + "id": "0215e87a-8222-4ace-ac21-70c848740d8e", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -67137,7 +67137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62153e0e-af94-420b-b9e4-65edc916bac4", + "id": "82782680-e5fb-4b45-aaae-3ef21aec5a80", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -67194,7 +67194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df2bf413-aceb-484a-b975-92308897f583", + "id": "d7c905a1-8453-4017-8e36-b6d92d59a3f0", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -67251,7 +67251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90246fe3-cd17-4bf5-8d9a-dc0a1b0af4bc", + "id": "f63b72cf-4886-43a6-b09f-b7fec644bd12", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -67308,7 +67308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bfb52c7-7c54-4755-a954-505ed6220347", + "id": "e4ef7187-e389-400a-bd38-beded50daabf", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -67365,7 +67365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "877f6a46-99c4-4ad8-a456-c90f8b090463", + "id": "3301ccbb-8ff6-4be1-b2f8-4087dd3f4bda", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -67422,7 +67422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12b07bd0-18a9-4bb0-bfcb-05fa4889df31", + "id": "63465c96-1780-4fb1-b5ac-06b629a21816", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -67479,7 +67479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e06d8092-5913-4fba-8b15-55aadf8fe845", + "id": "d2dfd552-d2ce-4796-8ba6-c62e1fc65734", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -67536,7 +67536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5e1ce3a-da80-47ac-9890-980e9288dd37", + "id": "388fee07-e423-45c1-9536-f3fc92f1963b", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -67593,7 +67593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93872dfc-d75e-41c1-9f1e-4d3a2b882edc", + "id": "31632e3e-6a1b-494e-bf80-1bd2caa3616b", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -67650,7 +67650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b06aca73-ceb7-4e43-8f44-ec7b0fc2d9e7", + "id": "fa441afc-4b42-4199-aea3-d104475fdbbd", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -67713,7 +67713,7 @@ } }, { - "id": "e015731a-a0a5-4284-9590-6c78c6e48d00", + "id": "9c19d539-42bc-4427-9b4d-16220d30db43", "name": "List of entitlements parents", "request": { "name": "List of entitlements parents", @@ -67801,7 +67801,7 @@ }, "response": [ { - "id": "752eb9cb-a352-4431-9fe2-daa39cca65ee", + "id": "51e65886-ed50-4fdf-986f-044a6e604a02", "name": "List of entitlements parents from an entitlement", "originalRequest": { "url": { @@ -67892,7 +67892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dc65af5-9896-4ead-8937-2649828f2fa5", + "id": "4acfb86e-7975-4916-a518-a3ff041ad8c0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67983,7 +67983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1bb5242-42cc-41b0-824c-cd2df857e58e", + "id": "fdae73b0-f818-4717-b77e-fe3887a237bc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68074,7 +68074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "918c363c-1544-4ad1-adc2-cb90fb1df211", + "id": "8c69e1ea-3e8c-48b0-af2a-1bc53243061e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68165,7 +68165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cde33ae-d038-46ba-9c1f-8c5a23dcb7b1", + "id": "8d777e7f-252d-46b8-bd92-8d9ad331e581", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -68256,7 +68256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5efe784c-61e0-49cc-bf39-9b7b7c84efa6", + "id": "dff0bf5f-f243-419f-baba-91565d3eeb39", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68347,7 +68347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca934d93-d85b-4aa5-8e06-27b49cb6ab49", + "id": "71b293cc-71aa-458a-b9f1-e4feb4704d5f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68444,7 +68444,7 @@ } }, { - "id": "62e431ad-e6db-42e4-b19b-bc442b0dfac9", + "id": "40fa5e84-6286-433a-9bb9-c4769601c10b", "name": "List of entitlements children", "request": { "name": "List of entitlements children", @@ -68532,7 +68532,7 @@ }, "response": [ { - "id": "0e4ef321-a5b5-48a0-be46-3a84beb31d2a", + "id": "4c1f6b31-acd7-45d5-a67f-e89cc462d631", "name": "List of entitlements children from an entitlement", "originalRequest": { "url": { @@ -68623,7 +68623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa570a33-2aa1-49de-bc68-8fe34f9bed2c", + "id": "fc320835-30f7-4292-8d1f-e420c705d582", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68714,7 +68714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94197204-57ab-493d-a344-c26cb22e328b", + "id": "2a50b9b8-c00b-4df6-b197-462591306f82", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68805,7 +68805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "825d03aa-2ec9-4c7f-8f24-33ea6dffd49a", + "id": "b8748a5b-62ea-4f4d-9617-99545b177d2b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68896,7 +68896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6d3dd65-9f1f-4ca5-a027-80fea92f6d65", + "id": "26591734-7667-4c94-8bb6-3e66f28adcfb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -68987,7 +68987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2603b94-1362-4532-bec9-a7bec42d918b", + "id": "2d0e4a92-f536-44d2-9c55-0cbba6e77f58", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69078,7 +69078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d40be23-8832-405e-a863-7ca1d81fa15a", + "id": "7b5f5f70-d6d6-4385-a872-1d2726d8235e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69175,7 +69175,7 @@ } }, { - "id": "42e7f62d-578c-4bb6-b9ef-9653fa339923", + "id": "47c9afda-7bc5-42e0-aba7-9fa845d532af", "name": "Bulk update an entitlement list", "request": { "name": "Bulk update an entitlement list", @@ -69218,7 +69218,7 @@ }, "response": [ { - "id": "76343954-0fb9-439d-abc9-020cb11a00d3", + "id": "5fd0b428-8f8c-4491-ae97-ec3b20bf2bdc", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -69265,7 +69265,7 @@ "_postman_previewlanguage": "text" }, { - "id": "143062d6-01af-4150-b428-c71a373a6a05", + "id": "ebf58e3a-bdcf-4244-ac9a-5b0a89777ee4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69322,7 +69322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "693df612-a69b-4d70-8635-524fa95516cb", + "id": "06b924e2-c6a2-44e5-a596-60a1c1957b2e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69379,7 +69379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61e500b5-0dab-4fea-ac47-503a462c988b", + "id": "d2cfad90-3354-47be-8c35-45b648a6dbb8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69436,7 +69436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9a9df08-d2f0-43a7-af26-eb03d40bfcda", + "id": "157fa7a9-9fe4-4fcc-a72a-11a0f8d8a4dd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69493,7 +69493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f72c873-bac8-4056-9f56-6de91a542100", + "id": "77f40db9-12a4-4618-a096-6c1810ce05a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69556,7 +69556,7 @@ } }, { - "id": "6ef16318-cbf1-4be0-9b92-971fd81e29a4", + "id": "e41862c4-8980-4f62-b709-c0564cdfcb3b", "name": "Get Entitlement Request Config", "request": { "name": "Get Entitlement Request Config", @@ -69598,7 +69598,7 @@ }, "response": [ { - "id": "82ac6424-2584-4a38-97c8-b34ddce92f35", + "id": "6e770690-537d-4350-a7ce-ffded81b56bd", "name": "An Entitlement Request Config", "originalRequest": { "url": { @@ -69643,7 +69643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bc8ac6f-2084-4de8-964c-58906af1f5a7", + "id": "f3220922-29aa-4bb6-a93d-6f62b36f7f1b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69688,7 +69688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee61c797-2f44-41c3-878c-ee4fec6429b9", + "id": "7ef97f93-7a98-4396-9967-3d640b0ab2a4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69733,7 +69733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "526f4eaf-8fa6-402c-bb92-94c36218b592", + "id": "f1f73f32-6137-4b28-9c7b-b2722e8de18e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69778,7 +69778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec386ac6-e702-4eae-883f-612c3760a9c2", + "id": "6e5a3085-b810-4792-b9a2-a4d0215a2a23", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -69823,7 +69823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7819dd3b-7cbc-49f2-b6a1-67866d225220", + "id": "e3fa92cb-d2ef-4730-9106-1bef385ffe69", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69868,7 +69868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7bcb765-4a26-4e2f-888d-efe9a92b082c", + "id": "711f1c03-43c1-48f3-a04d-d154776cbbec", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69919,7 +69919,7 @@ } }, { - "id": "b4e78ada-dc19-41d4-95a9-4761b475fec6", + "id": "7dfdc5c2-1331-45f9-a827-2ab8acc7a533", "name": "Replace Entitlement Request Config", "request": { "name": "Replace Entitlement Request Config", @@ -69974,7 +69974,7 @@ }, "response": [ { - "id": "85931f73-89c7-4267-aeb8-7bf966f28818", + "id": "fa71b5c2-d3ff-4130-b786-bfb5568b0dd1", "name": "Responds with the entitlement request config as updated.", "originalRequest": { "url": { @@ -70032,7 +70032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30ebdd04-0aea-4f4a-acdb-133fade9fff5", + "id": "c3e59b1a-8b99-4e95-8af0-68b4f4be7962", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70090,7 +70090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51365f3a-bf36-4672-9ced-317c9336c17a", + "id": "7ea94cd3-b570-4492-8224-d4dc59e67afa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70148,7 +70148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c006910-e63f-40d4-b7e3-ad24b125ced7", + "id": "5c67f1e9-6ebd-4409-a2b9-9b9547b0cbd1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70206,7 +70206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b67deb10-65a3-453b-8d8f-84569c4d44c0", + "id": "18089871-54b4-43fc-b015-f3b4bbccc045", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -70264,7 +70264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f16a952-057c-405a-a22d-f52a9728a10c", + "id": "4b46d997-8c29-407c-9dfa-25de967000fb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70322,7 +70322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb8733d3-4b05-41b3-861a-1f668c051c55", + "id": "95ae6cf6-2391-4f16-8613-1244a516bee2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70386,7 +70386,7 @@ } }, { - "id": "dbb0b3b2-23d9-4867-86a8-dc7b2abc1dc8", + "id": "901a4c2b-0065-47eb-b0e1-2ab75653e886", "name": "Reset Source Entitlements", "request": { "name": "Reset Source Entitlements", @@ -70429,7 +70429,7 @@ }, "response": [ { - "id": "c14df164-539f-4f30-9788-6f69f7b7af6a", + "id": "ae49e050-fb40-4f5b-ad3b-48f16ff88ed6", "name": "Entitlement source reset task result", "originalRequest": { "url": { @@ -70475,7 +70475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a63eafe-3991-4e1b-a859-29476277eefc", + "id": "54a8e493-7cfc-4ca1-aea6-56f4cbc27ddd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70521,7 +70521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d09be2bb-f091-42d6-8171-1b6191b14fa2", + "id": "a4000441-9398-455b-9d0a-cce4b78fa1ff", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70567,7 +70567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a0278d0-8eb7-4ffd-9040-adb80aa87652", + "id": "ad8c97a2-753a-4b01-a758-1af46a5623bc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70613,7 +70613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18ba38bc-b386-47a2-83cb-5bbbcd7d3d4e", + "id": "665f7ccc-81b0-46fe-8d12-a34eb37f409d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70659,7 +70659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1046d70-7940-42de-90dd-44e475bca832", + "id": "36759b0e-984b-4b17-976a-2bb234c229c3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70711,7 +70711,7 @@ } }, { - "id": "ea03cf81-6eb3-43a0-a89b-5c3c3f35110d", + "id": "7aedf2b5-b049-4166-9175-bcd1f9782228", "name": "Add metadata to an entitlement.", "request": { "name": "Add metadata to an entitlement.", @@ -70776,7 +70776,7 @@ }, "response": [ { - "id": "38a1881b-4cde-4172-a149-82f07078a7bb", + "id": "8955ca8c-f9bb-46b2-abab-c1805a51b9a5", "name": "OK", "originalRequest": { "url": { @@ -70824,7 +70824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3587ae03-1a76-4684-82f8-282e2d249339", + "id": "02528c25-791f-45ba-ad1c-a26c6a19f522", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70872,7 +70872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69c21a1b-3f6a-4afe-8365-7618f80a8087", + "id": "4533019a-f245-4986-8be0-d39931875079", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70920,7 +70920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7cede20-ecc0-4486-87c4-883c2fc64a58", + "id": "52ed0a5b-0c65-425d-87fb-0fc45741051a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70968,7 +70968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "848f9f73-e269-434d-b062-d70845ca1b80", + "id": "747533e7-5e4e-471f-8726-78de3d3b522b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71016,7 +71016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a17a7363-a06e-4738-802a-648ed2a171ee", + "id": "494ddbcc-43f3-490b-8960-adeebadea57a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71070,7 +71070,7 @@ } }, { - "id": "4223b4b6-1f62-46b2-8611-9bc4cea23d98", + "id": "9b6d2ee0-8943-4c75-875c-00354ca0811f", "name": "Remove metadata from an entitlement.", "request": { "name": "Remove metadata from an entitlement.", @@ -71135,7 +71135,7 @@ }, "response": [ { - "id": "2a500645-920d-4444-923a-63f49df3f79a", + "id": "af790129-f04d-4702-b7f0-733c16b3ab67", "name": "OK", "originalRequest": { "url": { @@ -71173,7 +71173,7 @@ "_postman_previewlanguage": "text" }, { - "id": "23386ae4-12c9-4759-84be-ac9a9292d81d", + "id": "19876da3-effb-49e4-8d8b-0d30747d3c82", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71221,7 +71221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2a6e73b-7cfd-44bf-acad-03a731a809b2", + "id": "2f8d634c-a3a3-4ec8-bf1c-2e2afffaa848", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71269,7 +71269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "155489ea-1d5b-4104-bbdb-565755b9dc70", + "id": "d88f21b1-d50a-4934-a6bd-83c88ac60f91", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71317,7 +71317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d860c69-bf02-4c31-beb3-c7849e4f2a91", + "id": "ce075877-5788-46d4-b297-11d12c2c0624", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71365,7 +71365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48441961-f2f3-4de9-b8a5-2970be543831", + "id": "ea859552-d079-4c30-bb4d-cc80ad8b0f20", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71419,7 +71419,7 @@ } }, { - "id": "8484dc64-8c1c-4aa9-a5d5-041ec81b1f81", + "id": "7f3c3630-5b92-4578-bc18-b8647b77104b", "name": "Aggregate Entitlements", "request": { "name": "Aggregate Entitlements", @@ -71478,7 +71478,7 @@ }, "response": [ { - "id": "2abaaabc-bd78-4b8e-b879-07c9aad7784b", + "id": "71e188b1-683b-43ae-be88-06b6779e497e", "name": "Aggregate Entitlements Task", "originalRequest": { "url": { @@ -71540,7 +71540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "795919b4-b957-466a-9d62-0958fb4eadfe", + "id": "9bb69186-724f-47ca-9866-e96b5d9490a8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71602,7 +71602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43c80208-aa3b-4c35-9051-304cb6108d70", + "id": "308e3291-e1a8-4073-b3f0-97b4be10e280", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71664,7 +71664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e803c21-af79-4b25-9ac2-ac7d273b6f5f", + "id": "e56a98db-0130-45cd-8e5f-157db0fecbe5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71726,7 +71726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "996acb3c-1a7c-4467-b9c3-407b22309a63", + "id": "6a2cc9c1-2f96-4fe8-b176-6aa7fcf8b499", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71788,7 +71788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82f4c121-eb2e-40cd-8faf-694c1988d12b", + "id": "8abcb64e-d5e9-4481-ab1b-8d043893e949", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71862,7 +71862,7 @@ "description": "Use this API to implement and customize Governance Group functionality. With this functionality in place, administrators can create Governance Groups and configure them for use throughout Identity Security Cloud.\n\nA governance group is a group of users that can make governance decisions about access. If your organization has the Access Request or Certifications service, you can configure governance groups to review access requests or certifications. A governance group can determine whether specific access is appropriate for a user.\n\nRefer to [Creating and Managing Governance Groups](https://documentation.sailpoint.com/saas/help/common/users/governance_groups.html) for more information about how to build Governance Groups in the visual builder in the Identity Security Cloud UI.\n", "item": [ { - "id": "ebd45f80-5b92-42a9-83a4-acb38dfc659a", + "id": "50720706-fa6b-4903-b666-dcf832e0744b", "name": "List Governance Groups", "request": { "name": "List Governance Groups", @@ -71937,7 +71937,7 @@ }, "response": [ { - "id": "756825e8-8232-4fd6-b363-250e41875056", + "id": "bd709c0f-fd69-45b3-b92a-0b16f576ccc4", "name": "List of Governance Groups", "originalRequest": { "url": { @@ -72026,7 +72026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41211c56-ac8c-4592-8a8f-eec5e1ad3d6f", + "id": "42971ee6-d57c-4008-b9c0-3b19a0da2ba7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72115,7 +72115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cf51f80-30e9-4f3f-9055-00a42f24b240", + "id": "4c0af4c7-e87d-4462-9931-b7ddcaf2ad60", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72204,7 +72204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "576f0b6a-d55d-4884-91b9-12f808942840", + "id": "abb8692c-e616-4e81-95d2-b6ccee055179", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72293,7 +72293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbc89955-510e-43f0-9c98-a71e53ffcbcf", + "id": "10e29bef-5ee5-4ed7-9604-4e24f4529576", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72382,7 +72382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96f09b7f-99c9-43d9-98c8-f35a877e5847", + "id": "e0e6bb85-d49e-4005-bbfc-a55c8abf5d8b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72477,7 +72477,7 @@ } }, { - "id": "29eae496-a6dd-40a0-8dcc-b92bf91f1f7f", + "id": "6c3651d6-0b3c-418f-b816-8e870ef1d8fc", "name": "Create a new Governance Group.", "request": { "name": "Create a new Governance Group.", @@ -72519,7 +72519,7 @@ }, "response": [ { - "id": "f100d83d-3040-4337-af17-e0b2c6abb0f4", + "id": "c99a9d14-a594-4437-b47c-dd5b0dee8abc", "name": "Governance Group object created.", "originalRequest": { "url": { @@ -72575,7 +72575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d6fea7e-3b96-413d-ab85-10472d34ddeb", + "id": "1ef53b8d-c3ea-44d8-8787-9ec0fcd77f32", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72631,7 +72631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85e1c05a-2bdc-4999-afd1-db17c066202c", + "id": "f8f0410f-3ef1-4822-aa00-021abe01f682", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72687,7 +72687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b88b209d-b9c2-4c41-be29-d9a48a295cf1", + "id": "dc216b91-daab-42fe-a97d-c7a559c9a036", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72743,7 +72743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16d8ef52-c335-413c-908e-2d4bae04af0d", + "id": "c0bdf0ae-e744-4848-a5f0-c6f265acba03", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72799,7 +72799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7544c49d-eeb7-42b1-a1ca-6eca1350b30a", + "id": "78299d38-f470-45d8-81b8-5bc4b22d28c9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72861,7 +72861,7 @@ } }, { - "id": "4c461524-c296-4015-890c-9adb1dad88c9", + "id": "59441792-5d24-47b1-8b1b-7e5b6eadb9ae", "name": "Get Governance Group by Id", "request": { "name": "Get Governance Group by Id", @@ -72902,7 +72902,7 @@ }, "response": [ { - "id": "c33b696d-e3bf-40ba-a3d9-a4a9a791fa7b", + "id": "702ed632-fe6d-4f67-ac4f-9bcb914df277", "name": "A Governance Group", "originalRequest": { "url": { @@ -72946,7 +72946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db4c7ba3-7320-40e3-9ddd-037a22a7086c", + "id": "25a1687e-beb4-4d6a-928c-06d096a491e0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72990,7 +72990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7201c21e-d5ad-4927-b4c0-db9291133d08", + "id": "50d5e6d8-b6a5-4acb-b9f8-cde3e92e617f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73034,7 +73034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea3b3d0d-29ab-4821-9b64-605e2a5e68bc", + "id": "0aa8d3eb-db62-4c57-8a4c-de75c79ff537", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73078,7 +73078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dc839dd-cf2c-4328-8bc8-e5dccb659a65", + "id": "4b124ef5-424e-428a-821e-1541b528cb52", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73122,7 +73122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1fdb4ff-60ae-435a-825c-5c432e1e02da", + "id": "b76486f5-3d23-4433-b573-609961c273a8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73172,7 +73172,7 @@ } }, { - "id": "12e4a028-f1e4-4116-886a-164008f7a03e", + "id": "f92c6593-68e6-4b7b-a509-b79d1d270c1d", "name": "Delete a Governance Group", "request": { "name": "Delete a Governance Group", @@ -73213,7 +73213,7 @@ }, "response": [ { - "id": "f6fce967-6556-4907-ac10-bf56cd3fba3b", + "id": "7df1097c-d2af-4ac8-bd0d-cf3dd5a1b40f", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -73247,7 +73247,7 @@ "_postman_previewlanguage": "text" }, { - "id": "40d82525-d35f-490d-9584-4efa8491f03b", + "id": "f67b1b72-d8e7-4547-9753-582c95fa8d44", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73291,7 +73291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bbfe65a-c4a7-4a25-9d22-d13c8af05a77", + "id": "177f8e79-1386-4a65-b3ec-e121927b0b92", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73335,7 +73335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b823b3eb-7ab7-4bee-bb37-bb6842c6aca2", + "id": "13e70a99-7328-4756-b142-6c8995203cf8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73379,7 +73379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fc81580-620f-49a7-8ee2-79277958e353", + "id": "5f43d22a-e177-4f0a-907a-de433f182ee8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73423,7 +73423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ba4fafc-4349-461f-812e-ecc3f98784fe", + "id": "0621cfc2-d045-4a37-b046-0beb0bced13c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73473,7 +73473,7 @@ } }, { - "id": "4e740bbb-f45d-4bf0-93cd-4967baaff181", + "id": "f0f077ef-9dd9-4321-8cb3-51349445b395", "name": "Patch a Governance Group", "request": { "name": "Patch a Governance Group", @@ -73527,7 +73527,7 @@ }, "response": [ { - "id": "34c13f9d-2a35-4798-b9fd-330b3ee4c90b", + "id": "a40c15fa-e38b-48c9-ad74-09850c7fa0b8", "name": "A Governance Group.", "originalRequest": { "url": { @@ -73584,7 +73584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a93e7dd-06f1-4b15-8057-781ba27ffef1", + "id": "0ee0ba94-d631-4004-86ee-651ff3552d87", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73641,7 +73641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42b6f08b-14a7-4581-aee8-4915effc273e", + "id": "712fb72e-29d6-44d6-8944-13acd0388ef3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73698,7 +73698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e743864-6053-4727-a27f-a3a6a6f5c52f", + "id": "3a39c664-3ab0-4c84-a948-9802563dde2b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73755,7 +73755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a82446de-425e-4550-87c3-cb0bc397e3bf", + "id": "3200beeb-c45d-464f-9a7e-721cd43d1023", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73812,7 +73812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "126d0b4d-b7e0-4ffa-881b-21141d5bbb32", + "id": "75edf56f-4c32-405f-afa6-3c99d41c24f1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73875,7 +73875,7 @@ } }, { - "id": "2eda7b9c-419c-4ed7-b1b8-caaac1dee659", + "id": "21b10f35-9986-4d78-9145-c15ced64f571", "name": "Delete Governance Group(s)", "request": { "name": "Delete Governance Group(s)", @@ -73918,7 +73918,7 @@ }, "response": [ { - "id": "e5c4a919-300f-4dd1-89fb-905604f197e5", + "id": "ac50ff3b-e61c-4385-a60d-7bc0c6e7f235", "name": "Governance Group bulk delete response.", "originalRequest": { "url": { @@ -73975,7 +73975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88df4e7c-eddb-4590-bc96-3530b1a8876b", + "id": "35e73732-b42e-4c08-abd2-8da6049aced2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74032,7 +74032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b038c18e-7672-413c-ba71-f62c00725471", + "id": "69534ada-76c9-4aee-8ecc-b70c4bd387e5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74089,7 +74089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cb8df54-9b71-4d39-bcdf-6bc65e089a6d", + "id": "c3670648-abcc-42d7-b3bf-4c466db1709b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74146,7 +74146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57addbf5-9cab-48ee-b336-3922699915e7", + "id": "64e4cb1f-9582-4646-8d5b-3f90b3751e23", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -74203,7 +74203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a8e5b49-c06b-42fe-9402-ed5d4ff8892a", + "id": "c6045d05-e0dc-4c46-9b6c-ec9e7d5fda08", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74266,7 +74266,7 @@ } }, { - "id": "a6c5d6a7-17af-45f9-9bfc-5a1ce520a7dd", + "id": "77ab011a-fdaf-45a6-80ef-58b346e94451", "name": "List connections for Governance Group", "request": { "name": "List connections for Governance Group", @@ -74345,7 +74345,7 @@ }, "response": [ { - "id": "6e557319-154a-4015-8b85-cbcfefea0f79", + "id": "9855d6ff-59c5-4b74-a783-e1576e429d94", "name": "List all connections associated with a Governance Group.", "originalRequest": { "url": { @@ -74427,7 +74427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c6ee212-8868-4490-8509-dc6e59ba7a45", + "id": "7ace635c-e156-4c94-b900-b509ecf81067", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74509,7 +74509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14789b70-1f06-4ba8-8239-a66bda11dd6c", + "id": "926075ec-e487-4946-b789-b1f4a2fd7f66", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74591,7 +74591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2abed12e-fdf5-4548-af0e-45491d8907eb", + "id": "397773e4-23ae-4080-8295-bbaa6a77a20a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74673,7 +74673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "054369b3-511f-431a-af4f-1f7a4d11baf1", + "id": "a9b79590-0ea2-428e-949b-6efa21d4baaa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -74755,7 +74755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c31af98-6d8d-4922-8dbf-d5e6c0f55e1c", + "id": "aeb5df01-190d-4737-8860-fe6c3ee10b9c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74843,7 +74843,7 @@ } }, { - "id": "9887503b-9ec8-48a6-bcdf-c7f15ed62e3f", + "id": "de47b2e3-fc09-4768-9b56-5048e46150b7", "name": "List Governance Group Members", "request": { "name": "List Governance Group Members", @@ -74922,7 +74922,7 @@ }, "response": [ { - "id": "ee5f6340-f9b1-487e-94dc-c56162382a6e", + "id": "ddd0070b-2849-429a-9f50-6412fb4325d4", "name": "List all members associated with a Governance Group.", "originalRequest": { "url": { @@ -75004,7 +75004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "997ed684-9fb7-40a4-ac0c-a79de8401d1b", + "id": "2de8e763-2e98-4bf0-8144-ca83a6487b20", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75086,7 +75086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0628ecfd-42dc-4724-80a8-e75aba4d0999", + "id": "1bb6685f-3194-4438-8f7e-7690741a395d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75168,7 +75168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89196e0d-e714-43a8-9d12-908fdc5f836e", + "id": "88a6a4d5-f96c-4f91-8904-6e954021965c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75250,7 +75250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0c4f278-b268-42e9-ba2b-ac73b2702e14", + "id": "7a4c5715-4566-4619-8af9-3b08d81b93cf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75332,7 +75332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14beb594-bcac-4f70-8552-8ca29631d654", + "id": "18836366-51e7-43a2-a273-088516246b68", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75420,7 +75420,7 @@ } }, { - "id": "6c47ee09-c48e-4ca3-84c1-49da1851f184", + "id": "595a1266-8a21-43b6-9ddb-c9a271655768", "name": "Add members to Governance Group", "request": { "name": "Add members to Governance Group", @@ -75476,7 +75476,7 @@ }, "response": [ { - "id": "2838108d-ab00-4eb6-9357-a106ea7bdfa0", + "id": "51d51840-7052-4dd6-be35-6278a008f10b", "name": "List of added and not added identities into Governance Group members list.", "originalRequest": { "url": { @@ -75535,7 +75535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9390b59b-837b-4d1b-9d1e-9be985bafd9c", + "id": "d62c0eb9-0cec-47da-8b57-6f7aec65814d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75594,7 +75594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffae411e-2cc2-4173-8d55-bf2578c1a9b2", + "id": "36ac2c44-14a3-4609-b18e-86de6407cb8f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75653,7 +75653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dab4c622-e5e0-417d-8308-74aefde4b6ec", + "id": "923dea43-e457-4806-b31d-1701542f4048", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75712,7 +75712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75d9d953-4aab-477c-89b3-d93371d2cd5d", + "id": "badedbc0-98d3-4352-bac1-0ce84e1518aa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75771,7 +75771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4c2f2d8-1e12-40b5-bf97-e999e268a06b", + "id": "3f481d1d-a2f8-4a5d-a45b-a88f9359949c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75836,7 +75836,7 @@ } }, { - "id": "f479bc97-db33-4eac-ac61-615c2151e705", + "id": "08f7a23b-a52e-45a7-9168-e4bb00af7351", "name": "Remove members from Governance Group", "request": { "name": "Remove members from Governance Group", @@ -75892,7 +75892,7 @@ }, "response": [ { - "id": "fbc3776a-8533-4767-a358-26424457d4a2", + "id": "e500875d-2065-4350-b820-abb6932e2a01", "name": "List of deleted and not deleted identities from Governance Group members list.", "originalRequest": { "url": { @@ -75951,7 +75951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b007a91a-2793-4465-bee0-4986086517f8", + "id": "cf7584a0-3ecb-49e0-8411-a660e4253348", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76010,7 +76010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55622050-c672-4a07-b41c-ca574c98bd05", + "id": "d79a409b-dc45-4feb-9a18-f2cf0e9e1c53", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76069,7 +76069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6704350a-badb-4bbc-8d26-510e0b5b89bb", + "id": "b1e1a862-0d21-4f4b-9e29-ed15ab13bc4e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76128,7 +76128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f63f7b1-fdf3-44b3-a0d3-13c2c24bc9b5", + "id": "1fa557fe-7327-4e66-adcf-c0585c1311a6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76187,7 +76187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "068301fa-342d-4c59-97ab-278a5b356323", + "id": "cb486f59-1efb-4c0d-b4d9-071bb362b938", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76258,7 +76258,7 @@ "description": "", "item": [ { - "id": "70462644-a1ae-4041-aaf2-13ef5dd6e419", + "id": "336f3c39-d935-47c1-b1c4-8c120e850da9", "name": "Identity Access Request Recommendations", "request": { "name": "Identity Access Request Recommendations", @@ -76335,7 +76335,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -76351,7 +76351,7 @@ }, "response": [ { - "id": "ec990d67-39c0-4946-9a6f-b1c2f2c1b036", + "id": "929145f7-5436-4398-8f60-eb78d180a270", "name": "List of access request recommendations for the identityId", "originalRequest": { "url": { @@ -76423,7 +76423,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -76458,7 +76458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "417f1c96-9d6a-4960-b86f-e3fb7fd43416", + "id": "a40f1d6b-4314-414f-8825-d6179fcae890", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76530,7 +76530,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -76565,7 +76565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7fa31df-034e-46b1-8610-7740a2fb4ccb", + "id": "73c58cca-df3c-41f1-b1fb-259764486403", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76637,7 +76637,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -76672,7 +76672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "326a8ad7-0358-4d9f-99e0-1041a1c77b64", + "id": "4d148e9b-6347-4e49-93b3-25232f1936f5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76744,7 +76744,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -76779,7 +76779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c13f27d-bbfb-4f37-868d-2b11c564f4fe", + "id": "c458bb0f-b884-42e9-bbd4-991e51bc2cb8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76851,7 +76851,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -76886,7 +76886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7ea46da-d812-4cb4-8a8a-0983710224f4", + "id": "91a19b14-e5aa-4e74-a022-266eb46f0ac3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76958,7 +76958,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -76999,7 +76999,7 @@ } }, { - "id": "5dca8136-7075-4be0-a00a-e025b22e16ba", + "id": "9d443261-e5f1-41d4-be13-1a455715251d", "name": "Notification of Ignored Access Request Recommendations", "request": { "name": "Notification of Ignored Access Request Recommendations", @@ -77042,7 +77042,7 @@ }, "response": [ { - "id": "1c6192ed-b018-4107-a14c-669e0b0aa303", + "id": "7f43bdaa-3e57-46a8-bd46-456b5a5c5a8b", "name": "Recommendation successfully stored as ignored.", "originalRequest": { "url": { @@ -77099,7 +77099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "315f0a80-2316-40f0-840d-c430c44d0fbe", + "id": "c3e5393a-ed4a-4bf1-9c32-992cb8eddca6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77156,7 +77156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed512ac9-5d42-422a-90b5-76559fc4fa34", + "id": "fb9f207f-2526-460a-9bf7-3930bdde9acf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77213,7 +77213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0179eac-9f3f-42cf-96f0-8075b0742a05", + "id": "a9f3e439-ebd8-4fd8-aa07-b8663a3d0819", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77270,7 +77270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e730594-f450-4d31-96a7-c29714f69b45", + "id": "270ff28b-71b1-47b4-a30c-6713e7f4c794", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77327,7 +77327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32a9cfea-48e9-4ad6-aebf-3a2fa7539bec", + "id": "ed71fa43-c720-4cbd-ab9a-b00126df9be2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77390,7 +77390,7 @@ } }, { - "id": "23e43b70-4f33-4353-9ec6-8efb61d68bdd", + "id": "a1bb1ea6-200d-4422-a83c-97b04705e0b9", "name": "List of Ignored Access Request Recommendations", "request": { "name": "List of Ignored Access Request Recommendations", @@ -77466,7 +77466,7 @@ }, "response": [ { - "id": "b753cff2-49a2-407c-bad1-f677f6c18df0", + "id": "b9811c95-e435-4edf-827c-af35d23f50e3", "name": "Returns list of ignored access request recommendations.", "originalRequest": { "url": { @@ -77556,7 +77556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ef53fb1-db29-4b83-ae61-16e8c42dc355", + "id": "fb1c6457-0e1f-447b-b0d3-36b601ff02b9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77646,7 +77646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e71602bb-2188-4ed0-bcfb-404a2613b2b8", + "id": "b1a410b7-6daf-417d-8a80-3fa7ebfb0517", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77736,7 +77736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82fab34e-b7f7-4059-95a4-d4509b843c1c", + "id": "17dc80b6-0830-4e2d-8994-46166556cebd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77826,7 +77826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f5ddb15-8690-4729-8dab-f82e75080a76", + "id": "4604de74-fbde-4c82-a375-412d745fa981", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77916,7 +77916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de80fc6a-3eed-4052-8b72-ac2bcd6b29a3", + "id": "cae13ff1-f5d4-4e65-a4bb-60199bf8a7db", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78012,7 +78012,7 @@ } }, { - "id": "ebc653ba-247e-492c-b5f9-e9a25d302491", + "id": "982a20a0-8506-41c1-a6d0-7ca4a22f0cbe", "name": "Notification of Requested Access Request Recommendations", "request": { "name": "Notification of Requested Access Request Recommendations", @@ -78055,7 +78055,7 @@ }, "response": [ { - "id": "d462f9a3-81f2-42d2-b420-775617689293", + "id": "3a6973bb-0b16-4002-ad6a-fa74a242f5ca", "name": "Notification successfully acknowledged.", "originalRequest": { "url": { @@ -78112,7 +78112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "611c0e34-2d51-44d0-a3c4-b0b7b13eedb4", + "id": "187f82bd-c793-4019-b535-0cd36cf0aa7b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78169,7 +78169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6920c98e-e458-487c-96ca-2adf6b755b05", + "id": "75ed0cea-23ef-4073-990b-c5dfe10c4282", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78226,7 +78226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18899ad6-54a2-4758-b7d5-61e56f8f07cc", + "id": "1ed7d1f1-be2b-4dfb-977a-7858c9f49c9d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78283,7 +78283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e606ae80-9af2-4df8-84a9-4bd44824ca75", + "id": "dc66e5fb-9caf-451e-8e41-af98fae84042", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78340,7 +78340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0fcb0cf-2301-4ef9-8af6-e2eef0d13be8", + "id": "7b633719-1b3a-4c92-89ad-3c9f5c50fa7e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78403,7 +78403,7 @@ } }, { - "id": "9f87c506-4d5f-4307-b190-813d66689b87", + "id": "10f185d3-c2c8-4f6a-9b4b-c9426ebb21dc", "name": "List of Requested Access Request Recommendations", "request": { "name": "List of Requested Access Request Recommendations", @@ -78463,7 +78463,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -78479,7 +78479,7 @@ }, "response": [ { - "id": "352a30fd-f8ae-4d37-85ee-008b225f2c87", + "id": "bb8a7a31-ac2c-4358-8fcc-2bf2a742c68d", "name": "Returns the list of requested access request recommendations.", "originalRequest": { "url": { @@ -78534,7 +78534,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -78569,7 +78569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d101ecb9-25f7-4b33-96f2-23438286152c", + "id": "b305aec0-696c-489b-8bce-cb1a64809f8f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78624,7 +78624,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -78659,7 +78659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8df75c8d-b421-4926-84f8-a3538c9509a0", + "id": "594b4cf8-a019-4893-8e73-02f4c20e6db1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78714,7 +78714,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -78749,7 +78749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f35a8897-ae6e-4d09-af7b-d913338e7bf4", + "id": "8884b930-c8fd-4e8b-a536-2029b0c13ed9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78804,7 +78804,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -78839,7 +78839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afa84f6c-36d8-4419-8dc9-38176686d8ee", + "id": "7a998dda-4b3b-40d1-b672-e0d7d1ad36ab", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78894,7 +78894,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -78929,7 +78929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de8f7cde-62ab-408e-8929-8bca6d7685cb", + "id": "daa3148c-c2ea-4024-ae1f-1c1909f48044", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78984,7 +78984,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -79025,7 +79025,7 @@ } }, { - "id": "dcd2ad98-811f-4e24-a6aa-a9b471ad453e", + "id": "e165cf8e-dd7f-480e-b211-3814ea208374", "name": "Notification of Viewed Access Request Recommendations", "request": { "name": "Notification of Viewed Access Request Recommendations", @@ -79068,7 +79068,7 @@ }, "response": [ { - "id": "a4191e43-cb3a-4759-a75e-b6558cdc42f9", + "id": "c95cfb2a-9824-4fdd-af95-51d72a12b3f3", "name": "Recommendation successfully stored as viewed.", "originalRequest": { "url": { @@ -79125,7 +79125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52c29523-52ea-43d1-81bf-43835ea172e7", + "id": "0f1a76a0-df74-4291-a22b-debbc4dcc27b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79182,7 +79182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f30e1554-bdf6-4513-a2f5-cb5bb8ba6084", + "id": "410563a5-bef3-4ba9-a43b-94e9541bdf2e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79239,7 +79239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2794e863-0bb1-4850-bef7-565293ab073d", + "id": "15e75f1b-d8c2-4205-af1f-3c7bc9b3f407", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79296,7 +79296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2bc91ec-ad70-419e-921d-36a16cc3fb0a", + "id": "0df399c0-abc5-4ae0-b77c-d4c559bd1fe3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79353,7 +79353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12d42a3a-bf18-40a2-b363-8d0f65c453ca", + "id": "c3ce8bf3-8391-4cc9-b344-3be246f03bf1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79416,7 +79416,7 @@ } }, { - "id": "d11ef838-b297-42cd-92e3-a164b3c1cbfe", + "id": "1eff870c-350b-47e7-bd7f-302700c0e0b3", "name": "List of Viewed Access Request Recommendations", "request": { "name": "List of Viewed Access Request Recommendations", @@ -79476,7 +79476,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -79492,7 +79492,7 @@ }, "response": [ { - "id": "99982631-34c3-4397-8249-c0379778dd3f", + "id": "085c91fa-e36f-46bc-89c9-4e0a9f372791", "name": "Returns list of viewed access request recommendations.", "originalRequest": { "url": { @@ -79547,7 +79547,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -79582,7 +79582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d31fc451-0626-4a1b-a35b-b23a02516c1c", + "id": "aec2ab79-54fd-49ad-bf77-4cf68dac2b29", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79637,7 +79637,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -79672,7 +79672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f84a93b-e509-4541-95eb-41ac224ebed7", + "id": "b94bb6ad-c09b-4bd4-8eb6-84640dd3a17d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79727,7 +79727,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -79762,7 +79762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37318aaf-1879-4988-b8df-7f6256d49023", + "id": "010d785a-37b7-44b3-87cd-d0de8e47ed64", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79817,7 +79817,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -79852,7 +79852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb579994-21de-4604-a608-a79a8ff3a698", + "id": "52adfd11-2f71-42c4-be18-994a565e8920", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79907,7 +79907,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -79942,7 +79942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7131e6b9-e8fb-4188-8019-81bde64f4246", + "id": "c7885977-4282-4f34-ae22-ccc7ea9af682", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79997,7 +79997,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -80038,7 +80038,7 @@ } }, { - "id": "78994124-9a18-4fb0-b19b-cb653a1da4de", + "id": "3b8db4c8-9245-4032-9c25-9eedbbd6c7d0", "name": "Notification of Viewed Access Request Recommendations in Bulk", "request": { "name": "Notification of Viewed Access Request Recommendations in Bulk", @@ -80082,7 +80082,7 @@ }, "response": [ { - "id": "0c15de55-46de-41c8-a605-2f1f85bdc9ea", + "id": "65bd3457-4a28-4830-a200-22136c853315", "name": "Recommendations successfully stored as viewed.", "originalRequest": { "url": { @@ -80140,7 +80140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd5dc253-0c55-4fde-900e-ac3c1e16814e", + "id": "cc04ad44-2353-4b50-a7fe-df71fdcaf605", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80198,7 +80198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3061ddc4-a297-43aa-bfff-64651f4e862d", + "id": "074ed4cc-610d-42a2-b63b-dae67c909b14", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80256,7 +80256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c85b664-e055-4241-8346-f64a13652790", + "id": "ffe82b9c-3647-4f1d-aded-c445a52662ba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80314,7 +80314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8955970d-bedd-494f-945f-0d296884375a", + "id": "06a76796-1edb-41d4-88c9-100d8145af85", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80372,7 +80372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "576501a4-7976-4eaa-9082-5fb67b17d521", + "id": "baae763d-7c9a-4b65-8d39-f4ee666b5267", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80442,7 +80442,7 @@ "description": "", "item": [ { - "id": "bd2e4cf8-61d7-4411-9c76-2c7dc5c11630", + "id": "2543325d-ce84-4687-bd37-4c97fb373b5f", "name": "Get a paginated list of common access", "request": { "name": "Get a paginated list of common access", @@ -80517,7 +80517,7 @@ }, "response": [ { - "id": "3a346932-a406-4fe7-92c8-c85aebb4543a", + "id": "1fdb7987-f2c8-46cd-8cd0-1406de4e74a9", "name": "Succeeded. Returns a list of common access for a customer.", "originalRequest": { "url": { @@ -80601,12 +80601,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"do id\",\n \"type\": \"ROLE\",\n \"name\": \"est proident et veniam\",\n \"description\": \"do reprehenderit Lorem\",\n \"ownerName\": \"cupidatat est culpa in\",\n \"ownerId\": \"proident amet\"\n },\n \"status\": \"magna\",\n \"commonAccessType\": \"UNSET\",\n \"lastUpdated\": \"1945-02-19T08:44:42.407Z\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"2004-11-17T19:22:00.933Z\",\n \"createdByUser\": false\n },\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"laborum reprehenderit\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"deserunt tempo\",\n \"description\": \"Ut et sed laborum\",\n \"ownerName\": \"Lorem nisi id consectetur\",\n \"ownerId\": \"pariatur velit magna occaecat\"\n },\n \"status\": \"enim\",\n \"commonAccessType\": \"UNSET\",\n \"lastUpdated\": \"1977-01-20T09:29:34.285Z\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"1953-05-03T14:20:38.247Z\",\n \"createdByUser\": false\n }\n]", + "body": "[\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"Ut\",\n \"type\": \"ROLE\",\n \"name\": \"id qui\",\n \"description\": \"c\",\n \"ownerName\": \"ut do mollit\",\n \"ownerId\": \"ipsum\"\n },\n \"status\": \"non enim ullamco\",\n \"commonAccessType\": \"UNSET\",\n \"lastUpdated\": \"1947-10-28T07:29:07.837Z\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"1952-12-14T03:28:14.266Z\",\n \"createdByUser\": false\n },\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"magna mollit\",\n \"type\": \"ROLE\",\n \"name\": \"Lorem o\",\n \"description\": \"eiusmod magna ipsum officia\",\n \"ownerName\": \"ex eu\",\n \"ownerId\": \"nulla nostrud cillum\"\n },\n \"status\": \"reprehenderit ad ut eiusmod\",\n \"commonAccessType\": \"UNSET\",\n \"lastUpdated\": \"2011-07-05T17:05:00.102Z\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"1980-11-30T15:29:58.608Z\",\n \"createdByUser\": false\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0f2d796b-5a39-45d3-bb4b-a7f2e96d31af", + "id": "83a688ce-fa22-43ca-9d15-5c87b6249bb9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80695,7 +80695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf9a8558-2cfb-4f2d-aa7a-424274526839", + "id": "7e1f07e7-3efe-4992-8368-79205b8ceb64", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80784,7 +80784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6af56f64-ce74-4b83-bd94-f354ca6904e8", + "id": "be4cb267-04c9-4340-ba4a-da35f29b5408", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80873,7 +80873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "166bf177-7d28-4fdc-ad93-ba2cf76861f9", + "id": "99653b13-5f07-41de-adb6-0b58e714606e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80968,7 +80968,7 @@ } }, { - "id": "e4339da5-a77e-4de9-a2c7-ef1803cbb6fb", + "id": "a489e948-9b19-459f-a05e-1793e77adb18", "name": "Create common access items", "request": { "name": "Create common access items", @@ -80999,7 +80999,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"sunt aliquip tempor\",\n \"type\": \"ROLE\",\n \"name\": \"sed cupidatat voluptate officia\",\n \"description\": \"do\",\n \"ownerName\": \"ipsum\",\n \"ownerId\": \"enim nisi\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"\",\n \"type\": \"ROLE\",\n \"name\": \"laboris velit elit nulla\",\n \"description\": \"irure exercitation dolor sunt incididunt\",\n \"ownerName\": \"n\",\n \"ownerId\": \"sunt commodo\"\n },\n \"status\": \"DENIED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -81010,7 +81010,7 @@ }, "response": [ { - "id": "ba5fbb2e-d299-446b-84cd-9fc62e3d4708", + "id": "5f39fdc9-e410-4046-8a6b-31d8fdfe8acb", "name": "Returns details of the common access classification request.", "originalRequest": { "url": { @@ -81044,7 +81044,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"sunt aliquip tempor\",\n \"type\": \"ROLE\",\n \"name\": \"sed cupidatat voluptate officia\",\n \"description\": \"do\",\n \"ownerName\": \"ipsum\",\n \"ownerId\": \"enim nisi\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"\",\n \"type\": \"ROLE\",\n \"name\": \"laboris velit elit nulla\",\n \"description\": \"irure exercitation dolor sunt incididunt\",\n \"ownerName\": \"n\",\n \"ownerId\": \"sunt commodo\"\n },\n \"status\": \"DENIED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -81061,12 +81061,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"est aliqua\",\n \"access\": {\n \"id\": \"reprehenderit do\",\n \"type\": \"ROLE\",\n \"name\": \"m\",\n \"description\": \"pr\",\n \"ownerName\": \"enim do irure\",\n \"ownerId\": \"qui aliquip dolore\"\n },\n \"status\": \"DENIED\",\n \"lastUpdated\": \"tempor commodo\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"Excepteur\",\n \"createdByUser\": \"elit\"\n}", + "body": "{\n \"id\": \"ea\",\n \"access\": {\n \"id\": \"irure ipsum dolor deserunt cupidatat\",\n \"type\": \"ROLE\",\n \"name\": \"adipisicing proident labore\",\n \"description\": \"cillum minim eiusmod\",\n \"ownerName\": \"fugiat enim consectetur\",\n \"ownerId\": \"velit dolor anim minim\"\n },\n \"status\": \"DENIED\",\n \"lastUpdated\": \"ea pariatur\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"do\",\n \"createdByUser\": \"in\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c95ad422-815a-4062-84e2-ad8f24f8f8df", + "id": "98390b8a-5283-4fd0-9e42-bfdd89f67540", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81100,7 +81100,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"sunt aliquip tempor\",\n \"type\": \"ROLE\",\n \"name\": \"sed cupidatat voluptate officia\",\n \"description\": \"do\",\n \"ownerName\": \"ipsum\",\n \"ownerId\": \"enim nisi\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"\",\n \"type\": \"ROLE\",\n \"name\": \"laboris velit elit nulla\",\n \"description\": \"irure exercitation dolor sunt incididunt\",\n \"ownerName\": \"n\",\n \"ownerId\": \"sunt commodo\"\n },\n \"status\": \"DENIED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -81122,7 +81122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c398167b-8022-4966-aa95-39d3c7507a66", + "id": "1f3e4eea-60e9-49ee-a0ac-608ef7262b6d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81156,7 +81156,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"sunt aliquip tempor\",\n \"type\": \"ROLE\",\n \"name\": \"sed cupidatat voluptate officia\",\n \"description\": \"do\",\n \"ownerName\": \"ipsum\",\n \"ownerId\": \"enim nisi\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"\",\n \"type\": \"ROLE\",\n \"name\": \"laboris velit elit nulla\",\n \"description\": \"irure exercitation dolor sunt incididunt\",\n \"ownerName\": \"n\",\n \"ownerId\": \"sunt commodo\"\n },\n \"status\": \"DENIED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -81178,7 +81178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15715654-71fa-4367-a634-318a65424414", + "id": "f10a4841-2eb9-4018-b758-956ed6db96aa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81212,7 +81212,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"sunt aliquip tempor\",\n \"type\": \"ROLE\",\n \"name\": \"sed cupidatat voluptate officia\",\n \"description\": \"do\",\n \"ownerName\": \"ipsum\",\n \"ownerId\": \"enim nisi\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"\",\n \"type\": \"ROLE\",\n \"name\": \"laboris velit elit nulla\",\n \"description\": \"irure exercitation dolor sunt incididunt\",\n \"ownerName\": \"n\",\n \"ownerId\": \"sunt commodo\"\n },\n \"status\": \"DENIED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -81234,7 +81234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eee98396-02d0-446e-98db-ed18d43c5152", + "id": "264ea2b1-54a3-4417-be0f-d7ca007807a3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81268,7 +81268,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"sunt aliquip tempor\",\n \"type\": \"ROLE\",\n \"name\": \"sed cupidatat voluptate officia\",\n \"description\": \"do\",\n \"ownerName\": \"ipsum\",\n \"ownerId\": \"enim nisi\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"\",\n \"type\": \"ROLE\",\n \"name\": \"laboris velit elit nulla\",\n \"description\": \"irure exercitation dolor sunt incididunt\",\n \"ownerName\": \"n\",\n \"ownerId\": \"sunt commodo\"\n },\n \"status\": \"DENIED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -81290,7 +81290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5de0719f-b877-4d73-8f36-da03cf343ce0", + "id": "f9b4a40c-3025-4ace-bcb1-b9a224eea369", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81324,7 +81324,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"sunt aliquip tempor\",\n \"type\": \"ROLE\",\n \"name\": \"sed cupidatat voluptate officia\",\n \"description\": \"do\",\n \"ownerName\": \"ipsum\",\n \"ownerId\": \"enim nisi\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"\",\n \"type\": \"ROLE\",\n \"name\": \"laboris velit elit nulla\",\n \"description\": \"irure exercitation dolor sunt incididunt\",\n \"ownerName\": \"n\",\n \"ownerId\": \"sunt commodo\"\n },\n \"status\": \"DENIED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -81352,7 +81352,7 @@ } }, { - "id": "a168d69d-38ce-4821-89fc-f2dcf024f8e1", + "id": "11aff965-a864-42ae-a8a4-3c8dc62e0423", "name": "Bulk update common access status", "request": { "name": "Bulk update common access status", @@ -81384,7 +81384,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"57773b0e-aeeb-7023-11d0-2762a7a2a4cd\",\n \"urn:uuid:1effad95-295e-124a-e6ad-da6bf2ecbaa3\"\n ],\n \"deniedIds\": [\n \"5dc24366-dfe4-d0be-622d-40f08ec2677b\",\n \"6dd71b4f-8b9f-2842-5595-dc3857238ff4\"\n ]\n },\n {\n \"confirmedIds\": [\n \"7946ce0a-1f9b-36a7-50ee-f755ea115776\",\n \"87bbae45-798f-e9b0-63d0-8a5d7eb60000\"\n ],\n \"deniedIds\": [\n \"urn:uuid:2a036e39-5d89-e66c-9234-44c1ff2dff21\",\n \"c88eed26-6fdf-c59d-359f-e7c1fa77d78c\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"d6972da8-b23d-bb27-0dbc-6e7e69bd4374\",\n \"urn:uuid:fd520bd4-029f-bfab-8891-536a0acbf679\"\n ],\n \"deniedIds\": [\n \"33d4ed9e-a59b-e550-fc8d-d730ea87393e\",\n \"ac247206-de9e-2c2c-d2f5-fd6754388065\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:5f156103-701d-88a6-413e-e67a2a90ef9c\",\n \"urn:uuid:db7d253a-629f-4827-08d6-cfc21f6b1344\"\n ],\n \"deniedIds\": [\n \"ec432c96-ef56-4d5d-4b5c-6290c442defc\",\n \"urn:uuid:e0d20366-0c3d-99d7-438a-2e7f602dc9c4\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -81395,7 +81395,7 @@ }, "response": [ { - "id": "a63f2179-322a-4f9a-bd4a-cc4e3720e6c2", + "id": "90f0827c-b685-4ab4-892d-3be94213b2b1", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -81430,7 +81430,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"57773b0e-aeeb-7023-11d0-2762a7a2a4cd\",\n \"urn:uuid:1effad95-295e-124a-e6ad-da6bf2ecbaa3\"\n ],\n \"deniedIds\": [\n \"5dc24366-dfe4-d0be-622d-40f08ec2677b\",\n \"6dd71b4f-8b9f-2842-5595-dc3857238ff4\"\n ]\n },\n {\n \"confirmedIds\": [\n \"7946ce0a-1f9b-36a7-50ee-f755ea115776\",\n \"87bbae45-798f-e9b0-63d0-8a5d7eb60000\"\n ],\n \"deniedIds\": [\n \"urn:uuid:2a036e39-5d89-e66c-9234-44c1ff2dff21\",\n \"c88eed26-6fdf-c59d-359f-e7c1fa77d78c\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"d6972da8-b23d-bb27-0dbc-6e7e69bd4374\",\n \"urn:uuid:fd520bd4-029f-bfab-8891-536a0acbf679\"\n ],\n \"deniedIds\": [\n \"33d4ed9e-a59b-e550-fc8d-d730ea87393e\",\n \"ac247206-de9e-2c2c-d2f5-fd6754388065\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:5f156103-701d-88a6-413e-e67a2a90ef9c\",\n \"urn:uuid:db7d253a-629f-4827-08d6-cfc21f6b1344\"\n ],\n \"deniedIds\": [\n \"ec432c96-ef56-4d5d-4b5c-6290c442defc\",\n \"urn:uuid:e0d20366-0c3d-99d7-438a-2e7f602dc9c4\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -81452,7 +81452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f6d8c6d-b6f4-4a55-b0d5-dedbdcf9df56", + "id": "9cd3ab53-9e64-40f3-9fc3-92451e5eff8d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81487,7 +81487,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"57773b0e-aeeb-7023-11d0-2762a7a2a4cd\",\n \"urn:uuid:1effad95-295e-124a-e6ad-da6bf2ecbaa3\"\n ],\n \"deniedIds\": [\n \"5dc24366-dfe4-d0be-622d-40f08ec2677b\",\n \"6dd71b4f-8b9f-2842-5595-dc3857238ff4\"\n ]\n },\n {\n \"confirmedIds\": [\n \"7946ce0a-1f9b-36a7-50ee-f755ea115776\",\n \"87bbae45-798f-e9b0-63d0-8a5d7eb60000\"\n ],\n \"deniedIds\": [\n \"urn:uuid:2a036e39-5d89-e66c-9234-44c1ff2dff21\",\n \"c88eed26-6fdf-c59d-359f-e7c1fa77d78c\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"d6972da8-b23d-bb27-0dbc-6e7e69bd4374\",\n \"urn:uuid:fd520bd4-029f-bfab-8891-536a0acbf679\"\n ],\n \"deniedIds\": [\n \"33d4ed9e-a59b-e550-fc8d-d730ea87393e\",\n \"ac247206-de9e-2c2c-d2f5-fd6754388065\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:5f156103-701d-88a6-413e-e67a2a90ef9c\",\n \"urn:uuid:db7d253a-629f-4827-08d6-cfc21f6b1344\"\n ],\n \"deniedIds\": [\n \"ec432c96-ef56-4d5d-4b5c-6290c442defc\",\n \"urn:uuid:e0d20366-0c3d-99d7-438a-2e7f602dc9c4\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -81509,7 +81509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f806508-2d7e-4dbd-b96f-a7101c84e62e", + "id": "bb126417-36da-4abb-ad8f-3b0b1dc63f5c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81544,7 +81544,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"57773b0e-aeeb-7023-11d0-2762a7a2a4cd\",\n \"urn:uuid:1effad95-295e-124a-e6ad-da6bf2ecbaa3\"\n ],\n \"deniedIds\": [\n \"5dc24366-dfe4-d0be-622d-40f08ec2677b\",\n \"6dd71b4f-8b9f-2842-5595-dc3857238ff4\"\n ]\n },\n {\n \"confirmedIds\": [\n \"7946ce0a-1f9b-36a7-50ee-f755ea115776\",\n \"87bbae45-798f-e9b0-63d0-8a5d7eb60000\"\n ],\n \"deniedIds\": [\n \"urn:uuid:2a036e39-5d89-e66c-9234-44c1ff2dff21\",\n \"c88eed26-6fdf-c59d-359f-e7c1fa77d78c\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"d6972da8-b23d-bb27-0dbc-6e7e69bd4374\",\n \"urn:uuid:fd520bd4-029f-bfab-8891-536a0acbf679\"\n ],\n \"deniedIds\": [\n \"33d4ed9e-a59b-e550-fc8d-d730ea87393e\",\n \"ac247206-de9e-2c2c-d2f5-fd6754388065\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:5f156103-701d-88a6-413e-e67a2a90ef9c\",\n \"urn:uuid:db7d253a-629f-4827-08d6-cfc21f6b1344\"\n ],\n \"deniedIds\": [\n \"ec432c96-ef56-4d5d-4b5c-6290c442defc\",\n \"urn:uuid:e0d20366-0c3d-99d7-438a-2e7f602dc9c4\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -81566,7 +81566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac1b84ed-2339-4678-92fb-2fc6980d35a3", + "id": "0642bcc8-3e61-4828-917d-a9b571fa3ca4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81601,7 +81601,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"57773b0e-aeeb-7023-11d0-2762a7a2a4cd\",\n \"urn:uuid:1effad95-295e-124a-e6ad-da6bf2ecbaa3\"\n ],\n \"deniedIds\": [\n \"5dc24366-dfe4-d0be-622d-40f08ec2677b\",\n \"6dd71b4f-8b9f-2842-5595-dc3857238ff4\"\n ]\n },\n {\n \"confirmedIds\": [\n \"7946ce0a-1f9b-36a7-50ee-f755ea115776\",\n \"87bbae45-798f-e9b0-63d0-8a5d7eb60000\"\n ],\n \"deniedIds\": [\n \"urn:uuid:2a036e39-5d89-e66c-9234-44c1ff2dff21\",\n \"c88eed26-6fdf-c59d-359f-e7c1fa77d78c\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"d6972da8-b23d-bb27-0dbc-6e7e69bd4374\",\n \"urn:uuid:fd520bd4-029f-bfab-8891-536a0acbf679\"\n ],\n \"deniedIds\": [\n \"33d4ed9e-a59b-e550-fc8d-d730ea87393e\",\n \"ac247206-de9e-2c2c-d2f5-fd6754388065\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:5f156103-701d-88a6-413e-e67a2a90ef9c\",\n \"urn:uuid:db7d253a-629f-4827-08d6-cfc21f6b1344\"\n ],\n \"deniedIds\": [\n \"ec432c96-ef56-4d5d-4b5c-6290c442defc\",\n \"urn:uuid:e0d20366-0c3d-99d7-438a-2e7f602dc9c4\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -81623,7 +81623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c205ee0e-a9ba-4349-a0e2-7a8e91133577", + "id": "995b42c7-7b30-4da0-87b1-ab5cc61728ec", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81658,7 +81658,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"57773b0e-aeeb-7023-11d0-2762a7a2a4cd\",\n \"urn:uuid:1effad95-295e-124a-e6ad-da6bf2ecbaa3\"\n ],\n \"deniedIds\": [\n \"5dc24366-dfe4-d0be-622d-40f08ec2677b\",\n \"6dd71b4f-8b9f-2842-5595-dc3857238ff4\"\n ]\n },\n {\n \"confirmedIds\": [\n \"7946ce0a-1f9b-36a7-50ee-f755ea115776\",\n \"87bbae45-798f-e9b0-63d0-8a5d7eb60000\"\n ],\n \"deniedIds\": [\n \"urn:uuid:2a036e39-5d89-e66c-9234-44c1ff2dff21\",\n \"c88eed26-6fdf-c59d-359f-e7c1fa77d78c\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"d6972da8-b23d-bb27-0dbc-6e7e69bd4374\",\n \"urn:uuid:fd520bd4-029f-bfab-8891-536a0acbf679\"\n ],\n \"deniedIds\": [\n \"33d4ed9e-a59b-e550-fc8d-d730ea87393e\",\n \"ac247206-de9e-2c2c-d2f5-fd6754388065\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:5f156103-701d-88a6-413e-e67a2a90ef9c\",\n \"urn:uuid:db7d253a-629f-4827-08d6-cfc21f6b1344\"\n ],\n \"deniedIds\": [\n \"ec432c96-ef56-4d5d-4b5c-6290c442defc\",\n \"urn:uuid:e0d20366-0c3d-99d7-438a-2e7f602dc9c4\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -81680,7 +81680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aba1180a-a422-4a9d-828c-c6c4efe47a3e", + "id": "f15e2d1d-b607-4241-8876-7fbc75b31075", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81715,7 +81715,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"57773b0e-aeeb-7023-11d0-2762a7a2a4cd\",\n \"urn:uuid:1effad95-295e-124a-e6ad-da6bf2ecbaa3\"\n ],\n \"deniedIds\": [\n \"5dc24366-dfe4-d0be-622d-40f08ec2677b\",\n \"6dd71b4f-8b9f-2842-5595-dc3857238ff4\"\n ]\n },\n {\n \"confirmedIds\": [\n \"7946ce0a-1f9b-36a7-50ee-f755ea115776\",\n \"87bbae45-798f-e9b0-63d0-8a5d7eb60000\"\n ],\n \"deniedIds\": [\n \"urn:uuid:2a036e39-5d89-e66c-9234-44c1ff2dff21\",\n \"c88eed26-6fdf-c59d-359f-e7c1fa77d78c\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"d6972da8-b23d-bb27-0dbc-6e7e69bd4374\",\n \"urn:uuid:fd520bd4-029f-bfab-8891-536a0acbf679\"\n ],\n \"deniedIds\": [\n \"33d4ed9e-a59b-e550-fc8d-d730ea87393e\",\n \"ac247206-de9e-2c2c-d2f5-fd6754388065\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:5f156103-701d-88a6-413e-e67a2a90ef9c\",\n \"urn:uuid:db7d253a-629f-4827-08d6-cfc21f6b1344\"\n ],\n \"deniedIds\": [\n \"ec432c96-ef56-4d5d-4b5c-6290c442defc\",\n \"urn:uuid:e0d20366-0c3d-99d7-438a-2e7f602dc9c4\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -81749,7 +81749,7 @@ "description": "", "item": [ { - "id": "0ab9648d-0f6f-4a3b-bcb5-dd7851b0536c", + "id": "2dbac3c5-80f2-48e4-bcc7-0b9eb1d65fa7", "name": "Get Message catalogs", "request": { "name": "Get Message catalogs", @@ -81790,7 +81790,7 @@ }, "response": [ { - "id": "97792ba8-a717-4b5a-96e8-5dba93702816", + "id": "885d6499-8a05-4ecb-9317-5e3607091ccc", "name": "The message catalogs based on the request headers", "originalRequest": { "url": { @@ -81834,7 +81834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "385bf9da-50f6-4b49-83fa-7ab4f602a44a", + "id": "59a43f5c-5e69-4819-ada1-db6a2eca983f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81878,7 +81878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba7e2da5-0371-433e-91f3-89b4808093cc", + "id": "9e5af2d2-89c1-401e-94ec-14374300eb25", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81922,7 +81922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "590e2609-aed3-41c9-8f15-5db2a7f2ca67", + "id": "c40089e5-03fc-4809-af86-050e1d6e9284", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81966,7 +81966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2415bc5d-8c35-4f38-951d-2c404725d492", + "id": "e3d3bd2b-380e-4e60-b13d-1cdcc836b740", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82010,7 +82010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c26e23f0-a945-464a-a340-96949e15dcc8", + "id": "27e90511-29e8-4e11-90eb-5e539aeef54c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82066,7 +82066,7 @@ "description": "", "item": [ { - "id": "09f47c44-9eb2-42d0-9552-ff94d62d058a", + "id": "d453a2a7-c76b-488b-924c-9b1c7718457b", "name": "IAI Identity Outliers Summary", "request": { "name": "IAI Identity Outliers Summary", @@ -82107,7 +82107,7 @@ "type": "text/plain" }, "key": "type", - "value": "LOW_SIMILARITY" + "value": "STRUCTURAL" }, { "disabled": true, @@ -82141,7 +82141,7 @@ }, "response": [ { - "id": "3791ac79-405a-4e97-bb77-e6b22bc750d5", + "id": "a1c473fb-aeca-4d00-b7c0-110eb5bcb05f", "name": "Succeeded. Returns list of objects. Each object is a summary to give high level statistics/counts of outliers", "originalRequest": { "url": { @@ -82177,7 +82177,7 @@ "type": "text/plain" }, "key": "type", - "value": "LOW_SIMILARITY" + "value": "STRUCTURAL" }, { "disabled": true, @@ -82231,7 +82231,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "-88811273" + "value": "-60518143" } ], "body": "[\n {\n \"type\": \"LOW_SIMILARITY\",\n \"snapshotDate\": \"2021-05-01T18:40:35.772Z\",\n \"totalOutliers\": 50,\n \"totalIdentities\": 5000,\n \"totalIgnored\": 0\n },\n {\n \"type\": \"LOW_SIMILARITY\",\n \"snapshotDate\": \"2021-05-01T18:40:35.772Z\",\n \"totalOutliers\": 50,\n \"totalIdentities\": 5000,\n \"totalIgnored\": 0\n }\n]", @@ -82239,7 +82239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f38d4d91-90e6-4374-9fda-c91238b09935", + "id": "e96be7ab-af24-41c9-9550-621cadb4b4b7", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -82275,7 +82275,7 @@ "type": "text/plain" }, "key": "type", - "value": "LOW_SIMILARITY" + "value": "STRUCTURAL" }, { "disabled": true, @@ -82328,7 +82328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1086baec-ba7c-46f2-98b6-b7ba7a39dcc3", + "id": "301b68f5-1d13-4c6e-b2d3-f51b00f99094", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82364,7 +82364,7 @@ "type": "text/plain" }, "key": "type", - "value": "LOW_SIMILARITY" + "value": "STRUCTURAL" }, { "disabled": true, @@ -82417,7 +82417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbac6305-7892-45d4-b235-9ae6154c724b", + "id": "0ed0d697-1e2b-4816-a704-f11cddb0be93", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82453,7 +82453,7 @@ "type": "text/plain" }, "key": "type", - "value": "LOW_SIMILARITY" + "value": "STRUCTURAL" }, { "disabled": true, @@ -82506,7 +82506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75787ff8-1aee-4072-94a9-d8aedd2fe48a", + "id": "d15f17b7-2419-4537-a989-1f6cd703f773", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82542,7 +82542,7 @@ "type": "text/plain" }, "key": "type", - "value": "LOW_SIMILARITY" + "value": "STRUCTURAL" }, { "disabled": true, @@ -82595,7 +82595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1f4dd01-cbbd-4d52-a4b1-3dc5badddab1", + "id": "e87e9da1-b6b3-4b33-89fa-77c5c6f0bdb4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82631,7 +82631,7 @@ "type": "text/plain" }, "key": "type", - "value": "LOW_SIMILARITY" + "value": "STRUCTURAL" }, { "disabled": true, @@ -82684,7 +82684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca786f1a-cdf5-4399-9c9c-624cdb56e2c1", + "id": "b2a69583-dc12-4000-aa83-99e5832adce2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82720,7 +82720,7 @@ "type": "text/plain" }, "key": "type", - "value": "LOW_SIMILARITY" + "value": "STRUCTURAL" }, { "disabled": true, @@ -82779,7 +82779,7 @@ } }, { - "id": "32011049-9ce8-420b-b8bb-833607cf7fca", + "id": "7b9a9606-c610-4ea2-92f7-4cb639fb2e1b", "name": "IAI Identity Outliers Latest Summary", "request": { "name": "IAI Identity Outliers Latest Summary", @@ -82803,7 +82803,7 @@ "type": "text/plain" }, "key": "type", - "value": "LOW_SIMILARITY" + "value": "STRUCTURAL" } ], "variable": [] @@ -82819,7 +82819,7 @@ }, "response": [ { - "id": "acf46a1e-4569-48fb-a336-138a9c3bd279", + "id": "73ce522a-f49c-49d5-85a9-3e0e2ad2164a", "name": "Succeeded. Returns list of objects. Each object is a summary to give high level statistics/counts of outliers", "originalRequest": { "url": { @@ -82838,7 +82838,7 @@ "type": "text/plain" }, "key": "type", - "value": "LOW_SIMILARITY" + "value": "STRUCTURAL" } ], "variable": [] @@ -82873,7 +82873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf0ff34c-55f7-4207-b061-299aab88b099", + "id": "f1ebfcd6-4d55-471f-bc08-c2241a313cb2", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -82892,7 +82892,7 @@ "type": "text/plain" }, "key": "type", - "value": "LOW_SIMILARITY" + "value": "STRUCTURAL" } ], "variable": [] @@ -82927,7 +82927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ecfc0bf-56b5-4f37-a619-41a340c999fb", + "id": "b412448a-d3d7-46f2-85fc-d9290d3c5759", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82946,7 +82946,7 @@ "type": "text/plain" }, "key": "type", - "value": "LOW_SIMILARITY" + "value": "STRUCTURAL" } ], "variable": [] @@ -82981,7 +82981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69988a13-150f-4993-bf12-6997245628e7", + "id": "3eebd19f-ded0-4991-b108-3f4b9db17214", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83000,7 +83000,7 @@ "type": "text/plain" }, "key": "type", - "value": "LOW_SIMILARITY" + "value": "STRUCTURAL" } ], "variable": [] @@ -83035,7 +83035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fd06801-209d-4b49-b9a2-c3a94e835045", + "id": "37cc3f55-10a2-4fe4-9e35-ab1be65c9b38", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83054,7 +83054,7 @@ "type": "text/plain" }, "key": "type", - "value": "LOW_SIMILARITY" + "value": "STRUCTURAL" } ], "variable": [] @@ -83089,7 +83089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13295ea3-2ca2-41f1-911b-0be4ab449fa4", + "id": "79869946-27ac-4964-86c1-d0bde973cd40", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83108,7 +83108,7 @@ "type": "text/plain" }, "key": "type", - "value": "LOW_SIMILARITY" + "value": "STRUCTURAL" } ], "variable": [] @@ -83143,7 +83143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9803d57c-a459-4b23-bb32-5002b93c604a", + "id": "6d44183c-99ca-4c19-92f5-e99926036cc4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83162,7 +83162,7 @@ "type": "text/plain" }, "key": "type", - "value": "LOW_SIMILARITY" + "value": "STRUCTURAL" } ], "variable": [] @@ -83203,7 +83203,7 @@ } }, { - "id": "80bfac92-65f6-41b1-b8c8-4186faae490c", + "id": "4736016e-df60-4819-9212-9375493cf337", "name": "IAI Get Identity Outliers", "request": { "name": "IAI Get Identity Outliers", @@ -83287,7 +83287,7 @@ }, "response": [ { - "id": "2053407a-2a87-4b3c-acbb-d6b682dd3811", + "id": "36d7f7e5-b5b1-428e-a8d9-cd3e118750c7", "name": "Succeeded. Returns list of objects. Each object contains information about outliers", "originalRequest": { "url": { @@ -83386,7 +83386,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "-88811273" + "value": "-60518143" } ], "body": "[\n {\n \"id\": \"5be33d3e-c54d-4ed7-af73-2380543e8283\",\n \"identityId\": \"5be33d3e-c54d-4ed7-af73-2380543e8283\",\n \"type\": \"LOW_SIMILARITY\",\n \"firstDetectionDate\": \"2021-05-01T18:40:35.772Z\",\n \"latestDetectionDate\": \"2021-05-03T18:40:35.772Z\",\n \"ignored\": false,\n \"attributes\": {\n \"displayName\": \"John Smith\",\n \"jobTitle\": \"Software Engineer\",\n \"department\": \"Engineering\"\n },\n \"score\": 0.92,\n \"unignoreType\": \"MANUAL\",\n \"unignoreDate\": \"2021-06-01T18:40:35.772Z\",\n \"ignoreDate\": \"2021-06-01T18:40:35.772Z\"\n },\n {\n \"id\": \"5be33d3e-c54d-4ed7-af73-2380543e8283\",\n \"identityId\": \"5be33d3e-c54d-4ed7-af73-2380543e8283\",\n \"type\": \"LOW_SIMILARITY\",\n \"firstDetectionDate\": \"2021-05-01T18:40:35.772Z\",\n \"latestDetectionDate\": \"2021-05-03T18:40:35.772Z\",\n \"ignored\": false,\n \"attributes\": {\n \"displayName\": \"John Smith\",\n \"jobTitle\": \"Software Engineer\",\n \"department\": \"Engineering\"\n },\n \"score\": 0.92,\n \"unignoreType\": \"MANUAL\",\n \"unignoreDate\": \"2021-06-01T18:40:35.772Z\",\n \"ignoreDate\": \"2021-06-01T18:40:35.772Z\"\n }\n]", @@ -83394,7 +83394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7484ba93-52d7-4666-8d5d-9fa1f0a6fea1", + "id": "88908206-ff50-4fb2-9fa7-c52b047a4253", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83492,7 +83492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb5fecf5-08da-42d5-9644-e96e3843b8b2", + "id": "f9f2b429-d6a1-4de1-b0e9-cc35b05dc93c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83590,7 +83590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4ccce42-fc72-4c2e-96e8-540b429b350f", + "id": "64b77ac2-2cfb-4da9-96a9-b7fb35845f85", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83688,7 +83688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82da0eaa-adba-418b-807b-3d18e0b45e7e", + "id": "c5c96bdc-e2a1-4f10-92cb-5e7abb7dc768", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83786,7 +83786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecd71fcc-25fc-4e1c-8532-e01032d5bb35", + "id": "9459b34f-b05f-4421-a863-6862e5fde198", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83890,7 +83890,7 @@ } }, { - "id": "91e61089-49ad-4a7b-9a91-2316ec0c282f", + "id": "25998682-92f7-44c7-acb8-3e49cc25e682", "name": "Get identity outlier's contibuting features", "request": { "name": "Get identity outlier's contibuting features", @@ -83978,7 +83978,7 @@ }, "response": [ { - "id": "5a2dd66f-ec7e-49e4-a7d6-e01006c9124d", + "id": "09ecb26f-d69b-4432-9348-993d6fe0961d", "name": "Succeeded. Returns list of objects. Each object contains a feature and metadata about that feature", "originalRequest": { "url": { @@ -84070,7 +84070,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "-88811273" + "value": "-60518143" }, { "disabled": true, @@ -84079,15 +84079,15 @@ "type": "text/plain" }, "key": "accept-language", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], - "body": "[\n {\n \"id\": \"66e38828-5017-47af-92ff-9844871352c5\",\n \"name\": \"entitlement_count\",\n \"valueType\": \"INTEGER\",\n \"value\": 0.2509270234349208,\n \"importance\": -0.15,\n \"displayName\": \"Number of entitlements\",\n \"description\": \"The total number of entitlements belonging to an identity\",\n \"translationMessages\": {\n \"displayName\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n },\n \"description\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n }\n },\n {\n \"id\": \"66e38828-5017-47af-92ff-9844871352c5\",\n \"name\": \"entitlement_count\",\n \"valueType\": \"INTEGER\",\n \"value\": 0.5824016298818981,\n \"importance\": -0.15,\n \"displayName\": \"Number of entitlements\",\n \"description\": \"The total number of entitlements belonging to an identity\",\n \"translationMessages\": {\n \"displayName\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n },\n \"description\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n }\n }\n]", + "body": "[\n {\n \"id\": \"66e38828-5017-47af-92ff-9844871352c5\",\n \"name\": \"entitlement_count\",\n \"valueType\": \"INTEGER\",\n \"value\": 0.17037369743723785,\n \"importance\": -0.15,\n \"displayName\": \"Number of entitlements\",\n \"description\": \"The total number of entitlements belonging to an identity\",\n \"translationMessages\": {\n \"displayName\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n },\n \"description\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n }\n },\n {\n \"id\": \"66e38828-5017-47af-92ff-9844871352c5\",\n \"name\": \"entitlement_count\",\n \"valueType\": \"INTEGER\",\n \"value\": 0.5056990905684953,\n \"importance\": -0.15,\n \"displayName\": \"Number of entitlements\",\n \"description\": \"The total number of entitlements belonging to an identity\",\n \"translationMessages\": {\n \"displayName\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n },\n \"description\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "239ae15d-7642-4670-908b-df0ed6636b45", + "id": "c1845e96-8878-4010-9f7d-4a0daff973cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84178,7 +84178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b9f1a8f-b274-49d6-943b-b1e4cbac35a2", + "id": "615c3f50-4788-4126-86aa-cdd5c6af09f5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84269,7 +84269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db5a6a80-4707-4afe-ac1c-4abd73d041b1", + "id": "4e097d21-26ec-41da-8fab-925aac0a3fef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84360,7 +84360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbc8979f-cce1-47a9-b29a-5c1618cb23c7", + "id": "d1528d77-93c8-4171-886a-f944a6f54f73", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -84451,7 +84451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4996d6e-8b16-4751-a1a5-fcc8041f0a87", + "id": "eb0cb3dd-1779-4d4a-9311-765ccdd51ecc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84542,7 +84542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e60932b3-cdda-4962-9ebe-074ea2ddfe27", + "id": "15f98c18-6b9a-4116-90b9-aedf553e0fa2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84639,7 +84639,7 @@ } }, { - "id": "dc8efd04-7c63-40c3-aec6-7847151adc8d", + "id": "5e69e09c-87e3-4d77-aa54-719d19e4dd18", "name": "Gets a list of access items associated with each identity outlier contributing feature", "request": { "name": "Gets a list of access items associated with each identity outlier contributing feature", @@ -84739,7 +84739,7 @@ }, "response": [ { - "id": "ae48ad57-9870-45a2-81e2-9d9952c924ae", + "id": "3dc6b9e3-cc18-4c3e-8a58-cd8737c0911e", "name": "The list of access items.", "originalRequest": { "url": { @@ -84832,7 +84832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0eca9115-b991-45eb-83ec-f1e935c7ea08", + "id": "7bbdcf40-b4ef-4f18-8aa5-cfa72b6057df", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84925,7 +84925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d444dfcd-1e10-480f-8ab6-1f924ed95110", + "id": "e65b3c38-a03e-4f0d-be29-91b096a6577e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -85018,7 +85018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86ef21f9-ee1e-4a00-b3f8-a0187466820a", + "id": "b4a46b1a-dad5-4a27-a1e8-6b1ba8ddf32b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85111,7 +85111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9451c4a1-76b3-4077-a46e-5be40b44d679", + "id": "230c9d47-0b92-4bd3-b921-27928be63bef", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -85204,7 +85204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03013723-b7fc-4d37-b92e-d611be4aafc9", + "id": "79cd99e0-3d34-43bb-bfea-15ad7bf23951", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -85297,7 +85297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f09ed0e-1058-4a1e-837c-9b25f1d9bfde", + "id": "fefaaaf3-0c91-48e2-85de-506ca4d20236", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85396,7 +85396,7 @@ } }, { - "id": "c4d703dc-2d0a-4f92-9023-ac161fee4a4a", + "id": "bf4d8371-4f05-46d7-b617-2cc1dfb670b6", "name": "IAI Identity Outliers Ignore", "request": { "name": "IAI Identity Outliers Ignore", @@ -85439,7 +85439,7 @@ }, "response": [ { - "id": "8b28c489-84ab-46fd-b2df-cfa2c35a79e6", + "id": "a1228d4c-7a49-4b3e-b6de-a4c4bbb6d3b2", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -85486,7 +85486,7 @@ "_postman_previewlanguage": "text" }, { - "id": "63547e49-138c-4831-875b-3ecda99345b4", + "id": "537e3be5-8c97-4311-b012-4ce4a0318b70", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85543,7 +85543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fd6d900-09fd-43b6-860d-ef1c7afb8871", + "id": "c080e971-89bf-4cbe-9e74-184131ce4a26", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -85600,7 +85600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3086fa44-cfc0-4d1b-a6cb-049e80e77058", + "id": "06a3f150-86c5-40b0-8772-5a5011685fd5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85657,7 +85657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03f45c30-775a-4743-aacf-53381205f997", + "id": "3da9051f-7e30-454b-a91a-7769f7af63e8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -85714,7 +85714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54d2e78d-e879-4626-a505-dde0f6a10c0c", + "id": "ba26721e-bc2a-4e3d-a58d-05c3bb92e3c8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85777,7 +85777,7 @@ } }, { - "id": "0ba6dcf9-c8ea-418b-a3a3-f526e3ac757a", + "id": "25e902ee-f449-4414-ba50-c7df30191625", "name": "IAI Identity Outliers Unignore", "request": { "name": "IAI Identity Outliers Unignore", @@ -85820,7 +85820,7 @@ }, "response": [ { - "id": "9108aff4-eec1-4291-ab10-caa9d56452a5", + "id": "453ce4e0-bc5d-4c2d-b756-dfc5881da674", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -85867,7 +85867,7 @@ "_postman_previewlanguage": "text" }, { - "id": "851d884b-3333-4a8a-b30e-0441b03e0084", + "id": "ddb46b63-0ada-493a-891f-59796359ea40", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85924,7 +85924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c38268a4-18dd-4b61-9add-d57b8a140548", + "id": "1d84f38c-2b6a-4714-9ebe-890a73848b37", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -85981,7 +85981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8ca2f8b-e274-44a5-855b-bafacff9e724", + "id": "6b4d2f48-31ef-4c6c-84e9-5ac530158d52", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86038,7 +86038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97304022-389e-44ef-8664-62573df4a7d0", + "id": "6d0be83e-cee5-45dd-b48e-d8871aba20b8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86095,7 +86095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b601b9e-b03a-4977-b879-51fa1f0debe1", + "id": "c62ef7bf-531e-4d00-be5b-4424eafd6a5a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86158,7 +86158,7 @@ } }, { - "id": "7375e823-74c8-4ea8-a73f-93aa44af9476", + "id": "cbc7038a-a365-4699-84aa-85a4219270ce", "name": "IAI Identity Outliers Export", "request": { "name": "IAI Identity Outliers Export", @@ -86182,7 +86182,7 @@ "type": "text/plain" }, "key": "type", - "value": "LOW_SIMILARITY" + "value": "STRUCTURAL" } ], "variable": [] @@ -86198,7 +86198,7 @@ }, "response": [ { - "id": "b36d1ee1-3511-47a1-89d6-07c947cbf8dc", + "id": "233fc2e0-db07-4153-9344-48eb38234051", "name": "Succeeded. Returns zip of 2 CSVs to download. 1 CSV for ignored outliers and 1 for non-ignored outliers", "originalRequest": { "url": { @@ -86217,7 +86217,7 @@ "type": "text/plain" }, "key": "type", - "value": "LOW_SIMILARITY" + "value": "STRUCTURAL" } ], "variable": [] @@ -86247,12 +86247,12 @@ "value": "application/zip" } ], - "body": "cillum ad Lorem", + "body": "labore ad magna", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "62c6a2b4-7648-426e-864c-f320ea0427da", + "id": "71ca2341-b10b-4052-a049-4d32d6f42e2a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86271,7 +86271,7 @@ "type": "text/plain" }, "key": "type", - "value": "LOW_SIMILARITY" + "value": "STRUCTURAL" } ], "variable": [] @@ -86306,7 +86306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e533b53e-2c54-47b8-af20-29fb997454f0", + "id": "3c6fc501-047b-4bf2-842c-436c9cb70594", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86325,7 +86325,7 @@ "type": "text/plain" }, "key": "type", - "value": "LOW_SIMILARITY" + "value": "STRUCTURAL" } ], "variable": [] @@ -86360,7 +86360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97e8e93b-2bd4-414b-b1fc-c52a170a8fc4", + "id": "f54b3a16-9ff4-44c7-84f5-e1259dcad67f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86379,7 +86379,7 @@ "type": "text/plain" }, "key": "type", - "value": "LOW_SIMILARITY" + "value": "STRUCTURAL" } ], "variable": [] @@ -86414,7 +86414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1503a369-d67a-4223-b687-9b57ae4e1d5e", + "id": "df914206-131f-40f7-aac7-43a825824f74", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86433,7 +86433,7 @@ "type": "text/plain" }, "key": "type", - "value": "LOW_SIMILARITY" + "value": "STRUCTURAL" } ], "variable": [] @@ -86468,7 +86468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72d7057c-9bd9-4a2c-bb85-0ff3bfec6050", + "id": "38a17e1f-7f98-4cc9-81ee-ef31b6fabe55", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86487,7 +86487,7 @@ "type": "text/plain" }, "key": "type", - "value": "LOW_SIMILARITY" + "value": "STRUCTURAL" } ], "variable": [] @@ -86528,7 +86528,7 @@ } }, { - "id": "66330126-195d-448f-8cce-1228c18fb85d", + "id": "f7c0fb0d-76e1-411c-84bb-040d63eab59c", "name": "Get identity outlier contibuting feature summary", "request": { "name": "Get identity outlier contibuting feature summary", @@ -86569,7 +86569,7 @@ }, "response": [ { - "id": "204229c2-4a60-485f-84c5-3bff81f1a92e", + "id": "61631b88-5f09-4e9b-b169-2062ad7a92b7", "name": "Succeeded. Returns selected contributing feature summary for an outlier", "originalRequest": { "url": { @@ -86614,15 +86614,15 @@ "type": "text/plain" }, "key": "accept-language", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], - "body": "{\n \"contributingFeatureName\": \"Rare Access\",\n \"identityOutlierDisplayName\": \"John Smith\",\n \"outlierFeatureDisplayValues\": [\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"consectetur nostrud id\",\n \"valueType\": \"INTEGER\"\n },\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"anim cupidatat consectetur consequat\",\n \"valueType\": \"INTEGER\"\n }\n ],\n \"featureDefinition\": \"Identity total number of entitlements\",\n \"featureExplanation\": \"An identity that has too much rare access has a higher change of becoming a security threat due to the unique access they possess\",\n \"peerDisplayName\": \"Mary Jane\",\n \"peerIdentityId\": \"9f9d5d53ad0e48fba7352f6da9f1b8gbg\",\n \"accessItemReference\": {\n \"displayName\": \"All Rare Entitlements\",\n \"searchPlaceholder\": \"Search by name or description\"\n }\n}", + "body": "{\n \"contributingFeatureName\": \"Rare Access\",\n \"identityOutlierDisplayName\": \"John Smith\",\n \"outlierFeatureDisplayValues\": [\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"pro\",\n \"valueType\": \"INTEGER\"\n },\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"laboris quis\",\n \"valueType\": \"INTEGER\"\n }\n ],\n \"featureDefinition\": \"Identity total number of entitlements\",\n \"featureExplanation\": \"An identity that has too much rare access has a higher change of becoming a security threat due to the unique access they possess\",\n \"peerDisplayName\": \"Mary Jane\",\n \"peerIdentityId\": \"9f9d5d53ad0e48fba7352f6da9f1b8gbg\",\n \"accessItemReference\": {\n \"displayName\": \"All Rare Entitlements\",\n \"searchPlaceholder\": \"Search by name or description\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5e8ba4a8-b704-4046-8dcc-4fde0db130fd", + "id": "80bbadf9-482c-4c40-ad9e-d20a9c82759f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86666,7 +86666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ca608d2-62dc-4d35-b041-c7221fdd1f99", + "id": "0c32bc43-1db0-4658-9751-a45437696b29", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86710,7 +86710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d3ef39b-b512-442d-98dd-79205212491a", + "id": "ec98a6ff-c402-4c52-ad3d-022eabf711fc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86754,7 +86754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1c5ae5b-d3bc-4ac4-86b3-ada78402d203", + "id": "e4d4ba37-a91b-4483-92f1-fac902c643bd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -86798,7 +86798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b851a9d1-67b5-4957-bed5-320310139ea6", + "id": "2c3ec43d-1958-488b-bd88-58913ceb18f3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86842,7 +86842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f36a056-248e-4b32-b3bb-6d4523f14633", + "id": "ff6dd763-19ba-4e1d-ac7a-4fc1dd0affd2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86898,7 +86898,7 @@ "description": "", "item": [ { - "id": "3fd0f771-e509-4a92-ac70-6ab4cd6f6e03", + "id": "5d6b8b28-4384-4b12-9d9e-a0157459532d", "name": "Identity Outliers List", "request": { "name": "Identity Outliers List", @@ -86968,7 +86968,7 @@ }, "response": [ { - "id": "f1a16cc8-a511-4b59-83b1-e2f8142298c2", + "id": "765a5c92-208e-4d29-8e43-8f16c9d9a04f", "name": "List of identities that are not included in peer groups.", "originalRequest": { "url": { @@ -87036,12 +87036,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"esse Duis dolor\",\n \"type\": \"est quis minim tempor\",\n \"peer_group_id\": \"commodo do officia in\",\n \"attributes\": {\n \"culpa_3\": {},\n \"non_9f\": {}\n }\n },\n {\n \"id\": \"officia adipisicing\",\n \"type\": \"enim\",\n \"peer_group_id\": \"fugiat est\",\n \"attributes\": {\n \"consequat_0\": {},\n \"dod\": {}\n }\n }\n]", + "body": "[\n {\n \"id\": \"anim ad incididunt exercitation deserunt\",\n \"type\": \"deserunt elit\",\n \"peer_group_id\": \"laborum aliqua reprehenderit\",\n \"attributes\": {\n \"voluptate6\": {},\n \"proident_612\": {},\n \"exercitation_c0\": {}\n }\n },\n {\n \"id\": \"Lorem\",\n \"type\": \"anim do reprehenderit\",\n \"peer_group_id\": \"occaecat esse\",\n \"attributes\": {\n \"sit_6\": {}\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c035385c-4ea2-4f4f-9dc8-ba390c3b0c4a", + "id": "5a814960-3afb-4c3b-80ae-4d0ec0ace7dc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87114,7 +87114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b549c33-deba-4cd6-94a4-3ff401063ff1", + "id": "f81e998d-725e-4d17-a5f2-ba805c16c685", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87187,7 +87187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48035855-6e6b-41ed-b6f4-79f6318e4d4e", + "id": "7c4aeaea-378e-4b2b-9c59-202bb0335654", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87260,7 +87260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cbf2d74-e9a8-41ca-95ff-153d4098898e", + "id": "f834e4b5-0953-4531-876e-9cf611583e7f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -87333,7 +87333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85d0db1d-ab80-4250-9411-35bb7a1f5709", + "id": "35f98aa6-da7c-4f29-966e-f434e13f690e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87418,7 +87418,7 @@ "description": "", "item": [ { - "id": "25ff0b0e-371f-4b27-aaf5-c925f1033b87", + "id": "7ea24b88-8941-4395-8e03-64b1fd2c5259", "name": "Returns a Recommendation Based on Object", "request": { "name": "Returns a Recommendation Based on Object", @@ -87461,7 +87461,7 @@ }, "response": [ { - "id": "84d4e66c-0188-45c4-b0aa-16f6917b9d1d", + "id": "57ff209b-78ba-47df-b080-3b2213ce46b8", "name": "The recommendations for a customer", "originalRequest": { "url": { @@ -87513,12 +87513,12 @@ "value": "application/json" } ], - "body": "{\n \"response\": [\n {\n \"request\": {\n \"identityId\": \"2c938083633d259901633d25c68c00fa\",\n \"item\": {\n \"id\": \"2c938083633d259901633d2623ec0375\",\n \"type\": \"ENTITLEMENT\"\n }\n },\n \"recommendation\": \"YES\",\n \"interpretations\": [\n \"75% of identities with the same department have this access. This information had a high impact on the overall score.\",\n \"67% of identities with the same peer group have this access. This information had a low impact on the overall score.\",\n \"42% of identities with the same location have this access. This information had a low impact on the overall score.\"\n ],\n \"translationMessages\": [\n {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n ],\n \"recommenderCalculations\": {\n \"identityId\": \"2c91808457d8f3ab0157e3e62cb4213c\",\n \"entitlementId\": \"2c91809050db617d0150e0bf3215385e\",\n \"recommendation\": \"YES\",\n \"overallWeightedScore\": -92381775.28338736,\n \"featureWeightedScores\": {\n \"adipisicing98\": -29979191.053357735,\n \"enim_87a\": -42509672.188677385\n },\n \"threshold\": -23077748.172657356,\n \"identityAttributes\": {\n \"dolore_9\": {\n \"value\": \"enim est\"\n },\n \"laborum_9\": {\n \"value\": \"in laboris dolor anim\"\n },\n \"dolor_67\": {\n \"value\": \"pariatur officia consequat ut\"\n }\n },\n \"featureValues\": {\n \"feature\": \"department\",\n \"numerator\": 14,\n \"denominator\": 14\n }\n }\n },\n {\n \"request\": {\n \"identityId\": \"2c938083633d259901633d25c68c00fa\",\n \"item\": {\n \"id\": \"2c938083633d259901633d2623ec0375\",\n \"type\": \"ENTITLEMENT\"\n }\n },\n \"recommendation\": \"YES\",\n \"interpretations\": [\n \"75% of identities with the same department have this access. This information had a high impact on the overall score.\",\n \"67% of identities with the same peer group have this access. This information had a low impact on the overall score.\",\n \"42% of identities with the same location have this access. This information had a low impact on the overall score.\"\n ],\n \"translationMessages\": [\n {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n ],\n \"recommenderCalculations\": {\n \"identityId\": \"2c91808457d8f3ab0157e3e62cb4213c\",\n \"entitlementId\": \"2c91809050db617d0150e0bf3215385e\",\n \"recommendation\": \"YES\",\n \"overallWeightedScore\": -71432307.82243651,\n \"featureWeightedScores\": {\n \"dolor9c_\": 45353467.00804928,\n \"laborum9c\": -77689185.41616823\n },\n \"threshold\": -49867654.29662175,\n \"identityAttributes\": {\n \"culpaab\": {\n \"value\": \"dolore mollit\"\n },\n \"pariatur_6c7\": {\n \"value\": \"amet sit\"\n }\n },\n \"featureValues\": {\n \"feature\": \"department\",\n \"numerator\": 14,\n \"denominator\": 14\n }\n }\n }\n ]\n}", + "body": "{\n \"response\": [\n {\n \"request\": {\n \"identityId\": \"2c938083633d259901633d25c68c00fa\",\n \"item\": {\n \"id\": \"2c938083633d259901633d2623ec0375\",\n \"type\": \"ENTITLEMENT\"\n }\n },\n \"recommendation\": \"YES\",\n \"interpretations\": [\n \"75% of identities with the same department have this access. This information had a high impact on the overall score.\",\n \"67% of identities with the same peer group have this access. This information had a low impact on the overall score.\",\n \"42% of identities with the same location have this access. This information had a low impact on the overall score.\"\n ],\n \"translationMessages\": [\n {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n ],\n \"recommenderCalculations\": {\n \"identityId\": \"2c91808457d8f3ab0157e3e62cb4213c\",\n \"entitlementId\": \"2c91809050db617d0150e0bf3215385e\",\n \"recommendation\": \"YES\",\n \"overallWeightedScore\": -15601433.839658707,\n \"featureWeightedScores\": {\n \"ine17\": -78525384.67513943,\n \"cillum_7d\": 37881784.383741796\n },\n \"threshold\": 92266731.98840106,\n \"identityAttributes\": {\n \"deseruntb2\": {\n \"value\": \"ullamco mollit\"\n },\n \"dolor_a\": {\n \"value\": \"nulla quis proident dolor minim\"\n }\n },\n \"featureValues\": {\n \"feature\": \"department\",\n \"numerator\": 14,\n \"denominator\": 14\n }\n }\n },\n {\n \"request\": {\n \"identityId\": \"2c938083633d259901633d25c68c00fa\",\n \"item\": {\n \"id\": \"2c938083633d259901633d2623ec0375\",\n \"type\": \"ENTITLEMENT\"\n }\n },\n \"recommendation\": \"YES\",\n \"interpretations\": [\n \"75% of identities with the same department have this access. This information had a high impact on the overall score.\",\n \"67% of identities with the same peer group have this access. This information had a low impact on the overall score.\",\n \"42% of identities with the same location have this access. This information had a low impact on the overall score.\"\n ],\n \"translationMessages\": [\n {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n ],\n \"recommenderCalculations\": {\n \"identityId\": \"2c91808457d8f3ab0157e3e62cb4213c\",\n \"entitlementId\": \"2c91809050db617d0150e0bf3215385e\",\n \"recommendation\": \"YES\",\n \"overallWeightedScore\": 58597987.62960118,\n \"featureWeightedScores\": {\n \"ullamco_8d_\": -13360071.48617284,\n \"veniamc83\": -39849838.00513184\n },\n \"threshold\": 17129534.9751222,\n \"identityAttributes\": {\n \"exercitation_2b\": {\n \"value\": \"consectetur\"\n },\n \"Ut18\": {\n \"value\": \"in reprehenderit\"\n }\n },\n \"featureValues\": {\n \"feature\": \"department\",\n \"numerator\": 14,\n \"denominator\": 14\n }\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "df9877a8-48c2-4b62-b31d-02f7833f4f8b", + "id": "5bf3f9c2-4719-4246-ab67-caae2198aac7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87575,7 +87575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3106a822-b4e0-4405-96ce-964eb87e6e28", + "id": "385916e7-018d-4152-912d-5a6863b0a176", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87632,7 +87632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab4aff94-9dc9-4e56-b253-0c350702082e", + "id": "eb586e3d-78f0-4a1b-9401-f9f7240762cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87689,7 +87689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da162520-cc9b-4986-ba41-23bc3d272050", + "id": "6e7b21d9-9cb9-458c-9642-eb830096ed59", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -87746,7 +87746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8db46b0-37e1-438a-9c7b-39592be78360", + "id": "d53e37d4-12ed-42a3-9403-31cb3a1c6bf0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87809,7 +87809,7 @@ } }, { - "id": "2e678771-a19f-4ba2-b5a3-cb795e82dfb4", + "id": "79b65fe9-3073-4ec8-9008-e8998d656c19", "name": "Get certification recommendation config values", "request": { "name": "Get certification recommendation config values", @@ -87839,7 +87839,7 @@ }, "response": [ { - "id": "c02996d8-892b-4f69-b249-de3760c68f65", + "id": "62ec3b1d-8bc6-40a0-8b5d-0cb72c42607d", "name": "Cert recommendation configuration attributes", "originalRequest": { "url": { @@ -87883,7 +87883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bf6e956-d70c-47f1-9b65-767d85e2849b", + "id": "8c87139b-fddc-42ef-aeec-85cec3f077cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87927,7 +87927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a411b793-3d0e-4776-87c0-a10ef854cb22", + "id": "7ebbc91b-6ac9-41c2-8f09-df2635cf1f88", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87971,7 +87971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90e5bcf1-75d4-4bb9-9911-5f915d0eff6e", + "id": "89d110b6-f51d-4b75-92d2-87f79b6099f3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -88015,7 +88015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bba02179-6c23-4e1c-a546-539fd1f75bb7", + "id": "9a6efebd-7d2c-467d-a5e4-efa2b42377c8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88065,7 +88065,7 @@ } }, { - "id": "26c04b3f-cc28-442e-9f68-811b278efef0", + "id": "06aa2b9c-f02b-465e-a7df-8d9461f722af", "name": "Update certification recommendation config values", "request": { "name": "Update certification recommendation config values", @@ -88108,7 +88108,7 @@ }, "response": [ { - "id": "5255bebd-c880-400c-88ff-8b3cef122ee2", + "id": "ec03f4ba-2c16-48e1-89af-eb9b9984941c", "name": "Cert recommendation configuration attributes after update", "originalRequest": { "url": { @@ -88165,7 +88165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb408274-e3fd-4d11-b991-bd8e25eb6785", + "id": "abacce3a-d7b4-4303-9f31-cb2628b53f1d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88222,7 +88222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcb5e6ab-37ff-4205-9bab-deb1e0a78a4c", + "id": "dbfd36a0-7eee-4409-a030-a8797319627a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -88279,7 +88279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a463f28-08a4-4260-a760-e9e61c99d1cc", + "id": "1ce78389-32ad-41b0-bbd9-c8a575eb7db8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -88336,7 +88336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce679f12-4b7b-4879-8ce7-26a322e1eb4d", + "id": "5a826ab4-37ca-46a5-b20d-256daa0d0840", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88405,7 +88405,7 @@ "description": "", "item": [ { - "id": "86af9d61-4628-44bf-8565-70a1f28124f6", + "id": "7a30769a-056e-420e-86ab-883b89e612cc", "name": "Create a role mining session", "request": { "name": "Create a role mining session", @@ -88447,7 +88447,7 @@ }, "response": [ { - "id": "22781036-0925-49d9-9e48-4a5096957b04", + "id": "3bdb17c9-33bd-47c2-ac18-e95265223d22", "name": "Submitted a role mining session request", "originalRequest": { "url": { @@ -88503,7 +88503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af786fc5-9fd9-411b-bdc4-27bc8a7d3d54", + "id": "c48f8a47-652e-426e-87a2-4c0c4892c6b4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88559,7 +88559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5df058f5-d516-4de8-a497-8a9faee490ad", + "id": "30d396ed-6465-4003-86b4-3340bd3aeb45", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -88615,7 +88615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "869149c3-88ed-488c-8ec3-60e80f408a26", + "id": "68da35f1-353c-4b74-8462-51a8978d1cb8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -88671,7 +88671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4965d0c0-0434-4c65-aa71-c96ea7834a44", + "id": "87453742-360b-4827-b0fb-629c34dff557", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -88727,7 +88727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ec8d972-31fe-4839-84bb-a1078df4b61d", + "id": "7f0fc5c6-a76c-4624-9719-6d403a5963a1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88789,7 +88789,7 @@ } }, { - "id": "fbf82ec6-4f2d-4f0a-ac22-9c1dcf75dec2", + "id": "4be515f5-ec92-474d-8d3a-4f2ecd633028", "name": "Retrieves all role mining sessions", "request": { "name": "Retrieves all role mining sessions", @@ -88864,7 +88864,7 @@ }, "response": [ { - "id": "f8146ceb-3830-485b-9088-a0fdbf5d7082", + "id": "8a2c30c6-db42-4ce2-b318-48f79f3e74f2", "name": "Succeeded. Returns all role mining sessions that match the query parameters.", "originalRequest": { "url": { @@ -88948,12 +88948,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"minNumIdentitiesInPotentialRole\": 20,\n \"scopingMethod\": \"AUTO_RM\",\n \"prescribedPruneThreshold\": 83,\n \"pruneThreshold\": 70,\n \"potentialRoleCount\": 8,\n \"potentialRolesReadyCount\": 4,\n \"status\": {\n \"state\": \"CREATED\"\n },\n \"emailRecipientId\": \"voluptate do ut cupidatat\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"identityCount\": 39,\n \"saved\": true,\n \"name\": \"Saved RM Session - 07/10\",\n \"dataFilePath\": \"id\",\n \"id\": \"8c190e67-87aa-4ed9-a90b-d9d5344523fb\",\n \"createdDate\": \"1983-03-10T06:55:00.169Z\",\n \"modifiedDate\": \"2002-10-10T14:47:33.505Z\",\n \"type\": \"SPECIALIZED\"\n },\n {\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"minNumIdentitiesInPotentialRole\": 20,\n \"scopingMethod\": \"AUTO_RM\",\n \"prescribedPruneThreshold\": 83,\n \"pruneThreshold\": 70,\n \"potentialRoleCount\": 8,\n \"potentialRolesReadyCount\": 4,\n \"status\": {\n \"state\": \"CREATED\"\n },\n \"emailRecipientId\": \"sint aliqua officia\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"identityCount\": 39,\n \"saved\": true,\n \"name\": \"Saved RM Session - 07/10\",\n \"dataFilePath\": \"dolore officia fugiat culpa laboris\",\n \"id\": \"8c190e67-87aa-4ed9-a90b-d9d5344523fb\",\n \"createdDate\": \"2018-12-02T12:35:23.189Z\",\n \"modifiedDate\": \"1979-01-05T00:40:50.104Z\",\n \"type\": \"SPECIALIZED\"\n }\n]", + "body": "[\n {\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"minNumIdentitiesInPotentialRole\": 20,\n \"scopingMethod\": \"AUTO_RM\",\n \"prescribedPruneThreshold\": 83,\n \"pruneThreshold\": 70,\n \"potentialRoleCount\": 8,\n \"potentialRolesReadyCount\": 4,\n \"status\": {\n \"state\": \"CREATED\"\n },\n \"emailRecipientId\": \"sit in voluptate aliquip\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"identityCount\": 39,\n \"saved\": true,\n \"name\": \"Saved RM Session - 07/10\",\n \"dataFilePath\": \"commodo aliquip o\",\n \"id\": \"8c190e67-87aa-4ed9-a90b-d9d5344523fb\",\n \"createdDate\": \"1956-07-10T07:03:42.421Z\",\n \"modifiedDate\": \"1992-05-09T17:05:46.367Z\",\n \"type\": \"SPECIALIZED\"\n },\n {\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"minNumIdentitiesInPotentialRole\": 20,\n \"scopingMethod\": \"AUTO_RM\",\n \"prescribedPruneThreshold\": 83,\n \"pruneThreshold\": 70,\n \"potentialRoleCount\": 8,\n \"potentialRolesReadyCount\": 4,\n \"status\": {\n \"state\": \"CREATED\"\n },\n \"emailRecipientId\": \"ea\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"identityCount\": 39,\n \"saved\": true,\n \"name\": \"Saved RM Session - 07/10\",\n \"dataFilePath\": \"veniam est dolor in su\",\n \"id\": \"8c190e67-87aa-4ed9-a90b-d9d5344523fb\",\n \"createdDate\": \"1979-02-14T09:27:15.150Z\",\n \"modifiedDate\": \"1961-09-10T20:05:06.301Z\",\n \"type\": \"SPECIALIZED\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cb36bae1-bfd8-4171-b388-495bca484fff", + "id": "f5f368d5-c5a0-46d6-875e-b407b4d08b49", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89042,7 +89042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cea3e147-dfa5-49fd-88f9-69ab97bb7478", + "id": "a179d00a-64be-4077-9af5-c36bcde5283b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89131,7 +89131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "789e9060-2101-4ccf-842c-404772b0fe8f", + "id": "31976211-1c27-4f0c-b733-58b8baf1f3ea", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89220,7 +89220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b885c9cd-bc7f-4a51-93aa-c8c777f02d8c", + "id": "b1539982-98dd-4459-8bc3-dcb18cb228bb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -89309,7 +89309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "565f163e-0e0e-4634-a820-c86469552038", + "id": "adf69e78-9944-4c04-9373-d57b00072054", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89404,7 +89404,7 @@ } }, { - "id": "be065c83-851d-44dd-8d9c-d35903489080", + "id": "344d1f95-fc07-499a-b89c-492162d71819", "name": "Patch a role mining session", "request": { "name": "Patch a role mining session", @@ -89458,7 +89458,7 @@ }, "response": [ { - "id": "fc092dac-a429-4fe3-8439-17920968c843", + "id": "7646a5ec-4e68-40f2-a29a-66dfe3c6c7c1", "name": "Success", "originalRequest": { "url": { @@ -89515,7 +89515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "693ad33c-77b6-4696-aa49-2f021c74baf1", + "id": "00147de2-0477-49df-b6ce-48b88b8326b0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89572,7 +89572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95e1aa3c-a1e0-41af-baac-664b92eef8c2", + "id": "22a707e4-284d-4ab5-9737-6672b428620c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89629,7 +89629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8b96f72-e4cb-40db-8ab7-834a12f9ca52", + "id": "18319eb7-4d82-492b-a840-6cf56adef361", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89686,7 +89686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb77a6c9-fe2b-42db-9250-5e5146edc8fc", + "id": "e551e56d-8c86-445e-a63b-19b5c46e8040", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -89743,7 +89743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca86bfb6-0e4a-4aec-8187-78ba1ab212db", + "id": "346e1ce7-4d74-4ea8-9c5d-fb8f18430d79", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -89800,7 +89800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de05335e-c54a-426e-be57-0be51c62275b", + "id": "0f82f0a9-32cb-4465-bf39-68e27475ae67", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89863,7 +89863,7 @@ } }, { - "id": "af4d2a05-d9b5-49b8-a75a-a5f0e7b5efd8", + "id": "1bbf72e3-d51e-4b69-bf09-aecf524cec63", "name": "Get a role mining session", "request": { "name": "Get a role mining session", @@ -89904,7 +89904,7 @@ }, "response": [ { - "id": "766c30b8-a680-4b28-982b-006d1eec25d8", + "id": "ada5e939-ccd9-4366-b8f2-808e2a7a2585", "name": "Returns a role mining session", "originalRequest": { "url": { @@ -89948,7 +89948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8126fbcb-31b6-455c-93f6-401897b384a6", + "id": "e32daf31-2b9b-45e4-9184-fcec288893a3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89992,7 +89992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4961b2c-4ac4-4d90-abb1-9c2d30fa1e90", + "id": "236f0fba-5b83-47c0-ad8e-2438a364f877", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90036,7 +90036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4c504d4-cde7-405f-b7ef-bbfb48ccafe9", + "id": "a3b1c36d-70ed-497a-9571-e5fc09344a32", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90080,7 +90080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12621807-367e-441e-bcf9-9c566736ea18", + "id": "04fa8a9e-767e-490a-b4ce-5077865396b9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -90124,7 +90124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50a2db99-de24-41ff-ae6e-113c115e80d8", + "id": "7e6c9316-67f1-4581-87c7-995714273bd3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -90168,7 +90168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b32880f-0b14-4c99-b202-c9adac06f004", + "id": "534f3e82-3e0a-4a56-b5f2-145d4ed840ea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90218,7 +90218,7 @@ } }, { - "id": "6eca8954-5572-415a-8dbe-defcc8006f42", + "id": "7d57ec25-15dc-4ec4-ad7b-c36e5a44cdd9", "name": "Get role mining session status state", "request": { "name": "Get role mining session status state", @@ -90260,7 +90260,7 @@ }, "response": [ { - "id": "827711da-ec7c-4148-9e53-26aeb5d2385e", + "id": "67d8e063-ec9e-4327-9432-14f2e4be8c45", "name": "Succeeded. Returns session status", "originalRequest": { "url": { @@ -90305,7 +90305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "968c729a-354f-4682-9e1f-b0e9fef95bbc", + "id": "da315cfb-ef99-4be1-8416-f2d8c71e3ad1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90350,7 +90350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f165a0b3-bb63-4697-b555-3a1c44e3b1e6", + "id": "11cc6656-ab04-4602-a543-5adef36d5fbe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90395,7 +90395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f84fd6f7-11e1-4361-9525-2b7b4902145a", + "id": "f7244fb0-4d93-4443-ae2b-76a42a63e2d2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90440,7 +90440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b38eb2cb-7d83-4161-8ecd-85fe075d8df4", + "id": "9ed67a56-38c6-4db8-841f-6f2354792b01", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90491,7 +90491,7 @@ } }, { - "id": "d36c3d02-800f-434d-b1a2-6d6612ba796a", + "id": "6babaf7b-c5a0-4585-891e-d809cb2b294a", "name": "Retrieve session's potential role summaries", "request": { "name": "Retrieve session's potential role summaries", @@ -90579,7 +90579,7 @@ }, "response": [ { - "id": "7d84cae9-511e-42ef-b1d6-f6c06bff9784", + "id": "88e86b33-b1bf-437c-9d4c-bde435fe8227", "name": "Succeeded. Returns a list of potential role summaries for a role mining session.", "originalRequest": { "url": { @@ -90665,12 +90665,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\",\n \"potentialRoleRef\": {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\"\n },\n \"identityCount\": 25,\n \"entitlementCount\": 15,\n \"identityGroupStatus\": \"OBTAINED\",\n \"provisionState\": \"PENDING\",\n \"roleId\": \"2a4be6fbcf3c4e66b95a0c15ffd591\",\n \"density\": 90,\n \"freshness\": 70,\n \"quality\": 80,\n \"type\": \"SPECIALIZED\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"createdDate\": \"1998-03-01T01:30:21.943Z\",\n \"saved\": true,\n \"description\": \"reprehenderit cillum\",\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n }\n },\n {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\",\n \"potentialRoleRef\": {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\"\n },\n \"identityCount\": 25,\n \"entitlementCount\": 15,\n \"identityGroupStatus\": \"OBTAINED\",\n \"provisionState\": \"PENDING\",\n \"roleId\": \"2a4be6fbcf3c4e66b95a0c15ffd591\",\n \"density\": 90,\n \"freshness\": 70,\n \"quality\": 80,\n \"type\": \"SPECIALIZED\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"createdDate\": \"1999-07-30T07:16:24.018Z\",\n \"saved\": true,\n \"description\": \"qui reprehenderit ex deserunt\",\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\",\n \"potentialRoleRef\": {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\"\n },\n \"identityCount\": 25,\n \"entitlementCount\": 15,\n \"identityGroupStatus\": \"OBTAINED\",\n \"provisionState\": \"PENDING\",\n \"roleId\": \"2a4be6fbcf3c4e66b95a0c15ffd591\",\n \"density\": 90,\n \"freshness\": 70,\n \"quality\": 80,\n \"type\": \"SPECIALIZED\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"createdDate\": \"2001-08-17T16:04:45.682Z\",\n \"saved\": true,\n \"description\": \"esse exercitation\",\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n }\n },\n {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\",\n \"potentialRoleRef\": {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\"\n },\n \"identityCount\": 25,\n \"entitlementCount\": 15,\n \"identityGroupStatus\": \"OBTAINED\",\n \"provisionState\": \"PENDING\",\n \"roleId\": \"2a4be6fbcf3c4e66b95a0c15ffd591\",\n \"density\": 90,\n \"freshness\": 70,\n \"quality\": 80,\n \"type\": \"SPECIALIZED\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"createdDate\": \"1945-07-20T10:46:04.928Z\",\n \"saved\": true,\n \"description\": \"minim cillum sunt\",\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8eefd9fa-11d0-4c96-aadb-23c473a60e41", + "id": "766f6bde-a577-468f-b537-f9e92d679c70", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90761,7 +90761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4d24958-53d0-4d8e-b660-93bfed8f6205", + "id": "72187c6e-b179-4483-9b9d-256fd1e648e4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90852,7 +90852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33b05151-1820-465b-98e6-3f682055ca42", + "id": "81a85225-24c0-4eba-b8c6-c8701696cf84", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90943,7 +90943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c2a922c-28fe-49a8-aad5-d6ce3810ff1f", + "id": "ae47b2e7-f65e-4ada-b380-d5866ca7c0f0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -91034,7 +91034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "155c4239-629c-4848-92d7-550828dbf8a9", + "id": "bac65d3d-3fd4-4dc2-a14e-d2dbced9bfbe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91131,7 +91131,7 @@ } }, { - "id": "bab64b9e-bc9e-4478-90be-2b2b012a1c53", + "id": "4c75a6bf-a6dc-46d4-b2bd-d0e6843e4acf", "name": "Retrieve potential role in session", "request": { "name": "Retrieve potential role in session", @@ -91184,7 +91184,7 @@ }, "response": [ { - "id": "48c3107a-d6ad-4f40-b283-c0a1defd980e", + "id": "8bfe215c-1369-4b5f-9797-c12cbe60407b", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -91225,12 +91225,12 @@ "value": "application/json" } ], - "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"velit_e\": \"in fugiat proident a\",\n \"dolore91e\": \"pa\",\n \"id_9\": \"ut cupidatat\"\n },\n {\n \"officia_428\": \"cupidatat in aute\",\n \"deserunte8\": \"sunt cupidatat\",\n \"dolore_f\": \"culpa do laborum sed\",\n \"in_ac_\": \"voluptate Lorem laboris\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"culpa_d\": \"aliqua ut non exercitation voluptate\"\n },\n {\n \"elit_4_\": \"ad\"\n }\n ]\n }\n ],\n \"identityIds\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"name\": \"Saved Potential Role - 07/10\",\n \"provisionState\": \"POTENTIAL\",\n \"quality\": 100,\n \"roleId\": \"07a0b4e2-7a76-44fa-bd0b-c64654b66519\",\n \"saved\": true,\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n },\n \"type\": \"SPECIALIZED\",\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"createdDate\": \"1965-12-06T00:19:50.657Z\",\n \"modifiedDate\": \"1982-11-06T02:03:25.961Z\"\n}", + "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"elit8\": \"Lorem minim cillum sint qui\",\n \"ut9a9\": \"irure veniam dolore aute Lorem\",\n \"incididunt_c\": \"esse cillum dolore do\"\n },\n {\n \"laborum_d00\": \"ad officia ut consequat ipsum\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"Ute4\": \"Excepteur dolor anim\"\n },\n {\n \"sit_4\": \"ex nulla consequat dolore\"\n }\n ]\n }\n ],\n \"identityIds\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"name\": \"Saved Potential Role - 07/10\",\n \"provisionState\": \"POTENTIAL\",\n \"quality\": 100,\n \"roleId\": \"07a0b4e2-7a76-44fa-bd0b-c64654b66519\",\n \"saved\": true,\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n },\n \"type\": \"SPECIALIZED\",\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"createdDate\": \"1959-09-23T12:38:36.603Z\",\n \"modifiedDate\": \"1999-03-11T09:23:09.991Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6f68c3cf-6b94-444b-ae9e-0604331cfa75", + "id": "ed7f7c13-6a06-4128-9c0a-d3674c6b599b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91276,7 +91276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6befb7e8-d866-465f-9c72-f0d43c47329b", + "id": "eb47e15b-44e4-4bb8-8026-0bcd8a498312", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91322,7 +91322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a358f2e-ffe3-4908-8396-074187182c5e", + "id": "ea15cf80-68c1-4255-8a14-de0bfeee1307", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91368,7 +91368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dedba5b8-9841-4c43-887a-c478157b2fbf", + "id": "2da93fd5-36a3-41fa-a5ac-28ec49595baa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -91414,7 +91414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee770cf8-b889-4d5a-bf40-58ada4a7af7b", + "id": "ce081cd5-e319-4deb-b792-d2a87d1f85bc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91466,7 +91466,7 @@ } }, { - "id": "cbc4904d-7e35-4645-ae79-0f4d06381e1e", + "id": "b15bfdc0-fd7e-468c-b6f5-749ac117bfa1", "name": "Update a potential role in session", "request": { "name": "Update a potential role in session", @@ -91532,7 +91532,7 @@ }, "response": [ { - "id": "59d6b4fb-e020-4c6c-80f7-3cdf8ac364d0", + "id": "18c41179-11a0-4833-9589-e87596c52f88", "name": "Succeeded. Returns the potential role summary based on the potentialRoleId provided.", "originalRequest": { "url": { @@ -91591,7 +91591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9464a91-02dc-4e3b-b1e5-57aaa1f3c70a", + "id": "bfbcd088-fe06-4992-b87e-1b490dfd2413", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91650,7 +91650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3730b20-cbda-4e1f-9888-3d7f56acfd9b", + "id": "a5ecd3e1-33df-4113-92c0-de1dbf7133a2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91709,7 +91709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13c155d3-45f5-48b1-a263-b79673ef3cc4", + "id": "fd064689-fb87-4682-9361-35c3b1803d04", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91768,7 +91768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abcc9c11-201b-47e0-aee3-a0eef889ec3e", + "id": "9ad501ad-5a0c-4d4b-b1ca-71a25278ce07", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -91827,7 +91827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5b4d267-3319-4bbf-a0a2-c851c5046499", + "id": "f7f7942a-debb-4352-b10a-d22f25e601a9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -91886,7 +91886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e8bf79d-591a-40cc-b74a-18e3266bcac4", + "id": "2233efa0-f983-4617-ae31-bfb0b184e860", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91951,7 +91951,7 @@ } }, { - "id": "4c71e4a4-2154-401f-bf7f-d26032c15271", + "id": "e9a96add-5667-451e-b61f-f4c40db72690", "name": "Retrieves the applications of a potential role for a role mining session", "request": { "name": "Retrieves the applications of a potential role for a role mining session", @@ -92042,7 +92042,7 @@ }, "response": [ { - "id": "0a31eb7c-5afa-4fcb-82e1-293407004f97", + "id": "792da531-fc75-4468-9059-6bdefddb0af3", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -92121,12 +92121,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"irure ad aute do \",\n \"name\": \"mollit id con\"\n },\n {\n \"id\": \"sint consequat dolor laborum\",\n \"name\": \"in do labore\"\n }\n]", + "body": "[\n {\n \"id\": \"consectetur tempor do fugiat\",\n \"name\": \"adipisicing sunt\"\n },\n {\n \"id\": \"labore do\",\n \"name\": \"sunt dolore amet\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0100c4a4-634f-4c6b-8f40-cfe2b334f17d", + "id": "e551214a-d24d-4b50-8c5d-9c13d7e4f683", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92210,7 +92210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1b459e5-f86d-44a1-a890-9b5c2f962609", + "id": "08e33a37-82ae-440c-9435-6e8c348d0b9a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -92294,7 +92294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "624207cf-32c0-4519-90b8-6716c429b80a", + "id": "6bed24fc-52f3-4af2-9e56-5e123193ab89", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92378,7 +92378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d53fa9e-d450-4407-80e1-2aeddabae460", + "id": "0d13cdce-d900-4089-a23e-829d44d7d64d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92462,7 +92462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eebdce9d-503b-4b43-a8d1-720fde53372c", + "id": "3d95905a-81d7-4c3e-b513-fa4244ccea81", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92552,7 +92552,7 @@ } }, { - "id": "a1dcbe05-6cc6-44c7-a177-07310869f824", + "id": "60ec311c-95b1-4a56-b626-b7fe7a75c707", "name": "Retrieves the entitlements of a potential role for a role mining session", "request": { "name": "Retrieves the entitlements of a potential role for a role mining session", @@ -92643,7 +92643,7 @@ }, "response": [ { - "id": "812f3a76-6013-4b53-8713-4b6fc6110782", + "id": "989aaa02-2ca2-459a-a337-0a4d8b5437de", "name": "Succeeded. Returns the entitlements of a potential role for a role mining session.", "originalRequest": { "url": { @@ -92722,12 +92722,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"Lorem veniam id\",\n \"name\": \"fugiat irure ad\"\n },\n {\n \"id\": \"ut non do \",\n \"name\": \"deserun\"\n }\n]", + "body": "[\n {\n \"id\": \"dolore anim sit cupidatat ea\",\n \"name\": \"dolore in laborum eu minim\"\n },\n {\n \"id\": \"reprehenderit\",\n \"name\": \"pariatur laboris fugiat enim\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "75dfa2d8-d940-4032-8c82-28e44820cd6d", + "id": "067ea16e-7aca-45b9-a35c-736c9f2202fb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92811,7 +92811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e2e090b-935c-40ba-b6a6-37c8f2d701d0", + "id": "58b90e5b-3b9e-4dc5-bbf0-3e0b2d4edc01", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -92895,7 +92895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d18ad88-74cd-41e5-b585-890ca3ae4cee", + "id": "5f90df5e-0207-417b-b8f7-f0e0979e8f1c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92979,7 +92979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b10f96d4-458f-48a6-a2d2-6020f459fba0", + "id": "82b5d9c2-8953-4a17-822c-8c7586812e94", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -93063,7 +93063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef11b6f9-4eac-4fd0-b9b0-9c39bdfc7e02", + "id": "cd4bd131-7306-436b-a13e-180dc24c2deb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93153,7 +93153,7 @@ } }, { - "id": "a4a4fbdb-489a-4fa1-be38-65fc20f8e6ff", + "id": "5217fe6b-f2c9-490e-92ae-9948f80537ad", "name": "Retrieves entitlements for a potential role in a role mining session", "request": { "name": "Retrieves entitlements for a potential role in a role mining session", @@ -93262,7 +93262,7 @@ }, "response": [ { - "id": "ed12fc43-8493-4f7b-8772-95c53d5c96cc", + "id": "6917fef3-9819-455c-86c2-febbad98f20d", "name": "Succeeded. Returns a list of entitlements for a potential role.", "originalRequest": { "url": { @@ -93364,7 +93364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e018e41-d766-4afb-a5f5-4206fb9e18cb", + "id": "baf59d0e-0180-43f7-8bf2-93063199501e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93466,7 +93466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c92a4718-3a4b-4036-8995-eaee7d2b2abf", + "id": "31e65561-ffd4-45ce-841d-f34150a78354", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93568,7 +93568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fd4354a-728c-41c5-8709-d8d1b0e25272", + "id": "c89ef5c9-f7bf-4bf9-ba3a-e349f5259a2c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93670,7 +93670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59ee3edf-9a94-4bc5-9b3b-fd45e6d85432", + "id": "19332b55-a686-4b12-87d6-38ceb52ad495", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -93772,7 +93772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1afc63bb-1587-4f2c-a687-628af79b4741", + "id": "2d134828-af43-43ee-9c6c-2aa4078640b2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93880,7 +93880,7 @@ } }, { - "id": "c18f3af0-0acb-44da-91d4-938e2a73b640", + "id": "cfca1d9a-6aae-4b91-b060-3edb13f7c44c", "name": "Retrieves entitlement popularity distribution for a potential role in a role mining session", "request": { "name": "Retrieves entitlement popularity distribution for a potential role in a role mining session", @@ -93944,7 +93944,7 @@ }, "response": [ { - "id": "43e1dacd-aceb-4a82-b928-18e6341a14f3", + "id": "e3e7dac4-4aee-4302-9930-7e7c2b9a969b", "name": "Succeeded. Returns a map containing entitlement popularity distribution for a potential role.", "originalRequest": { "url": { @@ -93996,12 +93996,12 @@ "value": "application/json" } ], - "body": "{\n \"elit_2\": -92239065,\n \"Excepteur_117\": -19644634\n}", + "body": "{\n \"aute_1\": -89288899,\n \"labore_c\": 47959285,\n \"sunt_9f\": -54077150,\n \"culpa_e8\": -68180747\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "21f782f1-bf0c-4002-bfd9-bc52c7784754", + "id": "79da0cb1-b548-4241-bca0-382d270f29cb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94058,7 +94058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6f126fb-4165-4fb6-bd68-9117ab31368e", + "id": "1ec2dbef-3551-4145-b3b1-5f28009aa522", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94115,7 +94115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7eeed8de-c34a-4ec3-8fba-f42e73038b71", + "id": "3b97009a-c896-45fa-bbe9-85314d946c5b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94172,7 +94172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7321f34b-07f7-4054-99fc-e737ba1ee53f", + "id": "07569483-9297-46b0-9460-0819b14210e2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94235,7 +94235,7 @@ } }, { - "id": "8ac4c0a4-fd15-4908-9aa6-4b36354562b7", + "id": "9db272ad-2a55-45b1-afd6-7ad23f0235c7", "name": "Edit entitlements for a potential role to exclude some entitlements", "request": { "name": "Edit entitlements for a potential role to exclude some entitlements", @@ -94302,7 +94302,7 @@ }, "response": [ { - "id": "a0db57c8-a1ce-43b2-b447-0db7198dbe35", + "id": "f44b0049-1af6-4910-a901-d8cc0317126a", "name": "Adds or removes entitlements from a potential role's entitlement exclusion list.", "originalRequest": { "url": { @@ -94357,12 +94357,12 @@ "value": "application/json" } ], - "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"velit_e\": \"in fugiat proident a\",\n \"dolore91e\": \"pa\",\n \"id_9\": \"ut cupidatat\"\n },\n {\n \"officia_428\": \"cupidatat in aute\",\n \"deserunte8\": \"sunt cupidatat\",\n \"dolore_f\": \"culpa do laborum sed\",\n \"in_ac_\": \"voluptate Lorem laboris\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"culpa_d\": \"aliqua ut non exercitation voluptate\"\n },\n {\n \"elit_4_\": \"ad\"\n }\n ]\n }\n ],\n \"identityIds\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"name\": \"Saved Potential Role - 07/10\",\n \"provisionState\": \"POTENTIAL\",\n \"quality\": 100,\n \"roleId\": \"07a0b4e2-7a76-44fa-bd0b-c64654b66519\",\n \"saved\": true,\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n },\n \"type\": \"SPECIALIZED\",\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"createdDate\": \"1965-12-06T00:19:50.657Z\",\n \"modifiedDate\": \"1982-11-06T02:03:25.961Z\"\n}", + "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"elit8\": \"Lorem minim cillum sint qui\",\n \"ut9a9\": \"irure veniam dolore aute Lorem\",\n \"incididunt_c\": \"esse cillum dolore do\"\n },\n {\n \"laborum_d00\": \"ad officia ut consequat ipsum\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"Ute4\": \"Excepteur dolor anim\"\n },\n {\n \"sit_4\": \"ex nulla consequat dolore\"\n }\n ]\n }\n ],\n \"identityIds\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"name\": \"Saved Potential Role - 07/10\",\n \"provisionState\": \"POTENTIAL\",\n \"quality\": 100,\n \"roleId\": \"07a0b4e2-7a76-44fa-bd0b-c64654b66519\",\n \"saved\": true,\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n },\n \"type\": \"SPECIALIZED\",\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"createdDate\": \"1959-09-23T12:38:36.603Z\",\n \"modifiedDate\": \"1999-03-11T09:23:09.991Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7c0d1834-874b-44ff-aa91-15f9a3f58138", + "id": "4b9fb5b0-a25f-425f-9a83-82bb1d10daa5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94422,7 +94422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70f7bfff-a75e-4972-8c92-7e3a01a74d23", + "id": "0856809e-a882-4bef-bdd1-243cd62ffb2d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94482,7 +94482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f266730-74af-4529-84b0-6de65288e806", + "id": "463e3e44-88c5-4995-abd0-95566ffa090f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94542,7 +94542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38e76eda-fcf3-4d74-9867-5e5f5aa4f134", + "id": "32307239-6fc6-4adb-ab45-b4ae129cb172", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94608,7 +94608,7 @@ } }, { - "id": "b84ae4c9-433d-4303-99b5-16e91fd08ae7", + "id": "8e4b3ec9-b5dc-4e9b-969c-0b3b93d63dfa", "name": "Retrieves identities for a potential role in a role mining session", "request": { "name": "Retrieves identities for a potential role in a role mining session", @@ -94644,7 +94644,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -94708,7 +94708,7 @@ }, "response": [ { - "id": "4d4171e6-2778-4028-87b9-33df2c00dd60", + "id": "d8a8e48a-0960-4fde-9388-319cadf8f7c8", "name": "Succeeded. Returns a list of identities for a potential role.", "originalRequest": { "url": { @@ -94739,7 +94739,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -94801,7 +94801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39714dec-d8af-47e4-a5fb-826994306082", + "id": "25a4f5cd-2803-4ee9-9f8c-15ddc323152f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94832,7 +94832,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -94894,7 +94894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19016389-c8aa-4e45-898f-93047c3cd962", + "id": "66093d14-6a15-44e6-9189-b474eb47f692", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94925,7 +94925,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -94987,7 +94987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "438f263d-2fed-4024-b186-d77f064bb216", + "id": "0ff78f13-80bf-4208-81d5-727a44c76000", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95018,7 +95018,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -95080,7 +95080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a6f43d4-9835-4a95-b5ab-a738077d8333", + "id": "e99561e4-b7e7-49b5-b6ce-9de4a8f46ef9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95111,7 +95111,7 @@ "type": "text/plain" }, "key": "filters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -95179,7 +95179,7 @@ } }, { - "id": "0a50691a-1f47-41df-83c3-a50523dd8ba1", + "id": "fa0d00b9-fe50-4fd1-8319-91d0684cc54e", "name": "Export (download) details for a potential role in a role mining session", "request": { "name": "Export (download) details for a potential role in a role mining session", @@ -95233,7 +95233,7 @@ }, "response": [ { - "id": "d2a84667-e5a2-4501-95c0-ca3f28e7eb21", + "id": "c68411e8-2c5e-4c75-aa12-e281cfb3a545", "name": "Succeeded. Returns a zip file containing csv files for identities and entitlements for the potential role.", "originalRequest": { "url": { @@ -95275,12 +95275,12 @@ "value": "application/zip" } ], - "body": "cillum ad Lorem", + "body": "labore ad magna", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "e61330e1-4d41-45f4-9829-8aa5ffb7094e", + "id": "1a24206d-ddba-464a-9460-9f537ffd3780", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95327,7 +95327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51af72a5-a140-41e2-95e6-408c7572a688", + "id": "a643e40e-28d2-4200-97a7-c82ca61d2508", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95374,7 +95374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6e804a5-b2db-4ea4-aa36-73f9a8ed635c", + "id": "bd209eb4-2d63-43ec-9b6a-c6abe030f895", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95421,7 +95421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca62b580-27b9-4a11-9ae1-63c7c32a45f3", + "id": "968fd15f-2629-43f2-a130-a5239c8ba893", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95474,7 +95474,7 @@ } }, { - "id": "f50a7474-94f2-4994-9f4a-fc46425b80ca", + "id": "fa271761-a7db-4616-8c13-6c50e39802dc", "name": "Asynchronously export details for a potential role in a role mining session and upload to S3", "request": { "name": "Asynchronously export details for a potential role in a role mining session and upload to S3", @@ -95541,7 +95541,7 @@ }, "response": [ { - "id": "234017e4-7e38-428f-8724-2daeb6975376", + "id": "62707ea1-2fea-43d2-9b44-47a138e9eb02", "name": "Job Submitted. Returns a reportId that can be used to download the zip once complete", "originalRequest": { "url": { @@ -95601,7 +95601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "340b3ece-e17d-4e1c-b8b0-47c018b508c3", + "id": "cfd1ada0-3b3c-4e30-8453-5f7df0a6508d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95661,7 +95661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4482f00-eb78-45ef-a093-cd13377837cd", + "id": "b540be3e-f50e-451a-82dc-cfa230a66646", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95721,7 +95721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7729f9c-495f-4c87-af13-f099d6e59945", + "id": "e03e7c82-3f71-499a-84ae-81f2d5820296", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95781,7 +95781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bea79b9d-9fa0-48fa-8276-90338fd10f00", + "id": "b31d8913-4f8b-4c37-b1cb-d124a0188d13", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95847,7 +95847,7 @@ } }, { - "id": "c0e8e0b3-2b58-4ce8-ac75-e7be67eb6157", + "id": "a1fb0fea-aa8f-436d-8ec4-39687a1779fe", "name": "Retrieve status of a potential role export job", "request": { "name": "Retrieve status of a potential role export job", @@ -95912,7 +95912,7 @@ }, "response": [ { - "id": "cc40df03-078f-4a60-983a-b331a2e1daed", + "id": "27836c78-024b-49cd-8065-a20cf1d1aa69", "name": "Success. Returns the current status of this export", "originalRequest": { "url": { @@ -95960,7 +95960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51031a32-dca3-4fe2-9727-f9e43360d214", + "id": "0217326e-48de-4756-a7f6-eb6eaa619d6f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96008,7 +96008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cb3a0d0-7110-4b42-9c3c-949fd25ec31f", + "id": "92de6db4-7f12-4462-9003-c9f428fbe854", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96056,7 +96056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3460b99f-2d36-4b0b-87ff-bd360cf64d9d", + "id": "4ac0ab2f-1afa-4512-ac7f-e82182c4cdc9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96104,7 +96104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9562a15-082d-4bd5-9573-5334d4b7ed08", + "id": "64e9ba02-43c4-4185-b885-321ee8db60f6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96158,7 +96158,7 @@ } }, { - "id": "c221d79e-51f4-4c9e-a8ba-81f97692d703", + "id": "65e679c8-d99d-41c3-9c93-d709a87cc085", "name": "Export (download) details for a potential role in a role mining session", "request": { "name": "Export (download) details for a potential role in a role mining session", @@ -96224,7 +96224,7 @@ }, "response": [ { - "id": "2e5759af-ae02-4a15-bb73-579840e8505e", + "id": "054e237a-7190-4114-bb2b-41be47a3966b", "name": "Succeeded. Returns a zip file containing csv files for identities and entitlements for the potential role.", "originalRequest": { "url": { @@ -96268,12 +96268,12 @@ "value": "application/zip" } ], - "body": "cillum ad Lorem", + "body": "labore ad magna", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "2b829bc1-251a-40e5-9ca2-75fa6fa9cb9e", + "id": "02d33db8-f1b6-4c5d-a18c-48fed48f8695", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96322,7 +96322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea189c56-1e7a-43cb-bf3e-8cce7744d3d6", + "id": "5da3f144-4f5f-4479-ade9-b4865a882e27", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96371,7 +96371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7852a426-5f25-4da6-b871-3b646d15cb4c", + "id": "98f5e413-5095-443f-bc22-aef447a82650", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96420,7 +96420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23073047-d4c6-43e9-a79a-5e431a785a16", + "id": "97e7c5b3-7ef0-4870-87e1-efecf8738ce7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96475,7 +96475,7 @@ } }, { - "id": "25d71f76-2b25-488a-b2cc-6a8577a98aaa", + "id": "f89ef38d-545a-4388-92b9-aba9570b6d79", "name": "Create request to provision a potential role into an actual role.", "request": { "name": "Create request to provision a potential role into an actual role.", @@ -96561,7 +96561,7 @@ }, "response": [ { - "id": "c42221f7-9803-4eef-add4-be08ae798240", + "id": "56a44b32-194f-496b-935a-1fe361b050ae", "name": "Accepted. Returns a potential role summary including the status of the provison request", "originalRequest": { "url": { @@ -96635,12 +96635,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\",\n \"potentialRoleRef\": {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\"\n },\n \"identityCount\": 25,\n \"entitlementCount\": 15,\n \"identityGroupStatus\": \"OBTAINED\",\n \"provisionState\": \"PENDING\",\n \"roleId\": \"2a4be6fbcf3c4e66b95a0c15ffd591\",\n \"density\": 90,\n \"freshness\": 70,\n \"quality\": 80,\n \"type\": \"SPECIALIZED\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"createdDate\": \"1998-03-09T12:26:21.573Z\",\n \"saved\": true,\n \"description\": \"Excepteur elit Lorem\",\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n }\n}", + "body": "{\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\",\n \"potentialRoleRef\": {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\"\n },\n \"identityCount\": 25,\n \"entitlementCount\": 15,\n \"identityGroupStatus\": \"OBTAINED\",\n \"provisionState\": \"PENDING\",\n \"roleId\": \"2a4be6fbcf3c4e66b95a0c15ffd591\",\n \"density\": 90,\n \"freshness\": 70,\n \"quality\": 80,\n \"type\": \"SPECIALIZED\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"createdDate\": \"2024-07-12T17:09:26.438Z\",\n \"saved\": true,\n \"description\": \"ullamco quis\",\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a47c5e25-15a4-4e46-a868-7138042517e2", + "id": "ad96a634-3654-40b6-9812-797623048957", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96719,7 +96719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1060253b-b534-4afa-894b-fd752b9f7b77", + "id": "31c42993-6e97-4ead-95e6-3ab59b30f818", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96798,7 +96798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f21bbc14-1230-4b49-bd3a-ef73fb1ed4cb", + "id": "d06061fd-d6b3-43ba-a38a-99e969fbc19c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96877,7 +96877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f173c7e6-31b4-4468-9a10-61918e279cba", + "id": "270da784-4585-4a68-b132-3425d6b5f499", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -96956,7 +96956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8d7e5c3-0955-4ead-a309-1e1b7493c659", + "id": "413c5e2d-951b-451c-8b9a-e7d966208e2f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97041,7 +97041,7 @@ } }, { - "id": "63699d5e-aab9-49af-9846-0ed4187a9af3", + "id": "98058c9d-1223-4d87-acc8-0d0c0c6156f8", "name": "Retrieves excluded entitlements for a potential role in a role mining session", "request": { "name": "Retrieves excluded entitlements for a potential role in a role mining session", @@ -97141,7 +97141,7 @@ }, "response": [ { - "id": "89153e49-ebb3-433e-8711-07c0d41f5f9a", + "id": "58847aaa-e794-4b63-9f6a-607c676cb216", "name": "Succeeded. Returns a list of excluded entitlements for a potential roles.", "originalRequest": { "url": { @@ -97234,7 +97234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e875eb12-d337-4693-9055-c93132f5e9b2", + "id": "dd0235e3-ad25-48bc-b7df-6565ab99ab8d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97327,7 +97327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "587e6a1b-3a06-418a-b3a8-9089bfe25e66", + "id": "34ac6c8c-c64d-45c7-a914-86ba43c25e76", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97420,7 +97420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78377931-d1b7-4034-8e67-f809a8307dcb", + "id": "d8a5c50f-8a18-4677-8eeb-e95ff7e8482b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97513,7 +97513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c50be9d9-fc7e-4727-95b3-0db46e6980ae", + "id": "eee5415b-3a58-48c4-a652-b7566790131d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97612,7 +97612,7 @@ } }, { - "id": "ad28ccc5-cab5-41f5-bedc-cfa4e857f5a2", + "id": "6f84a809-7f1c-4a5c-8fb5-e59a49c69134", "name": "Retrieves all potential role summaries", "request": { "name": "Retrieves all potential role summaries", @@ -97687,7 +97687,7 @@ }, "response": [ { - "id": "d53d4b83-425a-48ab-b37d-09a85ace8a59", + "id": "5b6835e0-093b-4825-ae5f-fef722cda8a8", "name": "Succeeded. Returns all potential role summaries that match the query parameters.", "originalRequest": { "url": { @@ -97771,12 +97771,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\",\n \"potentialRoleRef\": {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\"\n },\n \"identityCount\": 25,\n \"entitlementCount\": 15,\n \"identityGroupStatus\": \"OBTAINED\",\n \"provisionState\": \"PENDING\",\n \"roleId\": \"2a4be6fbcf3c4e66b95a0c15ffd591\",\n \"density\": 90,\n \"freshness\": 70,\n \"quality\": 80,\n \"type\": \"SPECIALIZED\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"createdDate\": \"1998-03-01T01:30:21.943Z\",\n \"saved\": true,\n \"description\": \"reprehenderit cillum\",\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n }\n },\n {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\",\n \"potentialRoleRef\": {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\"\n },\n \"identityCount\": 25,\n \"entitlementCount\": 15,\n \"identityGroupStatus\": \"OBTAINED\",\n \"provisionState\": \"PENDING\",\n \"roleId\": \"2a4be6fbcf3c4e66b95a0c15ffd591\",\n \"density\": 90,\n \"freshness\": 70,\n \"quality\": 80,\n \"type\": \"SPECIALIZED\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"createdDate\": \"1999-07-30T07:16:24.018Z\",\n \"saved\": true,\n \"description\": \"qui reprehenderit ex deserunt\",\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\",\n \"potentialRoleRef\": {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\"\n },\n \"identityCount\": 25,\n \"entitlementCount\": 15,\n \"identityGroupStatus\": \"OBTAINED\",\n \"provisionState\": \"PENDING\",\n \"roleId\": \"2a4be6fbcf3c4e66b95a0c15ffd591\",\n \"density\": 90,\n \"freshness\": 70,\n \"quality\": 80,\n \"type\": \"SPECIALIZED\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"createdDate\": \"2001-08-17T16:04:45.682Z\",\n \"saved\": true,\n \"description\": \"esse exercitation\",\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n }\n },\n {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\",\n \"potentialRoleRef\": {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\"\n },\n \"identityCount\": 25,\n \"entitlementCount\": 15,\n \"identityGroupStatus\": \"OBTAINED\",\n \"provisionState\": \"PENDING\",\n \"roleId\": \"2a4be6fbcf3c4e66b95a0c15ffd591\",\n \"density\": 90,\n \"freshness\": 70,\n \"quality\": 80,\n \"type\": \"SPECIALIZED\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"createdDate\": \"1945-07-20T10:46:04.928Z\",\n \"saved\": true,\n \"description\": \"minim cillum sunt\",\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9aa87efd-064b-4a88-9a66-464ba3016a9b", + "id": "a1e5be8b-eb9e-46c8-b0d3-f3d8b825baee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97865,7 +97865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c286ea9e-ed0d-426b-b1ca-b0ccfb6c6fa2", + "id": "3499f0e4-e6f0-4667-af3e-f40ba6e68a3e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97954,7 +97954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6f3bccd-0c3c-44bf-b88f-42eeb9a28e54", + "id": "f12c15be-ccec-4ae7-b78b-e9d4b1697513", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98043,7 +98043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97a6ad06-e32b-4fce-8abb-bf72987607c7", + "id": "d8f44711-3c9b-40c7-9ea6-66ced3a2bf7f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98132,7 +98132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00134a51-85c8-40fd-9b52-52077f58e798", + "id": "94bdf5b4-c29f-456d-8233-398487c962dd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98227,7 +98227,7 @@ } }, { - "id": "5ce590f9-4107-41c4-9ac8-a9bd31ceaf11", + "id": "ccdd785a-f3b7-4af2-b9f9-53f82eec78e4", "name": "Retrieves a specific potential role", "request": { "name": "Retrieves a specific potential role", @@ -98268,7 +98268,7 @@ }, "response": [ { - "id": "265a4ff0-a225-484f-9f3d-670407a0fa76", + "id": "b3ef47b4-015f-4458-b6e1-1ca7b3cd751a", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -98307,12 +98307,12 @@ "value": "application/json" } ], - "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"velit_e\": \"in fugiat proident a\",\n \"dolore91e\": \"pa\",\n \"id_9\": \"ut cupidatat\"\n },\n {\n \"officia_428\": \"cupidatat in aute\",\n \"deserunte8\": \"sunt cupidatat\",\n \"dolore_f\": \"culpa do laborum sed\",\n \"in_ac_\": \"voluptate Lorem laboris\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"culpa_d\": \"aliqua ut non exercitation voluptate\"\n },\n {\n \"elit_4_\": \"ad\"\n }\n ]\n }\n ],\n \"identityIds\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"name\": \"Saved Potential Role - 07/10\",\n \"provisionState\": \"POTENTIAL\",\n \"quality\": 100,\n \"roleId\": \"07a0b4e2-7a76-44fa-bd0b-c64654b66519\",\n \"saved\": true,\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n },\n \"type\": \"SPECIALIZED\",\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"createdDate\": \"1965-12-06T00:19:50.657Z\",\n \"modifiedDate\": \"1982-11-06T02:03:25.961Z\"\n}", + "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"elit8\": \"Lorem minim cillum sint qui\",\n \"ut9a9\": \"irure veniam dolore aute Lorem\",\n \"incididunt_c\": \"esse cillum dolore do\"\n },\n {\n \"laborum_d00\": \"ad officia ut consequat ipsum\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"Ute4\": \"Excepteur dolor anim\"\n },\n {\n \"sit_4\": \"ex nulla consequat dolore\"\n }\n ]\n }\n ],\n \"identityIds\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"name\": \"Saved Potential Role - 07/10\",\n \"provisionState\": \"POTENTIAL\",\n \"quality\": 100,\n \"roleId\": \"07a0b4e2-7a76-44fa-bd0b-c64654b66519\",\n \"saved\": true,\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n },\n \"type\": \"SPECIALIZED\",\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"createdDate\": \"1959-09-23T12:38:36.603Z\",\n \"modifiedDate\": \"1999-03-11T09:23:09.991Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d126f919-285d-41c7-918d-19b726444cef", + "id": "1aace966-131e-4e50-beac-42b999da6526", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98356,7 +98356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fac8244-fe2c-4209-b94f-3fc97314a7ff", + "id": "0d07a9ef-0540-4810-9a26-d517a27259f1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98400,7 +98400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a678cee4-18ec-48d8-adf8-dd59d1edb860", + "id": "7cfff8fe-de25-4557-ac16-b0c07535d8ea", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98444,7 +98444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aecd8d54-ffbe-478e-89af-3c8896bc2f49", + "id": "ecb82d1d-e030-4f09-90de-33268a62ff6c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98488,7 +98488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f05c0cf-ac2b-4250-ad5b-6eff495a0cf8", + "id": "75072dfc-e5e8-404b-ae87-39b04a54dfc3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98538,7 +98538,7 @@ } }, { - "id": "d9c535d0-c49c-4cef-8837-9619e38792ba", + "id": "db3373a9-2eb6-4a38-a34c-2e965f4da020", "name": "Update a potential role", "request": { "name": "Update a potential role", @@ -98592,7 +98592,7 @@ }, "response": [ { - "id": "db61fa02-4228-42d4-adff-94ae57183c72", + "id": "266d1267-2caf-438f-8673-6fccffeb7ee2", "name": "Succeeded. Returns the potential role summary based on the potentialRoleId provided.", "originalRequest": { "url": { @@ -98649,7 +98649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80f1e17c-cb85-482f-847a-81edb152d58e", + "id": "63932a29-e4e8-4555-acb6-8b7891b8e77d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98706,7 +98706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f08fa159-eea0-47e2-bd30-e65b32d554fe", + "id": "20830ed8-68b2-409e-8310-46d4cb4b4c2b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98763,7 +98763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "545760e3-a0c2-4d72-a205-aeda21fbef9e", + "id": "849bc6b3-5b58-4216-ba72-5b93cab21eda", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98820,7 +98820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "419869d9-5db3-446e-b32e-3a153de7b60d", + "id": "b78125c7-3f58-4bf8-ac37-8881ef1711bf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98877,7 +98877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51a3a975-9516-478a-bfcf-523598f826de", + "id": "8521f606-d14b-4f93-a3ab-e80479d18a5e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98934,7 +98934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84732b09-bc96-4f53-a4fd-6084a2d3ad8c", + "id": "ebc44bd7-4725-4388-a68d-16cf58a8e6df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98997,7 +98997,7 @@ } }, { - "id": "d25c6088-08c9-4d8d-badf-878928aa3cd8", + "id": "90553eb8-f14d-4885-96ce-799473b79a66", "name": "Retrieves all saved potential roles", "request": { "name": "Retrieves all saved potential roles", @@ -99064,7 +99064,7 @@ }, "response": [ { - "id": "ab39f3e3-0692-4d86-8a4e-19758fd87bee", + "id": "3ebe8682-c089-442b-a8fc-929cbc5e1e02", "name": "Succeeded. Returns a list of draft roles for a role mining session.", "originalRequest": { "url": { @@ -99140,12 +99140,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"name\": \"Saved RM Session - 07/10\",\n \"description\": \"Person who develops software\",\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"entitlementIds\": [\n \"2c91808a7624751a01762f19d665220d\",\n \"2c91808a7624751a01762f19d67c220e\"\n ],\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"modified\": \"2020-09-16T18:49:32.150Z\",\n \"type\": \"SPECIALIZED\",\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"createdDate\": \"2003-10-23T18:17:38.784Z\",\n \"modifiedDate\": \"1981-12-29T09:54:26.720Z\"\n },\n {\n \"name\": \"Saved RM Session - 07/10\",\n \"description\": \"Person who develops software\",\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"entitlementIds\": [\n \"2c91808a7624751a01762f19d665220d\",\n \"2c91808a7624751a01762f19d67c220e\"\n ],\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"modified\": \"2020-09-16T18:49:32.150Z\",\n \"type\": \"SPECIALIZED\",\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"createdDate\": \"1976-07-10T11:56:48.153Z\",\n \"modifiedDate\": \"1971-03-21T20:11:17.844Z\"\n }\n]", + "body": "[\n {\n \"name\": \"Saved RM Session - 07/10\",\n \"description\": \"Person who develops software\",\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"entitlementIds\": [\n \"2c91808a7624751a01762f19d665220d\",\n \"2c91808a7624751a01762f19d67c220e\"\n ],\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"modified\": \"2020-09-16T18:49:32.150Z\",\n \"type\": \"SPECIALIZED\",\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"createdDate\": \"1978-11-27T05:32:34.556Z\",\n \"modifiedDate\": \"1982-05-19T00:05:09.177Z\"\n },\n {\n \"name\": \"Saved RM Session - 07/10\",\n \"description\": \"Person who develops software\",\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"entitlementIds\": [\n \"2c91808a7624751a01762f19d665220d\",\n \"2c91808a7624751a01762f19d67c220e\"\n ],\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"modified\": \"2020-09-16T18:49:32.150Z\",\n \"type\": \"SPECIALIZED\",\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"createdDate\": \"1975-02-23T14:49:25.787Z\",\n \"modifiedDate\": \"1947-11-15T07:51:51.073Z\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cb5238b5-50f5-43a7-81ea-63c467691bf8", + "id": "8464f1f7-8286-4466-b5b1-267b408b2fe5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99226,7 +99226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc5c96c6-85ce-4fba-8501-859a75be1ec4", + "id": "a5b46734-a28e-4fb1-9a08-7ad8405e816d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99307,7 +99307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7138c887-c781-4a16-88f7-9a75c5b99b39", + "id": "6903101b-0496-48cb-80ea-a8cbc91c363f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99388,7 +99388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bace12d-9c1c-4f72-a458-68fa0e80b2db", + "id": "daf78718-b5c7-482b-84d7-3f108abaed3b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99469,7 +99469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8ee18cd-1723-4f1f-b295-1fd7e1f4c98e", + "id": "a770391f-2a04-40e8-bcdc-0d8e42cea750", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99556,7 +99556,7 @@ } }, { - "id": "27854464-3adb-42db-aa23-922ffb72546b", + "id": "3db15fff-e91e-49a9-9ae2-8af4b3d00772", "name": "Retrieves potential role source usage", "request": { "name": "Retrieves potential role source usage", @@ -99647,7 +99647,7 @@ }, "response": [ { - "id": "96e98a92-1768-4e44-9bc3-0a13783aee78", + "id": "e0e495cf-2df8-4d75-9a54-aba863c39a5c", "name": "Succeeded. Returns a list of source usage for the identities in a potential role.", "originalRequest": { "url": { @@ -99731,7 +99731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89d26830-e397-492d-91cb-189108dbd7a6", + "id": "0ded194b-c975-4904-839c-3c7cd290aa3f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99815,7 +99815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b501208-6e50-4d43-8c94-5c8893b8afe1", + "id": "9977b071-19ac-4c0a-abba-156c20c1367b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99899,7 +99899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8e312d2-7df5-4140-86f4-712b8f67d6a0", + "id": "134d260a-a583-4f6e-a29f-cf58a2c62454", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99983,7 +99983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "959beb41-a2be-47c7-bc3b-9a964387a25f", + "id": "4ca98958-c58c-4834-b269-8dee339eab0c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100067,7 +100067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "225f6f48-aeca-4f5f-bc55-d910a5809409", + "id": "d4105a38-12a0-412c-90a6-3ac8649619e6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100163,7 +100163,7 @@ "description": "Use this API to implement functionality related to object icons (application icons for example). \nWith this functionality in place, administrators can set or remove an icon for specific object type for use throughout Identity Security Cloud.\n", "item": [ { - "id": "ecad4c68-8405-4cd3-a7ce-5e5bb7b36863", + "id": "b88963c5-4431-46e7-b751-62c104242dcf", "name": "Update an icon", "request": { "name": "Update an icon", @@ -100231,7 +100231,7 @@ }, "response": [ { - "id": "b3393629-9b73-4b87-98c6-2d740e9bf65b", + "id": "51a9ba0e-76cd-4213-9cf6-dea0e412d178", "name": "Icon updated", "originalRequest": { "url": { @@ -100292,7 +100292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b827297-a3eb-47d3-b7e2-511909f6c6b2", + "id": "b842ddd8-e1a1-48e7-a96d-83a7ad0705e5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100353,7 +100353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4a3487b-8863-4b11-b5bc-630ee213298b", + "id": "b37e2d63-3947-4247-ae0b-4132659603bc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100414,7 +100414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1687604-718c-4a30-b0b7-f695f5434bf5", + "id": "d2d4ded7-e844-4222-bba9-fa2b75e4e54b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100475,7 +100475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3ceeb01-67b6-4760-8760-e2d015a617b2", + "id": "e51461b9-b0e3-48ae-97ea-d3401d37b357", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100536,7 +100536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b5a2a81-b8a6-4602-b35a-31afd0c158a6", + "id": "0e2b0ea0-874d-4cdf-addc-584afe1dde2f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100597,7 +100597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57147d10-17a9-40c5-9dd0-cbce0b596ace", + "id": "2177bbc0-b7e5-47e6-9cca-e38bef09f6f8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100664,7 +100664,7 @@ } }, { - "id": "313d5334-6675-4938-801e-c1d63c390580", + "id": "a88273e0-a043-4c78-a833-0744f4667fb6", "name": "Delete an icon", "request": { "name": "Delete an icon", @@ -100716,7 +100716,7 @@ }, "response": [ { - "id": "a527b302-3076-4a06-833b-a2759ed645bf", + "id": "ecf09739-e9d4-4e75-b5ef-082002cd76bb", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -100751,7 +100751,7 @@ "_postman_previewlanguage": "text" }, { - "id": "48f5feef-52a0-44e9-9ee3-94a4d4a78bee", + "id": "08cc9bba-fed9-4741-9b10-3880a34f7523", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100796,7 +100796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "276388da-d0be-4aaa-863d-a1c178c4aff6", + "id": "d795f897-09c0-4818-bd15-3c78df0520e9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100841,7 +100841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed763a9f-4192-4282-a7b4-4d0b4dc45ea1", + "id": "ded3a996-e842-4d07-a72c-712bc886bfe9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100886,7 +100886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8470f700-8a15-4c95-821e-ec85d72f67be", + "id": "bf943bd8-4f6f-4494-a110-3c7f8d6216fa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100931,7 +100931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7c7c2d4-640e-4e48-b95e-07e5b0680645", + "id": "29db3f91-3d66-414f-a880-9c26ef69c83b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100976,7 +100976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95a7bf9a-3491-4277-9bbb-a9b5be6c1ee1", + "id": "e5c82b55-4dde-4a24-b9f4-031745037998", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101033,7 +101033,7 @@ "description": "Use this API to implement identity functionality.\nWith this functionality in place, administrators can synchronize an identity's attributes with its various source attributes.\n\nIdentity Security Cloud uses identities as users' authoritative accounts. Identities can own other accounts, entitlements, and attributes.\n\nAn identity has a variety of attributes, such as an account name, an email address, a job title, and more.\nThese identity attributes can be correlated with different attributes on different sources.\nFor example, the identity John.Smith can own an account in the GitHub source with the account name John-Smith-Org, and Identity Security Cloud knows they are the same person with the same access and attributes.\n\nIn Identity Security Cloud, administrators often set up these synchronizations to get triggered automatically with a change or to run on a schedule.\nTo manually synchronize attributes for an identity, administrators can use the Identities drop-down menu and select Identity List to view the list of identities.\nThey can then select the identity they want to manually synchronize and use the hamburger menu to select 'Synchronize Attributes.'\nDoing so immediately begins the attribute synchronization and analyzes all accounts for the selected identity.\n\nRefer to [Synchronizing Attributes](https://documentation.sailpoint.com/saas/help/provisioning/attr_sync.html) for more information about synchronizing attributes.\n", "item": [ { - "id": "9ea5f39a-5a02-4787-80fb-72125976292c", + "id": "892dc513-913b-4812-9e8d-e3d55e025cad", "name": "Attribute synchronization for single identity.", "request": { "name": "Attribute synchronization for single identity.", @@ -101054,7 +101054,7 @@ "variable": [ { "type": "any", - "value": "eiusmod qui in ullamco", + "value": "nisi", "key": "identityId", "disabled": true, "description": { @@ -101075,7 +101075,7 @@ }, "response": [ { - "id": "0edec1dd-2d01-464c-b7f9-448d97b9c761", + "id": "06792d5d-0d4f-4787-bf68-0265534fee14", "name": "An Identity Sync job", "originalRequest": { "url": { @@ -101120,7 +101120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49069eb6-dbf1-454f-82e2-95fb17b4ce7b", + "id": "7ac48474-63c6-4d12-b979-e9f7aeaa884b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101165,7 +101165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a68c05c9-6a07-46ae-8206-045bf442c890", + "id": "e9a53129-8cde-4cc8-a970-560e9d574107", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101210,7 +101210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "873b8dbf-0902-42f0-a180-a544b6ab0c46", + "id": "96c9f0b2-5bfa-4316-8076-68bc2d4ef455", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101255,7 +101255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e084cc3-a559-4d57-a1ab-cb87de637da9", + "id": "ff37b8e0-c984-4713-9ade-401370dd8baf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101300,7 +101300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "488fc63e-c433-48aa-ac93-7f7ee7e2de2c", + "id": "d521b42b-5b5b-4ff3-8ddd-cc2003357201", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101345,7 +101345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a94e470-8949-4067-80ad-a7e39d356601", + "id": "d293d361-cda1-4e4d-82e9-88548b3c2ee6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101396,7 +101396,7 @@ } }, { - "id": "ed23f123-5e39-4bfe-a79c-708d4fcc8860", + "id": "0513a65a-8df5-4f55-9d05-5b0e5ae7c89d", "name": "Get ownership details", "request": { "name": "Get ownership details", @@ -101438,7 +101438,7 @@ }, "response": [ { - "id": "a05513d3-3c85-4518-9c8e-d46cfc401045", + "id": "84f350c9-2278-4962-9834-ed24dbf5b684", "name": "Identity's ownership association details.", "originalRequest": { "url": { @@ -101483,7 +101483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a9fa700-b154-4c3a-a5ba-85796ebeb611", + "id": "85cd8541-05cb-4a89-b5ed-d9cabd278db6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101528,7 +101528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49e52cf4-d3b1-4069-87e1-f9928ddd2acf", + "id": "c14ae62f-d75f-4be7-abf0-40b8733a2770", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101573,7 +101573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "295f037e-e2bf-4022-a474-041d106d3ad4", + "id": "41180f47-3789-48f8-ad93-0e8392553bef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101618,7 +101618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d72bea43-c972-4679-ab4a-80483633dbbd", + "id": "e09ec709-c8ba-431e-ab20-a1c983553c66", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101663,7 +101663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59637807-2eb2-4cce-a593-a7cb6a098318", + "id": "ae9b36eb-4ad1-46b1-bb5f-c70e6f99ac1f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101708,7 +101708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bd7f0a9-0632-4f15-801b-f45e5b8ee7e7", + "id": "64215a75-ac3f-46d4-a92a-c0dadfe62c69", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101759,7 +101759,7 @@ } }, { - "id": "d4e2b2b0-2027-4425-91b6-e7a3b1fad7d6", + "id": "21cede47-9773-40a1-b776-4676c7c8871c", "name": "List Identities", "request": { "name": "List Identities", @@ -101843,7 +101843,7 @@ }, "response": [ { - "id": "39214b21-d480-41ab-8794-255fe990c9b9", + "id": "f52ea75a-b9e4-4ad4-91d2-2f83df7adeae", "name": "List of identities.", "originalRequest": { "url": { @@ -101941,7 +101941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "880f88fc-b224-45b7-ab07-14f67094277a", + "id": "aa5c2389-2ff3-4c1c-9e44-4aa9e3a316cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102039,7 +102039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b67c85d4-8821-4a9e-bc51-1b70df84bb03", + "id": "476bdbc7-8002-4cb2-8bf8-bba211cb7bae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102137,7 +102137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7abb6efa-044e-4ac5-a16e-562359af0ca9", + "id": "4098da61-9b17-4682-8d80-f76380ecf27f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102235,7 +102235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fd54dad-2e80-4d8a-a424-35dec2d5aef0", + "id": "5f80a08a-bce9-4229-8316-5bf008425125", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102333,7 +102333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5964b3f4-4308-4248-8150-41323144d788", + "id": "42e3a4e3-dad0-41b2-a4e7-e8e7b1c0f439", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102437,7 +102437,7 @@ } }, { - "id": "43445f20-af91-42bb-8d2a-de6e73e7db56", + "id": "36763d1a-4961-4cfa-9913-eb69493b5db3", "name": "Identity Details", "request": { "name": "Identity Details", @@ -102478,7 +102478,7 @@ }, "response": [ { - "id": "568d69b2-4a3a-43e4-bf13-b8bdb290dda6", + "id": "4502d0b7-040f-42ff-bc5f-1542629f34bb", "name": "An identity object", "originalRequest": { "url": { @@ -102522,7 +102522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6c1592c-909b-4a5d-9c19-e0a514a8cc86", + "id": "b23a2e9e-a730-4799-bd92-78b094b9a7d6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102566,7 +102566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4263f489-0328-4ce0-8715-a550e1afa7f7", + "id": "a59d0bc9-7755-48a9-a31b-76095c6e9e5d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102610,7 +102610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d95638d-18fc-4a4c-87ec-571b90f9603f", + "id": "2c736a54-aea2-43c2-831b-1da661e3fc87", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102654,7 +102654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5eeb4750-d369-4a95-bb2d-44a9a6811e66", + "id": "387c9314-a333-4918-aea1-4c14c11aaff6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -102698,7 +102698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfe5c301-ed1e-4827-89bb-6bc7b2f8b5b8", + "id": "727d884e-8553-4e88-a879-848537e953e0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102742,7 +102742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "270c2a82-4f40-4c7e-9bd7-bb9fa1004e51", + "id": "7ecf3de9-5171-4f59-b8e0-a45920f28b29", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102792,7 +102792,7 @@ } }, { - "id": "6fa2c60a-dc27-4496-b9f8-7fa4a586705a", + "id": "2aa48f71-228b-43ed-8212-7671abcc91f5", "name": "Delete identity", "request": { "name": "Delete identity", @@ -102833,7 +102833,7 @@ }, "response": [ { - "id": "e119fba6-59f7-4a01-b897-97c9bdbf864e", + "id": "8d4fe458-947c-48bf-acd6-cafb2bac36e1", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -102867,7 +102867,7 @@ "_postman_previewlanguage": "text" }, { - "id": "903ab9b8-716b-46a7-9206-f843e4ffd363", + "id": "d471c936-da8d-4e73-a9ab-5406aa02dd0b", "name": "Client Error - Returned if the request is invalid. It may indicate that the specified identity is marked as protected and cannot be deleted.", "originalRequest": { "url": { @@ -102911,7 +102911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9aba44d5-98c9-44da-8969-0f16aea26b48", + "id": "e05677b4-8dae-4035-b9be-dd80bc2d2aea", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102955,7 +102955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42079661-b9f6-498e-8598-a89c9ae28f25", + "id": "fbcecdc6-aaa2-4935-8067-8ef013605389", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102999,7 +102999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e149d376-d888-487f-a05e-d06b0626971e", + "id": "79cf241b-736c-4d66-8c65-7907cfae31f3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103043,7 +103043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb7c35ba-67d6-453c-a994-0304a22b377e", + "id": "2ff2c441-ba73-40a8-ae6a-db2c96a2350c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103087,7 +103087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "056dd0f4-5de3-4dbd-9f02-347e294e0c7f", + "id": "94e5725d-1aa7-4a77-ac73-354606bbfa3f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103137,7 +103137,7 @@ } }, { - "id": "c6a60bf4-78e3-4b8a-af1b-5cb1e4bfbf86", + "id": "cbc2e8af-cbef-45b0-969d-2f523ffbac33", "name": "Invite identities to register", "request": { "name": "Invite identities to register", @@ -103180,7 +103180,7 @@ }, "response": [ { - "id": "47757729-d438-4430-9cdb-dc4b05808cc3", + "id": "514d55f2-3b0a-427e-be6e-bd18d4c3cdd8", "name": "Responds with an initial TaskStatus for the executed task", "originalRequest": { "url": { @@ -103232,12 +103232,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"Duis3\": \"eiusmod\",\n \"anim_57\": 6927456.197440922\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n}", + "body": "{\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"tempor_30d\": -30375944.08349693,\n \"quifc\": -12428373.75241366,\n \"in_a\": true,\n \"Duis_b04\": 43123207.69429344\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e9418e41-6505-4ba7-8273-f637fc10810c", + "id": "14c8fefb-f6e3-4cf7-8b70-4046601ddb48", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103294,7 +103294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba7ccef2-c65b-479f-9011-40bd241d6010", + "id": "4e80c5d1-ef71-4d57-86b2-783d17d26076", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103351,7 +103351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdd45630-8073-416b-8c12-3ea9eefe401a", + "id": "c347d656-6eed-4a47-9243-9a808bb550e9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103408,7 +103408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b33ad163-9aab-4974-a471-1d00a562b583", + "id": "c45744e3-e729-4db9-9798-0583b75ec65d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103465,7 +103465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3450e3cd-1bbe-4c03-8fa4-0940932ff9d8", + "id": "57b1bb04-4d4c-43bd-82ab-c9b8be3df5b1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103522,7 +103522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a1a574f-84c9-44b5-a5d8-d93c5467f9d1", + "id": "d29b4548-f055-4276-9794-7e1677d50099", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103585,7 +103585,7 @@ } }, { - "id": "4b74034e-8539-4da8-8c3a-62b3260a60b3", + "id": "b1b419a3-e3ae-4e69-9e27-a2a20bd8141f", "name": "Send password reset email", "request": { "name": "Send password reset email", @@ -103636,7 +103636,7 @@ }, "response": [ { - "id": "ceb64b15-dc47-4c52-8aa1-ded5b6bd9f32", + "id": "26a6ddaf-f3ce-4715-bda6-8a989eb363b4", "name": "The email was successfully sent", "originalRequest": { "url": { @@ -103686,7 +103686,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3ca75651-0959-4be7-8ec0-8c99b779248c", + "id": "6c289596-fb39-40dd-ad34-7eb681ab2fe6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103746,7 +103746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95912c50-c770-42d9-a990-9a12c204abfd", + "id": "5abeaae6-bc2d-4810-93f7-802039efef15", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103806,7 +103806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79b85f86-e6d4-4f1d-a969-c8a1488952c2", + "id": "db8261f0-dff3-4489-b57e-096f7b21966c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103866,7 +103866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89e171b8-bef5-4572-bd81-012ab294e295", + "id": "d9abea4b-d7be-4a6c-b258-271176fff81a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103926,7 +103926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63d46023-0c2c-44ee-bb68-ab533c37d521", + "id": "ff892160-d6e7-4960-b5a1-1f660c2e9353", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103986,7 +103986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebcf5ecc-a7dc-4891-aae7-b40eb15996b1", + "id": "6d77fae8-41d0-4cae-be42-2e47366ce254", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104052,7 +104052,7 @@ } }, { - "id": "2d3ae284-57ba-47d2-b7a4-df9f340a4b2b", + "id": "e26addd6-c604-42b6-ad90-6da7666d4dd9", "name": "Process a list of identityIds", "request": { "name": "Process a list of identityIds", @@ -104095,7 +104095,7 @@ }, "response": [ { - "id": "5b2e1a89-6860-4f09-9f5e-84153b6ec4aa", + "id": "6fe99890-acfe-4ff2-9504-197b50b896ba", "name": "Object containing the DTO type TASK_RESULT and the job id for the task", "originalRequest": { "url": { @@ -104152,7 +104152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "640fdead-562e-42fb-9ab2-2c28952b701c", + "id": "f5b10e3a-d1e8-43fd-900e-b9bfea673b34", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104209,7 +104209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88b24878-4cab-4ba0-9820-9b0026837199", + "id": "9a3d95ea-7025-4fa0-a53b-c25d83cf09be", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104266,7 +104266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3260560d-df94-4766-a12b-a0447e1d6ca3", + "id": "14c55a38-0411-4e23-8d16-c63ebfcb6a48", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104323,7 +104323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ccd02f4-3cf8-4089-b16d-6dc9520c3441", + "id": "e551e1a9-b68d-42b1-9df1-943c9feae549", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -104380,7 +104380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f825f5e-158c-44a3-98e1-7a5151b73417", + "id": "e25ba6c3-42a9-4cb3-9348-668d5da9f886", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104437,7 +104437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83dfb83f-9ffe-4a62-be52-41cc61f63b0e", + "id": "42a9e105-ae42-4c19-82d9-488adc50d87f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104500,7 +104500,7 @@ } }, { - "id": "523558a7-a8a9-4a85-a3f0-96f8c79e883a", + "id": "ecea0d51-6cca-4b33-babf-fabec04fbf36", "name": "Reset an identity", "request": { "name": "Reset an identity", @@ -104546,7 +104546,7 @@ }, "response": [ { - "id": "2119ae6e-1585-4b76-96d5-e38b8e594852", + "id": "23bdc451-d741-44f8-a088-ad10a6cd78c3", "name": "Accepted. The reset request accepted and is in progress.", "originalRequest": { "url": { @@ -104581,7 +104581,7 @@ "_postman_previewlanguage": "text" }, { - "id": "26f25cca-7056-4816-98bc-a7336ab5df1b", + "id": "9675b57a-7f03-43d8-b8be-d26793932324", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104626,7 +104626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a999784-a550-4601-87ae-ee7021fc4e7c", + "id": "d84e33f0-c8fb-4fd1-a6c0-7f6adb3b0a61", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104671,7 +104671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6df9cd1-fa47-4e0b-98fa-586fbca76f06", + "id": "d1a1eb02-134d-40cd-8745-4f3459ec26b4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104716,7 +104716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2c47d2d-c9ee-45a5-9cc0-ae8f2cfbb5cd", + "id": "6b6998e9-6aa1-4d60-b8d3-8ed06a01da0d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -104761,7 +104761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35412528-1a1c-47ca-8585-381333e133ed", + "id": "71e7e0c8-1faf-42e0-8c2b-0e675a8f9174", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104806,7 +104806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe2dca71-a54a-437e-9b9a-52d3353606bc", + "id": "a12e415c-99fa-40e5-93f3-326a065eb0ba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104857,7 +104857,7 @@ } }, { - "id": "06c0dda9-3653-41e6-bb7b-4734b0acd1b3", + "id": "c3824f62-da53-44a0-97e4-905772f02367", "name": "List role assignments", "request": { "name": "List role assignments", @@ -104918,7 +104918,7 @@ }, "response": [ { - "id": "6912e9ad-5540-4662-8e75-0907c814ffef", + "id": "e0be4707-731a-40aa-ad5e-4fb93f5f1f2e", "name": "A role assignment object", "originalRequest": { "url": { @@ -104982,7 +104982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4399d1a4-7c74-411f-ade1-db185e975c9a", + "id": "04ce0392-b920-4484-83e2-9fc23a046f33", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105046,7 +105046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d368225-278a-41eb-9625-11270369c0ae", + "id": "bf2e903a-2e63-45fe-9a1e-0a43855845cd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105110,7 +105110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6735e10f-b5b1-4874-848f-e952eb7c37b3", + "id": "8af37497-e27a-4e0a-9e21-0dbd56f22451", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105174,7 +105174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59c75079-1acb-4fce-9aac-f2ddbb56c816", + "id": "2d6738b9-6d37-4dff-be6d-ce1fabceeecd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -105238,7 +105238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d13a5e87-0893-44c1-8823-cec763fa910d", + "id": "fe6e2ecf-1afb-42c3-828c-1b8378b62577", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105302,7 +105302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "541c8eba-0a33-4024-b3ab-f983405c5656", + "id": "ad60c3dc-bc38-4871-b82f-ef6080da21e8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105372,7 +105372,7 @@ } }, { - "id": "d5edd54b-5e5a-46b9-9f47-faf8ac6f73a3", + "id": "70872a1f-15f4-4151-9b5e-274bccfcdf0f", "name": "Role assignment details", "request": { "name": "Role assignment details", @@ -105422,7 +105422,7 @@ }, "response": [ { - "id": "7ff873f4-e483-41fa-a064-a7b2fc2ee9fa", + "id": "2a8daee4-95f1-4cc4-9eaf-24333e00c6a2", "name": "A role assignment object", "originalRequest": { "url": { @@ -105468,7 +105468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "719a54f4-ba94-4729-9093-79c9fdaa898c", + "id": "7ab3350e-2432-4ef9-9efa-95a89fb78b0f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105514,7 +105514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69f089d7-6cf0-420e-8f66-b5b6e0809e24", + "id": "e29b41b1-9f48-454a-a9e5-2d27e1c778ac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105560,7 +105560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfbde2c0-8c65-43dd-b865-9a1c0ae9c0ff", + "id": "fd22f370-d83f-4e8a-814c-291247402104", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105606,7 +105606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c39f7f92-800b-4f1e-81a9-ed98220f95b6", + "id": "ffb20aad-fcf6-4750-b3b0-e950c609fa31", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -105652,7 +105652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58a55a0f-1114-4fa4-9a43-3f99ec6791e8", + "id": "4bb917e7-f7b1-4ccf-abc1-c01344dec4ff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105698,7 +105698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "182389c2-c4fb-47d9-bcf4-2a244752bf49", + "id": "6a2f198a-3aa6-4aee-bd6b-e875f12281e6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105756,7 +105756,7 @@ "description": "", "item": [ { - "id": "c7dcd6cb-aa6f-44ab-a1f7-e8a410634e05", + "id": "87c708ca-a25b-42e2-a847-9671c747c3ca", "name": "List Identity Attributes", "request": { "name": "List Identity Attributes", @@ -105822,7 +105822,7 @@ }, "response": [ { - "id": "fa950355-1d7f-4fcf-859b-8c43fe4bdef5", + "id": "1d55cedd-3947-435d-8a6c-10acdd675a62", "name": "List of identity attributes.", "originalRequest": { "url": { @@ -105902,7 +105902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "427862ed-b042-4d89-b528-105263c28285", + "id": "4af457fd-4410-4d1b-a168-a1ffc728e6e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105982,7 +105982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c65cbc66-268a-48e3-86e0-b3ac48a2db0e", + "id": "354aef04-bfa9-4cd5-ad33-5a14588ea645", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106062,7 +106062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78b89dae-3029-403d-851c-936bfa462bf4", + "id": "20b38b73-3308-41f5-948d-e8c94d462003", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106142,7 +106142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cc0e001-886c-4565-8eba-fe8945d43410", + "id": "98d3c819-b19f-45e1-bf58-54d09f65c70e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106222,7 +106222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cc5041d-3121-47a4-90b1-4db0ece24980", + "id": "1fe2a094-ad66-4362-bd81-c89d5012b9bd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106308,7 +106308,7 @@ } }, { - "id": "082f4967-f9b7-4d9f-9389-2430d3f18f60", + "id": "401410eb-1288-49e1-b686-741f7d02e2b2", "name": "Create Identity Attribute", "request": { "name": "Create Identity Attribute", @@ -106350,7 +106350,7 @@ }, "response": [ { - "id": "65b157c7-a2ab-4f29-bbc5-df3ae335a5fd", + "id": "0da07d01-3e50-4d38-bbce-d74acf568a9d", "name": "The identity attribute was created successfully.", "originalRequest": { "url": { @@ -106406,7 +106406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d607122c-2f75-43be-92be-11259152ce3e", + "id": "1538e5a3-abd8-4d52-bd64-6c2cda4b6d08", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106462,7 +106462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2169a0b4-89f2-450d-a344-e6e9da1b830b", + "id": "1b381e02-7f53-4038-aa55-41b5da3e64e8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106518,7 +106518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84406ac6-4ec2-4df1-9256-0299ef338c21", + "id": "d5a18ca7-0e57-4dc5-9929-dc176f1d7f4e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106574,7 +106574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fba856b-e177-4cf2-8dbb-b794d2c0b8ce", + "id": "dc9c6203-e54e-4a7c-9a84-8b05f1065ec4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -106630,7 +106630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba7d4451-2302-49ec-b028-9e81d01d00e2", + "id": "4424a503-4ba1-4b83-9d17-6b022a02351f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106686,7 +106686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ccc5b3a-2ece-4cc9-874f-a452240421c6", + "id": "623c1146-a215-4b50-89e1-f1864cac5343", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106748,7 +106748,7 @@ } }, { - "id": "950cf499-5399-4ddf-9be7-f749de2c4e04", + "id": "a0cb0d7c-a197-4533-b8ce-f4b879177483", "name": "Get Identity Attribute", "request": { "name": "Get Identity Attribute", @@ -106789,7 +106789,7 @@ }, "response": [ { - "id": "1dcff620-069f-4e18-8ca0-f0c8513c9171", + "id": "5b369ea7-3d6c-4b06-b90c-ab9710cf206e", "name": "The identity attribute with the given name", "originalRequest": { "url": { @@ -106833,7 +106833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe9589b3-67fb-4a97-b5d1-0112eb1c9d80", + "id": "9716c60d-69de-4f1c-866c-87b50ced4c03", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106877,7 +106877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52a8cc6a-3a98-4d7e-8e9b-4b9f61895415", + "id": "47512730-0b5b-4dc3-b144-7339a0dbc952", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106921,7 +106921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "123d988d-ec03-43ac-8ba2-69d2f2b4956c", + "id": "be3b2684-9495-4cf4-96c8-47e083fda3f1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106965,7 +106965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ded05cb0-a2e6-48df-aeca-3a842c4b2489", + "id": "f5cd745b-5651-4846-a92d-5a398026433f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -107009,7 +107009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d12d8a5a-cfab-4299-91b7-641e4f0083d5", + "id": "3d8c250e-53ec-4a1b-b9b1-e08bcd11b4c0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107053,7 +107053,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ae4b653-a669-4d11-9a18-0663bf1887d1", + "id": "d00f2df6-43b9-4d2c-a59b-f0bf21cb213b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107103,7 +107103,7 @@ } }, { - "id": "44161da2-f449-4f4b-bc08-dce626e750ed", + "id": "15fefd6e-ca88-49fc-8232-eb4eb380bc44", "name": "Update Identity Attribute", "request": { "name": "Update Identity Attribute", @@ -107157,7 +107157,7 @@ }, "response": [ { - "id": "fdcd8715-108b-4218-ad3c-f728cdc37c16", + "id": "7116a31b-7e08-4573-b555-5357a6d77ca1", "name": "The identity attribute was updated successfully", "originalRequest": { "url": { @@ -107214,7 +107214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1a0bacf-ddb9-43d0-be15-accd0c939867", + "id": "44fb5cc9-9e9b-4025-ae49-8f393c6f48ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107271,7 +107271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baffebcb-f859-4adf-b6ef-465c40b2405c", + "id": "addb2597-8091-4a4e-a4c5-ac6bc20dd8f1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107328,7 +107328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de2348e1-7695-4cf8-bc92-737f667d3ce7", + "id": "9f05732c-3497-4149-9e45-087f39a0138e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107385,7 +107385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca204510-99ba-4260-aec6-9858ed94484f", + "id": "b2463372-3759-41af-bbb0-7c06f3c99748", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -107442,7 +107442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b26b54a-8e1d-4b6b-86b7-078e2fdfe16f", + "id": "6c642fc3-a7f6-40fb-ae7f-cfd3fec0aa31", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107499,7 +107499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a9ee1f4-a9d8-4ad6-b5ae-9c8aa5d3333b", + "id": "d7720991-ebd8-443f-88d5-aeecc2bd843e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107562,7 +107562,7 @@ } }, { - "id": "8546f2cf-3f97-4bd9-895e-bd8b5de40ced", + "id": "28ea8211-088a-42a7-b12c-8262383ef964", "name": "Delete Identity Attribute", "request": { "name": "Delete Identity Attribute", @@ -107603,7 +107603,7 @@ }, "response": [ { - "id": "ff3483bd-c5b8-400a-9bfa-97fcbe32e5e2", + "id": "b3f40197-25e8-4b46-ac46-38e7214535fd", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -107637,7 +107637,7 @@ "_postman_previewlanguage": "text" }, { - "id": "53a4ba5c-b353-4fe2-a980-430048d58855", + "id": "093629c2-607e-48c4-a699-5607ba3dc06d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107681,7 +107681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8fb25c1-33d5-48cb-82b2-0d4db5a4f522", + "id": "7a1df8a4-7516-46ab-a147-cccac3002654", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107725,7 +107725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cae860f-083e-41b7-9fa3-c0582b87ab97", + "id": "8a68d5ed-1253-470b-9b15-1c9033312d97", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107769,7 +107769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c5ac977-f9cc-4195-93fc-a77a5ebfd9a6", + "id": "66dc5aaa-d10d-4825-a27f-0f96f4199f84", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -107813,7 +107813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efdea570-51de-42f4-920c-f14da8ab87bc", + "id": "ba7d9711-0eee-4828-90cf-3a268d7f7168", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107857,7 +107857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfccafe2-19b7-4bc3-b15d-41c40623ae1d", + "id": "4da73033-2575-4562-96e2-f1e76fc516d0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107907,7 +107907,7 @@ } }, { - "id": "e0524635-bf26-4dcd-be1d-0ebf8e0f55bc", + "id": "2864093e-cb8d-4acd-acce-731510bc0d75", "name": "Bulk delete Identity Attributes", "request": { "name": "Bulk delete Identity Attributes", @@ -107950,7 +107950,7 @@ }, "response": [ { - "id": "31d2b1d9-83cd-4224-bad0-59c8e36b885b", + "id": "5b0c41db-d390-4b71-9c25-0c524d0b4e44", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -107997,7 +107997,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b810569e-86bc-413a-843f-f018f399223c", + "id": "ccfe2e33-5896-46b8-9c5d-f4697f1a2c17", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108054,7 +108054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5e24a47-260c-44de-94f0-ab6eb01655c1", + "id": "54b00205-3d50-46b0-bac2-d9c92adf5d2b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108111,7 +108111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "748b6646-fa53-44a2-82ea-3c4cc70c4187", + "id": "4adba564-1fc2-4655-81ae-5a71ee577b81", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108168,7 +108168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc90dbfb-891a-40d9-ae99-657daf86e01f", + "id": "96b8571e-0ccc-4cb8-9a71-9f9285747fb5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -108225,7 +108225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d65801f8-d0d0-4ab3-8551-76ccc1472e25", + "id": "b115c642-8d46-465c-93dc-4eafe4b4044c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108282,7 +108282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d1090ec-e845-45c9-9931-f00322330966", + "id": "5d4c5dad-b685-40ad-9635-d34f1320ad66", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108351,7 +108351,7 @@ "description": "", "item": [ { - "id": "7d217d22-eade-4463-bdd1-c78940eaeeb2", + "id": "c560612b-3b24-4fa3-8e40-b501907274c1", "name": "Lists all the identities", "request": { "name": "Lists all the identities", @@ -108426,7 +108426,7 @@ }, "response": [ { - "id": "73929190-f12a-44a2-9e0b-4ffe5a579897", + "id": "e7dee387-8ccd-43b6-995b-8eefd056406a", "name": "List of identities for the customer.", "originalRequest": { "url": { @@ -108515,7 +108515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69227cc8-5a85-47e0-a349-0ba6047038ef", + "id": "cd06256a-6436-4c24-9189-b80e5774a0dc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108604,7 +108604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cea61ca-355f-4fe5-8cdf-d0ace6a532e9", + "id": "941e5d8b-755b-4f17-9353-9ae64388c9a7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108693,7 +108693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c770cbc5-2ab9-4035-83fe-6395d57742ef", + "id": "25262c5d-5d00-40b9-b743-ab65a2d2807e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108782,7 +108782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e62a4815-6921-4f56-ad2d-84d1c0c1c5fc", + "id": "9bd845cc-ceef-4edd-bd74-3d05f81da998", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108871,7 +108871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0df5c71b-6bd0-464f-b22d-e97cd75d2a7c", + "id": "37878198-60e8-4be8-84d1-2afdd4a89145", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108966,7 +108966,7 @@ } }, { - "id": "2e8c2cc9-dffd-465d-97ba-5e8de5ac915a", + "id": "a4d63678-06d2-4ff3-979d-a0e9cd05990e", "name": "Get latest snapshot of identity", "request": { "name": "Get latest snapshot of identity", @@ -109007,7 +109007,7 @@ }, "response": [ { - "id": "726a9904-d684-43d1-be1a-1515fabb7ff0", + "id": "263894b3-7ca2-4064-899e-d226dfda617a", "name": "The identity object.", "originalRequest": { "url": { @@ -109051,7 +109051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0beda034-cce1-457a-9d95-e3193dc2d268", + "id": "816a7f67-0ee3-4aee-b4e7-62f66701ec50", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109095,7 +109095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ba06861-5b4c-4621-a352-b37e877e0f04", + "id": "4ddf4334-8ab2-4ded-8096-182556340293", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109139,7 +109139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f7bdafd-c4c5-4f7c-97d6-c49168f42d83", + "id": "4ae9b1b4-3556-44f8-97c7-eb58a3b86350", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109183,7 +109183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b56d8787-7023-475e-b0f4-38e0bd7a61c7", + "id": "4081337e-2c8f-4b98-9906-69828ab3e8df", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109227,7 +109227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b342186-c933-4f8a-80b8-6d30a660d076", + "id": "b0d1f890-5480-4aa9-9458-5fb1d79d0605", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109277,7 +109277,7 @@ } }, { - "id": "b28ec9fe-3c7a-4984-a645-a585be5757a0", + "id": "e1157889-75c6-4283-9f08-dc64b3284450", "name": "Gets a list of access items for the identity filtered by item type", "request": { "name": "Gets a list of access items for the identity filtered by item type", @@ -109356,7 +109356,7 @@ }, "response": [ { - "id": "78a97b3f-42a4-44c5-9a89-98bd42db10a0", + "id": "1b2ffd78-1487-4786-86c5-9703d4de47de", "name": "Access Profile", "originalRequest": { "url": { @@ -109438,7 +109438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "764f919f-476b-40c3-b5cb-d59fcc6c473f", + "id": "fddb88d1-fa2b-4fba-add8-b8963ed13254", "name": "Account", "originalRequest": { "url": { @@ -109520,7 +109520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac358026-943a-4bd3-8dd8-c626823ed6bb", + "id": "5364a54d-fa06-411d-ab8f-24c5c28f0ecc", "name": "App", "originalRequest": { "url": { @@ -109602,7 +109602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20a0cc5c-2f54-4e88-9ec6-7ff282fa019b", + "id": "745572da-2c1c-4707-ba04-9e0b8b09f710", "name": "Entitlement", "originalRequest": { "url": { @@ -109684,7 +109684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea06f3a0-ca9b-4d1d-8f2e-b81ff08bf9f0", + "id": "1a5ea8ff-3efe-4f25-9a9d-ed46bbc55863", "name": "Role", "originalRequest": { "url": { @@ -109766,7 +109766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1e7f56a-c6e9-4d2a-b6ce-c84c35e4dcd5", + "id": "6dbce964-bca6-4d61-adf1-d38d31740527", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109848,7 +109848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a28a221b-ba6a-44de-9dc1-fd70ed03a401", + "id": "0b75b80b-a481-405a-a5a9-dd2794e53b80", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109930,7 +109930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a54a792-7db4-4d96-aa0c-3a57e2da1291", + "id": "dd1bdcfc-4fb1-40fe-b170-8cfa08de2288", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110012,7 +110012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c914bf7c-9527-41ef-9a0f-f7c34053927a", + "id": "5c260701-ce0e-425f-a7d6-3a08aeea000b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -110094,7 +110094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d583b8b-1dc4-463d-904a-d02ef77775a8", + "id": "48dfd217-e817-44e6-af4b-da9076bab884", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110176,7 +110176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be8c6d34-0545-4d35-afbf-f690817fe236", + "id": "8ef22862-3793-4aea-a99e-14402f974805", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110264,7 +110264,7 @@ } }, { - "id": "5efc6c46-62e6-43c7-8727-08e509b0606d", + "id": "a336a4c9-8867-49e3-850d-277296bc5a9e", "name": "Lists all the snapshots for the identity", "request": { "name": "Lists all the snapshots for the identity", @@ -110352,7 +110352,7 @@ }, "response": [ { - "id": "76a12ac3-e16a-4f2e-971f-df3a092b4766", + "id": "8dd1c255-da5c-4d74-9fe0-33d286426053", "name": "A list of identity summary for each snapshot.", "originalRequest": { "url": { @@ -110443,7 +110443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f9ca122-44bc-4759-b979-5e4755ec5725", + "id": "f700c260-c9c1-4c75-b53e-3f6773c689be", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110534,7 +110534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77abfafd-5db9-4230-b454-3d056c71b38b", + "id": "827c6271-d827-4c9c-b69f-10d86eef53e2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110625,7 +110625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6a20bcf-37cf-4b2d-8e48-e721d2d1f613", + "id": "6929378d-eb08-4373-a394-ea2a048f65e8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110716,7 +110716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be0124f6-d5a3-4848-ab5c-13fc5504997f", + "id": "73ab1271-57c1-4525-913d-a036a308f3e9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -110807,7 +110807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c478deb-85df-47b1-bb9e-5cc52d7de04d", + "id": "9ed145b9-0cbb-4789-a6d0-534a49866311", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110904,7 +110904,7 @@ } }, { - "id": "4bbe34c7-1e67-4103-9e14-3800201f6fb8", + "id": "08b05b0f-addd-4e8e-8385-898a3c07d9d7", "name": "Gets the summary for the event count for a specific identity", "request": { "name": "Gets the summary for the event count for a specific identity", @@ -111001,7 +111001,7 @@ }, "response": [ { - "id": "26332a44-c1b2-46e5-998d-d372107141d9", + "id": "76b82533-0a02-482c-b9a7-be9827a87c83", "name": "A summary list of identity changes in date histogram format.", "originalRequest": { "url": { @@ -111101,7 +111101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba014ec3-eee5-4a84-8e31-be9930bf955f", + "id": "d69979fe-3659-4a94-8ba6-847b52b41d5c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111201,7 +111201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5eb04df8-9158-40e2-bff8-3b6c9790aa65", + "id": "3d20ead6-3197-4464-9646-cf8569263eb3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111301,7 +111301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf461598-d04a-4ffd-b363-46dbd9e5a961", + "id": "39563702-6eff-4256-9629-6963453ed48c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111401,7 +111401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "919ab459-6ca2-4dbc-a02a-1a43e1c493f7", + "id": "19876892-9ab4-4495-8afd-bce60c22ad28", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -111501,7 +111501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a56e732-12cc-4313-9265-f1a854d6d700", + "id": "82b08178-ad3a-4175-a9da-35c78dd86c07", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111607,7 +111607,7 @@ } }, { - "id": "f6d0d4f4-4502-4b1e-86f3-c32890624198", + "id": "d6ea9e55-472e-43f1-929e-6d73a8ec9ef3", "name": "Gets an identity snapshot at a given date", "request": { "name": "Gets an identity snapshot at a given date", @@ -111660,7 +111660,7 @@ }, "response": [ { - "id": "4fb6b143-a28b-4ca3-b8c4-62ff1fa9f4e4", + "id": "5a271b76-82ed-434b-8fc1-16f9464c7093", "name": "The identity object.", "originalRequest": { "url": { @@ -111706,7 +111706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "911def23-798d-488a-bca2-00e0a14da45b", + "id": "484327b3-e8dc-4eed-a80a-6070ae1ca13a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111752,7 +111752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7066e041-d9f0-4adf-9a97-82dcce0f3c3a", + "id": "c47b1a60-b822-4ce8-a64f-0e999631e735", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111798,7 +111798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80210af0-f345-4816-b643-a6f0eae6a0a9", + "id": "03ed5abf-77d2-421f-9233-8c4f9b8175dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111844,7 +111844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d352a2a-4b36-4167-b714-c1be438a379b", + "id": "e5da356d-0225-4cdb-86ac-3050dba4810d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -111890,7 +111890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c6d973d-14de-48f2-8fed-9b9770bcf915", + "id": "c51824e3-e34a-4abb-97e3-00976dc3de6c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111942,7 +111942,7 @@ } }, { - "id": "8c9578a8-a594-4a67-8f24-78c654cb66d9", + "id": "04c96dab-5f6e-4f89-a679-122840b2f77d", "name": "Get Identity Access Items Snapshot", "request": { "name": "Get Identity Access Items Snapshot", @@ -112006,7 +112006,7 @@ }, "response": [ { - "id": "97cca346-078d-42f6-852b-35ce6e36e6f2", + "id": "9dc1fdfe-9ae9-4f5d-b910-2b0513248938", "name": "Access Item AccessProfile Response", "originalRequest": { "url": { @@ -112063,7 +112063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e035c49f-6b12-42ba-929a-8d737e3bd9ae", + "id": "9fe6a744-57fd-42e2-9c0a-bab6162f5aca", "name": "Access Item Account Response", "originalRequest": { "url": { @@ -112120,7 +112120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14b6e88c-ef91-438f-8dcb-896c4c75f04b", + "id": "2b47b785-1902-45f0-8197-6be2a557cdd7", "name": "Access Item App Response", "originalRequest": { "url": { @@ -112177,7 +112177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f29c905-9ccc-4067-9c67-d8028a4cee97", + "id": "4769ac04-be4d-4c50-9f0b-9eab1310b391", "name": "Access Item Entitlement Response", "originalRequest": { "url": { @@ -112234,7 +112234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc84221c-a260-4ffb-b495-f8e596db1901", + "id": "d268e014-0a43-4590-87be-154eda699f77", "name": "Access Item Role Response", "originalRequest": { "url": { @@ -112291,7 +112291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ca3f461-d2d2-4825-9a75-87fe81777099", + "id": "88360175-1514-4a6a-b246-a6b7d45142b4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112348,7 +112348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b78f647e-4ed9-4bb0-a929-d69bdbc65904", + "id": "93ae92ee-3b97-4596-8479-4781770a5217", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112405,7 +112405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec5f3677-1156-4ab1-afff-eb0f7d445bb3", + "id": "efec27da-5def-4165-bba8-eb2e673ffe70", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112462,7 +112462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdc265e9-655e-4684-b447-9871d25e8e59", + "id": "0a82def1-6807-4ff8-b021-7be81b34b308", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -112519,7 +112519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "521f1f17-beaf-4342-b63f-01733df0fd28", + "id": "76358a28-f134-4bf5-a7d0-490dcc0aa283", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112576,7 +112576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40fd7000-4c6e-43d5-b3af-c53a0c1ff8c3", + "id": "99c7544a-ab33-4018-8815-fc16f1a1f881", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112639,7 +112639,7 @@ } }, { - "id": "618760e4-d980-4fcd-ab04-49309c85c4c5", + "id": "b99e0eaa-ceff-4be7-bccb-02814db8c970", "name": "Lists all events for the given identity", "request": { "name": "Lists all events for the given identity", @@ -112754,7 +112754,7 @@ }, "response": [ { - "id": "4b277d3a-7b40-448f-aa4a-f79a64c259b2", + "id": "1f46bb47-84d0-4f31-ac4e-1fd2c63af0ed", "name": "AccessItemAssociated", "originalRequest": { "url": { @@ -112854,7 +112854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e462bf12-60b9-41a5-9ad4-7e458c579cab", + "id": "b22adfe4-b042-4578-90f4-e0945b7095e8", "name": "AccessItemRemoved", "originalRequest": { "url": { @@ -112954,7 +112954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac56122f-e52a-439c-b203-aea11550993b", + "id": "8145647e-a28c-4190-a070-1edd57b38ec7", "name": "AttributesChanged", "originalRequest": { "url": { @@ -113054,7 +113054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "281742a4-e5bd-4bbb-9f90-5fca2f11d2cc", + "id": "d6be1b5c-f21b-4cc6-818b-2cb8b48ca78e", "name": "AccessRequested", "originalRequest": { "url": { @@ -113154,7 +113154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc784e76-6991-4dd7-9821-6a9675bd596b", + "id": "b226b13f-1643-4e81-973f-bd13f6355186", "name": "IdentityCertified", "originalRequest": { "url": { @@ -113254,7 +113254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "656b57cd-07f5-492c-a332-642a9cd6e778", + "id": "e1c5bb60-4c7c-4f44-8cc4-4f57c6b346b5", "name": "AccountStatusChanged", "originalRequest": { "url": { @@ -113354,7 +113354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92aef17d-fcdc-422c-9b64-ccd3d15f5957", + "id": "b97d6b6b-9a18-4493-900e-d8879d0e759b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113454,7 +113454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6b57649-46cf-418b-a306-0bd03d201189", + "id": "b9058215-33ef-43bc-9a59-a3f9b2bff818", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113554,7 +113554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9365090f-fba7-41f3-bf12-b51680f1524b", + "id": "5a1b7d77-fb61-42f0-acde-4f59f5578b8b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113654,7 +113654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "405799bb-6493-4545-b7d8-4200b22dda09", + "id": "317f46de-7973-4c4b-a987-113ea3eb663c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -113754,7 +113754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13f6ab79-1e9e-44b6-a775-d14bfad23774", + "id": "7210a099-4686-41ff-9031-fb0569d50e64", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113854,7 +113854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45962c86-5efe-4d4b-9049-94c1d8c57561", + "id": "8195353d-97bf-4950-b474-5a84bf7bbe8d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113960,7 +113960,7 @@ } }, { - "id": "8bfd58f1-4266-49ed-8367-5f27562ebed2", + "id": "a6d52977-f059-4cac-adbf-fffe86e408b7", "name": "Gets the start date of the identity", "request": { "name": "Gets the start date of the identity", @@ -114002,7 +114002,7 @@ }, "response": [ { - "id": "c8ff31d1-d39a-461b-aace-cb7e69bcca2d", + "id": "2eda4a8d-a1cc-41d6-b436-60d89a6a65da", "name": "The start date of the identity", "originalRequest": { "url": { @@ -114047,7 +114047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46dd6ba5-6cec-4df1-98db-40fa8c9013c0", + "id": "51a05d80-c05c-424a-be7b-0af49295a7c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114092,7 +114092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c185aad0-84f4-4965-9f5a-2b41ef03778a", + "id": "d8e74666-f16e-47ea-9b0d-c038fe00b814", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114137,7 +114137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3365b6b-256c-4e24-bc8c-fc796e19c6f7", + "id": "eb8e3d95-bd68-42d0-b33f-acf293dd73fd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114182,7 +114182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64f74636-3683-4c6b-b6f7-d3203ac5ce29", + "id": "9f68f4cf-d260-4992-92cb-2d2c1e3d0367", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -114227,7 +114227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec26c4da-8687-4d6f-82df-61eec2b010ec", + "id": "86037bf7-e629-46e4-ace7-f5dc61430ba6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114278,7 +114278,7 @@ } }, { - "id": "98e9630e-a5fd-48f3-a2bf-be3725dfdbbf", + "id": "a45086a8-5541-436b-a878-713495a250d5", "name": "Gets a difference of count for each access item types for the given identity between 2 snapshots", "request": { "name": "Gets a difference of count for each access item types for the given identity between 2 snapshots", @@ -114321,7 +114321,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "pariatu" + "value": "elit dolor occaecat eu" }, { "disabled": true, @@ -114330,7 +114330,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "eu proident enim" + "value": "qui fugiat labo" }, { "disabled": true, @@ -114384,7 +114384,7 @@ }, "response": [ { - "id": "2e23346d-c9d7-4078-a1d2-33bff9c18d68", + "id": "b8f5e634-e725-4730-a2bd-382c3e0c2515", "name": "A IdentityCompare object with difference details for each access item type", "originalRequest": { "url": { @@ -114422,7 +114422,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "eu proident enim" + "value": "qui fugiat labo" }, { "disabled": true, @@ -114484,7 +114484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32548bfb-cb70-48cf-8d98-91dc0881c39b", + "id": "a4563910-1d25-40f8-b59f-9b260ea10dad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114522,7 +114522,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "eu proident enim" + "value": "qui fugiat labo" }, { "disabled": true, @@ -114584,7 +114584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67dd4b9e-60af-4aea-bc8a-c81122929ea3", + "id": "c337c816-0c86-4ae7-9da1-b07a6766cd8f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114622,7 +114622,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "eu proident enim" + "value": "qui fugiat labo" }, { "disabled": true, @@ -114684,7 +114684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1282cc49-5e22-4fa0-8af6-ef314e09c182", + "id": "a827b87c-35c2-40e0-ae64-dbbfe913d8ba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114722,7 +114722,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "eu proident enim" + "value": "qui fugiat labo" }, { "disabled": true, @@ -114784,7 +114784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c373c01e-9b56-4cf5-a30c-bbd2489a310f", + "id": "456e3272-187f-4719-ab44-e30731c9355a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -114822,7 +114822,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "eu proident enim" + "value": "qui fugiat labo" }, { "disabled": true, @@ -114884,7 +114884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65f61ae3-87b7-4273-8b0c-52a32d124f0c", + "id": "30b751ad-1af3-4d3c-83d7-eb77e8b98151", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114922,7 +114922,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "eu proident enim" + "value": "qui fugiat labo" }, { "disabled": true, @@ -114990,7 +114990,7 @@ } }, { - "id": "c3593ec6-6f9e-4199-ba05-04b650211e21", + "id": "57cc1601-7594-4109-aade-865528f245f5", "name": "Gets a list of differences of specific accessType for the given identity between 2 snapshots", "request": { "name": "Gets a list of differences of specific accessType for the given identity between 2 snapshots", @@ -115102,7 +115102,7 @@ }, "response": [ { - "id": "8d3c8dc9-2187-438c-8258-d67869585c07", + "id": "4778e7cc-a47b-4120-8a5e-f341501dbb28", "name": "A list of events for the identity", "originalRequest": { "url": { @@ -115203,7 +115203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "becb470c-7da1-48f2-b9a2-c62622e23c25", + "id": "25fe63e2-faca-4b48-b4ff-0abee85d4606", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115304,7 +115304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "763f5b75-0315-45a3-bb9d-8bcfc191d2f7", + "id": "469a849d-b700-4b87-a85f-c3b10a316a50", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115405,7 +115405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd3bd124-0f44-4c0a-964a-bd456ac63a75", + "id": "b1d07489-e58c-46dc-ba89-fcf06aac0ee7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115506,7 +115506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1494e6f3-ceb2-447c-a436-3afefc449f91", + "id": "817b8036-e754-4ac2-8cb0-a20bc79f4574", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -115607,7 +115607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31de846c-2c4b-4259-a26a-8512591d318b", + "id": "c62d8ad0-05dc-4d95-aae5-790089c8cd00", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115720,7 +115720,7 @@ "description": "Use this API to implement and customize identity profile functionality.\nWith this functionality in place, administrators can manage identity profiles and configure them for use by identities throughout Identity Security Cloud.\n\nIdentity profiles represent the configurations that can be applied to identities as a way of granting them a set of security and access, as well as defining the mappings between their identity attributes and their source attributes.\nThis allows administrators to save time by applying identity profiles to any number of similar identities rather than configuring each one individually.\n\nIn Identity Security Cloud, administrators can use the Identities drop-down menu and select Identity Profiles to view the list of identity profiles.\nThis list shows some details about each identity profile, along with its status. They can select an identity profile to view and modify its settings, its mappings between identity attributes and correlating source account attributes, and its provisioning settings.\nAdministrators can also use this page to create new identity profiles or delete existing ones.\n\nRefer to [Creating Identity Profiles](https://documentation.sailpoint.com/saas/help/setup/identity_profiles.html) for more information about identity profiles.\n", "item": [ { - "id": "e754b537-e055-4ed2-b18a-2372df7482f5", + "id": "8801880d-e6eb-4063-9f54-67cbd44e8fb1", "name": "Identity Profiles List", "request": { "name": "Identity Profiles List", @@ -115795,7 +115795,7 @@ }, "response": [ { - "id": "8a09e393-311b-4191-b357-df9fc8e26d3d", + "id": "4e8f2a8d-69b9-4dd0-8653-2d6c4dbc22f9", "name": "List of identityProfiles.", "originalRequest": { "url": { @@ -115879,12 +115879,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"4edcfaaa-9af4-acc9-d459-8ffe7fc2fac3\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n },\n {\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:6d6704bd-e9ba-c41a-d8c0-73fe9bc03dda\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n }\n]", + "body": "[\n {\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"5796e88c-b8fb-2797-3eb3-97ba24156024\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n },\n {\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:65a4b92d-3e0b-e4ba-684c-4e4fa2817396\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3e0f9750-094d-447e-9302-3f54084e9890", + "id": "28269912-fce4-4870-b322-e87ece9373ef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115973,7 +115973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f9390b0-d00f-4ee9-b4fc-78bd447aa4d3", + "id": "a56a82e4-e366-4b15-9572-ece227a4d0bc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116062,7 +116062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55b369c2-543f-4d14-a131-e360cf641aa2", + "id": "96b99ebd-4819-4e2f-9e55-4380eb48cf68", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116151,7 +116151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3435d42-9eff-494b-ac8a-b71f52e0957d", + "id": "50027c1c-d415-41e9-8d60-6462a7144d20", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116240,7 +116240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa8a9217-abd2-45d5-a192-31d11de2aaa9", + "id": "992419a8-5344-4235-96d0-63f78c9319fb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116335,7 +116335,7 @@ } }, { - "id": "b857e5f6-01ac-4724-b370-9d4a219e3d07", + "id": "7723b77b-2712-443f-b50d-4854ad5d0f19", "name": "Create an Identity Profile", "request": { "name": "Create an Identity Profile", @@ -116366,7 +116366,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:c7faa4b0-3469-2198-adda-583bcc9b36e0\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"f9475c36-c9c0-4c78-659e-7afbb30aec85\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -116377,7 +116377,7 @@ }, "response": [ { - "id": "486a131f-483d-4a8b-b596-ab2e2750773b", + "id": "9d1cc8cc-67df-4985-a683-d49da4256a98", "name": "The created Identity Profile", "originalRequest": { "url": { @@ -116411,7 +116411,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:c7faa4b0-3469-2198-adda-583bcc9b36e0\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"f9475c36-c9c0-4c78-659e-7afbb30aec85\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -116428,12 +116428,12 @@ "value": "application/json" } ], - "body": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:f85d0902-93af-19cb-9dc7-f0f96142e9bc\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "body": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"59a3aa6b-7de7-81b6-aaad-0c06c73db274\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c5b41a39-a35c-4dec-b7fe-4b9c404eaca6", + "id": "d7a40254-87d3-4359-bb7b-07586e519c62", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116467,7 +116467,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:c7faa4b0-3469-2198-adda-583bcc9b36e0\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"f9475c36-c9c0-4c78-659e-7afbb30aec85\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -116489,7 +116489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bfeeea2-12cf-4d7c-a39a-c7b009c437c1", + "id": "eb4a65b7-5a3c-419b-81fa-4be8564db7b9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116523,7 +116523,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:c7faa4b0-3469-2198-adda-583bcc9b36e0\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"f9475c36-c9c0-4c78-659e-7afbb30aec85\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -116545,7 +116545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51c2503c-6c9e-4c0c-a13f-be7ea73cb536", + "id": "88be065b-b7fb-4901-bfb4-1cdea3a569b0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116579,7 +116579,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:c7faa4b0-3469-2198-adda-583bcc9b36e0\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"f9475c36-c9c0-4c78-659e-7afbb30aec85\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -116601,7 +116601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1d70605-04fe-4422-ab6c-f942acec3b0d", + "id": "7b06bd3f-3766-4510-a925-bd7a660d627f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116635,7 +116635,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:c7faa4b0-3469-2198-adda-583bcc9b36e0\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"f9475c36-c9c0-4c78-659e-7afbb30aec85\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -116657,7 +116657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d4f9dd0-a669-4796-a189-92d4cfd94f66", + "id": "ea4f95e1-af59-4ed1-8a98-c3f92bb466d0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116691,7 +116691,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:c7faa4b0-3469-2198-adda-583bcc9b36e0\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"f9475c36-c9c0-4c78-659e-7afbb30aec85\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -116719,7 +116719,7 @@ } }, { - "id": "18de59e6-f1f1-4df0-b3ff-4192709adb6c", + "id": "0eebccf2-853e-427c-8b1b-a59dee92734a", "name": "Delete Identity Profiles", "request": { "name": "Delete Identity Profiles", @@ -116762,7 +116762,7 @@ }, "response": [ { - "id": "3606c0ea-d536-46cb-9ad9-747f4ee5357a", + "id": "86966019-f91d-42e4-93e3-6f8e618f044b", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -116814,12 +116814,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\": \"1986-08-20T11:21:23.187Z\",\n \"launched\": \"1952-09-08T19:05:22.372Z\",\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\": \"1980-02-10T04:49:37.403Z\",\n \"launched\": \"1988-10-03T01:36:25.012Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c0b4a28d-c41f-4500-852c-be54622616b7", + "id": "cb90e413-fe54-4157-adf7-34d1aba7bc08", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116876,7 +116876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ab79d6f-8e5a-4c2b-8b3e-eca2932c635d", + "id": "fc704ea8-c5ca-4945-80ca-8fbce32402a2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116933,7 +116933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "837f6a2f-bc5f-48c4-8c83-00666614d879", + "id": "2017233c-490a-4c1d-af4a-037436de47ad", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116990,7 +116990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c88b036c-9651-4ad7-bc0b-9d999628bff4", + "id": "34ba1377-ec2f-4de8-b93b-445a47fbcf72", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117047,7 +117047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24b45082-0645-44fa-a7ae-505a9b6296f5", + "id": "3cfead63-3269-4bc3-b474-9f0111bcc809", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117110,7 +117110,7 @@ } }, { - "id": "09a83a07-6341-4fb6-9229-e6e0472b42fe", + "id": "bf5a8c61-f66f-4cb6-a334-877b1eeebb8d", "name": "Export Identity Profiles", "request": { "name": "Export Identity Profiles", @@ -117186,7 +117186,7 @@ }, "response": [ { - "id": "ca83515f-d000-41b8-a8a0-123a061cecd6", + "id": "92bc2096-5731-4006-a7aa-cdb4111c9eae", "name": "List of export objects with identity profiles.", "originalRequest": { "url": { @@ -117276,7 +117276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8465b059-b0df-4eed-ac86-4d0793df6168", + "id": "8dd2fb90-373c-4725-914f-ea60e117f90e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117366,7 +117366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04247d59-9e41-4402-8ebf-437720c6be93", + "id": "e9d809eb-24a3-4e3c-b7cb-08d9e037b95d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117456,7 +117456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00cbb5b4-228c-40ea-bfb2-ce38b21bc6da", + "id": "732bb814-5367-4fad-aaa8-c7b4a4f58505", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117546,7 +117546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74dd75fe-871f-417d-8065-9f06b44e94a0", + "id": "432c9228-a0aa-435a-a327-4fcbca038d96", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -117636,7 +117636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e017787f-198e-47f1-8f73-ca1278a7ecf7", + "id": "c0b0aa04-35e2-4bf8-85e8-4686cc16d72a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117726,7 +117726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8618fc83-b735-4cc2-9e20-f4339e01f723", + "id": "ad8625bd-5626-4f24-b5fc-1e6f2da9bc0c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117822,7 +117822,7 @@ } }, { - "id": "61a65014-b054-4a2f-831b-91133107f7b4", + "id": "5e2ed813-265a-407e-83cd-bf9140d688c9", "name": "Import Identity Profiles", "request": { "name": "Import Identity Profiles", @@ -117865,7 +117865,7 @@ }, "response": [ { - "id": "b984293d-50c6-429e-a53c-0b0b7eeb548f", + "id": "223b82b0-5754-4a00-a82a-5718643732f4", "name": "The result of importing Identity Profiles.", "originalRequest": { "url": { @@ -117917,12 +117917,12 @@ "value": "application/json" } ], - "body": "{\n \"infos\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"dolor_5_\": {},\n \"fugiat_e9\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"Excepteur6\": {},\n \"sint88\": {}\n }\n }\n ],\n \"warnings\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"irure890\": {},\n \"in_7\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"sit_f5e\": {},\n \"sit__\": {}\n }\n }\n ],\n \"errors\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"deserunt_03\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"sed_54\": {}\n }\n }\n ],\n \"importedObjects\": [\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n }\n ]\n}", + "body": "{\n \"infos\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"voluptate_1\": {},\n \"minim_a\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"Excepteur_99\": {},\n \"mollit_f\": {}\n }\n }\n ],\n \"warnings\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"esse_5\": {},\n \"velit05e\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"labore_f58\": {},\n \"do_\": {}\n }\n }\n ],\n \"errors\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"exa3c\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"magna379\": {}\n }\n }\n ],\n \"importedObjects\": [\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6f699de1-2df9-4172-bfde-dd0f2e4c0945", + "id": "1b24ea9e-7054-429e-bd4b-5a16d2762bad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117979,7 +117979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49dce16b-79f9-4e39-9edd-004cdfc2d2ac", + "id": "b09944d2-d3c6-49c5-af56-9047596c4dc1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118036,7 +118036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "caa0f62e-9e99-449b-9488-a36eb884b336", + "id": "2fb6de15-9167-4b7f-805a-6fe57f7eca6a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118093,7 +118093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "354230cb-d9eb-420f-8dc0-2d9bd3be4855", + "id": "8c55f76f-904a-4a47-801d-a7bb50a382c2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118150,7 +118150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e41178c-2efc-45a1-af91-3266650be71a", + "id": "2e26f42e-1f3c-4d9f-bee8-1831d45baadb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118213,7 +118213,7 @@ } }, { - "id": "4e46b3b3-18f5-4a7b-8f66-942da024abb4", + "id": "b95e9c93-130e-4e44-a467-25004d0d3a3c", "name": "Generate Identity Profile Preview", "request": { "name": "Generate Identity Profile Preview", @@ -118245,7 +118245,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"68a310c3-531e-ae7a-5611-eba2551c9eb9\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"d0812cfc-a4da-bd13-4aca-b020a50a3bfe\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -118256,7 +118256,7 @@ }, "response": [ { - "id": "e510bae9-a3ab-4df7-87e7-568c63d96968", + "id": "75ef2990-b0e0-4416-891c-30cda1376bd4", "name": "A preview of the identity attributes after applying identity attributes config sent in request body.", "originalRequest": { "url": { @@ -118291,7 +118291,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"68a310c3-531e-ae7a-5611-eba2551c9eb9\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"d0812cfc-a4da-bd13-4aca-b020a50a3bfe\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -118313,7 +118313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4db1f5df-facd-4a1e-8a46-862f4d125a07", + "id": "4c520792-23b8-4ec5-b8de-5c59bdc72cb8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118348,7 +118348,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"68a310c3-531e-ae7a-5611-eba2551c9eb9\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"d0812cfc-a4da-bd13-4aca-b020a50a3bfe\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -118370,7 +118370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c899cead-6a2b-4dd2-9b59-93c2be2525ac", + "id": "4f771949-d78d-48a7-9cc6-bda531db7c26", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118405,7 +118405,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"68a310c3-531e-ae7a-5611-eba2551c9eb9\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"d0812cfc-a4da-bd13-4aca-b020a50a3bfe\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -118427,7 +118427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e0c60bd-86fa-4a9b-a425-2156e35e93da", + "id": "0dc175a1-a3f1-4917-81aa-f9e4a7562793", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118462,7 +118462,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"68a310c3-531e-ae7a-5611-eba2551c9eb9\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"d0812cfc-a4da-bd13-4aca-b020a50a3bfe\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -118484,7 +118484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4fa4d1a-5cb9-4d8b-b139-441f1326ad7e", + "id": "684614b1-2eb2-4782-97ef-c7ee897086af", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118519,7 +118519,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"68a310c3-531e-ae7a-5611-eba2551c9eb9\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"d0812cfc-a4da-bd13-4aca-b020a50a3bfe\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -118541,7 +118541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "505504e7-59e1-4a7f-b3ba-73b40ec6dbdb", + "id": "869bd7cb-590e-4704-bdb1-5aeef216703c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118576,7 +118576,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"68a310c3-531e-ae7a-5611-eba2551c9eb9\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"d0812cfc-a4da-bd13-4aca-b020a50a3bfe\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -118604,7 +118604,7 @@ } }, { - "id": "1744914c-4cc8-4f3f-ad6c-9433b2114d35", + "id": "8b66a4a0-3971-43ca-a1bc-221f00a14b13", "name": "Gets a single Identity Profile", "request": { "name": "Gets a single Identity Profile", @@ -118645,7 +118645,7 @@ }, "response": [ { - "id": "90ae7121-9b69-4620-8177-79388f93e88d", + "id": "cbebef9a-d49c-4afe-a739-374da43b4995", "name": "An Identity Profile object", "originalRequest": { "url": { @@ -118684,12 +118684,12 @@ "value": "application/json" } ], - "body": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:f85d0902-93af-19cb-9dc7-f0f96142e9bc\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "body": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"59a3aa6b-7de7-81b6-aaad-0c06c73db274\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "77585f49-c354-4c3e-a74b-52303360d55f", + "id": "03b63458-7259-405d-8a67-9fb4c09f53d6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118733,7 +118733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "613dfc43-fb91-457f-bb84-5e9838becca1", + "id": "c93df91f-81a4-402a-a32d-77d926ca5fb8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118777,7 +118777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92ff4345-69e8-4d3a-ba67-d29ad6c94feb", + "id": "a7dad7f2-ac92-4342-99a8-66893063da59", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118821,7 +118821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b47c0977-a5ef-41b9-bcf4-bdba1ec81a33", + "id": "18e9df91-ac17-4812-a5a0-cd9644a1bf8a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -118865,7 +118865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b26dbd24-cfd0-49ce-ba9e-828fe445384b", + "id": "867d8be7-209f-4d8c-b8a8-e17759584e96", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118909,7 +118909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d017685d-ccfe-48ab-ba61-63de7b0ec102", + "id": "5143ffca-5acf-44e3-b3e6-3e7ca6c53101", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118959,7 +118959,7 @@ } }, { - "id": "6fa1e422-519d-4500-aa02-f8d53cf715de", + "id": "e460f8a4-dd9d-4c6f-82dd-62da9b2a54b0", "name": "Delete an Identity Profile", "request": { "name": "Delete an Identity Profile", @@ -119000,7 +119000,7 @@ }, "response": [ { - "id": "7ee7dbd4-273d-4ea7-9c37-d43847da3b9f", + "id": "f375eb69-a4ad-4dd2-82af-7d16e8fceee6", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -119039,12 +119039,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\": \"1975-11-23T05:58:41.026Z\",\n \"launched\": \"2023-12-10T17:30:57.365Z\",\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\": \"1991-05-18T20:57:15.925Z\",\n \"launched\": \"2019-08-26T16:59:06.240Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0c454d0d-35d9-4ad8-b469-696ef5cf39d5", + "id": "0273d8e2-e563-472d-9686-6cfc48cda309", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119088,7 +119088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8970f007-1f53-4835-b0bb-6b908865db16", + "id": "3949be9f-885f-4263-95ca-6d7a61f7fecd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119132,7 +119132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9dd3421-824e-4702-9136-054015b49cc9", + "id": "2e365cfc-801c-4314-85f6-fb2ff353eaf3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119176,7 +119176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9ab16c4-7ea4-43c9-8fb3-9f22544492e7", + "id": "2dcdd3dd-09b1-4035-8ae9-bfff02eb1292", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -119220,7 +119220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55434948-b861-47da-b55d-3685552d1c40", + "id": "0c7ff75b-d70b-403d-bb7d-421531663230", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119264,7 +119264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac2f31ac-94ac-4539-a5a8-0654fc7472cf", + "id": "abc02647-7504-4f4b-8178-27ec30b41f4c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119314,7 +119314,7 @@ } }, { - "id": "81c0e5c0-7e27-4ee1-a228-360fda34e689", + "id": "e4fc678b-2f08-4844-b189-f874d56f7642", "name": "Update the Identity Profile", "request": { "name": "Update the Identity Profile", @@ -119368,7 +119368,7 @@ }, "response": [ { - "id": "67bd9e02-f471-464a-b837-c895f6218073", + "id": "180b6f08-d73a-4761-b938-390be3ec7434", "name": "The updated Identity Profile.", "originalRequest": { "url": { @@ -119420,12 +119420,12 @@ "value": "application/json" } ], - "body": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:f85d0902-93af-19cb-9dc7-f0f96142e9bc\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "body": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"59a3aa6b-7de7-81b6-aaad-0c06c73db274\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3b89cdfa-c887-43f7-8f79-25666ea514e3", + "id": "4193c217-c6a3-497e-a024-6ea4c4663058", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119482,7 +119482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cc5d8a9-0065-468e-8ee0-829024f55ecb", + "id": "fcf6e55a-f4f9-45f7-a138-52fea6063509", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119539,7 +119539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c174422-cf52-4c54-bbd8-eb1b74db20a4", + "id": "fdad0635-9047-4477-b261-898aae0df88e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119596,7 +119596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b883e3c-5aed-4cae-a5dd-b287c65cd533", + "id": "50da7725-7de0-4e8f-9084-def537cedaf6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -119653,7 +119653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ad5cc0a-a4fa-4143-bad6-cf93e09fe88e", + "id": "d8c28be9-5bca-4511-8836-0feb273af1b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119710,7 +119710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74c0c6ad-f41b-4354-ade5-a637c98f5257", + "id": "39838d2f-af11-46a3-8b90-bdd9a14e682a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119773,7 +119773,7 @@ } }, { - "id": "eee42938-dc73-48c4-9dee-5b947c586717", + "id": "115b363e-622c-48fb-a6cd-46f5fe118457", "name": "Default identity attribute config", "request": { "name": "Default identity attribute config", @@ -119815,7 +119815,7 @@ }, "response": [ { - "id": "48f87cd8-10b0-4644-82aa-e20cc0c1cdc0", + "id": "6b2c2623-159c-450c-9475-5f2e0cfa0e55", "name": "An Identity Attribute Config object", "originalRequest": { "url": { @@ -119860,7 +119860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6942e849-1c67-4dcc-8e8d-b9b423ba2c75", + "id": "68a708b9-344a-4e7f-a295-f60c6ed85955", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119905,7 +119905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bfd5d05-128f-4b2b-9bcb-e55f0b599571", + "id": "65352023-6694-43c5-8f3c-948f21a2aa09", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119950,7 +119950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ba68e5a-096f-4368-93cb-d0996bd339cb", + "id": "f6b760bc-ad1a-4085-81be-d9b1431c09ae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119995,7 +119995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e10442c2-b2bd-4fcd-9689-defe4124d1f6", + "id": "5d290090-db7c-46d1-8459-cea061e71500", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120040,7 +120040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c7c5452-8195-4697-a895-1a7ef36723d5", + "id": "23e9114d-d7b7-405f-8cd3-9217af13843e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120085,7 +120085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06561301-0d7d-4f84-b7ab-d928c7f44bed", + "id": "76b89f61-212b-4b22-98ac-1d2fc8dce818", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120136,7 +120136,7 @@ } }, { - "id": "0e712464-fe83-4571-99be-a69d8c280016", + "id": "145cbd36-c268-4124-94ff-b4a7c4197c7c", "name": "Process identities under profile", "request": { "name": "Process identities under profile", @@ -120178,7 +120178,7 @@ }, "response": [ { - "id": "6905663d-7ef3-439b-9397-5bb0ffc93db7", + "id": "eedfee2b-ee78-4007-96ec-ac762b8db9ee", "name": "Accepted status after refresh has launched", "originalRequest": { "url": { @@ -120223,7 +120223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df2b116c-d890-4587-9399-996a26ffa6af", + "id": "3d899eda-a32a-45aa-90a3-517fe4e6c017", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120268,7 +120268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce78a2fc-50b3-4f24-8169-2f305ba31e28", + "id": "ab12fccf-a1ac-49f1-a33b-880b4b83056b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120313,7 +120313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04688485-0657-471e-ba54-51056923b293", + "id": "f15535c6-b698-4a4d-861f-15904ee71bcd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120358,7 +120358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc6a9ae3-2a66-4322-a7dd-4b7a197bfb7f", + "id": "2c77cb1b-e743-4eb1-980a-aca7371dcd5a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120403,7 +120403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a051e036-a4c2-4534-ba76-824c3fb0ebb2", + "id": "def7d7b0-be24-45f9-8ed3-b9d12100e99e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120448,7 +120448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a8406cc-cfd5-4ca7-9629-88b72c9db7a7", + "id": "bb386ed3-3c68-4624-8468-a2a330931545", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120505,7 +120505,7 @@ "description": "Use this API to manage Launchers.\n\nLaunchers are objects that allow users to launch various tasks from ISC such as Privileged Workflows.\n", "item": [ { - "id": "04d882e3-cfb4-4d67-be43-f5ed29456d89", + "id": "f0f3d726-304d-41c4-9fa4-df0911d14d1c", "name": "List all Launchers for tenant", "request": { "name": "List all Launchers for tenant", @@ -120562,7 +120562,7 @@ }, "response": [ { - "id": "32ad70a1-f822-4645-95b8-4496c47fa1f4", + "id": "5a2a9fcc-1357-41f5-bc1c-6ed6c44e282c", "name": "List of Launchers", "originalRequest": { "url": { @@ -120628,12 +120628,12 @@ "value": "application/json" } ], - "body": "{\n \"next\": \"aliqua ullamco ut\",\n \"items\": [\n {\n \"id\": \"1b630bed-0941-4792-a712-57a5868ca34d\",\n \"created\": \"2024-04-16T20:07:30.601Z\",\n \"modified\": \"2024-04-17T18:02:07.320Z\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"123180847373330f0173c7e1756b6890\"\n },\n \"name\": \"Group Create\",\n \"description\": \"Create a new Active Directory Group\",\n \"disabled\": false,\n \"type\": \"INTERACTIVE_PROCESS\",\n \"config\": \"{}\",\n \"reference\": {\n \"type\": \"WORKFLOW\",\n \"id\": \"2fd6ff94-2081-4d29-acbc-83a0a2f744a5\"\n }\n },\n {\n \"id\": \"1b630bed-0941-4792-a712-57a5868ca34d\",\n \"created\": \"2024-04-16T20:07:30.601Z\",\n \"modified\": \"2024-04-17T18:02:07.320Z\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"123180847373330f0173c7e1756b6890\"\n },\n \"name\": \"Group Create\",\n \"description\": \"Create a new Active Directory Group\",\n \"disabled\": false,\n \"type\": \"INTERACTIVE_PROCESS\",\n \"config\": \"{}\",\n \"reference\": {\n \"type\": \"WORKFLOW\",\n \"id\": \"2fd6ff94-2081-4d29-acbc-83a0a2f744a5\"\n }\n }\n ]\n}", + "body": "{\n \"next\": \"anim et reprehenderit pariatur sint\",\n \"items\": [\n {\n \"id\": \"1b630bed-0941-4792-a712-57a5868ca34d\",\n \"created\": \"2024-04-16T20:07:30.601Z\",\n \"modified\": \"2024-04-17T18:02:07.320Z\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"123180847373330f0173c7e1756b6890\"\n },\n \"name\": \"Group Create\",\n \"description\": \"Create a new Active Directory Group\",\n \"disabled\": false,\n \"type\": \"INTERACTIVE_PROCESS\",\n \"config\": \"{}\",\n \"reference\": {\n \"type\": \"WORKFLOW\",\n \"id\": \"2fd6ff94-2081-4d29-acbc-83a0a2f744a5\"\n }\n },\n {\n \"id\": \"1b630bed-0941-4792-a712-57a5868ca34d\",\n \"created\": \"2024-04-16T20:07:30.601Z\",\n \"modified\": \"2024-04-17T18:02:07.320Z\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"123180847373330f0173c7e1756b6890\"\n },\n \"name\": \"Group Create\",\n \"description\": \"Create a new Active Directory Group\",\n \"disabled\": false,\n \"type\": \"INTERACTIVE_PROCESS\",\n \"config\": \"{}\",\n \"reference\": {\n \"type\": \"WORKFLOW\",\n \"id\": \"2fd6ff94-2081-4d29-acbc-83a0a2f744a5\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "237918f0-1113-478b-aac4-6387aa3b6b3d", + "id": "b2a1ccc2-eb5a-45a9-bc52-6da665799c27", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120704,7 +120704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffa47d0f-93d9-4e38-8f04-dc5a8cb1f548", + "id": "6b000268-ccaa-4056-87c6-e9f4affad9d2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120775,7 +120775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71346e51-12f6-4e9d-acd5-edf054c93fac", + "id": "2bb321c5-fbb2-4d26-ada2-22493ccb9850", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120846,7 +120846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b9f173e-831e-49c2-b7b7-15ef21934d79", + "id": "287b9eb0-721a-4418-87ff-2fc729d43033", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120917,7 +120917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ec32235-e780-4e77-9165-e04460024342", + "id": "a9812446-7987-4754-8f35-eb5d19623e1f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120988,7 +120988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f43fbc3-1b58-41c8-8eb8-dc50be606a3c", + "id": "68677c22-d325-4c7b-8aa4-238e48679e1e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121065,7 +121065,7 @@ } }, { - "id": "0ce44d1c-f747-4e14-9d27-72219ca8a24e", + "id": "7df00915-59ee-4471-a45c-e9e3a91dc105", "name": "Create launcher", "request": { "name": "Create launcher", @@ -121107,7 +121107,7 @@ }, "response": [ { - "id": "d03c7981-c93d-4e53-8185-5fa2ae3c9301", + "id": "81e0af19-a3a6-463c-865e-2adc53330b1e", "name": "Launcher created successfully", "originalRequest": { "url": { @@ -121163,7 +121163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82167ecf-e889-419e-a88b-31f71064304e", + "id": "24c7a6ff-35aa-4b92-beb8-6ebeee515873", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121219,7 +121219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9691712-2f46-4d87-a239-40a0da2e8035", + "id": "98b440d1-b308-4a74-a78b-44747cb3f6de", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121275,7 +121275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21b985b0-6c90-401c-9aa7-2f7d4a08081d", + "id": "1c1e2e05-e7d7-4aa3-91f4-0f8b49370dcc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121331,7 +121331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f37f1b83-2a46-4f8b-8be1-a9aa7bd31ab0", + "id": "45e333ee-75bf-4547-96b9-1d9d4fee8a67", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121387,7 +121387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c112d2e3-e97f-47c1-95bc-dcf12625bea8", + "id": "10295d7b-98c3-40f7-8b8d-b3abd345de44", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121443,7 +121443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c68eade8-4083-4e85-b8fe-0523d281b584", + "id": "f723679b-1d26-414d-bd09-252604384718", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121505,7 +121505,7 @@ } }, { - "id": "ebf57c3e-a541-4df7-8f1a-1c9207a12ff3", + "id": "b48ae1ff-933b-479a-a545-f583e8db9a99", "name": "Get Launcher by ID", "request": { "name": "Get Launcher by ID", @@ -121546,7 +121546,7 @@ }, "response": [ { - "id": "25f27385-9f26-4101-b2d7-bbdccc793bad", + "id": "3b9d1920-d219-4b56-a6a3-0710e8b50355", "name": "Launcher retrieved successfully", "originalRequest": { "url": { @@ -121590,7 +121590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8979cbaf-8058-4afa-b697-e66ba2655b78", + "id": "940f515c-56f4-4839-9f31-9fea48f4cfcd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121634,7 +121634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a7cb998-3ac8-4738-a617-323eb34fe1cf", + "id": "f01f2632-958e-4983-a5fa-64751db39cc3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121678,7 +121678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b340e754-0e29-48c5-bb57-5412be8a7300", + "id": "79a1dee2-0c16-4d2a-ae1b-d3215c3fbae6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121722,7 +121722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cdb765d-beeb-4f7a-899b-738bd3ee2e47", + "id": "f9a1a033-035a-4843-bacd-13bc3d2d20ff", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121766,7 +121766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a6af0e2-545f-4318-8e77-b39fc8e92142", + "id": "f1c153f9-2a57-42ee-8f7e-41304f482394", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121810,7 +121810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd448b2e-8028-4ec9-a497-c094f7f546d8", + "id": "9082604c-b617-4a7d-99df-9f190d21a546", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121860,7 +121860,7 @@ } }, { - "id": "e0ada31b-b926-480a-ae2d-63d7f9a63825", + "id": "f01872ed-0d4f-4650-b602-ef2fe9bd10e5", "name": "Replace Launcher", "request": { "name": "Replace Launcher", @@ -121914,7 +121914,7 @@ }, "response": [ { - "id": "ed168c69-0c01-42c3-be8d-94a3035398d2", + "id": "636e52ff-dee7-438a-91d5-d48a0ffe3599", "name": "Launcher replaced successfully", "originalRequest": { "url": { @@ -121971,7 +121971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c2bc6f3-0de9-4940-b00b-75841f49e71f", + "id": "efb010fd-a7b7-40aa-9a6d-cd791d8c3102", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122028,7 +122028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "987ada72-df9b-46c3-8157-162ed778bf9e", + "id": "a79ff5a5-ff0d-4bc3-a877-c90cc75f9342", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122085,7 +122085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a08b4a7-9a59-486f-80fa-05bb293aba1b", + "id": "093f4424-36bb-4576-b629-e8330bd6afd9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122142,7 +122142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa8e0b69-412d-4afc-9e15-1ca2302e86fa", + "id": "730388fc-4c23-4382-ac9e-3681cdb05194", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -122199,7 +122199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcec8119-cfef-4935-a8f0-99c34503c1e6", + "id": "2598ae5b-11e7-4f5d-a650-de5b9e07b430", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122256,7 +122256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93faf6f1-cb39-4f53-ba49-058b4fc8c7ee", + "id": "d84778c9-58e6-444f-9123-3248293a07c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122319,7 +122319,7 @@ } }, { - "id": "94078fe7-6ad1-497c-8777-0062b013fd30", + "id": "d6c3ffc1-c0d4-4a38-8e08-ad3d9bc4ed82", "name": "Delete Launcher", "request": { "name": "Delete Launcher", @@ -122360,7 +122360,7 @@ }, "response": [ { - "id": "c6483929-3cb0-42f3-81e1-90a5799ffada", + "id": "842f9e63-f01e-45b5-9e08-91e789ed4d5f", "name": "Launcher deleted successfully", "originalRequest": { "url": { @@ -122394,7 +122394,7 @@ "_postman_previewlanguage": "text" }, { - "id": "bdf1969b-7f8b-4ecb-bcf6-e523d630c961", + "id": "72f47d81-4639-4d5b-b013-cfc47d1de749", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122438,7 +122438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49d942fc-5edb-4eee-a955-08114e2acd84", + "id": "06bdc3c2-ce1d-462a-a479-50ce2e8e9766", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122482,7 +122482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ddb3084-1799-4ee7-90b8-5d078876d7fd", + "id": "e64a1432-43b3-4ece-8277-0a0f4fcb4b0f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122526,7 +122526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ed7aa46-31ec-4ac2-85c9-e506a275504d", + "id": "e9a99c6a-d068-4240-a355-72e3e4d80f93", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -122570,7 +122570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2426c896-c8fc-46b7-9267-6b07f9f69291", + "id": "3ad02811-5e81-4eb7-844a-117a5e45b3e7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122614,7 +122614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c94b3a59-1591-4123-a34e-b8340bd9473c", + "id": "93e3fe47-790c-4aca-b0ae-dbbf04466ad4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122664,7 +122664,7 @@ } }, { - "id": "b827066e-4f78-4339-8d93-138c2effc6ad", + "id": "3915291f-33fd-4680-978d-b957ca5f405f", "name": "Launch a Launcher", "request": { "name": "Launch a Launcher", @@ -122707,7 +122707,7 @@ }, "response": [ { - "id": "e97669d7-0452-4caa-8b55-f69ff240b06f", + "id": "2828a66e-39d0-4a58-9ac5-8b35ee8e8517", "name": "Launcher launched successfully", "originalRequest": { "url": { @@ -122753,7 +122753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "263d03cd-8dd8-4ade-8741-57090d023c61", + "id": "43b15984-5922-4a2c-91d0-1326ec9ce3ba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122799,7 +122799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "921116a6-5d63-48e4-b271-971bdb0dec5f", + "id": "2bd4502d-d712-4ada-8f5d-e803b6fcf2ab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122845,7 +122845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcb6fd99-4f05-43b0-9818-9650a5245659", + "id": "fccf5b4e-ab7f-463a-bbc3-bd563320851c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122891,7 +122891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f33fec61-b79a-43f1-9b3a-66e4246647da", + "id": "bc8e7bb0-4a1f-4a9c-814f-2b1fc5916e9b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -122937,7 +122937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "800b2618-b4cf-4dc8-88fc-9e32c5165e6b", + "id": "80491cc4-ad06-4e79-af45-b31a1a7974c2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122983,7 +122983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee61c1cc-4175-4173-b44a-d0efe4c58ac5", + "id": "bf6e0a5e-27cd-4fff-bdce-04283cc38baf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123041,7 +123041,7 @@ "description": "Use this API to implement and customize lifecycle state functionality.\nWith this functionality in place, administrators can view and configure custom lifecycle states for use across their organizations, which is key to controlling which users have access, when they have access, and the access they have.\n\nA lifecycle state describes a user's status in a company. For example, two lifecycle states come by default with Identity Security Cloud: 'Active' and 'Inactive.'\nWhen an active employee takes an extended leave of absence from a company, his or her lifecycle state may change to 'Inactive,' for security purposes.\nThe inactive employee would lose access to all the applications, sources, and sensitive data during the leave of absence, but when the employee returns and becomes active again, all that access would be restored.\nThis saves administrators the time that would otherwise be spent provisioning the employee's access to each individual tool, reviewing the employee's certification history, etc.\n\nAdministrators must define the criteria for being in each lifecycle state, and they must define how Identity Security Cloud manages users' access to apps and sources for each lifecycle state.\n\nIn Identity Security Cloud, administrators can manage lifecycle states by going to Admin > Identities > Identity Profile, selecting the identity profile whose lifecycle states they want to manage, selecting the 'Provisioning' tab, and using the left panel to select the lifecycle state they want to modify.\n\nIn the 'Provisioning' tab, administrators can make the following access changes to an identity profile's lifecycle state:\n\n- Enable/disable the lifecycle state for the identity profile.\n\n- Enable/disable source accounts for the identity profile's lifecycle state.\n\n- Add existing access profiles to grant to the identity profiles in that lifecycle state.\n\n- Create a new access profile to grant to the identity profile in that lifecycle state.\n\nAccess profiles granted in a previous lifecycle state are automatically revoked when the identity moves to a new lifecycle state.\nTo maintain access across multiple lifecycle states, administrators must grant the access profiles in each lifecycle state.\nFor example, if an administrator wants users with the 'HR Employee' identity profile to maintain their building access in both the 'Active' and 'Leave of Absence' lifecycle states, the administrator must grant the access profile for that building access to both lifecycle states.\n\nDuring scheduled refreshes, Identity Security Cloud evaluates lifecycle states to determine whether their assigned identities have the access defined in the lifecycle states' access profiles.\nIf the identities are missing access, Identity Security Cloud provisions that access.\n\nAdministrators can also use the 'Provisioning' tab to configure email notifications for Identity Security Cloud to send whenever an identity with that identity profile has a lifecycle state change.\nRefer to [Configuring Lifecycle State Notifications](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#configuring-lifecycle-state-notifications) for more information on how to do so.\n\nAn identity's lifecycle state can have four different statuses: the lifecycle state's status can be 'Active,' it can be 'Not Set,' it can be 'Not Valid,' or it 'Does Not Match Technical Name Case.'\nRefer to [Moving Identities into Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#moving-identities-into-lifecycle-states) for more information about these different lifecycle state statuses.\n\nRefer to [Setting Up Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html) for more information about lifecycle states.\n", "item": [ { - "id": "90934493-8828-4917-aae4-64debe2573ea", + "id": "2f8ac48f-3f19-4218-a5e0-782282ec41bb", "name": "Get Lifecycle State", "request": { "name": "Get Lifecycle State", @@ -123094,7 +123094,7 @@ }, "response": [ { - "id": "1e95f586-1a59-4676-b343-4a72cec083d0", + "id": "7521a933-15f2-4dcb-a387-2f4161e8a510", "name": "Requested lifecycle state.", "originalRequest": { "url": { @@ -123140,7 +123140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4ccabfb-f04b-46f1-8dad-2d0496a79855", + "id": "5d245212-e918-4d66-a09c-ab61b57afe3e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123186,7 +123186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "237fe12b-93ca-4df5-9f45-25e1b4c1c433", + "id": "e859ffa6-c583-4531-99c0-8f18cb315094", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123232,7 +123232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04be4634-8c95-4ebd-9471-e116c6f123a8", + "id": "172bfca9-247d-4136-b423-b818efabf4b5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123278,7 +123278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a087105-c6b2-4e3c-9920-72342105fdba", + "id": "781e9092-e30d-4a7f-a979-e8c383d9f705", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123324,7 +123324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "162f0096-e0aa-46a1-b481-2caf4a550ee8", + "id": "6b53eafb-a965-4d1a-a57e-92c4b6767cf1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123376,7 +123376,7 @@ } }, { - "id": "8b20fc9e-cd27-44e9-9992-cfe856146322", + "id": "7517b8c4-c24b-4128-8437-88668a5f25f3", "name": "Update Lifecycle State", "request": { "name": "Update Lifecycle State", @@ -123442,7 +123442,7 @@ }, "response": [ { - "id": "6da5112b-72fb-4bb9-87ce-5d3ed9b2b8bf", + "id": "f61db2a2-78c3-4ce9-9868-716bafbcdfc9", "name": "Updated lifecycle state.", "originalRequest": { "url": { @@ -123501,7 +123501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27f1e1f5-f55d-4ad0-afd1-20e004e4069e", + "id": "8539a523-20cc-4cfb-a491-6c68cf85ffb1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123560,7 +123560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c14b891f-d624-4c32-87a1-301db9133982", + "id": "42f1f71c-015e-4736-a501-01d022706edf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123619,7 +123619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf9ab0bb-c7eb-4d5b-9526-968e2b2647e5", + "id": "9bec5796-7997-477b-88dc-97da7b724599", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123678,7 +123678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a169a9a-bf48-46f7-8b05-bdecd2e27d06", + "id": "8aa0c6ae-e399-422d-ae82-faed05cede85", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123737,7 +123737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9ef7426-cca5-463a-97b7-01ce8b5db6f6", + "id": "81abd63c-d59b-4b13-ac3c-cb540d6447db", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123808,7 +123808,7 @@ "description": "Read and write operations for managing client data and statuses", "item": [ { - "id": "9cf17e5f-3ccf-4479-b895-28cbd47f4b46", + "id": "1b32973c-d0cb-4772-9109-664d9080aa5e", "name": "Specified Managed Client Status.", "request": { "name": "Specified Managed Client Status.", @@ -123860,7 +123860,7 @@ }, "response": [ { - "id": "37fcace6-f496-4590-8f2a-e4718fbd7772", + "id": "6e72ee48-da7b-4c00-a038-aaa15952e9c6", "name": "Responds with Managed Client Status having the given ID and Type.", "originalRequest": { "url": { @@ -123915,7 +123915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba987041-f73a-47b5-b809-c51b1c966217", + "id": "5b3e952f-7f6b-49d8-a5a5-1d3cec90ad83", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123970,7 +123970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1924cd90-4887-44a3-8396-d12cfa4dc1ca", + "id": "470f6da5-9e44-4c3d-863e-b8d7a6ff0b88", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124025,7 +124025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "724996ae-ef5c-481f-a1e8-fc5fb5941c4f", + "id": "56fdd954-a136-4e6c-824c-2d4caa215266", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124080,7 +124080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d25a6afb-dfdd-41ba-a7aa-092f1f879870", + "id": "5db17222-0897-424d-8efe-41e74ee6e286", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -124135,7 +124135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7b0b6fd-35d1-45ad-9c24-ff2982a7a580", + "id": "560707b2-bf55-4449-9c0b-3a5bcfec43a6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124190,7 +124190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae9d5a7b-0e8f-44ff-b3e0-a77a80980acb", + "id": "40d0f447-d652-4330-b241-2ea45e1a09a3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124251,7 +124251,7 @@ } }, { - "id": "73386448-86b3-47b4-ae44-e82270df26df", + "id": "4baeac2f-2a76-4926-8d1a-364bad464872", "name": "Handle status request from client", "request": { "name": "Handle status request from client", @@ -124306,7 +124306,7 @@ }, "response": [ { - "id": "70bd190c-1376-49c9-b01a-b11dcf2d6c94", + "id": "08019da6-ad66-4968-bb93-8c077163aefa", "name": "Responds with the updated Managed Client Status.", "originalRequest": { "url": { @@ -124359,12 +124359,12 @@ "value": "application/json" } ], - "body": "{\n \"body\": {\n \"body\": {\n \"clientId\": \"1528\",\n \"clusterId\": \"1533\",\n \"orgType\": \"test\",\n \"vaDownloadUrl\": \"https://sptcbu-va-images.s3.amazonaws.com/va-latest.zip\",\n \"clusterJobCount\": 1,\n \"configuration\": {\n \"clusterType\": \"sqsCluster\",\n \"clusterExternalId\": \"2c91808876dd79120176f758af765c58\",\n \"debug\": \"false\",\n \"failureThreshold\": \"0\",\n \"gmtOffset\": \"-6\",\n \"scheduleUpgrade\": \"false\",\n \"va_version\": \"va-megapod-useast1-595-1627543540\",\n \"jobType\": \"VA_UPGRADE\",\n \"cookbook\": \"va-megapod-useast1-595-1627543540\"\n },\n \"connectorServices\": [\n {\n \"name\": \"EndToEnd-ADSource\",\n \"connector_host\": \"host.example.com\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-AzureADSource\",\n \"connector_host\": null,\n \"connector_port\": null,\n \"connector_(boolean)useSSL\": null,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-OpenLDAP\",\n \"connector_host\": \"10.0.2.64\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"Dynamic-ADSource\",\n \"connector_host\": \"host.example.com\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-JdbcADSource\",\n \"connector_host\": \"10.0.5.187\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-JdbcSource\",\n \"connector_host\": null,\n \"connector_port\": null,\n \"connector_(boolean)useSSL\": null,\n \"connectorFileUploadHistory\": [\n {\n \"serviceId\": \"540717\",\n \"date\": \"2021-02-05T22:58:15Z\",\n \"file\": \"temp7081703651350031905mysql-connector-java-8.0.11.jar\"\n }\n ]\n }\n ],\n \"jobs\": [\n {\n \"uuid\": \"872b622f-5ab5-4836-9172-e3bb77f05b2c\",\n \"cookbook\": \"872b622f-5ab5-4836-9172-e3bb77f05b2c\",\n \"state\": \"FINISHED\",\n \"type\": \"VA_UPGRADE\",\n \"targetId\": \"1528\",\n \"managedProcessConfiguration\": {\n \"charon\": {\n \"version\": \"345\",\n \"path\": \"sailpoint/charon\",\n \"description\": null,\n \"dependencies\": null\n },\n \"ccg\": {\n \"version\": \"415_583_79.0.0\",\n \"path\": \"sailpoint/ccg\",\n \"description\": null,\n \"dependencies\": null\n },\n \"toolbox\": {\n \"version\": \"6\",\n \"path\": \"sailpoint/toolbox\",\n \"description\": null,\n \"dependencies\": null\n },\n \"fluent\": {\n \"version\": \"50\",\n \"path\": \"fluent/va\",\n \"description\": null,\n \"dependencies\": null\n },\n \"va_agent\": {\n \"version\": \"89\",\n \"path\": \"sailpoint/va_agent\",\n \"description\": null,\n \"dependencies\": null\n }\n }\n }\n ],\n \"queue\": {\n \"name\": \"megapod-useast1-denali-lwt-cluster-1533\",\n \"region\": \"us-east-1\"\n },\n \"maintenance\": {\n \"window\": \"true\",\n \"windowStartTime\": \"2021-07-29T00:00:00Z\",\n \"windowClusterTime\": \"2021-07-29T01:35:24Z\",\n \"windowFinishTime\": \"2021-07-29T04:00:00Z\"\n }\n }\n },\n \"status\": \"ERROR\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "body": "{\n \"body\": {\n \"body\": {\n \"clientId\": \"1528\",\n \"clusterId\": \"1533\",\n \"orgType\": \"test\",\n \"vaDownloadUrl\": \"https://sptcbu-va-images.s3.amazonaws.com/va-latest.zip\",\n \"clusterJobCount\": 1,\n \"configuration\": {\n \"clusterType\": \"sqsCluster\",\n \"clusterExternalId\": \"2c91808876dd79120176f758af765c58\",\n \"debug\": \"false\",\n \"failureThreshold\": \"0\",\n \"gmtOffset\": \"-6\",\n \"scheduleUpgrade\": \"false\",\n \"va_version\": \"va-megapod-useast1-595-1627543540\",\n \"jobType\": \"VA_UPGRADE\",\n \"cookbook\": \"va-megapod-useast1-595-1627543540\"\n },\n \"connectorServices\": [\n {\n \"name\": \"EndToEnd-ADSource\",\n \"connector_host\": \"host.example.com\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-AzureADSource\",\n \"connector_host\": null,\n \"connector_port\": null,\n \"connector_(boolean)useSSL\": null,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-OpenLDAP\",\n \"connector_host\": \"10.0.2.64\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"Dynamic-ADSource\",\n \"connector_host\": \"host.example.com\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-JdbcADSource\",\n \"connector_host\": \"10.0.5.187\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-JdbcSource\",\n \"connector_host\": null,\n \"connector_port\": null,\n \"connector_(boolean)useSSL\": null,\n \"connectorFileUploadHistory\": [\n {\n \"serviceId\": \"540717\",\n \"date\": \"2021-02-05T22:58:15Z\",\n \"file\": \"temp7081703651350031905mysql-connector-java-8.0.11.jar\"\n }\n ]\n }\n ],\n \"jobs\": [\n {\n \"uuid\": \"872b622f-5ab5-4836-9172-e3bb77f05b2c\",\n \"cookbook\": \"872b622f-5ab5-4836-9172-e3bb77f05b2c\",\n \"state\": \"FINISHED\",\n \"type\": \"VA_UPGRADE\",\n \"targetId\": \"1528\",\n \"managedProcessConfiguration\": {\n \"charon\": {\n \"version\": \"345\",\n \"path\": \"sailpoint/charon\",\n \"description\": null,\n \"dependencies\": null\n },\n \"ccg\": {\n \"version\": \"415_583_79.0.0\",\n \"path\": \"sailpoint/ccg\",\n \"description\": null,\n \"dependencies\": null\n },\n \"toolbox\": {\n \"version\": \"6\",\n \"path\": \"sailpoint/toolbox\",\n \"description\": null,\n \"dependencies\": null\n },\n \"fluent\": {\n \"version\": \"50\",\n \"path\": \"fluent/va\",\n \"description\": null,\n \"dependencies\": null\n },\n \"va_agent\": {\n \"version\": \"89\",\n \"path\": \"sailpoint/va_agent\",\n \"description\": null,\n \"dependencies\": null\n }\n }\n }\n ],\n \"queue\": {\n \"name\": \"megapod-useast1-denali-lwt-cluster-1533\",\n \"region\": \"us-east-1\"\n },\n \"maintenance\": {\n \"window\": \"true\",\n \"windowStartTime\": \"2021-07-29T00:00:00Z\",\n \"windowClusterTime\": \"2021-07-29T01:35:24Z\",\n \"windowFinishTime\": \"2021-07-29T04:00:00Z\"\n }\n }\n },\n \"status\": \"FAILED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "05de3a5c-9cf1-467a-9db0-5beff006bf84", + "id": "eeeb07e4-d076-4ce9-889d-0710ff643255", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124422,7 +124422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9997b033-531b-45a5-a8fd-2dd23bc3d832", + "id": "c7eb91ec-2be7-4c8f-97a8-9bbe70c5cbdd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124480,7 +124480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6af0e6a-0421-440a-baf7-24d67007fbaa", + "id": "16b7c276-58f0-43d1-9ad9-5b96b17bec30", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124538,7 +124538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f164cfba-be53-43b7-b0eb-c14566a44414", + "id": "139f3e94-98dd-43f8-b403-2c59d2978ce6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -124596,7 +124596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fac7c5fe-423c-41cc-8d2f-ef66e5557833", + "id": "3fcfc416-1ddc-4c3a-9126-70875fc4a0e8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124654,7 +124654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "580d186e-a18e-477f-b4e2-dbab361d3148", + "id": "a6ade63c-d913-43e4-a100-5a8274a60018", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124724,7 +124724,7 @@ "description": "Operations for accessing and managing client Clusters, including Log Configuration", "item": [ { - "id": "a8e92734-8b2a-4e6c-af20-3f85e2318ead", + "id": "227af0a6-133c-4fe9-8ce6-7e047ec87dca", "name": "Get a specified ManagedCluster.", "request": { "name": "Get a specified ManagedCluster.", @@ -124765,7 +124765,7 @@ }, "response": [ { - "id": "eb9f3b9f-0b60-4bf4-96f6-5ffcfec19d78", + "id": "e97102eb-2ef8-4f57-9a6f-1c866e68939a", "name": "Responds with ManagedCluster having the given ID.", "originalRequest": { "url": { @@ -124809,7 +124809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aef2556f-7bf0-4439-9f48-553de86baa3e", + "id": "df69fe5b-ad4d-4e45-bbf0-2301591e9f36", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124853,7 +124853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c84b625-0ca8-4552-afda-22884b4a91e4", + "id": "ddf8a3cf-aed5-4ff1-b4cb-9fbbee2112ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124897,7 +124897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a01ca172-20f2-4a9e-97cf-e2ac3e78c9be", + "id": "3fec5fea-4079-4ce2-8e2d-dbb33c11ada7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124941,7 +124941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4fdc4f9-99e2-4a5a-a5d1-9b0c08254d23", + "id": "7175169c-9348-4dcd-92ae-399a0ecece80", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -124985,7 +124985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ba6ac39-3498-4aa5-9f8f-3632603066f3", + "id": "2c6836d6-a175-4c36-81ee-9740c0ad1b7e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125029,7 +125029,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab5ae708-442a-429f-b27e-8565d6c8c493", + "id": "61d2470a-1139-4388-95e2-4f906ab3039b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125079,7 +125079,7 @@ } }, { - "id": "958b092f-e7a5-48ce-bab4-fc444a6f123b", + "id": "4665cfaf-acb7-4cb8-b693-d961e7c16edb", "name": "Get managed cluster's log configuration", "request": { "name": "Get managed cluster's log configuration", @@ -125121,7 +125121,7 @@ }, "response": [ { - "id": "d146f2f6-773b-41d3-b1c1-69762df9ceba", + "id": "3780d748-b394-4d55-923a-19b6bc3897c2", "name": "Log configuration of ManagedCluster matching given cluster ID", "originalRequest": { "url": { @@ -125166,7 +125166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b84624bd-a46e-4cac-88a6-e80287670215", + "id": "5b767cd3-c813-4f0b-b524-d805a82bbd12", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125211,7 +125211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccb99273-0dc6-4d20-b5d8-db3ae4a75817", + "id": "93a4da39-89b2-4450-a6f9-2c737cc8be7a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125256,7 +125256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b1d01e5-04e2-4b64-afa4-53d29a8c533a", + "id": "609c5aeb-67b2-4830-9512-974447bbb9aa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125301,7 +125301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07e11d45-e1e5-4010-9f5d-4031f70e2790", + "id": "8b37cc37-5cdc-4623-9bc2-24b0c14bcfa2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -125346,7 +125346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a84bfa11-2cea-420a-9054-87ace4696cd4", + "id": "24432c57-b01d-4cf5-9873-aea68420b336", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125391,7 +125391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b19d6d65-3573-4a76-810b-d9d15b5c3d29", + "id": "bc5f849b-846f-4251-b32b-494c2b5ab52f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125442,7 +125442,7 @@ } }, { - "id": "35aa6f91-30eb-44e0-8f5c-2d433981218d", + "id": "a6b91324-031a-479c-bd3c-0f2af31fdf26", "name": "Update managed cluster's log configuration", "request": { "name": "Update managed cluster's log configuration", @@ -125497,7 +125497,7 @@ }, "response": [ { - "id": "06dd12db-1ae2-4ce6-a7a2-e4515c0cadfd", + "id": "2d83dad6-f5e3-4784-8358-2746b9823f7c", "name": "Responds with updated ClientLogConfiguration for given ManagedCluster", "originalRequest": { "url": { @@ -125555,7 +125555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b55e7456-ccea-45ba-8fe6-a996c379f4fd", + "id": "5571e0ce-efea-4bd0-9592-cfc69aa19289", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125613,7 +125613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f1676b4-12d8-4ae7-bcb9-9c14138795a8", + "id": "5aa2cb71-6eb4-440f-a39d-c8e5cedf259c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125671,7 +125671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d04ad28-734a-4a8a-9071-402e8a8ed737", + "id": "ea5e84fc-6f99-40e1-a3a5-b84f895aa070", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125729,7 +125729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bafc4b8-307e-4e01-817d-a77bce6b23a4", + "id": "5ce3db78-3577-4f5e-9171-eaa9d46c4adc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -125787,7 +125787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aad6f482-9cd2-49bc-ac62-c2a030dc59aa", + "id": "8bae0f01-f0b4-4711-97e4-da39411b048f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125845,7 +125845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e93e688-6c23-402b-8b61-55814df95bb5", + "id": "b05a258e-ecef-4e59-a95d-9e412ae88bc4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125909,7 +125909,7 @@ } }, { - "id": "1061e015-c988-46ce-a0b5-13dfc66ab7ce", + "id": "2034a9c5-aee3-41ef-879e-5060b442582e", "name": "Retrieve all Managed Clusters.", "request": { "name": "Retrieve all Managed Clusters.", @@ -125975,7 +125975,7 @@ }, "response": [ { - "id": "cb25aedb-6ed1-4de2-90d0-9e1e9f0c1369", + "id": "2aededf3-e76b-4cdc-a4be-17f4431dd13a", "name": "Responds with a list of ManagedCluster.", "originalRequest": { "url": { @@ -126055,7 +126055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e7f18c5-1c3f-427f-b446-09e960557ac2", + "id": "bc7b5136-3b91-4d63-a0c0-3395832997ef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126135,7 +126135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d024fbc-63ce-497c-a956-5139aedf7f6c", + "id": "47d9e812-ae58-410f-90a0-d5cf0f7e23e8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126215,7 +126215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "509c8c42-bfcc-41ae-b13c-f11c8a7a792c", + "id": "3436cd44-fac0-456a-bfe6-b61758be552e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126295,7 +126295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4babdd8f-835e-4538-94a8-c70067748cb4", + "id": "d5fffb91-cfd2-4521-8b7a-87766f92c5d0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126375,7 +126375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6655565-5cb8-43e8-bfc6-de12ddb64d5c", + "id": "6fa298a6-f097-481c-95c8-3bd1a57a9996", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126467,7 +126467,7 @@ "description": "Configure and test multifactor authentication (MFA) methods", "item": [ { - "id": "341a450a-f838-4c18-b03d-d6169edef4d8", + "id": "5b376e44-ca1c-459e-aff1-6516edebdefc", "name": "Configuration of Okta MFA method", "request": { "name": "Configuration of Okta MFA method", @@ -126498,7 +126498,7 @@ }, "response": [ { - "id": "61fde2ba-4ffc-418f-bed2-1fb0b172fd73", + "id": "f2e66aee-fa50-4d02-98d8-bd560e76ffa4", "name": "The configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -126543,7 +126543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1f0a4cf-62f4-4048-9dc2-301758feb6fd", + "id": "2426a6d3-477a-4329-9076-801a8d7835c8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126588,7 +126588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d0208a3-be32-4b8a-a63d-811f3f877aea", + "id": "d92a32b6-9531-4db6-b2dd-038a67f5e635", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126633,7 +126633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1849e97c-3b6f-4105-8a17-b06f01caacb8", + "id": "16cc610a-289c-4a12-bf90-bd73d8419546", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126678,7 +126678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02387f30-9a3d-4349-9236-48468467a66f", + "id": "e34cf704-ada4-41e9-8138-8bf8c213945b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126723,7 +126723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cc8c68c-2407-4c99-988f-6be5a5e95176", + "id": "d17fec3b-3a8b-4f08-a8a0-6af926f4ca13", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126774,7 +126774,7 @@ } }, { - "id": "d6e48b8d-3bdd-43c2-8eaa-16dd0bed2d5a", + "id": "100ec9ca-7ea5-4a27-9880-07db6b1dc0fd", "name": "Set Okta MFA configuration", "request": { "name": "Set Okta MFA configuration", @@ -126818,7 +126818,7 @@ }, "response": [ { - "id": "22275372-686d-4174-b121-084b44d1eec5", + "id": "f79c8ff6-7140-4954-99e5-4346b034de5f", "name": "MFA configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -126876,7 +126876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4eb93de5-8d78-4fa8-82ac-e5c6d16929e7", + "id": "b97688f8-7eee-4bb3-a878-d152da1bd6fc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126934,7 +126934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b049175-2ea9-4f8c-8ec2-6c13b3a7a1e5", + "id": "79c4e2ea-61c0-4eea-b863-3559abea0463", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126992,7 +126992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e0843af-c133-4ee2-8124-d53fdb165693", + "id": "4b47493c-054a-463d-b1bb-0f7c1e52e0a1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127050,7 +127050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fd7760e-0cd9-4365-8c40-de47ab5ead02", + "id": "88d65cb2-b6c8-4aaf-aef4-602bc94621f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127108,7 +127108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1046141-bcbe-4024-a043-91a8da880cb6", + "id": "5377afba-ef0a-4458-b053-1f753cc96e6f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127172,7 +127172,7 @@ } }, { - "id": "0e80b4f3-90a1-473b-b127-6bc26b46bf9c", + "id": "72b2c742-7c40-448c-a0c1-9efbe38bad4c", "name": "Configuration of Duo MFA method", "request": { "name": "Configuration of Duo MFA method", @@ -127203,7 +127203,7 @@ }, "response": [ { - "id": "db1b8425-233c-4021-814e-08c14bbf92b9", + "id": "0959073e-d7ec-4241-a919-aae759507cf9", "name": "The configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -127248,7 +127248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67f2d089-7462-4395-bb62-349ae00af0f7", + "id": "8a6300ec-db01-47f1-85ca-3d24b6868221", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127293,7 +127293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26569743-34b8-49d4-91c4-58597d4fcb9f", + "id": "da11f963-dd85-4934-a59b-2eb915f1cb83", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127338,7 +127338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cbd3d9c-919a-460a-96e8-4d946d9834de", + "id": "dbf6b75a-f589-4557-92cb-3dab3d477257", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127383,7 +127383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfefea14-0d95-4f80-9012-944b22b13090", + "id": "9919bfe0-ca69-4a72-ad3b-4d3d2e0a2a6b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127428,7 +127428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0b48a99-82ef-42e5-adbb-3c70b30367aa", + "id": "7c8eed4a-b7f3-42de-b471-713e82f3e8a2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127479,7 +127479,7 @@ } }, { - "id": "d46690b6-c6cf-4256-8ef8-65a7dd868bb0", + "id": "8757ad61-a141-46fe-8083-c627549cbd7a", "name": "Set Duo MFA configuration", "request": { "name": "Set Duo MFA configuration", @@ -127523,7 +127523,7 @@ }, "response": [ { - "id": "76e74c36-16dc-4413-8f8f-bd3be5283d59", + "id": "4aaa2ceb-70bd-42e1-a0f3-bc9904d6bebd", "name": "MFA configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -127581,7 +127581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16ee5f90-d24d-487f-b0b7-f34fc0601c90", + "id": "92be1712-a0f4-447a-ab10-24aeaa99c6c7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127639,7 +127639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4ff87b9-0ff8-46d2-87b9-5e7f8ebb51db", + "id": "ec32ad88-ca77-45e3-9424-07c74b35e366", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127697,7 +127697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69601f88-8b48-4684-a8df-059af76c2d8a", + "id": "a9fd8a5d-ed8c-45c1-a2da-2ec27ecea222", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127755,7 +127755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fda3e809-35be-4898-bf3b-5bf0718dba8a", + "id": "7e7bfffc-828a-4cc3-847c-c18282332bf4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127813,7 +127813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60e5ab07-81a9-45b1-8710-9c0a778bb194", + "id": "a7735232-37de-4810-a693-0a29965f5e95", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127877,7 +127877,7 @@ } }, { - "id": "34c7cb94-b352-4cf6-9d23-6a3aeffcd24f", + "id": "fcc0ee83-6b58-4757-a13f-ad895787a456", "name": "Configuration of KBA MFA method", "request": { "name": "Configuration of KBA MFA method", @@ -127918,7 +127918,7 @@ }, "response": [ { - "id": "2912ed02-1935-4e69-a74f-bc81f0a74595", + "id": "47a184de-83f3-4c48-92c9-af69eefd6260", "name": "The configuration for KBA MFA method.", "originalRequest": { "url": { @@ -127973,7 +127973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87242f2f-0c35-4305-a518-651f81dab9b2", + "id": "46c28fef-cf49-498f-a321-acc551819282", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128028,7 +128028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28e71743-869f-4807-bb29-81b3ef6f9a8f", + "id": "1bbbf6cb-ad7e-459d-a940-1a2c228c9694", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128083,7 +128083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cbc4eef-7239-4020-ab9a-e1b54fb6ae9a", + "id": "4edd7500-7ffe-49ed-8ce5-a4a02d5e0694", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128138,7 +128138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e8990f0-52be-4382-8915-04d5b2aae481", + "id": "5919bd68-cb0a-4b2e-826f-f5fd8f22061a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128193,7 +128193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74154ecf-0a2b-4e86-9bc0-557c3a9c77dc", + "id": "75af5cd5-84dc-45a8-8133-f14d70455dca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128254,7 +128254,7 @@ } }, { - "id": "78603fdc-358d-400f-ab7a-c739bd07a8c4", + "id": "61c0fecc-4858-4b27-bb74-f02468f21679", "name": "Set MFA KBA configuration", "request": { "name": "Set MFA KBA configuration", @@ -128299,7 +128299,7 @@ }, "response": [ { - "id": "267c9790-ba33-4ec3-acc6-06127f0a3f96", + "id": "5013b88d-e1f4-4dc1-8547-bdf1b8d77854", "name": "The new KBA configuration for the user.", "originalRequest": { "url": { @@ -128358,7 +128358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45061208-4bfa-4b94-b6a0-5e45347c985c", + "id": "ca59084f-99b6-460d-8662-700043e3390a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128417,7 +128417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59a5b16b-280b-4a05-abc9-7aaa402f474b", + "id": "e1e0d472-c089-485c-b254-6f015935f31f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128476,7 +128476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48601c41-bc23-4cf4-9750-4178d226f720", + "id": "d2de9791-ab33-44da-a003-fb00da9fb22b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128535,7 +128535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f4723aa-ff8c-4045-af75-d6af0bd5b26e", + "id": "c836d4fb-a193-46e2-95ea-cd1d840b53f3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128594,7 +128594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c524289-9084-4d98-82db-248682351c84", + "id": "32760763-571c-4b73-94f3-85aa8dd3eca5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128659,7 +128659,7 @@ } }, { - "id": "f58cbdc5-3424-4dd2-a14c-8b2c698ad8cc", + "id": "a371d514-0424-41e8-9893-83cd83f167df", "name": "MFA method's test configuration", "request": { "name": "MFA method's test configuration", @@ -128701,7 +128701,7 @@ }, "response": [ { - "id": "de917ded-9aa7-4155-a078-23bfcb3c8b72", + "id": "60c77eb7-cc55-4e59-8afb-0858825e40e9", "name": "The result of configuration test for the MFA provider.", "originalRequest": { "url": { @@ -128746,7 +128746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75854ac4-091f-4e27-b4f5-5d4b5535aca2", + "id": "73a4d421-6d5f-4fb7-b039-2f3b1b83c0d7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128791,7 +128791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03a568cf-3962-4f02-bbef-8439e928656a", + "id": "bd24ce8e-e956-4520-b10d-7605de26b3d6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128836,7 +128836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ea4738c-8b51-425e-b003-ae25c4cfd3bd", + "id": "bada9d79-2320-4132-9293-2ba40c1e1695", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128881,7 +128881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dc40dba-9a84-401d-a0c7-cf6aa3a308e5", + "id": "58615d29-e650-48e2-891a-fb146952ee4a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128926,7 +128926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdcc9951-8654-46eb-b436-ace5ae60218d", + "id": "7c0b05d8-9168-44b9-b460-525a9a2560eb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128977,7 +128977,7 @@ } }, { - "id": "6ee56cd4-919b-401e-a2cf-955c62821ce5", + "id": "8aa9f842-d36e-46a9-b680-781abea51424", "name": "Delete MFA method configuration", "request": { "name": "Delete MFA method configuration", @@ -129019,7 +129019,7 @@ }, "response": [ { - "id": "df44221e-fc12-4b90-933b-24b9758769e1", + "id": "15d81fc2-23a3-40c1-8255-8f3f4f584d80", "name": "MFA configuration of an MFA method.", "originalRequest": { "url": { @@ -129064,7 +129064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02a76df6-1a6c-483a-b5d9-3971fbe270f4", + "id": "1f62784d-83c1-473c-81ec-7aaafb73623e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129109,7 +129109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ec40e98-01f3-43a9-b9f9-3cfaea11b21c", + "id": "f3d3435d-61ee-4d9d-a5be-3c93f6ede6c8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129154,7 +129154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd7c9b20-f8b0-4c47-866f-d20a9425d418", + "id": "4bd36262-6af3-47c4-ac88-e3efdb6ef134", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129199,7 +129199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "321be1b0-4bfc-476d-815b-e83446ed7da4", + "id": "9123abf0-57df-47d7-b3a9-1e31668a3468", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129244,7 +129244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba623def-d0bf-4a87-8edc-ea0222d01a24", + "id": "cebb485c-59ab-4d65-88f7-938c595c3c68", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129301,7 +129301,7 @@ "description": "This API used for multifactor authentication functionality belong to gov-multi-auth service. This controller allow you to verify authentication by specified method", "item": [ { - "id": "75ec6671-2154-45b0-891d-4842e3e0e01a", + "id": "3c5597bb-e7cb-49c1-ad46-46a4a00b64bc", "name": "Verifying authentication via Okta method", "request": { "name": "Verifying authentication via Okta method", @@ -129345,7 +129345,7 @@ }, "response": [ { - "id": "91df9e2e-7d83-4fa4-ada5-eccbf327a67b", + "id": "cb59a5bd-e866-4c9c-a798-a729afd5febe", "name": "The status of verification request.", "originalRequest": { "url": { @@ -129403,7 +129403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b20f024-1b17-49b4-954f-c12915a9f572", + "id": "adf445fc-9caa-4c72-b70e-3214ffa5b3af", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129461,7 +129461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffea039f-6cdf-4e87-b013-e7b0563f16b5", + "id": "a57cff1f-24e5-4187-b046-e28d621b27ed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129519,7 +129519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7bfb9a0-3526-40cd-8db7-c396d5d7ec1f", + "id": "0c74edca-ccae-4424-aea2-da65ad52e8d1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129577,7 +129577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f3ccb1d-60f6-4684-974c-cf947c363eae", + "id": "19e17afe-447c-4c0c-a102-10376f2f843d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129635,7 +129635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78d48c00-8ded-48c7-8a63-dee235ff6cd4", + "id": "d15f6a96-4dd1-406b-9714-1265c838930b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129699,7 +129699,7 @@ } }, { - "id": "66ce5a7a-cbcc-4fe1-9964-02296714b587", + "id": "641fbd21-5572-403c-bb31-99a78974147a", "name": "Verifying authentication via Duo method", "request": { "name": "Verifying authentication via Duo method", @@ -129743,7 +129743,7 @@ }, "response": [ { - "id": "0c6aa5fd-55d9-4d8b-a352-761f20cb4158", + "id": "dfae1cc4-3d5a-41bf-bcde-ea74d26fc72e", "name": "The status of verification request.", "originalRequest": { "url": { @@ -129801,7 +129801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21ebf10a-1f7a-46a6-9e4f-a6fed784abcb", + "id": "e12451e9-7045-4050-96bd-e27dfadde363", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129859,7 +129859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6840637f-2b62-4043-a09d-2ca7dcc9ae54", + "id": "b750b6cd-86cb-41c2-ac97-77ac4d5e71b7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129917,7 +129917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7faa923f-fce6-4a2e-87f2-d44e42776065", + "id": "38d8daed-3ca5-4f6e-9f27-da1691904bc3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129975,7 +129975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d589825d-7d4d-48ae-87ef-0e9c7d56f0ae", + "id": "63601a43-e745-440c-9795-ccc7cd58f285", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130033,7 +130033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a47f53e-9621-4942-a056-2ad07459fbd9", + "id": "587b5bbb-5a73-4e59-8da9-ff8acd25d684", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130097,7 +130097,7 @@ } }, { - "id": "8e5fdf53-6eac-463b-98d5-2ad5660de7ea", + "id": "02ca583f-77b1-45a7-898a-d5a1bda510a5", "name": "Polling MFA method by VerificationPollRequest", "request": { "name": "Polling MFA method by VerificationPollRequest", @@ -130152,7 +130152,7 @@ }, "response": [ { - "id": "f6385668-8a88-44bb-8a16-9256a920a0ef", + "id": "7806ea48-a705-4982-b7a5-f232a0a88394", "name": "MFA VerificationPollRequest status an MFA method.", "originalRequest": { "url": { @@ -130210,7 +130210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea8cdb46-de22-4577-93d4-31e3a36a5469", + "id": "3deed9a1-a06e-4427-b25d-fa4c9dc2c037", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130268,7 +130268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "362d06b1-2eb7-48ca-97c4-86d1d1791668", + "id": "061ab43c-6470-440e-9b2f-eb699ac63cf6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130326,7 +130326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4720e990-b497-48d7-887d-c0dc5f6a5efd", + "id": "887000de-516f-4b60-b427-895a29867f0d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130384,7 +130384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf9ff782-7641-4487-9523-bdb1e170d520", + "id": "bc36480a-41d8-412f-be7e-191369acafe0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130442,7 +130442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b93d6792-ec3f-4cf2-b310-c7578341e82c", + "id": "bd7e5167-6f78-41c2-a74c-73a13073886e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130506,7 +130506,7 @@ } }, { - "id": "8f1ef238-ad63-44d6-932e-986f43df088f", + "id": "6855c479-6489-4acc-876c-ec6a95c9ccd4", "name": "Authenticate KBA provided MFA method", "request": { "name": "Authenticate KBA provided MFA method", @@ -130550,7 +130550,7 @@ }, "response": [ { - "id": "76b6c3d1-d5b7-4478-a3aa-327adb1d0daa", + "id": "6d34cfad-9bff-4ea2-93bb-aa05c1e0d368", "name": "KBA authenticated status.", "originalRequest": { "url": { @@ -130608,7 +130608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d3298d0-cca0-42df-bf45-24a3991b164e", + "id": "03586c01-faea-4eb6-96e1-a8450b543a95", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130666,7 +130666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3608a366-dcc8-4b0e-ab20-28c1abe49060", + "id": "42ad3003-e13a-4455-a381-65ef5c09a331", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130724,7 +130724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cd2a168-a7f2-4fe9-b79e-d833135f3e51", + "id": "bfa23bce-ab51-4ec7-af5e-f10cbc59fe3e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130782,7 +130782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c7fda38-b48a-49d1-bb76-08b0fafb8edb", + "id": "5c34890a-eb95-4b6d-b59f-3ac1c696e1c4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130840,7 +130840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8fa4e04-07df-495d-82e6-fe3e4a06300f", + "id": "627e2fb4-9ba2-4558-a5a6-b77afd9fb028", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130904,7 +130904,7 @@ } }, { - "id": "c4b59605-7a99-4ac1-b586-6fa5dcea3f41", + "id": "3e7f2f28-cb0e-4d60-866f-ed721e79ae3e", "name": "Authenticate Token provided MFA method", "request": { "name": "Authenticate Token provided MFA method", @@ -130948,7 +130948,7 @@ }, "response": [ { - "id": "076def95-0b80-4c1f-af69-3911adbdd051", + "id": "83aa432c-9134-4161-93ed-470abd7dfb56", "name": "Token authenticated status.", "originalRequest": { "url": { @@ -131006,7 +131006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4016d59b-19a2-4dde-80f1-46edd23cbf00", + "id": "13b87820-0dcd-4f41-b835-6d2fc981168b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131064,7 +131064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f52e2a74-b5ab-4a95-b58e-d8ed7eb81c33", + "id": "9aea2531-c09b-4b14-a2ef-603c27d6df26", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131122,7 +131122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ff5edf0-dd6f-476d-9962-9445aaf2e6d4", + "id": "58f1a270-352a-434d-a44f-bf397cf8e85d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131180,7 +131180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe514bb2-e4af-469e-8b57-481e84e4fdab", + "id": "cd3a1c4b-bf26-421a-9b5b-f7fa65e4e528", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131238,7 +131238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faa8c716-4930-42a9-8b43-8101561d0526", + "id": "ad835c81-5811-402d-a079-66160f77ca3d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131302,7 +131302,7 @@ } }, { - "id": "f83102c5-077c-4649-8922-1a2ff3efb723", + "id": "46f96111-e511-4747-8b47-f6074299c7d6", "name": "Create and send user token", "request": { "name": "Create and send user token", @@ -131346,7 +131346,7 @@ }, "response": [ { - "id": "449c5357-4500-4d62-aebf-4d55c39ae29a", + "id": "36899222-0d26-46dc-8f17-1e174a36f7f4", "name": "Token send status.", "originalRequest": { "url": { @@ -131404,7 +131404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8d060c4-5b40-4411-92a9-57ec57793fb1", + "id": "b6c90c14-cfb9-47c7-b6ba-1a3dc202fb2e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131462,7 +131462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c47b76e9-2b62-4c65-917d-216aaa359af9", + "id": "c8d89989-3506-4f97-8876-f7b1e1c4f6ed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131520,7 +131520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "843996d4-666d-4add-b70a-1f523df0c3a3", + "id": "7431c3d2-d964-476c-96e7-a3d043e89ac9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131578,7 +131578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "589061b2-1c44-4abc-95c7-f6fbd4ddbc7a", + "id": "287e60a8-c137-405d-b7aa-4cc887e4e3cf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131636,7 +131636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d7ad745-49ab-4843-8be0-1a4bb8611323", + "id": "58e2bb2b-5a53-4a7f-b2c7-b251dee9eadd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131706,7 +131706,7 @@ "description": "Use this API to build a Multi-Host Integration.\nMulti-Host Integration will help customers to configure and manage similar type of target system in Identity Security Cloud.\nIn Identity Security Cloud, administrators can create a Multi-Host Integration by going to Admin > Connections > Multi-Host Sources and selecting 'Create.'\n", "item": [ { - "id": "a8f2756f-2377-47ad-beeb-c621814e13ee", + "id": "4c796542-be7e-4b74-b6c4-0493c7c54f05", "name": "Create Multi-Host Integration", "request": { "name": "Create Multi-Host Integration", @@ -131748,7 +131748,7 @@ }, "response": [ { - "id": "20311e5f-a0ca-4d2f-9896-4a5a43e4d471", + "id": "be717f30-a1d0-483f-a71e-b756615cd5ca", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -131804,7 +131804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1882ba4-b4d4-47eb-86b5-91f569210bd0", + "id": "1fadaa28-2e58-4f42-a199-02c809f854c0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131860,7 +131860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e39309ae-23bc-47ae-9df3-c875d2a2781a", + "id": "83de6ffe-b411-46fa-af4a-ae8472173757", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131916,7 +131916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf7e1372-0ba6-49e4-a38d-9ed7c8cc1420", + "id": "6e9c2151-3795-4c61-beb4-a6c3309d65e1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131972,7 +131972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2b0e291-59ea-4d3a-8cb3-418e5113323c", + "id": "ce23bcbc-d195-4b6e-bab2-e7bb3139d38b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -132028,7 +132028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01143ae5-8e2b-47ac-9f13-32afb8ab9b18", + "id": "1b126e48-f966-4563-a350-959bc9de7917", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132084,7 +132084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ad1450d-ae1b-4c8d-92a2-150d9a4a9378", + "id": "3067a63b-9b5c-4d2c-b99e-cb830c8006a1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132146,7 +132146,7 @@ } }, { - "id": "d9e9b450-456a-493f-b7fc-95e14a1df0cf", + "id": "58c0d094-7af1-48b0-b5b0-0694b97f0e6c", "name": "List All Existing Multi-Host Integrations", "request": { "name": "List All Existing Multi-Host Integrations", @@ -132230,7 +132230,7 @@ }, "response": [ { - "id": "8bb3d232-f2d5-480f-af9d-bf45b83b0564", + "id": "93c6dd0e-f7a1-496b-ba5d-e20f151950b2", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -132328,7 +132328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4d78333-4a90-4859-ae81-bb87287af27a", + "id": "9273715f-089d-4807-885b-58c1159bcfd1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132426,7 +132426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01c453e2-c483-4666-b2fc-c40c0cd8f996", + "id": "d5d5bd5f-07ea-4d69-ad7d-5c0f72214648", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132524,7 +132524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "360c0a30-e6f8-41ba-8acf-8974e0c20359", + "id": "cd3b58a9-85a5-40d7-8bc3-285e4ae9fffb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132622,7 +132622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51513934-cd3a-4125-b158-03d90d5e51d9", + "id": "98c85cd3-53c3-4b7a-afba-5cb3cc3ff939", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -132720,7 +132720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d0f1246-007a-4db2-80aa-05936e7e7783", + "id": "708a8ff5-272e-4f13-8243-0f07664f947f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132818,7 +132818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7c4ed76-b614-44c7-83f5-2941337672b7", + "id": "6077971e-6f9c-41e1-86a4-504fede16ced", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132922,7 +132922,7 @@ } }, { - "id": "d55d66d0-87cb-4597-b90c-2f616b20fbda", + "id": "3f4873b4-0ff6-4eb3-a3d6-c16735e1c871", "name": "List Multi-Host Integration Types", "request": { "name": "List Multi-Host Integration Types", @@ -132952,7 +132952,7 @@ }, "response": [ { - "id": "29a37ec0-eb08-4324-9858-74b6a2d00226", + "id": "fb0a4f38-febf-45d2-8354-dbdfe56e41c1", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -132996,7 +132996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f78af19-20d3-46f1-9db5-29010be0d422", + "id": "f06b5548-2065-4d8c-a521-bd8dd1bdb38d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133040,7 +133040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1828f73-8a2f-481a-9b6d-f8fc229e22ee", + "id": "3f3bef61-acea-48a6-beb9-8e00fc1823f6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133084,7 +133084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1d49227-7072-4f50-a668-e096dc56ee4c", + "id": "fa2eae28-274c-4214-bafc-20c35decfdd9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133128,7 +133128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6947529c-f910-4fd1-98f9-a09bc07a9cb0", + "id": "97b775ee-2edc-4d89-963d-dff5daf2b372", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -133172,7 +133172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f28c0f5-f436-4b27-8879-c0958210759a", + "id": "d017c082-16f6-4cee-81b5-041b9ddacc4a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -133216,7 +133216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bbeeda5-834b-453c-9007-36259eb0a4b1", + "id": "7a4de3d3-cb0d-454e-ac8f-f50bc259cf34", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133266,7 +133266,7 @@ } }, { - "id": "a6726199-d110-4e60-8794-b779f1546978", + "id": "afc7c636-4f01-426f-8801-5c816fbb736a", "name": "Create Sources Within Multi-Host Integration", "request": { "name": "Create Sources Within Multi-Host Integration", @@ -133320,7 +133320,7 @@ }, "response": [ { - "id": "f22c54f7-e16c-412d-a9c3-cfdabee0fc57", + "id": "e16baa3d-489f-44bb-bb95-e8868d23f2de", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -133367,7 +133367,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5172152a-6cf5-4f7a-9d8c-4260bdf17b14", + "id": "652c9584-99c3-46a0-b578-e22aa4489aef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133424,7 +133424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "752b5ad3-e39c-4834-a024-1eedea88546c", + "id": "c5fd4fd8-f4fc-4090-b90d-9a77d6e21e44", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133481,7 +133481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ecd8a8b-57a0-4d86-89eb-b5110f6d2d60", + "id": "24320aed-78e6-442f-b05a-b7d6bb6640b1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133538,7 +133538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90049525-052d-4da5-998c-4d7513cd6405", + "id": "12277477-bea1-496f-a3c0-f4eb1e17c500", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -133595,7 +133595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3515a5a2-9867-4bce-80e8-f6b7ee0d0e3e", + "id": "409d28f2-dfe2-4725-b1c5-8368d94fe6a3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -133652,7 +133652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06ebf7a8-8577-4f22-a5fe-ab381e5cd5bd", + "id": "e826ba50-8a9a-4dc9-9b1b-3831e89ecacf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133715,7 +133715,7 @@ } }, { - "id": "9c015a1b-ef2c-407d-9b8c-8a92f4319eeb", + "id": "d6dbf831-6c44-4f92-bfbe-573e1fb9648f", "name": "Get Multi-Host Integration By ID", "request": { "name": "Get Multi-Host Integration By ID", @@ -133756,7 +133756,7 @@ }, "response": [ { - "id": "dc9ffaf9-b520-4c56-acc9-b630c9ce5f6f", + "id": "67232d42-1620-49ed-8a53-6ce5816461dc", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -133800,7 +133800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5dcf069-11a6-459c-aa6f-94afccafade1", + "id": "ffcb904c-5fec-40d1-aaa2-215c91acd273", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133844,7 +133844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "696ac6a9-317f-4cde-ad12-e6909278b20d", + "id": "5bf86df9-60a2-4932-b7b7-c26bb2f35596", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133888,7 +133888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d01119e3-b78e-47e5-b505-a49325f5362c", + "id": "65ee1f29-c003-421d-a4af-6f703436c51e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133932,7 +133932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62e9b6bf-5cc9-4d4c-b78f-4c56aee2f1ce", + "id": "28b1eed5-a871-4793-bcdf-92904420e928", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -133976,7 +133976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af4eea37-da9f-4280-86cb-761ba86ac1f5", + "id": "456c126f-5830-4b0f-a72f-bee35bacb9b1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134020,7 +134020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5574d79f-bfd1-480d-a594-1f84ec461fab", + "id": "fd68bbae-7418-4a2f-b6a9-a6013b730349", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134070,7 +134070,7 @@ } }, { - "id": "93ec88f8-87dc-4399-9944-a32072489eb3", + "id": "1dc913a1-4c96-40e9-ab87-a437478ca328", "name": "Delete Multi-Host Integration", "request": { "name": "Delete Multi-Host Integration", @@ -134111,7 +134111,7 @@ }, "response": [ { - "id": "6cdec294-e517-41ba-8948-48e742b7e44c", + "id": "3e6a9ee7-e801-4286-8c11-ebdf66ccd939", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -134145,7 +134145,7 @@ "_postman_previewlanguage": "text" }, { - "id": "944192f0-9e51-4968-bc0c-8786fe508a7c", + "id": "84fb8f7b-be2e-4918-b657-df9650eeefab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134189,7 +134189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf1fc372-41ad-48fa-b0f7-a3520cc3be70", + "id": "08921a11-9b8c-4dbc-932f-144137cbbb18", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134233,7 +134233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "828eec2b-ec4d-4f6a-9249-ce635a3bf005", + "id": "04baf874-a4fe-4405-9f2d-439d81e579de", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134277,7 +134277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "645a38fd-140f-4927-a077-f7f0adc7a0ce", + "id": "48b4926c-2519-4366-bd58-f6d090045773", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -134321,7 +134321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1f97b54-e10b-4803-a98a-bb8e7c78ea06", + "id": "0af0fe50-4a2e-43ce-ab66-a6d7bd310280", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134365,7 +134365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ad4bcee-3e15-4717-b2fe-e20ea5b86d03", + "id": "ea1ea668-7f2e-4c25-8b4e-9bb58acbb327", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134415,7 +134415,7 @@ } }, { - "id": "97e7aa31-4780-4478-b6a5-20bab24a78aa", + "id": "d99f7249-14a2-4e6e-9550-cc54de5dadc8", "name": "Update Multi-Host Integration", "request": { "name": "Update Multi-Host Integration", @@ -134473,7 +134473,7 @@ }, "response": [ { - "id": "17cd1afc-e339-4cbf-9b6f-3b45199a69c9", + "id": "8bd58c39-320c-48cc-b4ee-7247e6f77932", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -134520,7 +134520,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d0b5a8d4-e0cb-40f9-8368-e56e5a627c94", + "id": "19ac791f-ee5b-4961-a373-cabeed146211", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134577,7 +134577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2326469f-19e7-44e5-bd54-d860c1d3db3f", + "id": "108367f3-16e4-4f0a-819f-4dfb2672928b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134634,7 +134634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a02fae6-331c-43df-bb99-be1060db4464", + "id": "9bfce80c-a7be-4d2f-8a1e-67921ebbe471", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134691,7 +134691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "774fabd7-2569-4373-a7f4-191c18345fd5", + "id": "616f6225-402c-44ba-8af6-eaa7ce648e48", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -134748,7 +134748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b0c8189-db6b-4f48-af47-0f9c4379cfe3", + "id": "78980684-93e0-4b8c-884f-75633e4b0b03", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134805,7 +134805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "907359c6-fc1a-4da6-8783-5297bf2de9df", + "id": "9510ccd1-d469-4329-a43d-c86dbfccc2be", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134868,7 +134868,7 @@ } }, { - "id": "461add3a-c695-418a-b6e4-19a68a834434", + "id": "a858be91-600b-4fa8-be7d-9d7ad67ee33c", "name": "Test Configuration For Multi-Host Integration", "request": { "name": "Test Configuration For Multi-Host Integration", @@ -134911,7 +134911,7 @@ }, "response": [ { - "id": "1e33d3ab-7484-48a0-8a30-9308de0c66c7", + "id": "6bc347d1-5db6-438c-9580-e22bf348906a", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -134947,7 +134947,7 @@ "_postman_previewlanguage": "text" }, { - "id": "49c5cb5a-1234-4d7b-9d90-2694eecce877", + "id": "ce21fc2b-dd91-4351-85d2-9cf60cb83f4f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134993,7 +134993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cee1fec4-a896-43af-a4f5-724e399d6976", + "id": "86842bc1-0fb7-49da-b7ef-f469753f2ffe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135039,7 +135039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe37aa5d-cec1-4ee6-8bf6-96546ff4fe09", + "id": "522dca5a-2da9-4752-8dd3-11deecbdd14f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135085,7 +135085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72588fef-1114-4b39-ba2a-25ef5f9a4d1f", + "id": "c4ec80e7-0b5e-43c5-9d6e-b7208ef0bd72", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -135131,7 +135131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85b9c1d0-2ff1-4358-bf8f-bbfe2494edb6", + "id": "bf98232d-9032-43c1-9d53-a900e393b60a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135177,7 +135177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0911adc-2e6f-41d8-97e2-0204978de9e1", + "id": "3e85320f-7c69-4805-9d77-0b5df2211ec3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135229,7 +135229,7 @@ } }, { - "id": "613da9a7-0ecc-4099-99c8-ec35689d9cd0", + "id": "b0333f71-0218-46ab-83b1-cfe0a7e7b6e2", "name": "Test Configuration For Multi-Host Integration's Single Source", "request": { "name": "Test Configuration For Multi-Host Integration's Single Source", @@ -135283,7 +135283,7 @@ }, "response": [ { - "id": "92cdb031-386b-4a8c-9f42-eb699550ca17", + "id": "e3a96811-7fc7-4f2c-8c85-4d3230148b64", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -135325,12 +135325,12 @@ "value": "application/json" } ], - "body": "{\n \"success\": true,\n \"message\": \"Tes.\",\n \"timing\": 30437,\n \"resultType\": \"SOURCE_STATE_HEALTHY\",\n \"testConnectionDetails\": \"incididunt do ut sint\"\n}", + "body": "{\n \"success\": true,\n \"message\": \"Tes.\",\n \"timing\": 30437,\n \"resultType\": \"SOURCE_STATE_HEALTHY\",\n \"testConnectionDetails\": \"exercitation ipsum dolore aliquip\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "505adc76-2257-4c6e-91a6-a44c5475717f", + "id": "2370f7ec-cdda-419c-8393-e5fdfe30d43d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135377,7 +135377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8625cf34-e5ca-4dcf-bcea-e961d5b4cc1b", + "id": "ec8dda7f-de4f-44af-a80d-1b12476c479a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135424,7 +135424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48102545-be4d-418e-95c9-de18d943d137", + "id": "8feafd36-cb7d-4ffd-8ef3-a5151e00b601", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135471,7 +135471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6ae9104-7d46-4723-8d60-697c5b4575e1", + "id": "627517b0-daec-4184-874e-914e23128e6b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -135518,7 +135518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b3c5337-928a-4c2d-8a32-0cb1de440728", + "id": "e5ab2ccd-c4d0-4fe5-b00e-e3f1e406e462", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135565,7 +135565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30fccd89-c845-4090-b788-dab6dd15b658", + "id": "d9d5529c-a3eb-4463-9461-1ed68459d344", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135618,7 +135618,7 @@ } }, { - "id": "ade3bc62-f207-4ea9-904a-93b7c92e528c", + "id": "408aa215-7e2f-4f5c-bb47-ae9b7e39b6ee", "name": "List Sources Within Multi-Host Integration", "request": { "name": "List Sources Within Multi-Host Integration", @@ -135700,7 +135700,7 @@ }, "response": [ { - "id": "b922739f-f0c2-471b-8f6d-47729d2ea642", + "id": "62ddc8b8-5ade-44ed-bebd-aacfba8ac943", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -135791,7 +135791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa4926c0-23ad-4cfd-8781-46e97525eb95", + "id": "185532ab-dc30-4366-9225-7d128504f770", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135882,7 +135882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f64b1af8-e861-42da-9f2a-c18f39c86f09", + "id": "774a577a-6a78-44f4-808b-117b277079ea", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135973,7 +135973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2afffe44-ee22-49fb-8382-fffb965c4aa0", + "id": "aabe18fa-66c3-499f-923e-4735eb568c60", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136064,7 +136064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e0fca28-6415-498e-b847-45972cdaacb5", + "id": "564b6415-56a4-4b27-8d74-1f41d9eb1ced", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -136155,7 +136155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa43f50f-16fa-4d3c-80c8-a0f50f6f4a59", + "id": "1216d67e-07dc-4632-bf18-21f1cadf9084", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136246,7 +136246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c144d88e-7d48-43d8-8286-cbf98a10ad6e", + "id": "a6062bd2-940e-48b0-b1d0-ea2a694a8d9f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136343,7 +136343,7 @@ } }, { - "id": "f59e022d-77a4-463e-b04a-514308198732", + "id": "df55e896-cba2-4de7-8c61-e2a1af79f389", "name": "List Multi-Host Source Creation Errors", "request": { "name": "List Multi-Host Source Creation Errors", @@ -136386,7 +136386,7 @@ }, "response": [ { - "id": "2712c58f-14a1-4798-9937-561da4d053b0", + "id": "32d4ad2c-5450-45c4-8e15-2e54a2c472b9", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -136432,7 +136432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0e94d88-399a-423a-8432-47663d7df943", + "id": "1d230888-c72d-4034-a9af-e4e3ef53bb80", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136478,7 +136478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de8229c5-5c47-42b5-9596-e5f3e274cfba", + "id": "cb1614f2-b548-46de-8cc1-df7c8925219d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136524,7 +136524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af871456-04ee-4811-91cb-f2fbfdf11c57", + "id": "e93d4179-f687-4b7c-8e7f-2058c5bc6727", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136570,7 +136570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46a3a6b9-979b-4dba-98cc-db4e3c661cdd", + "id": "7dfdb9b9-3ca2-415a-b989-5c8acbff138a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -136616,7 +136616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07e3f28d-658d-428f-b8f2-efccca6aefe7", + "id": "05b54a37-dfed-4bd5-a49b-531223e73f9a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136662,7 +136662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "299a4082-89fa-457e-a365-593ba3da996d", + "id": "23f644be-e5f5-41b4-b7d8-fbc44144819e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136714,7 +136714,7 @@ } }, { - "id": "1641af9c-ae16-4fa0-b8a2-580c87f827ba", + "id": "4018b0a7-b94a-4f94-bd1b-348e5cca63a9", "name": "Get Account Aggregation Groups Within Multi-Host Integration ID", "request": { "name": "Get Account Aggregation Groups Within Multi-Host Integration ID", @@ -136760,7 +136760,7 @@ }, "response": [ { - "id": "8aab0086-d6a2-46e6-bcb6-5a1a6ffb5d57", + "id": "37475909-4c28-451b-9cb7-9463526f2034", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -136805,7 +136805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e57eb5a7-efb4-4d60-b6e2-97a04323dd28", + "id": "0a166d21-a72c-41e0-8b70-a78ddc90b599", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136850,7 +136850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84f74c6c-b01c-4e30-af81-af983e7fbef6", + "id": "95d2b5f6-5bf9-4a9f-8b36-5feddd80739a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136895,7 +136895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1dff6a4-1cd5-49bb-8240-866f4fb1adac", + "id": "c8a056a4-b0fb-4903-b294-b0a9f8062fcb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136940,7 +136940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd1a12b7-4d12-4173-8b4f-2b7f3fda62a8", + "id": "fce53920-460e-4f04-b517-58ad53ff9d8f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -136985,7 +136985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e4b0c9f-88ae-49ca-a01d-28c4300cf720", + "id": "de44f970-edc7-49ee-9c06-f4b9527a14ba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137030,7 +137030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb8a5e04-def1-417d-b92c-f57e551fa943", + "id": "11a87d93-44d5-48f3-909c-12f85899f676", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137081,7 +137081,7 @@ } }, { - "id": "f808d529-f765-4dae-8ba5-07f0d20ebf49", + "id": "90e58a36-c360-4b22-af9d-1f346194f198", "name": "Get Entitlement Aggregation Groups Within Multi-Host Integration ID", "request": { "name": "Get Entitlement Aggregation Groups Within Multi-Host Integration ID", @@ -137123,7 +137123,7 @@ }, "response": [ { - "id": "41a06f5a-ea17-4b07-9257-7255e3a3b41e", + "id": "5eae0d64-2c66-4957-be8e-b9099eb538b8", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -137168,7 +137168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3ef5689-4d14-4db6-8132-f04a12b183c4", + "id": "4445ddea-097f-41b0-ae6b-e86f30094301", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137213,7 +137213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4366be7b-d9f9-4892-bf88-b4939e0d14d2", + "id": "5da1bb88-12ff-4abb-a902-2c9bd20e0fb9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137258,7 +137258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f426d025-a153-4c2f-9df6-961ad9f7ce52", + "id": "49e6ab72-29c5-4c14-b64e-5df1bac32906", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137303,7 +137303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "048b6fe6-a1c0-4d92-a404-4397a50fb0af", + "id": "c706a0c0-96dc-4829-a5e3-8c4bdc82f5df", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -137348,7 +137348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f757151-cea7-44a5-8710-a0a36c020db9", + "id": "6d39ae00-e943-49b7-aa53-dcf28658022d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137393,7 +137393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e1e3670-d39e-410c-b6db-0edeb9bb9360", + "id": "3d3108ba-2547-4a95-a799-16673f5fa58d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137450,7 +137450,7 @@ "description": "Use this API to implement non-employee lifecycle management functionality.\nWith this functionality in place, administrators can create non-employee records and configure them for use in their organizations.\nThis allows organizations to provide secure access to non-employees and control that access.\n\nThe 'non-employee' term refers to any consultant, contractor, intern, or other user in an organization who is not a full-time permanent employee.\nOrganizations can track non-employees' access and activity in Identity Security Cloud by creating and maintaining non-employee sources.\nOrganizations can have a maximum of 50 non-employee sources.\n\nBy using SailPoint's Non-Employee Lifecycle Management functionality, you agree to the following:\n\n- SailPoint is not responsible for storing sensitive data.\nYou may only add account attributes to non-employee identities that are necessary for business operations and are consistent with your contractual limitations on data that may be sent or stored in Identity Security Cloud.\n\n- You are responsible for regularly downloading your list of non-employee accounts for all the sources you create and storing this list of accounts in a managed location to maintain an authoritative system of record and backup data for these accounts.\n\nTo manage non-employees in Identity Security Cloud, administrators must create a non-employee source and add accounts to the source.\n\nTo create a non-employee source in Identity Security Cloud, administrators must use the Admin panel to go to Connections > Sources.\nThey must then specify 'Non-Employee' in the 'Source Type' field.\nRefer to [Creating a Non-Employee Source](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html#creating-a-non-employee-source) for more details about how to create non-employee sources.\n\nTo add accounts to a non-employee source in Identity Security Cloud, administrators can select the non-employee source and add the accounts.\nThey can also use the 'Manage Non-Employees' widget on their user dashboards to reach the list of sources and then select the non-employee source they want to add the accounts to.\n\nAdministrators can either add accounts individually or in bulk. Each non-employee source can have a maximum of 20,000 accounts.\nTo add accounts in bulk, they must select the 'Bulk Upload' option and upload a CSV file.\nRefer to [Adding Accounts](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html#adding-accounts) for more details about how to add accounts to non-employee sources.\n\nOnce administrators have created the non-employee source and added accounts to it, they can create identity profiles to generate identities for the non-employee accounts and manage the non-employee identities the same way they would any other identities.\n\nRefer to [Managing Non-Employee Sources and Accounts](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html) for more information about non-employee lifecycle management.\n", "item": [ { - "id": "afdd2df5-c68d-4614-97e9-8e47714c45c9", + "id": "4f4ebe80-2186-4a0c-8005-b5e7044d3fda", "name": "Create Non-Employee Record", "request": { "name": "Create Non-Employee Record", @@ -137492,7 +137492,7 @@ }, "response": [ { - "id": "db3de4b6-1744-4e29-8729-ed4b728be744", + "id": "46bc62e0-ac2e-41b3-b258-40e62e653247", "name": "Created non-employee record.", "originalRequest": { "url": { @@ -137548,7 +137548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f574d585-5897-4df1-bd4e-fdd8336cfb5a", + "id": "04aa5851-5c35-420a-bbeb-fa48dee005ab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137604,7 +137604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2fab2f3-5bcd-446c-a932-699edbce35e0", + "id": "a044c41a-e676-4a49-9485-461483107b9d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137660,7 +137660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efbe1d97-3ab3-4afb-b4de-032133f6e4f9", + "id": "bdd9f443-cb51-46ed-a58b-e0f3de639d2f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137716,7 +137716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59d0758d-e1d8-481d-99bc-367640920caa", + "id": "d2e0c47e-50dd-4907-b76b-4f3b166b96c5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137772,7 +137772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50caf738-7033-47d9-90c5-2c8322cd2163", + "id": "d0171636-af78-4e0a-bbb6-3938b97cc524", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137834,7 +137834,7 @@ } }, { - "id": "c5ea2bd0-2e2e-44f4-9854-b0d69a0b1009", + "id": "c7be66a6-3bc1-4c5b-9339-7ea0d800ea9f", "name": "List Non-Employee Records", "request": { "name": "List Non-Employee Records", @@ -137909,7 +137909,7 @@ }, "response": [ { - "id": "6b6aaafb-0e29-494a-8015-163ca1483faf", + "id": "8661ce42-bbaf-44ac-b368-a13285aeec90", "name": "Non-Employee record objects", "originalRequest": { "url": { @@ -137998,7 +137998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bffce331-c11d-4c4b-9eed-7eb477baa674", + "id": "fa38b582-5537-411b-9d1a-a496389a036b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138087,7 +138087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d6539f7-e949-40bd-8961-8a0d3c1c9f36", + "id": "f64ef1be-e80a-45b8-be3b-4ded587a84f9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138176,7 +138176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "288e8106-684c-4feb-b739-d7d54a788a26", + "id": "d02f1125-ddec-4f02-b2a4-6a1a514e7455", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138265,7 +138265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8de87aa-fb41-473c-a8a2-bf64dbac9ab3", + "id": "684fcbb9-5f06-47e1-ac0d-f79517554faf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138354,7 +138354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e383fbab-bcf8-4ddb-96c3-612ec7a6b7a3", + "id": "211f99a8-84c7-4093-b32c-1e0eade85ea0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138449,7 +138449,7 @@ } }, { - "id": "cef4e0e8-8138-4961-a76d-ce366dec9783", + "id": "9ccb20be-fbb0-48bd-8416-d16915693728", "name": "Get a Non-Employee Record", "request": { "name": "Get a Non-Employee Record", @@ -138490,7 +138490,7 @@ }, "response": [ { - "id": "152d8f3b-2fb0-4645-96aa-239400d3a8bd", + "id": "874b7794-850b-4467-8c55-4a556635657a", "name": "Non-Employee record object", "originalRequest": { "url": { @@ -138534,7 +138534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0166be3-23e8-48b0-b433-ebd220c6b3cb", + "id": "09f6f1e6-e0a1-48c4-8b74-51544bbb7f71", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138578,7 +138578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19873538-20da-4ecb-a9c5-250ac3897d6d", + "id": "07230b07-2c4e-47f7-be05-313bf7226c6c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138622,7 +138622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f75c0a0-62e3-4032-a083-310ce4473d9f", + "id": "24bcf8c5-9776-43cd-a78f-3a83e79e5d03", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138666,7 +138666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a405f991-2177-4e35-80e0-e71c7301962e", + "id": "f3f8f4fd-d97a-47cd-9b4c-dd2e79543991", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138710,7 +138710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd4a1904-77b3-4b66-bcd1-5023a9a5dca2", + "id": "47497e5c-9f6d-45b1-84e2-8d50035bcb08", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138760,7 +138760,7 @@ } }, { - "id": "208e0492-2a13-4ec9-be5e-8391189c14db", + "id": "8d00b391-07e7-4215-9979-4a6e7ae7f0a9", "name": "Update Non-Employee Record", "request": { "name": "Update Non-Employee Record", @@ -138814,7 +138814,7 @@ }, "response": [ { - "id": "ff8d496d-9ab5-4a8c-8d65-17016e16c4eb", + "id": "e2384733-23aa-4233-ba3f-c12019388da5", "name": "An updated non-employee record.", "originalRequest": { "url": { @@ -138871,7 +138871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c2071c8-66a4-442b-85ac-bc201430a9e1", + "id": "96f4c9d0-b9aa-4764-8e05-a10d66614a73", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138928,7 +138928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17d6448a-c486-4037-b82a-8cb620d7839b", + "id": "6b7a6c8c-0970-47f0-8b30-c934edb9e51d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138985,7 +138985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b01cb61f-ce63-4357-abcd-6ccb7532136b", + "id": "1aa35add-fce3-4be7-a245-96aa0fab13bf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139042,7 +139042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cabf0a59-f59a-4d6e-a75c-ace86c76e2bf", + "id": "1ee490a3-bc20-4c77-ba99-1c580032be4b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -139099,7 +139099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "076ce8ad-7c3f-4f1c-be02-39485abbd07c", + "id": "aa8ab5ca-988b-413b-9dfc-4e63f3c09a34", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139156,7 +139156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36fcb99a-2428-4bb9-bf07-4762d47f6c93", + "id": "a43a12c1-6b4a-46a9-899c-d7fa6426f8cc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139219,7 +139219,7 @@ } }, { - "id": "6803768f-5d65-4492-8965-13f8b406977f", + "id": "749aa46f-7009-4278-a0d6-23fee4debf6b", "name": "Patch Non-Employee Record", "request": { "name": "Patch Non-Employee Record", @@ -139273,7 +139273,7 @@ }, "response": [ { - "id": "e2fb5091-9225-4eab-aadf-24178b4fa930", + "id": "6a6057fe-4367-46b4-a184-dde2b28b3931", "name": "A patched non-employee record.", "originalRequest": { "url": { @@ -139330,7 +139330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f5db341-c7bd-4d5a-a7a1-004670dcfcb1", + "id": "45c6bfab-0c59-472c-a215-00c2161af87c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139387,7 +139387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9daf38e-0d70-43b0-ad08-f197ce11bb2d", + "id": "eacff590-3ba0-4f4e-9fe0-899390f15584", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139444,7 +139444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "256d9c9d-9afa-4d6d-aaf9-2d1acac44a33", + "id": "601ef540-ea81-4e56-9711-70e015b12f13", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139501,7 +139501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "583add74-e851-4ef9-9678-9ceb7b33df19", + "id": "50d0eec1-78f1-40ca-b338-a12de298958a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -139558,7 +139558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b4934c4-9b3a-4fa4-a6ad-8178a9e181be", + "id": "b7641c17-3a26-4adc-b89a-c8eaf13ff632", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139615,7 +139615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21c5f549-8cf1-4ebb-929d-3a9d57772b1a", + "id": "c0feae78-421b-4529-8cdd-96e535d42d62", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139678,7 +139678,7 @@ } }, { - "id": "927b0201-491a-4001-82f1-9f6171fada90", + "id": "9c1ee53a-ea11-42c9-bd73-1b4ed4d5d7c9", "name": "Delete Non-Employee Record", "request": { "name": "Delete Non-Employee Record", @@ -139719,7 +139719,7 @@ }, "response": [ { - "id": "85d4aa4a-46ef-4f65-9142-51cc764269ef", + "id": "bd9a712c-fe23-4ed0-94fb-41ed26e72bec", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -139753,7 +139753,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d4eda6d4-3c36-4564-bb7e-07736c17ad7b", + "id": "b93a376f-60ee-4b22-bf4c-ceaad70c1464", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139797,7 +139797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85c708fa-6792-411b-b29b-b35b8752d8ce", + "id": "06294758-4fff-46b9-9994-4744bd765f5b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139841,7 +139841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed329b5a-87c4-4151-82d6-c324f220cc25", + "id": "c8871485-fed3-426a-b51e-f0701619155b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139885,7 +139885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06ebb29a-4247-4ffa-9217-1ea367bc4fb1", + "id": "92515ea8-fd73-4e48-9c36-fe367dcc7007", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139929,7 +139929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dbb58b9-63d5-40e5-b4e7-44955c63dde8", + "id": "d3a76d60-bada-4fa0-aa34-ff731f7a976d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139979,7 +139979,7 @@ } }, { - "id": "fa9b1fd0-ad54-44eb-bce8-82ba12e338b1", + "id": "6a05b629-6fbb-41ff-8fe7-ab04c937a9a7", "name": "Delete Multiple Non-Employee Records", "request": { "name": "Delete Multiple Non-Employee Records", @@ -140011,7 +140011,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:701a0ab1-04c9-080c-81b1-2b316f3ea6c2\",\n \"d108d65e-6fc9-8358-0805-2291c68c7bd8\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"2faa8da8-18cb-2403-1e76-d8fb6d85aafa\",\n \"urn:uuid:936f1f9f-ec4f-9848-d397-6bf7429e212d\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -140022,7 +140022,7 @@ }, "response": [ { - "id": "9fc4b6ba-e62b-446f-92ec-f23fa9db97de", + "id": "79b93587-ea6c-48e7-9035-2296499ad411", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -140053,7 +140053,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:701a0ab1-04c9-080c-81b1-2b316f3ea6c2\",\n \"d108d65e-6fc9-8358-0805-2291c68c7bd8\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"2faa8da8-18cb-2403-1e76-d8fb6d85aafa\",\n \"urn:uuid:936f1f9f-ec4f-9848-d397-6bf7429e212d\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -140069,7 +140069,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ed149621-8a18-41b0-b381-9e042bdd6370", + "id": "d5634332-0df1-4cf5-a83e-70623eabb330", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -140104,7 +140104,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:701a0ab1-04c9-080c-81b1-2b316f3ea6c2\",\n \"d108d65e-6fc9-8358-0805-2291c68c7bd8\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"2faa8da8-18cb-2403-1e76-d8fb6d85aafa\",\n \"urn:uuid:936f1f9f-ec4f-9848-d397-6bf7429e212d\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -140126,7 +140126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d53505b-e6b5-455f-9598-642901dfae0f", + "id": "836fd981-fe9b-4bc6-b8d8-8ca062393cea", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -140161,7 +140161,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:701a0ab1-04c9-080c-81b1-2b316f3ea6c2\",\n \"d108d65e-6fc9-8358-0805-2291c68c7bd8\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"2faa8da8-18cb-2403-1e76-d8fb6d85aafa\",\n \"urn:uuid:936f1f9f-ec4f-9848-d397-6bf7429e212d\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -140183,7 +140183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a36dac2c-5163-44a7-a6b3-c56e4053b9a9", + "id": "9cda8d51-982e-46a2-aa18-327efdfee3ac", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -140218,7 +140218,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:701a0ab1-04c9-080c-81b1-2b316f3ea6c2\",\n \"d108d65e-6fc9-8358-0805-2291c68c7bd8\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"2faa8da8-18cb-2403-1e76-d8fb6d85aafa\",\n \"urn:uuid:936f1f9f-ec4f-9848-d397-6bf7429e212d\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -140240,7 +140240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47f2d0d8-404d-44e1-ac93-5b9dca145781", + "id": "c6129422-7b88-4434-a500-14feffbe8123", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -140275,7 +140275,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:701a0ab1-04c9-080c-81b1-2b316f3ea6c2\",\n \"d108d65e-6fc9-8358-0805-2291c68c7bd8\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"2faa8da8-18cb-2403-1e76-d8fb6d85aafa\",\n \"urn:uuid:936f1f9f-ec4f-9848-d397-6bf7429e212d\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -140297,7 +140297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0305a0f-97f8-4d7b-858e-9683ea1e8eff", + "id": "0e092dfc-1983-4eff-926f-85829ef02d81", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140332,7 +140332,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:701a0ab1-04c9-080c-81b1-2b316f3ea6c2\",\n \"d108d65e-6fc9-8358-0805-2291c68c7bd8\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"2faa8da8-18cb-2403-1e76-d8fb6d85aafa\",\n \"urn:uuid:936f1f9f-ec4f-9848-d397-6bf7429e212d\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -140360,7 +140360,7 @@ } }, { - "id": "38f174a4-662f-4cb8-b660-0a141385ab16", + "id": "d2a37aa3-7002-4041-908d-95eac19faf90", "name": "Create Non-Employee Request", "request": { "name": "Create Non-Employee Request", @@ -140402,7 +140402,7 @@ }, "response": [ { - "id": "a121ae80-8e56-4f23-90ff-a161751853cb", + "id": "99c19d67-ac63-4f0a-bca0-503f5560268b", "name": "Non-Employee request creation object", "originalRequest": { "url": { @@ -140453,12 +140453,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5125555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"description\": \"Auditing\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"nostrud cupidatat elit\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"commodo esse elit aliquip ut\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"APPROVED\",\n \"comment\": \"approved\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n}", + "body": "{\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5125555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"description\": \"Auditing\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"qui cupidat\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"pariatur est\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"APPROVED\",\n \"comment\": \"approved\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "00222a58-f5b3-497f-8c73-b1be6f89656e", + "id": "446f4ac8-bc9d-46e4-a07b-f16aea001fa4", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -140514,7 +140514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e369908c-ddf4-4aa5-9494-d65888e0e197", + "id": "73043d4e-7bcc-4452-b50d-ca2a70b8bf9c", "name": "400.1.409 Reference conflict", "originalRequest": { "url": { @@ -140570,7 +140570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86e09136-587f-41fe-93ce-9e26d5571ca3", + "id": "64090286-7cd7-4755-889e-59f294ff66dc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -140626,7 +140626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1be2049-f60b-48bd-8810-f7a804ceca26", + "id": "6a9fdc25-0f76-497d-a9aa-51f72db56ad6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -140682,7 +140682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4fd9dfc-9190-4de2-aee0-e2fa0dc92a22", + "id": "7efb8197-c77e-4b30-8437-654653a8e341", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -140738,7 +140738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5424cd41-2231-4071-adba-d0cbf8975fd3", + "id": "5b565cfb-759a-43a2-ae4e-b21eb67e7497", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140800,7 +140800,7 @@ } }, { - "id": "a93d362c-590a-4f4b-98f1-fcf8e9800fde", + "id": "6986a6c9-fe24-4162-876e-db6cb9a323bf", "name": "List Non-Employee Requests", "request": { "name": "List Non-Employee Requests", @@ -140884,7 +140884,7 @@ }, "response": [ { - "id": "69b87b48-8d9f-435a-a24f-0a00bc4cbf1d", + "id": "6cb49e2a-c028-462b-a438-228189c8ba2b", "name": "List of non-employee request objects.", "originalRequest": { "url": { @@ -140977,12 +140977,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5125555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"description\": \"Auditing\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"aliqua eiusmod ipsum culpa eu\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"ut voluptate Lorem\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"APPROVED\",\n \"comment\": \"approved\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n },\n {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5125555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"description\": \"Auditing\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"voluptate culpa aliqua fugiat\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"commodo qui\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"APPROVED\",\n \"comment\": \"approved\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n }\n]", + "body": "[\n {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5125555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"description\": \"Auditing\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"sint cillum laborum proident Ut\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"sed in\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"APPROVED\",\n \"comment\": \"approved\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n },\n {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5125555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"description\": \"Auditing\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"fugiat cupidatat\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"elit velit\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"APPROVED\",\n \"comment\": \"approved\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cda0fd88-2ee2-42cd-93a9-07f1d7e3b046", + "id": "f7c12353-ee0f-4e30-a825-b8dfa3d076f4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141080,7 +141080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63ff3aa1-4f88-41bc-be02-088089f9ca97", + "id": "d6b79885-45ea-46eb-928c-da0f4868f68e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141178,7 +141178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad35b841-67b4-4f70-8799-db1ddc5b9d8e", + "id": "89d743bd-d1ff-4f81-b546-8d2e20599201", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141276,7 +141276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fe967ef-e9d2-4fa9-9fc9-945d860608ab", + "id": "45bbec3b-2894-415e-94e0-a0351b7ab666", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141374,7 +141374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c894e47-5a6b-498a-9e10-5a3625c359b8", + "id": "55d62349-777f-4405-9f98-8fdabbf41e58", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141478,7 +141478,7 @@ } }, { - "id": "eaef1414-17e5-4dea-b044-59bd35defa5a", + "id": "dea3698c-144e-45b2-be2e-d250b3f07808", "name": "Get a Non-Employee Request", "request": { "name": "Get a Non-Employee Request", @@ -141519,7 +141519,7 @@ }, "response": [ { - "id": "29635981-1d8d-44a9-952f-16ff25cfccb3", + "id": "70b36047-dc3d-401f-9dd7-e6f6d811a012", "name": "Non-Employee request object.", "originalRequest": { "url": { @@ -141558,12 +141558,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5125555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"description\": \"Auditing\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"nostrud cupidatat elit\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"commodo esse elit aliquip ut\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"APPROVED\",\n \"comment\": \"approved\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n}", + "body": "{\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5125555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"description\": \"Auditing\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"qui cupidat\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"pariatur est\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"APPROVED\",\n \"comment\": \"approved\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bc27fcde-6f3b-4a23-8caa-5c5b0ae1a04f", + "id": "a6d1b204-27cd-4d76-8767-f1b9742650ec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141607,7 +141607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49359897-fb9d-439a-bcc7-deaa1a491dd5", + "id": "26687134-9be2-4e48-ad49-d36a20443412", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141651,7 +141651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c22f81c1-0eaa-4a5d-9134-7c6bb1233b07", + "id": "a95f65bb-6a5d-4b24-89ec-99f02d796039", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141695,7 +141695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d58acc6f-0ce0-44d5-913a-0dd4733ce9f0", + "id": "37849854-0b98-466f-a02f-571fcc8c8975", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -141739,7 +141739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f65f751-9a84-4589-a79e-cd998503e8b9", + "id": "b0fc79ea-a9e0-43b7-af11-b2096057d5c1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141783,7 +141783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fe0783a-3dd0-4484-9521-367e6bd9ab94", + "id": "66f54df9-0369-4823-88dc-68208e4e27be", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141833,7 +141833,7 @@ } }, { - "id": "779ab4db-101f-4245-b132-51b7f9bea963", + "id": "4913e568-6e71-4738-b81c-822b89ff04e7", "name": "Delete Non-Employee Request", "request": { "name": "Delete Non-Employee Request", @@ -141874,7 +141874,7 @@ }, "response": [ { - "id": "ca9babf4-204a-4e15-a41f-f56cb115c795", + "id": "e943c0cb-3eb0-4f63-ac54-edeb8dc55f45", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -141908,7 +141908,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9adddc82-0506-473b-a565-b0350983f799", + "id": "67946545-60c6-4672-b993-a74f97024925", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141952,7 +141952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8b7f9a3-f3b8-4fd1-bca9-47e00f96110e", + "id": "739014e7-e751-40e6-80e4-79f5e4d3025c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141996,7 +141996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a2f5c53-22e1-4e00-8301-edc0aa384b5d", + "id": "91d886eb-187c-43fa-9a4e-6656741be7dc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142040,7 +142040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21da5e7a-08e0-4685-9c85-01b97b5ad601", + "id": "56400ea0-cfd7-4071-819c-f275b63483dd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -142084,7 +142084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f6d3eab-9f5e-44af-a946-09ce5be8646c", + "id": "d48d1446-07f5-4146-b5a8-5d45aae73fdf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -142128,7 +142128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec24ea6c-42a6-455f-9546-f2db2d91729d", + "id": "b52246f1-15e4-4b03-912d-b8a07b13a34b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -142178,7 +142178,7 @@ } }, { - "id": "05112e27-8a8e-44f5-a82b-57b594c36a7e", + "id": "f5b324a9-7292-419a-bea5-4b48a071da67", "name": "Get Summary of Non-Employee Requests", "request": { "name": "Get Summary of Non-Employee Requests", @@ -142220,7 +142220,7 @@ }, "response": [ { - "id": "4db4fb60-0d81-45ca-b1bb-9a893932f227", + "id": "e88119b9-4900-4258-9635-825dce9da614", "name": "Non-Employee request summary object.", "originalRequest": { "url": { @@ -142260,12 +142260,12 @@ "value": "application/json" } ], - "body": "{\n \"approved\": 98121512.44699687,\n \"rejected\": -58123262.124307476,\n \"pending\": -22684268.502066016,\n \"nonEmployeeCount\": 69129544.94663018\n}", + "body": "{\n \"approved\": 87397046.63562322,\n \"rejected\": 28124786.114048168,\n \"pending\": -33027175.536319084,\n \"nonEmployeeCount\": -60263288.50193532\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "734b371e-73b4-421d-9914-4d43f87465e6", + "id": "c340c3a8-9bd6-4c39-bab0-6ee0fd6e192c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142310,7 +142310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b0fb129-8938-4729-965a-77cd45277380", + "id": "b1ee1de7-e6a8-4529-8cfd-e7bfee3874e6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -142355,7 +142355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f526af9d-58f4-481f-a311-fba85f54ec5f", + "id": "4463b29d-9115-4e61-8426-4e1d6d371c56", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142400,7 +142400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "916b14a8-de13-449e-9424-d20dfd3eab86", + "id": "9d5e06d4-012b-4b50-beec-64071ef5171a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -142445,7 +142445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "970a9aba-6fbb-41b3-b748-c170df9222f8", + "id": "92bef3a5-c3a3-4b7d-a3db-38a5f0e48d0f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -142496,7 +142496,7 @@ } }, { - "id": "91d7528c-e83f-44a2-8714-a3aa87bd45f4", + "id": "0203639d-c4e6-427e-bf27-376ce5857670", "name": "Create Non-Employee Source", "request": { "name": "Create Non-Employee Source", @@ -142538,7 +142538,7 @@ }, "response": [ { - "id": "83639c1e-b359-4dc3-b447-1fdb1d6eb308", + "id": "675c86cd-34c2-4cda-8ec1-c89e4340e7d8", "name": "Created non-employee source.", "originalRequest": { "url": { @@ -142594,7 +142594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdb8b49d-1445-4c66-b843-ce76df7c1930", + "id": "d00f1980-6955-43c7-97ae-88d92f96c103", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142650,7 +142650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7657a65b-0184-4e9a-9506-328a37a05a87", + "id": "c22cb2c2-d197-4a23-9e55-93f58ee8e3e4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -142706,7 +142706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07ddd6d8-88c9-4637-aad7-7f71ec224366", + "id": "02364973-999f-4c3e-8aed-00e680c37984", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142762,7 +142762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fbbba94-227d-4a9e-9e58-ddb5ccbb31ec", + "id": "28a4863e-f3d1-40d9-8cea-9e9a039ba11d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -142818,7 +142818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "051450d7-174c-4cbc-9717-e6c54badc7b0", + "id": "b4496c17-4e05-4269-8b20-3ee4054d17a4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -142880,7 +142880,7 @@ } }, { - "id": "597530a7-a227-46cf-bf55-771aeeba90df", + "id": "a8c65d25-7a1b-4505-8f38-a3cb19d732fb", "name": "List Non-Employee Sources", "request": { "name": "List Non-Employee Sources", @@ -142964,7 +142964,7 @@ }, "response": [ { - "id": "27fce722-3ae0-4b0c-b0d2-5b5678fe385a", + "id": "ee8202fc-1897-42a1-8d09-324b31bd286f", "name": "List of non-employee sources objects.", "originalRequest": { "url": { @@ -143062,7 +143062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccf962e5-b35a-41a8-8d2c-fd9391635f72", + "id": "9005d922-a9ca-460e-8ab3-741842917037", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143160,7 +143160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f7049fc-905c-4be1-a31c-dfa9689b1383", + "id": "040b69a1-7fcf-4400-93ac-50f73f6627a2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143258,7 +143258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e26e2f9-01f1-46f4-9461-e7dbd9ee82d5", + "id": "3a784e46-0bfb-4d3d-8f06-db669b8abd7f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143356,7 +143356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69881ce3-d471-4dbf-88af-0ad43676ff84", + "id": "937d968c-3648-4827-8ec3-96d4cceef699", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143454,7 +143454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4b31e5c-8826-4204-b7a2-722cbf190f8c", + "id": "5c6ab0e4-03b4-4ed3-9617-6c3dbadfa5e1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143558,7 +143558,7 @@ } }, { - "id": "4afe6923-403b-4cbc-a059-6e14e298ec0a", + "id": "4b15b983-13e4-465a-8fc2-4006ebce2d8a", "name": "Get a Non-Employee Source", "request": { "name": "Get a Non-Employee Source", @@ -143599,7 +143599,7 @@ }, "response": [ { - "id": "209a2dbc-64f9-4511-85c7-2fc96face9a0", + "id": "7e26c866-2d72-4cad-8ee7-8c2d0f2e26a0", "name": "Non-Employee source object.", "originalRequest": { "url": { @@ -143643,7 +143643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae28a697-3712-4906-b935-2ad1656efa1d", + "id": "1e63ce40-b933-4597-90ba-1098441e4086", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143687,7 +143687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e87bd1f-1f90-4ae9-852f-9621765d6b76", + "id": "7854b05d-aa5e-4a74-ad45-a18e3d813b6f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143731,7 +143731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb02862d-a405-4ae4-b1ed-c4aa7dc52e6c", + "id": "66760793-e935-4c02-810c-2a41cfde0199", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143775,7 +143775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e747e25b-b417-4a58-b927-a3f767401f53", + "id": "517fa793-eaaa-47a4-a17a-2287b3da0403", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143819,7 +143819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66433843-b706-461f-a5a1-d2d8948cb5e5", + "id": "563a1750-0007-429f-a976-d1510b988f7d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143869,7 +143869,7 @@ } }, { - "id": "efa9b84c-3a07-4ec0-8daa-6a473e986adc", + "id": "a1c61b74-cb25-4ed1-a5b3-13bf728d2381", "name": "Patch a Non-Employee Source", "request": { "name": "Patch a Non-Employee Source", @@ -143923,7 +143923,7 @@ }, "response": [ { - "id": "46deaadd-4651-4fe3-8f88-801fefceaea5", + "id": "8eff21f6-68dd-4d24-9ae8-d86a107b29aa", "name": "A patched non-employee source object.", "originalRequest": { "url": { @@ -143980,7 +143980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db5ec412-0f3b-439c-9d44-3f3da35b5deb", + "id": "398b770b-e28b-4d36-b9c2-99e3dce8c3a3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144037,7 +144037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bd46fe0-4477-4df8-b5e4-b76217a7bb72", + "id": "c1f5d037-8902-4349-b445-448c8335503c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144094,7 +144094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2f5c502-f1b2-4abc-a134-9dcbb559ce99", + "id": "a52de087-fad0-4ace-8fc1-26491c35c127", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144151,7 +144151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "584dcd52-ad11-4f9d-aff5-b3406c61837e", + "id": "3ee29ec7-b712-4981-90b6-eb6448cdd405", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -144208,7 +144208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "112b7fbf-48e4-46bf-ad57-17e1b21eb1c1", + "id": "a2c7f76f-ab42-477c-962c-7f56d3379824", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144271,7 +144271,7 @@ } }, { - "id": "71530ae8-00cb-4820-9c39-205f48ad905a", + "id": "8d7f6a10-3895-493d-b7b2-ea46c3d089a5", "name": "Delete Non-Employee Source", "request": { "name": "Delete Non-Employee Source", @@ -144312,7 +144312,7 @@ }, "response": [ { - "id": "095828ae-1424-4cf8-98a5-99da5e0f251d", + "id": "d3d91c24-4b3f-4092-9301-873ba26e6367", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -144346,7 +144346,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5516e1fb-f99f-4f01-b88a-48dce4b051e3", + "id": "98e486bd-afb1-41eb-ab36-cf9a34b34cb1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144390,7 +144390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33da37cf-bd09-455f-8495-1ae21d408995", + "id": "1f1bfcb0-6df8-4a1a-bb80-e505f0fe7a44", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144434,7 +144434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b019294b-4708-4ac6-b387-3a8d7ada91fe", + "id": "ffbc24ee-d27c-4e41-8044-66635aacf9f6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144478,7 +144478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c377ad2-2c22-43bb-98ac-9a23ba459677", + "id": "d23a7d1d-7ff4-4820-a10f-5a363e233ff7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -144522,7 +144522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a63d476d-3a4d-4c98-9c5b-835d7d839575", + "id": "fd36237e-bee4-4956-8bc9-cd29527e506a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144572,7 +144572,7 @@ } }, { - "id": "8629d6c2-7e2b-4dfa-90a1-c01215567b8c", + "id": "90f6fad3-0e12-4152-beaa-0272bf38c55a", "name": "Exports Non-Employee Records to CSV", "request": { "name": "Exports Non-Employee Records to CSV", @@ -144615,7 +144615,7 @@ }, "response": [ { - "id": "026aa4fc-334d-4c53-8839-858c98e1d932", + "id": "e08e7c76-beca-4cb7-b17e-0cf64de6bf75", "name": "Exported CSV", "originalRequest": { "url": { @@ -144661,7 +144661,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e01d27cc-4061-4d45-88b2-a5ed321a1b18", + "id": "947859da-96a2-4f3e-b5cc-73e842162134", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144707,7 +144707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28418c8c-00cb-4360-836a-91bf0dfacffb", + "id": "3cbdaffa-a371-46d8-a467-17fec7c7ab36", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144753,7 +144753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63b79bc6-732a-4eee-9e3b-4a617a8b7843", + "id": "d968c131-92d2-4dd6-9d45-ede0a6df478b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144799,7 +144799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecb56b97-5dd8-4e3b-bc2d-39a3acdbd653", + "id": "53b7b25f-3ca7-42ee-993b-e0442ca67444", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -144845,7 +144845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de1f4e84-d078-4eca-8273-ad5711840423", + "id": "1dc386f8-efc0-4cc1-bfad-31e94f07f9c3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -144891,7 +144891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97301acd-c339-432b-a620-f47c70e1c3f9", + "id": "71240ff5-df56-49f2-b2fb-f3a6c7b8bcd0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144943,7 +144943,7 @@ } }, { - "id": "762d5461-5c3c-4e37-bc84-da300de9d2d1", + "id": "d7718381-3657-4f4a-837e-f4a655861350", "name": "Imports, or Updates, Non-Employee Records", "request": { "name": "Imports, or Updates, Non-Employee Records", @@ -145001,7 +145001,7 @@ }, "response": [ { - "id": "ead53835-2b8a-4f78-90d4-bb94cb064f39", + "id": "1d60940c-f6a2-4a39-ac25-b27da9ba8d93", "name": "The CSV was accepted to be bulk inserted now or at a later time.", "originalRequest": { "url": { @@ -145062,7 +145062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52c43c58-a33b-453f-bc75-f5df14b0b41e", + "id": "8693414d-ce14-44bc-9008-66bf363b04e5", "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": { @@ -145123,7 +145123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ef7c68e-9f7d-44db-aca6-166fab77599e", + "id": "8df15f66-a5fb-4fcb-949a-0a9496ff62c2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145184,7 +145184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5884600-3d8c-4d68-b2aa-8adb80903363", + "id": "2a4ec047-ab9b-4b79-9f18-e4f165143b15", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145245,7 +145245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6b2f16e-6fc8-4e2e-8d56-ba22740f3c4d", + "id": "1ad61983-eac5-4694-b6b0-5c67968eab4e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -145306,7 +145306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "216b03ac-d8b9-4e08-a858-9e892a3fd122", + "id": "bdd0f221-9d18-4dac-ae10-c8ffb312e79d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -145367,7 +145367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10689b90-8342-4ad6-946c-704944acef0d", + "id": "2cdd5a8c-b680-4fec-af91-9f48248a4144", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145434,7 +145434,7 @@ } }, { - "id": "f9b21665-aa0d-4785-92d1-3f69d86618ed", + "id": "18e4965a-32ab-4cf0-ab2c-5e913be22838", "name": "Bulk upload status on source", "request": { "name": "Bulk upload status on source", @@ -145477,7 +145477,7 @@ }, "response": [ { - "id": "b5444807-e2b8-4f20-98c0-b262f6998c5b", + "id": "67d45dd9-be66-4314-86b3-fedc9f3cb7aa", "name": "Status of the newest bulk-upload job, if any.", "originalRequest": { "url": { @@ -145523,7 +145523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "871f356a-612f-49b8-bbff-03d8981c7f37", + "id": "88168569-707a-4cb7-b0a7-82cd669f2ab6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145569,7 +145569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5606671-7470-431e-ad31-0e1228d624ba", + "id": "fee02332-7428-48dd-a60d-03c8b07a1449", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145615,7 +145615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4689e37-c585-421a-a050-1b8050dd5d9b", + "id": "279432e2-f9a7-4691-a952-91c71f1cdd7f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145661,7 +145661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75cd02c0-0f50-43ae-b3a5-3259899d449e", + "id": "266925b6-837d-4866-a698-e9cff06da55c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -145707,7 +145707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ffe8293-ac29-40d9-bbc8-6f252a0462ed", + "id": "7d711ff7-8fb8-4a06-93a1-6aa6879c876f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145759,7 +145759,7 @@ } }, { - "id": "80e46191-0760-4a34-a468-518cbd7a8639", + "id": "3c221142-1790-4fe6-b4e3-6bdd7d67011b", "name": "Exports Source Schema Template", "request": { "name": "Exports Source Schema Template", @@ -145802,7 +145802,7 @@ }, "response": [ { - "id": "584ddd90-95d1-4422-a454-205459717180", + "id": "76c59661-4363-4ad3-ad1c-8490d4369f67", "name": "Exported Source Schema Template", "originalRequest": { "url": { @@ -145848,7 +145848,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3cea4436-dcb8-4699-8e9e-2355bf440086", + "id": "56208f95-9418-4b89-861c-8d9ebdd9b563", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145894,7 +145894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8aacc854-addc-48bf-a064-da7ea9316f96", + "id": "23c72ea9-e68f-4a3d-bab0-1a20d2c9d099", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145940,7 +145940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cab55e08-81ce-446b-9664-53c1d7d25c72", + "id": "78266b3a-69fa-4607-8a2f-1c01be7d9ced", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145986,7 +145986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39ad7efc-1ed9-414e-bbd2-32833e4c033b", + "id": "e76e4d32-f5fc-403b-ac27-ae0d2e3e0b30", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -146032,7 +146032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd09f003-9508-4368-884b-ddb77b145ef1", + "id": "0981106f-da92-4d92-b036-8909cdb33ec8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -146078,7 +146078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a372ce1-4f01-4f92-9e6f-7d86c23814c3", + "id": "ddd1e9a5-5333-42bc-9145-4c367b4a196b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146130,7 +146130,7 @@ } }, { - "id": "57261b90-07d8-4c11-a13d-ad4419006285", + "id": "540f41f6-2203-4bd3-9e40-579f243c88a3", "name": "Get List of Non-Employee Approval Requests", "request": { "name": "Get List of Non-Employee Approval Requests", @@ -146214,7 +146214,7 @@ }, "response": [ { - "id": "ed3150f3-69b8-437d-bca9-bea860871a52", + "id": "84e8d4cc-03a3-46f3-b90f-81f6fe6f3a51", "name": "List of approval items.", "originalRequest": { "url": { @@ -146307,12 +146307,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"nostrud eiusmod laboris\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"ac10e21c-931c-1ef2-8193-1c51e7ff0003\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"esse adipisicing Duis\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"ac10e21c-931c-1ef2-8193-1c51e7ff0003\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n }\n]", + "body": "[\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"dolore ullamco ut esse aute\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"ac10e21c-931c-1ef2-8193-1c51e7ff0003\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"laboris minim\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"ac10e21c-931c-1ef2-8193-1c51e7ff0003\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a6c14cbf-93ea-44a3-8d09-d365bc2b4197", + "id": "f3afba0f-340b-4074-a2b3-d2ad4ea457ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146410,7 +146410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec2cf89b-cc6f-4fdd-94b7-7af8b1f70dfa", + "id": "63077363-049f-4682-a231-6bb395706433", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146508,7 +146508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7608fb50-8d93-4144-9b35-29cb1f7bc079", + "id": "eb0ab891-fc43-432c-804f-7e204265a27c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146606,7 +146606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c834d664-f871-42df-96e0-b30f9efc5c45", + "id": "4600a623-1492-4ff7-b2de-bb2f64d64d91", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -146704,7 +146704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70c4adf1-1319-4cfd-82c1-e7d89cccd4a6", + "id": "d6411dd6-cc64-4335-b6d2-74fdd4d59660", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146808,7 +146808,7 @@ } }, { - "id": "07380049-0824-449e-9f16-28e053136ecd", + "id": "72cbdd50-65ed-4ef5-862e-47c94ac09031", "name": "Get a non-employee approval item detail", "request": { "name": "Get a non-employee approval item detail", @@ -146859,7 +146859,7 @@ }, "response": [ { - "id": "6ff793ee-28d0-4004-8499-0e8c07d7a741", + "id": "db19647d-c6d8-4518-9400-4f2abab9642c", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -146908,12 +146908,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"magna ipsum enim\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"ac10e21c-931c-1ef2-8193-1c51e7ff0003\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n },\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5125555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"schemaAttributes\": [\n {\n \"type\": \"TEXT\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n },\n {\n \"type\": \"TEXT\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n }\n ]\n },\n \"data\": {\n \"description\": \"Auditing\"\n },\n \"approvalStatus\": \"APPROVED\",\n \"comment\": \"approved\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24\",\n \"endDate\": \"2021-03-25\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n }\n}", + "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"et laborum ea\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"ac10e21c-931c-1ef2-8193-1c51e7ff0003\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n },\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5125555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"schemaAttributes\": [\n {\n \"type\": \"TEXT\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n },\n {\n \"type\": \"TEXT\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n }\n ]\n },\n \"data\": {\n \"description\": \"Auditing\"\n },\n \"approvalStatus\": \"APPROVED\",\n \"comment\": \"approved\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24\",\n \"endDate\": \"2021-03-25\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f840db2c-917e-46de-85cc-fb1ba4dcf23f", + "id": "30b41ad8-71a6-4d9b-bfd5-8a61990efb68", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146967,7 +146967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b47823b-3d01-48e7-9281-845255f6db16", + "id": "0fabe52e-a8a1-4003-82b5-abf27590d38b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147021,7 +147021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28225ff6-c23b-4f77-a9ae-bd41a74bb102", + "id": "596cdcb5-ef2f-4fca-8089-220fb1edd9dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147075,7 +147075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10e3baa5-11d5-49ed-af91-f921835cf693", + "id": "2cdd4435-fe0f-48ca-8279-c415ee1611e4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147129,7 +147129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de8d4de3-4d44-4b64-b4c8-89d0a366eca8", + "id": "46092d08-5c55-4184-95bc-8ba5632593bf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147189,7 +147189,7 @@ } }, { - "id": "fd774c0e-6e15-4b55-a632-3b001f5a0116", + "id": "08db68f0-de9e-48d3-b4c7-1edd7d405714", "name": "Approve a Non-Employee Request", "request": { "name": "Approve a Non-Employee Request", @@ -147210,7 +147210,7 @@ "variable": [ { "type": "any", - "value": "eiusmod qui in ullamco", + "value": "nisi", "key": "id", "disabled": true, "description": { @@ -147233,7 +147233,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"aliqua ut\"\n}", + "raw": "{\n \"comment\": \"sed fugiat\"\n}", "options": { "raw": { "headerFamily": "json", @@ -147244,7 +147244,7 @@ }, "response": [ { - "id": "054c62b1-9864-4052-a432-47e3fc323e32", + "id": "ab457fc9-8332-41e6-b9c0-28e248dd9317", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -147280,7 +147280,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"aliqua ut\"\n}", + "raw": "{\n \"comment\": \"sed fugiat\"\n}", "options": { "raw": { "headerFamily": "json", @@ -147297,12 +147297,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"qui enim ex\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"ac10e21c-931c-1ef2-8193-1c51e7ff0003\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n}", + "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"ad sunt\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"ac10e21c-931c-1ef2-8193-1c51e7ff0003\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "aad65e59-9b83-4ece-912e-f6da2ca30de9", + "id": "c65fd4cd-c733-4470-b164-5ca031d3112d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -147338,7 +147338,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"aliqua ut\"\n}", + "raw": "{\n \"comment\": \"sed fugiat\"\n}", "options": { "raw": { "headerFamily": "json", @@ -147360,7 +147360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7f42dfd-11fa-4268-957c-2d4dae3e510d", + "id": "02adbe71-e7a8-440c-a33b-e232a12adba9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147396,7 +147396,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"aliqua ut\"\n}", + "raw": "{\n \"comment\": \"sed fugiat\"\n}", "options": { "raw": { "headerFamily": "json", @@ -147418,7 +147418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bcf409d-faa3-40c9-8c97-8e640f5c2c43", + "id": "7c48e078-4e70-459f-ba35-5fb174bca1ee", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147454,7 +147454,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"aliqua ut\"\n}", + "raw": "{\n \"comment\": \"sed fugiat\"\n}", "options": { "raw": { "headerFamily": "json", @@ -147476,7 +147476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5002ca29-7ec9-49a7-a763-edf4c99ca1e7", + "id": "9b336ea5-710d-414d-9ee6-0a9b718b615a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147512,7 +147512,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"aliqua ut\"\n}", + "raw": "{\n \"comment\": \"sed fugiat\"\n}", "options": { "raw": { "headerFamily": "json", @@ -147534,7 +147534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dab48c6-64fd-4eea-978b-03e7ce6e2c07", + "id": "782dbbd4-253e-4b0a-9772-d893613b4196", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147570,7 +147570,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"aliqua ut\"\n}", + "raw": "{\n \"comment\": \"sed fugiat\"\n}", "options": { "raw": { "headerFamily": "json", @@ -147598,7 +147598,7 @@ } }, { - "id": "57a78d6c-f419-49e3-a455-a65de94d912a", + "id": "d1fbd669-3351-41f8-9895-e71381bea883", "name": "Reject a Non-Employee Request", "request": { "name": "Reject a Non-Employee Request", @@ -147619,7 +147619,7 @@ "variable": [ { "type": "any", - "value": "eiusmod qui in ullamco", + "value": "nisi", "key": "id", "disabled": true, "description": { @@ -147642,7 +147642,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"cupidatat Duis\"\n}", + "raw": "{\n \"comment\": \"labore\"\n}", "options": { "raw": { "headerFamily": "json", @@ -147653,7 +147653,7 @@ }, "response": [ { - "id": "0a2f466a-e6ae-432f-a547-fa874fd2181e", + "id": "c183cb87-5a76-4902-847c-f6317e2c81eb", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -147689,7 +147689,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"cupidatat Duis\"\n}", + "raw": "{\n \"comment\": \"labore\"\n}", "options": { "raw": { "headerFamily": "json", @@ -147706,12 +147706,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"qui enim ex\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"ac10e21c-931c-1ef2-8193-1c51e7ff0003\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n}", + "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"ad sunt\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"ac10e21c-931c-1ef2-8193-1c51e7ff0003\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5d6fc877-c70b-423b-a835-d56655f3bd7c", + "id": "ab299fdc-2535-4954-acb2-8f36560dfba4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -147747,7 +147747,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"cupidatat Duis\"\n}", + "raw": "{\n \"comment\": \"labore\"\n}", "options": { "raw": { "headerFamily": "json", @@ -147769,7 +147769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d20a01f1-8bb0-41e0-9568-7b983e9d138b", + "id": "7d5d750a-e760-4173-a1a3-22de22f4e79c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147805,7 +147805,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"cupidatat Duis\"\n}", + "raw": "{\n \"comment\": \"labore\"\n}", "options": { "raw": { "headerFamily": "json", @@ -147827,7 +147827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33874170-aa35-4a68-9820-4b1e4105df27", + "id": "f2eaaa8b-870c-4d73-b684-c72336d5278f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147863,7 +147863,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"cupidatat Duis\"\n}", + "raw": "{\n \"comment\": \"labore\"\n}", "options": { "raw": { "headerFamily": "json", @@ -147885,7 +147885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6837e288-1237-4f51-9280-86720a6e1450", + "id": "1d8a4b52-6561-43fe-8a55-e099cc6c8f92", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147921,7 +147921,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"cupidatat Duis\"\n}", + "raw": "{\n \"comment\": \"labore\"\n}", "options": { "raw": { "headerFamily": "json", @@ -147943,7 +147943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf46c993-8987-489d-9f23-80d2deef01a4", + "id": "b854cb09-ba7e-413b-9937-df9f113850d0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147979,7 +147979,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"cupidatat Duis\"\n}", + "raw": "{\n \"comment\": \"labore\"\n}", "options": { "raw": { "headerFamily": "json", @@ -148007,7 +148007,7 @@ } }, { - "id": "c877a51d-28a4-48a7-a7f5-7e5cb365f514", + "id": "82b3cee6-bf4a-455a-9c54-b846b8ba7a4d", "name": "Get Summary of Non-Employee Approval Requests", "request": { "name": "Get Summary of Non-Employee Approval Requests", @@ -148049,7 +148049,7 @@ }, "response": [ { - "id": "8312529f-84fa-4858-862a-948409817bb3", + "id": "8fe420b1-73b3-4aaf-a9ad-a38648265ca1", "name": "summary of non-employee approval requests", "originalRequest": { "url": { @@ -148089,12 +148089,12 @@ "value": "application/json" } ], - "body": "{\n \"approved\": -71826555.61247846,\n \"pending\": 50278094.08307001,\n \"rejected\": -12917117.438497216\n}", + "body": "{\n \"approved\": -61932692.92306507,\n \"pending\": -25799467.25683455,\n \"rejected\": 50959947.58636904\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0b9216cf-9344-4ddb-b1a7-32a83e752c1d", + "id": "beceb5dd-b908-4210-9d6f-cd9e3109fb30", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148139,7 +148139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87e98197-f728-41d7-b0b2-5076d1af71ae", + "id": "bc9aa993-bdc6-4ca2-9890-e5ee9ee1d1a6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148184,7 +148184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4077923e-7ba3-47b0-a720-706a66804d57", + "id": "9ac52ff2-6be7-4e75-8171-c3089b47c4d5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148229,7 +148229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a89a9088-50f0-471d-a9f7-7953571f6699", + "id": "c5ce3633-0eee-4009-a012-0e71f57605bb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -148274,7 +148274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf6d861c-5e1a-414e-9d65-ad760976d509", + "id": "16ff800f-db2b-4bda-9a0e-b76b7849eeb5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148325,7 +148325,7 @@ } }, { - "id": "e2b466a8-50dc-4600-a04e-49ed47b57567", + "id": "4855cc25-10e6-474e-bc5e-579282aefc92", "name": "List Schema Attributes Non-Employee Source", "request": { "name": "List Schema Attributes Non-Employee Source", @@ -148367,7 +148367,7 @@ }, "response": [ { - "id": "3c2979ad-c4cb-4c4b-addc-9707f08a9f82", + "id": "4ede0a2a-948e-4088-b8d3-daa4c20eff47", "name": "A list of Schema Attributes", "originalRequest": { "url": { @@ -148412,7 +148412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9831d7c2-136f-4bbc-9565-8575fe7930ad", + "id": "bd2c0f9a-960b-4972-b7c4-5cf428a8f184", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148457,7 +148457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e6f34e6-37c7-4756-a4d3-bfee191d5727", + "id": "01e697ef-7580-4bac-b12f-311ac9ca4383", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148502,7 +148502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30ffaa78-e1de-4fa6-b9d2-e3ab0ac66320", + "id": "b1d8e440-fab1-4d0c-9bb3-818a1e1a893f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148547,7 +148547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4ab014f-198c-4653-b918-21fa4194880d", + "id": "c43c1491-a447-4f50-bb69-d513742cc1fd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -148592,7 +148592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f65164c-608e-432e-add8-37c0e32cbafc", + "id": "f7d240bd-4051-47e0-8f02-d6dbdc4b4139", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -148637,7 +148637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7eab2741-4781-4614-b139-ba931c09c281", + "id": "c6203a3b-ac8e-4cf3-aed4-c8f80fc94895", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148688,7 +148688,7 @@ } }, { - "id": "378d940d-c82c-4081-b09b-2a3195c70587", + "id": "21be1679-4446-46dc-97c5-10b75694d634", "name": "Create Non-Employee Source Schema Attribute", "request": { "name": "Create Non-Employee Source Schema Attribute", @@ -148743,7 +148743,7 @@ }, "response": [ { - "id": "8a507be5-a264-4262-b379-abeaa0c7529d", + "id": "f3589394-c135-424e-b312-38895972a473", "name": "Schema Attribute created.", "originalRequest": { "url": { @@ -148801,7 +148801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7c9e37f-7af5-4900-b41b-421540282af2", + "id": "501e3b71-e5fe-46ca-acb2-b2da07206752", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148859,7 +148859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dbf4e28-4517-4e17-9188-fbc2f529ab19", + "id": "6cc6e611-1ad2-4af4-8694-8c5e70c492e1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148917,7 +148917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ab6a121-1522-42f0-b956-b85b26bbfb99", + "id": "ea6066df-9d47-4f25-922a-e74beb8f1e6e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148975,7 +148975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f17706e-24f4-44f0-92ca-8bcaeb87aa1c", + "id": "ebd4729a-32f7-47d9-a27c-e250acd8acba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -149033,7 +149033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bd06cb3-702b-4571-a591-ba9934f4920c", + "id": "467d2594-30bb-4304-bd81-05534bc7ad85", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149097,7 +149097,7 @@ } }, { - "id": "6769495f-b8aa-4cae-9967-40710faa464e", + "id": "f99d050c-94e4-420b-a6e9-3520090e3c52", "name": "Delete all custom schema attributes", "request": { "name": "Delete all custom schema attributes", @@ -149139,7 +149139,7 @@ }, "response": [ { - "id": "afeffc85-b9b7-467e-873c-d1b4b4af7949", + "id": "675263f8-d50d-4a38-a611-b7e68c86e591", "name": "All custon Schema Attributes were successfully deleted.", "originalRequest": { "url": { @@ -149174,7 +149174,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4a149c24-8385-4e81-8e1a-b4e0b99e5e87", + "id": "de0a69b0-652f-4aec-9c9d-fcc90af6f81a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149219,7 +149219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c3ae27f-7036-4d9c-a5f6-722c49fb7a98", + "id": "14c3863b-0f37-4b8a-8f8f-9300d1fb6139", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149264,7 +149264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef1dd08a-ae2f-4555-994e-58358556ffc0", + "id": "813e5e8c-c395-436c-8d67-203e70229a05", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -149309,7 +149309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ede08f97-e1e4-459c-86af-30297c6d59f3", + "id": "5e720c1b-f762-4823-bec1-bf46a2316d01", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -149354,7 +149354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3a8a28a-622c-4823-b88c-652d23b3cefe", + "id": "6090b23f-05d5-4ffd-952d-28bfee44be2b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149405,7 +149405,7 @@ } }, { - "id": "e7538334-156b-4be0-86a4-b0090ab91089", + "id": "6523371e-4f54-43c4-9247-8122fc46a475", "name": "Get Schema Attribute Non-Employee Source", "request": { "name": "Get Schema Attribute Non-Employee Source", @@ -149458,7 +149458,7 @@ }, "response": [ { - "id": "2eb4d3f5-6683-4e16-b840-a5f829f7fa3a", + "id": "a3aad815-3369-4312-9ea1-d67a7e6a19f8", "name": "The Schema Attribute", "originalRequest": { "url": { @@ -149504,7 +149504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5d38be8-c5bd-4e93-a30d-d1e18ffd65a3", + "id": "840aefa0-4a2b-4f53-bc09-a7a6411b17d7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149550,7 +149550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6724017-2b8d-4e8d-a2f7-6a57113fb559", + "id": "d1d20d96-610d-4e16-98b6-41902df581c8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149596,7 +149596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5ad5a24-9528-4eca-b75e-bcadc4a4decd", + "id": "014d888c-5cf3-4b43-9a1e-4c3477ee457e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -149642,7 +149642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b600bfb9-6e9d-43a6-adfb-e02aaccfd767", + "id": "70f2195f-e0c2-4c43-b6ce-a4937fb5641e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -149688,7 +149688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49e5c0ff-2277-463b-9ba6-cbf015f6f6f5", + "id": "229a3a71-e4b4-499a-87c5-db6b8eee2a8d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149740,7 +149740,7 @@ } }, { - "id": "86b32fa8-19b1-414c-84ea-62a03143df43", + "id": "8c395f72-d260-47e8-ba4b-8ade29aad3ea", "name": "Patch Non-Employee Source's Schema Attribute", "request": { "name": "Patch Non-Employee Source's Schema Attribute", @@ -149806,7 +149806,7 @@ }, "response": [ { - "id": "f1a72382-0caa-4b6f-8176-d6f878e0e3e8", + "id": "04577e31-5df5-4084-83b4-9ce63b929e4d", "name": "The Schema Attribute was successfully patched.", "originalRequest": { "url": { @@ -149865,7 +149865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42695724-743c-4054-a7f6-26c05ab08b40", + "id": "69bcc100-4797-4ded-99b6-07e426008aac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149924,7 +149924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3329085c-b167-4e39-bbe1-cef01af86982", + "id": "033046fa-1452-4864-8f35-77c719d93318", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149983,7 +149983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85158baa-e5ef-45b3-9b85-788493add88b", + "id": "2c0f9d90-202a-448b-87f1-7c1472759135", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -150042,7 +150042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "713e903b-984d-4323-9069-e2eabc84ae7d", + "id": "f87e36de-d619-404b-b168-c5a6c265e125", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -150101,7 +150101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96c19641-0015-4a9b-ba86-952eccc48aa5", + "id": "93712065-fb27-4c29-8fdd-08feaa4c3b13", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -150160,7 +150160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc09ffd3-65aa-447b-843d-c808f5fb07d3", + "id": "41320528-36fd-47b2-a883-ea230e0b37a4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -150225,7 +150225,7 @@ } }, { - "id": "cd3f5b86-4bdc-484b-a97c-71f09b899bad", + "id": "d453e8e8-e893-4a90-b11a-c9016a7f7f27", "name": "Delete Non-Employee Source's Schema Attribute", "request": { "name": "Delete Non-Employee Source's Schema Attribute", @@ -150278,7 +150278,7 @@ }, "response": [ { - "id": "71d8671f-7e13-4aae-aa3c-4ac154bcd30b", + "id": "d6a18a94-8516-4a5e-99ea-1e81277ab0bd", "name": "The Schema Attribute was successfully deleted.", "originalRequest": { "url": { @@ -150314,7 +150314,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a68f08fe-b65d-4b72-b436-c572bc9e3946", + "id": "c17e5bde-dd94-4bb1-baca-a41b1d3ae0a4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -150360,7 +150360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9477705f-81c0-45ed-9ef2-27ee8acf97a5", + "id": "8bc6fcbb-6490-46c2-beb8-36e2d2061041", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -150406,7 +150406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf1b9fbb-54b6-441f-a840-b196ce5cf5f7", + "id": "516c7bc4-7977-4e31-a96a-2ca9cdccfb26", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -150452,7 +150452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efc8f39c-88ef-4c88-99f3-ba23df9eec87", + "id": "13449750-47ec-4738-88ff-b7ac6ff94875", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -150498,7 +150498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e60ebc93-c177-46e1-bd0f-e97385dfb15b", + "id": "c3c650a1-31dc-4dd0-a343-0e708ca4e2bd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -150556,7 +150556,7 @@ "description": "", "item": [ { - "id": "4206c374-7c70-4431-be7f-0d107166bd47", + "id": "11c775c1-eabe-4ddb-815c-870a94053da6", "name": "Change MAIL FROM domain", "request": { "name": "Change MAIL FROM domain", @@ -150598,7 +150598,7 @@ }, "response": [ { - "id": "5d2146a3-256f-4065-ba52-bf1ac775619b", + "id": "3d09b47c-f866-4288-a197-40a980f0c3eb", "name": "MAIL FROM Attributes required to verify the change", "originalRequest": { "url": { @@ -150654,7 +150654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74f76736-49dd-4c58-8cfd-ed655cea697d", + "id": "d1b8a146-2b11-4deb-93de-4e1e245c5841", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -150710,7 +150710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15d35fad-e15b-4721-9b11-246db67070c8", + "id": "68b26942-7989-416d-8701-2fe287ed2914", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -150766,7 +150766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b62abd1-2cfd-4c38-9b3e-238942d915ac", + "id": "a53a9174-16d9-4595-8a1a-9aea5f4fd996", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -150822,7 +150822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32ef6778-f479-46be-af26-07258d5ac105", + "id": "3b0ac60f-ac2c-42b0-97b7-e483ff8e94ef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -150878,7 +150878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6112285e-7001-45c9-a347-b19e2300d26d", + "id": "b6963936-e627-4acb-b18b-ea8a34459374", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -150940,7 +150940,7 @@ } }, { - "id": "a1e56f70-bb74-49b9-a8a1-d2d0545a169b", + "id": "c6598963-d0f0-4238-8912-17eb1aa73ab8", "name": "Get MAIL FROM Attributes", "request": { "name": "Get MAIL FROM Attributes", @@ -150985,7 +150985,7 @@ }, "response": [ { - "id": "3c2ef365-826f-4dfd-b9ef-9ab63327ee1f", + "id": "68417131-61bd-429c-bc30-ba8144c4e7b9", "name": "MAIL FROM Attributes object", "originalRequest": { "url": { @@ -151039,7 +151039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1a6e53c-6f84-4dc7-92b8-d2fc870b09ec", + "id": "175afa1f-c8cc-457d-8e16-c40bc6e755ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151093,7 +151093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6583a23-a288-4711-bc1e-8409bb34eb07", + "id": "73f43e1a-fcd0-40de-8bb6-f5fcc14dd3d0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -151147,7 +151147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33081e96-7b8f-4fa9-857d-0415a1dea0b7", + "id": "c550dfe2-fbb0-48f9-ba4a-e0fa009bdeaf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -151201,7 +151201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2055ae33-c08f-4e16-87a8-79e9037e0f68", + "id": "4c9b21b2-dc01-483c-8e13-94590346444e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -151255,7 +151255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4724464-5e12-4dda-a372-bd393aa1814c", + "id": "3b530b3d-d61f-408c-b805-6991680bcef4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151315,7 +151315,7 @@ } }, { - "id": "f9c021a3-d3e2-43b4-a51f-182795f2f727", + "id": "a4cb65e0-9cb8-4ce7-98b7-a6b1c67fe28b", "name": "List Notification Template Defaults", "request": { "name": "List Notification Template Defaults", @@ -151372,7 +151372,7 @@ }, "response": [ { - "id": "341a9e90-c1d2-4dba-b82d-8bfcf1d40f88", + "id": "fafe4281-3c0f-4125-9349-b0758fcefa4b", "name": "A list of the default template objects", "originalRequest": { "url": { @@ -151438,12 +151438,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"name\": \"Task Manager Subscription\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"slackTemplate\": {\n \"key\": \"ad laborum\",\n \"text\": \"in incididunt sint nulla\",\n \"blocks\": \"culpa aute incididunt\",\n \"attachments\": \"commodo do\",\n \"notificationType\": \"laborum ut\",\n \"approvalId\": \"mollit minim\",\n \"requestId\": \"commodo culpa ex\",\n \"requestedById\": \"cupidatat labore\",\n \"isSubscription\": false,\n \"autoApprovalData\": {\n \"isAutoApproved\": \"e\",\n \"itemId\": \"dolore eiusmod sit\",\n \"itemType\": \"ullamco esse consequat dolore mollit\",\n \"autoApprovalMessageJSON\": \"ut nostrud est fugiat occaecat\",\n \"autoApprovalTitle\": \"sed et ipsum aute\"\n },\n \"customFields\": {\n \"requestType\": \"laboris nostrud eu velit\",\n \"containsDeny\": \"anim nulla commodo velit\",\n \"campaignId\": \"aliquip reprehen\",\n \"campaignStatus\": \"est culpa veniam in\"\n }\n },\n \"teamsTemplate\": {\n \"key\": \"dolor quis ut\",\n \"title\": \"nulla laborum Ut\",\n \"text\": \"ut proident\",\n \"messageJSON\": \"ess\",\n \"isSubscription\": false,\n \"approvalId\": \"officia do et\",\n \"requestId\": \"veniam culpa aute\",\n \"requestedById\": \"aliquip ad qui Lorem\",\n \"notificationType\": \"nostrud nulla dolore Lorem\",\n \"autoApprovalData\": {\n \"isAutoApproved\": \"aliquip in consequat\",\n \"itemId\": \"eiusmod magna mini\",\n \"itemType\": \"tempor cillum\",\n \"autoApprovalMessageJSON\": \"mollit aliquip\",\n \"autoApprovalTitle\": \"voluptate dolore do Ut\"\n },\n \"customFields\": {\n \"requestType\": \"ut eu Lorem\",\n \"containsDeny\": \"tempor ipsum in voluptate\",\n \"campaignId\": \"ea culpa\",\n \"campaignStatus\": \"magna sit\"\n }\n }\n },\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"name\": \"Task Manager Subscription\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"slackTemplate\": {\n \"key\": \"et qui est ex\",\n \"text\": \"labore eu\",\n \"blocks\": \"irure labore in\",\n \"attachments\": \"tempor in\",\n \"notificationType\": \"i\",\n \"approvalId\": \"est exercitation reprehenderit\",\n \"requestId\": \"adipisicing sint exercitation fugiat\",\n \"requestedById\": \"deserunt in incid\",\n \"isSubscription\": true,\n \"autoApprovalData\": {\n \"isAutoApproved\": \"pariatur ea esse exercitation\",\n \"itemId\": \"Excepteur in ullamco consectetur\",\n \"itemType\": \"Duis irure fugiat\",\n \"autoApprovalMessageJSON\": \"pariatur est tempor e\",\n \"autoApprovalTitle\": \"dolore proident cillum\"\n },\n \"customFields\": {\n \"requestType\": \"id pariatur\",\n \"containsDeny\": \"elit\",\n \"campaignId\": \"culpa anim\",\n \"campaignStatus\": \"Ut commodo qui\"\n }\n },\n \"teamsTemplate\": {\n \"key\": \"commodo ipsum anim in voluptate\",\n \"title\": \"veniam amet ullamco\",\n \"text\": \"mollit enim qu\",\n \"messageJSON\": \"est cillu\",\n \"isSubscription\": false,\n \"approvalId\": \"nostrud eu aliquip\",\n \"requestId\": \"aliquip anim est ex\",\n \"requestedById\": \"reprehenderit Lorem Excepteur\",\n \"notificationType\": \"nulla enim velit\",\n \"autoApprovalData\": {\n \"isAutoApproved\": \"est sit aliqua\",\n \"itemId\": \"occaecat cillum reprehenderit in mollit\",\n \"itemType\": \"ex eu\",\n \"autoApprovalMessageJSON\": \"id\",\n \"autoApprovalTitle\": \"dolor ut pariatur deserunt\"\n },\n \"customFields\": {\n \"requestType\": \"minim\",\n \"containsDeny\": \"et\",\n \"campaignId\": \"Excepteur ut\",\n \"campaignStatus\": \"nisi\"\n }\n }\n }\n]", + "body": "[\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"name\": \"Task Manager Subscription\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"slackTemplate\": {\n \"key\": \"ex veniam\",\n \"text\": \"dolore in elit in\",\n \"blocks\": \"sit occaecat exercitation\",\n \"attachments\": \"veniam ea est irure ut\",\n \"notificationType\": \"cillum ut exercitation\",\n \"approvalId\": \"non incididunt aute commodo cillum\",\n \"requestId\": \"amet ad ipsum sint\",\n \"requestedById\": \"\",\n \"isSubscription\": true,\n \"autoApprovalData\": {\n \"isAutoApproved\": \"labore dolore eu ad irure\",\n \"itemId\": \"exercitation laboris est\",\n \"itemType\": \"dolore Duis\",\n \"autoApprovalMessageJSON\": \"sit dolor in dolore\",\n \"autoApprovalTitle\": \"voluptate quis enim Duis\"\n },\n \"customFields\": {\n \"requestType\": \"dolore ea\",\n \"containsDeny\": \"est do\",\n \"campaignId\": \"dolore esse in\",\n \"campaignStatus\": \"dolor amet sed ipsum\"\n }\n },\n \"teamsTemplate\": {\n \"key\": \"esse aliqua velit dolor\",\n \"title\": \"tempor officia ad anim\",\n \"text\": \"non tempor aute adipis\",\n \"messageJSON\": \"Lorem dolor\",\n \"isSubscription\": false,\n \"approvalId\": \"sint\",\n \"requestId\": \"c\",\n \"requestedById\": \"esse adipisicing\",\n \"notificationType\": \"voluptate dolor fugiat\",\n \"autoApprovalData\": {\n \"isAutoApproved\": \"et consequat commodo\",\n \"itemId\": \"amet adipisicing mollit\",\n \"itemType\": \"minim et occaecat\",\n \"autoApprovalMessageJSON\": \"eu ad\",\n \"autoApprovalTitle\": \"quis ad est dolore eiusmod\"\n },\n \"customFields\": {\n \"requestType\": \"nisi culpa reprehenderit in anim\",\n \"containsDeny\": \"dolore labore irure sint\",\n \"campaignId\": \"Excepteur est dolore sint\",\n \"campaignStatus\": \"cupidatat sed sint ut cillum\"\n }\n }\n },\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"name\": \"Task Manager Subscription\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"slackTemplate\": {\n \"key\": \"velit ullamco Ut\",\n \"text\": \"elit do ut ut\",\n \"blocks\": \"amet mollit pariatur ipsum\",\n \"attachments\": \"do aliqua\",\n \"notificationType\": \"ipsum elit dolore\",\n \"approvalId\": \"velit aute ni\",\n \"requestId\": \"pariatur Excepteur\",\n \"requestedById\": \"laboris occ\",\n \"isSubscription\": false,\n \"autoApprovalData\": {\n \"isAutoApproved\": \"id sint\",\n \"itemId\": \"commodo\",\n \"itemType\": \"dolor deserunt Lorem ipsum\",\n \"autoApprovalMessageJSON\": \"ut commodo exercitation\",\n \"autoApprovalTitle\": \"nisi sit\"\n },\n \"customFields\": {\n \"requestType\": \"Ut eu ea\",\n \"containsDeny\": \"in mollit\",\n \"campaignId\": \"esse ullamco ad ut\",\n \"campaignStatus\": \"eu culpa\"\n }\n },\n \"teamsTemplate\": {\n \"key\": \"labore non mollit exercitation pariatur\",\n \"title\": \"sunt magna adipisic\",\n \"text\": \"Lorem aute ullamco\",\n \"messageJSON\": \"velit in\",\n \"isSubscription\": false,\n \"approvalId\": \"mollit incididunt dolor\",\n \"requestId\": \"sint mollit sunt\",\n \"requestedById\": \"in adipisicing mollit\",\n \"notificationType\": \"laborum dolor nulla in culpa\",\n \"autoApprovalData\": {\n \"isAutoApproved\": \"consequat irure Excepteur\",\n \"itemId\": \"cillum dolore laboris aute\",\n \"itemType\": \"quis ea Duis do\",\n \"autoApprovalMessageJSON\": \"tempor minim laboris\",\n \"autoApprovalTitle\": \"voluptate ea culpa\"\n },\n \"customFields\": {\n \"requestType\": \"aliqua consequat sed\",\n \"containsDeny\": \"mollit tempor\",\n \"campaignId\": \"sint \",\n \"campaignStatus\": \"fugiat incididunt\"\n }\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9a094a6b-88e9-40d6-ac31-b47c99c5824a", + "id": "8f4fa4b3-0aaa-4455-8b1c-c622e7365a21", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151514,7 +151514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11da15cd-12cd-4e1b-b4f6-a70005de2716", + "id": "56129660-50aa-4b3a-b0d9-f7b39489a33a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -151585,7 +151585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd560fb2-1c5e-4eee-9b60-cffc900c7ed0", + "id": "4101fd99-d279-49cf-9d41-087c5b269978", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -151656,7 +151656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3933627c-1d5d-49e7-9836-8a3d6407ff75", + "id": "b67a6a2a-786e-445c-955c-6ec911bddc51", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -151727,7 +151727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b14f02a2-55d0-4dbe-ac21-0824121f6089", + "id": "e1735496-88a3-4307-ac76-ba17dc09bbf9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151804,7 +151804,7 @@ } }, { - "id": "5ee17081-8fcd-4583-b563-fa1075cf1252", + "id": "3ac6da35-81be-4ae8-ab3e-8673a7641b87", "name": "List Notification Templates", "request": { "name": "List Notification Templates", @@ -151861,7 +151861,7 @@ }, "response": [ { - "id": "5ec69f1e-119b-4bea-a289-f48047dc3b63", + "id": "316bd5cd-bb9e-49a7-aaf5-5a5bcec8b9fc", "name": "A list of template objects for your site", "originalRequest": { "url": { @@ -151927,12 +151927,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"nulla proident ullamco\",\n \"teamsTemplate\": \"dolor\"\n },\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"cupidatat aliquip\",\n \"teamsTemplate\": \"anim proident voluptate\"\n }\n]", + "body": "[\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"commodo esse adipi\",\n \"teamsTemplate\": \"cillum Duis\"\n },\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"minim cupidatat vel\",\n \"teamsTemplate\": \"magna id nulla\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a9ff6f7b-3c37-40ca-81c9-5b272a317a42", + "id": "63ec3b38-af9e-4495-a48c-9a3118d746a1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -152003,7 +152003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b0e80bc-3080-41a1-a930-5166d53e6346", + "id": "ec6692fc-73e3-4c36-8713-d0fa1988da8b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -152074,7 +152074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62194b69-9e5e-4b11-a0c0-9340aba28a52", + "id": "41058897-61ba-4d1b-bef8-0204e1bfae4e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -152145,7 +152145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0866891-8a2e-4182-84e9-f02231320bd7", + "id": "23cf5c4b-6ff8-4cb4-a202-f517b9a984c5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -152216,7 +152216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "698e253d-db3b-4fd0-991d-4b2507045db0", + "id": "aa367cb8-77dc-44e7-b51e-1923e2ba029b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -152293,7 +152293,7 @@ } }, { - "id": "eaa359d3-23ef-43fd-bd75-537071cd9e99", + "id": "e3cd20cf-5b4b-4c8c-96af-97d50c924367", "name": "Create Notification Template", "request": { "name": "Create Notification Template", @@ -152324,7 +152324,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"aliqua\",\n \"teamsTemplate\": \"qui cillum labore dolor cupidatat\"\n}", + "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"laborum in irure nostrud\",\n \"teamsTemplate\": \"qui cillum in\"\n}", "options": { "raw": { "headerFamily": "json", @@ -152335,7 +152335,7 @@ }, "response": [ { - "id": "dbdc0f10-4cbd-469f-aa61-e87bbcb857b7", + "id": "344f80ca-33ee-4e1c-90d6-1f445f87061b", "name": "A template object for your site", "originalRequest": { "url": { @@ -152369,7 +152369,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"aliqua\",\n \"teamsTemplate\": \"qui cillum labore dolor cupidatat\"\n}", + "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"laborum in irure nostrud\",\n \"teamsTemplate\": \"qui cillum in\"\n}", "options": { "raw": { "headerFamily": "json", @@ -152386,12 +152386,12 @@ "value": "application/json" } ], - "body": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"aliqua\",\n \"teamsTemplate\": \"qui cillum labore dolor cupidatat\"\n}", + "body": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"laborum in irure nostrud\",\n \"teamsTemplate\": \"qui cillum in\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d7042b8f-f33f-4260-9899-69094a3bcac4", + "id": "5fbc3860-a2db-402f-bfdd-d4e33245370a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -152425,7 +152425,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"aliqua\",\n \"teamsTemplate\": \"qui cillum labore dolor cupidatat\"\n}", + "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"laborum in irure nostrud\",\n \"teamsTemplate\": \"qui cillum in\"\n}", "options": { "raw": { "headerFamily": "json", @@ -152447,7 +152447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c3fe4e2-039d-4c59-bac5-4688e7ba48ee", + "id": "b6ac1a2d-2801-4022-9557-53a84b9c3a49", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -152481,7 +152481,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"aliqua\",\n \"teamsTemplate\": \"qui cillum labore dolor cupidatat\"\n}", + "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"laborum in irure nostrud\",\n \"teamsTemplate\": \"qui cillum in\"\n}", "options": { "raw": { "headerFamily": "json", @@ -152503,7 +152503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fd46caa-0aa4-4470-a33d-dc6a2582878f", + "id": "0f7821d5-9306-4f4a-b757-346e98ba1f1f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -152537,7 +152537,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"aliqua\",\n \"teamsTemplate\": \"qui cillum labore dolor cupidatat\"\n}", + "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"laborum in irure nostrud\",\n \"teamsTemplate\": \"qui cillum in\"\n}", "options": { "raw": { "headerFamily": "json", @@ -152559,7 +152559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7646b08-1847-4a75-893b-6c2adde5ddd3", + "id": "058129c7-2f7f-4e62-b754-87a12ab9f7a7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -152593,7 +152593,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"aliqua\",\n \"teamsTemplate\": \"qui cillum labore dolor cupidatat\"\n}", + "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"laborum in irure nostrud\",\n \"teamsTemplate\": \"qui cillum in\"\n}", "options": { "raw": { "headerFamily": "json", @@ -152615,7 +152615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52c82364-bc5a-42af-b964-15758cc09754", + "id": "dedc61a8-b0c8-4590-ae82-be3458d46d6c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -152649,7 +152649,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"aliqua\",\n \"teamsTemplate\": \"qui cillum labore dolor cupidatat\"\n}", + "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"laborum in irure nostrud\",\n \"teamsTemplate\": \"qui cillum in\"\n}", "options": { "raw": { "headerFamily": "json", @@ -152677,7 +152677,7 @@ } }, { - "id": "8bc62f5a-dae8-49cf-bfe6-f9b59af3ee22", + "id": "098e8377-c5bd-4635-826f-c03dbdda983f", "name": "Get Notification Template By Id", "request": { "name": "Get Notification Template By Id", @@ -152718,7 +152718,7 @@ }, "response": [ { - "id": "44dc7cfb-e420-47aa-9dba-806bf3110b54", + "id": "d274cae2-a681-4473-a0f4-94252f72559b", "name": "A template object for your site", "originalRequest": { "url": { @@ -152757,12 +152757,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"nulla proident ullamco\",\n \"teamsTemplate\": \"dolor\"\n },\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"cupidatat aliquip\",\n \"teamsTemplate\": \"anim proident voluptate\"\n }\n]", + "body": "[\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"commodo esse adipi\",\n \"teamsTemplate\": \"cillum Duis\"\n },\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"minim cupidatat vel\",\n \"teamsTemplate\": \"magna id nulla\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e834f92e-000f-4b41-8cf2-67a086f76d4b", + "id": "ab1161ee-9850-494e-82c6-ad7ed7e7b35d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -152806,7 +152806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "236c25af-7ff8-47b5-94be-60e4b532e7d7", + "id": "63187187-2ed5-4c33-9002-9cabc3a37922", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -152850,7 +152850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3dc3969-ecdc-4939-b270-f93cfe5f7906", + "id": "1055c8cd-8d38-414b-b348-7fadca688118", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -152894,7 +152894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8a48ea8-98ed-4edf-9fdd-acad1cc9b87c", + "id": "b37b453a-8d94-4fd9-99b2-b0a94b040a25", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -152938,7 +152938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "763df3eb-625f-4625-ba95-d8bcab76b019", + "id": "1479be5e-5ca3-4a55-a2fd-4264bc2e110d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -152988,7 +152988,7 @@ } }, { - "id": "1345128c-0026-4cf5-9802-004053ac654f", + "id": "10fa10e6-ad59-4ad0-97ed-78b76ab9b27d", "name": "Bulk Delete Notification Templates", "request": { "name": "Bulk Delete Notification Templates", @@ -153031,7 +153031,7 @@ }, "response": [ { - "id": "ca46c265-287a-4d2d-972b-21f4689e2dce", + "id": "c76c5f3f-07e9-4b45-9e3a-19a36cb361f2", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -153078,7 +153078,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9003c7a7-9655-4aec-986f-6712340c1774", + "id": "a898dbce-be22-4b66-aed0-f3635a0b86c6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153135,7 +153135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79afc610-f926-4790-968b-579c780de480", + "id": "6dfd789f-2266-4696-b818-0e2f6b9bd2fc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -153192,7 +153192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f9c7bfd-b946-4b1a-9812-ca719ce6f88c", + "id": "1b4d9b5b-d237-418a-b80d-193189d98c7f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -153249,7 +153249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce61ccb1-3649-41b6-bb99-3817a275d10d", + "id": "32ee5f1d-92a0-41ff-b3fe-cf1a2e25c22e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -153306,7 +153306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dfa52ed-769c-4ac1-83bc-2f9d53e69de1", + "id": "011b91d4-1b4e-4626-ba4c-23e81ee9caee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -153369,7 +153369,7 @@ } }, { - "id": "839d4d0d-86b5-4a70-ac6d-c91e5a97d7bb", + "id": "0c77a94f-3e80-49ca-9c52-2e8ebb399713", "name": "Get Notification Template Context", "request": { "name": "Get Notification Template Context", @@ -153398,7 +153398,7 @@ }, "response": [ { - "id": "e94c9069-3eee-483c-bb32-cb48f1bf4ae9", + "id": "d55309e3-de55-4171-8219-c768ee4da8d5", "name": "Notification template context attributes for a specific tenant.", "originalRequest": { "url": { @@ -153441,7 +153441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a9bb145-6958-4778-a904-8b92d5e852b4", + "id": "d020f1ac-6ffb-49fe-b27d-202343f9ad11", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153484,7 +153484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8a4b287-08e6-473a-87b0-f5d81f44c727", + "id": "dfbb54e5-5d77-4983-89f9-ac112be068ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -153527,7 +153527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efc3e7af-ef2c-47aa-b73e-16151f6997f3", + "id": "9cb28655-ff71-4f50-9f3d-1337a8b3819e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -153570,7 +153570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acea6721-f988-4cc0-951a-8a02042eba8a", + "id": "62cbebbd-15f4-4d55-bdea-734cd131761e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -153613,7 +153613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5622e752-5bc7-47fc-8cc8-22754bbc69fb", + "id": "acc8f618-dc6e-4949-9e77-73ac20728438", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -153662,7 +153662,7 @@ } }, { - "id": "50188709-2c94-488b-8a16-afb7ec710061", + "id": "20c09221-d44c-4b08-9e6f-46e9a2c3a8b8", "name": "List Notification Preferences for tenant.", "request": { "name": "List Notification Preferences for tenant.", @@ -153697,7 +153697,7 @@ }, "response": [ { - "id": "24dd5891-4d51-4efa-bd21-7064c26942e6", + "id": "88659b9c-5079-4b6a-aa52-89d74983a2df", "name": "Return preference for the given notification key.", "originalRequest": { "url": { @@ -153741,7 +153741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e609f6fb-acec-4d52-a392-1a30544dda7c", + "id": "a3211b5c-de11-49e3-ae04-a7cf74e2bae8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153785,7 +153785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37eac390-065d-4cb7-b27e-c39fe56666d5", + "id": "0311407f-e13b-4a98-9c76-82f7511c8610", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -153829,7 +153829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbb7ea20-5edb-4a1b-8ebb-eddb2f88a75f", + "id": "86d4d2ff-2696-49c7-84ac-fc412672f036", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -153873,7 +153873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "888466df-9f78-4539-85b7-e8e445ed6ede", + "id": "ff9e6673-83c2-48b9-ac41-cd000c5c6a71", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -153917,7 +153917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "980c036f-05fd-47f0-ac52-195204d4e845", + "id": "e5f1dfee-b82f-4dc0-a6ad-f10d7c322436", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -153961,7 +153961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8adb0106-a101-4705-9681-06852d53c05e", + "id": "32737bc1-915c-49a2-a44e-7afa29bcf3b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -154011,7 +154011,7 @@ } }, { - "id": "8f5e9e21-59bb-4730-a580-a74c0eb3b5a6", + "id": "217f9446-96c8-45f2-8511-a7a701cc4d62", "name": "Send Test Notification", "request": { "name": "Send Test Notification", @@ -154053,7 +154053,7 @@ }, "response": [ { - "id": "edd867a3-03b5-4bd7-8a0e-f4ff410e18a0", + "id": "6da327c8-7d78-4b01-b102-34344d11075a", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -154099,7 +154099,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e45dbc22-9320-41e8-8c9a-a5044b65585b", + "id": "8742a97b-107d-4e9a-9ede-4aa20c370253", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -154155,7 +154155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70f7f0c9-3274-4d5c-bb73-9ce80c6fc260", + "id": "08e38f9a-b6b5-4452-a8e7-7b91cd69f205", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -154211,7 +154211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f930663-0148-4e17-9392-0279f907ed8a", + "id": "2e08090e-9024-4310-819e-6fd2b4b18d6e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -154267,7 +154267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc2b558a-3a65-488f-8009-9d2effb20b2e", + "id": "3cd07717-3bac-4c00-990e-63a225618933", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -154323,7 +154323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba9f752b-547d-48ec-bb7b-15de83720376", + "id": "bc057096-9211-4ed0-b9c4-24543a53525d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -154379,7 +154379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e205696-85b9-46b0-a64e-dfc5049605cc", + "id": "646bde07-a08a-4d1f-9313-c557f86a2bec", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -154441,7 +154441,7 @@ } }, { - "id": "0ec25bf5-d799-4361-b51a-8a7a3d847bb8", + "id": "80e984cb-4a68-4e8f-b22f-a55d46488ec6", "name": "List From Addresses", "request": { "name": "List From Addresses", @@ -154516,7 +154516,7 @@ }, "response": [ { - "id": "7e1826eb-0506-41a6-a5d9-87c2f410e64a", + "id": "0c82da36-8087-48aa-8259-790c768a4f8b", "name": "List of Email Status", "originalRequest": { "url": { @@ -154600,12 +154600,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"mollit\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"PENDING\"\n },\n {\n \"id\": \"sunt non amet sed ipsum\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"FAILED\"\n }\n]", + "body": "[\n {\n \"id\": \"dolore culpa sint aliquip\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"FAILED\"\n },\n {\n \"id\": \"exercitation sint\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"PENDING\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4171a3b3-0f76-4211-851f-414410edc168", + "id": "cf6075d8-c3b3-4c65-866c-513795884ac1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -154694,7 +154694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19288ae6-b84c-433d-a28a-6ce5905e3de6", + "id": "ffe5382d-7260-46cf-95d0-dd98acb518e9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -154783,7 +154783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0562f1bc-6e90-4554-ae08-ffabb7cc1305", + "id": "139ce0fb-bbc3-4d90-9476-40d93e98d1dc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -154872,7 +154872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "651612de-5cf3-4a79-8f44-4c78e848985d", + "id": "8364719e-9689-4cb7-86e0-5c18167c2ff6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -154967,7 +154967,7 @@ } }, { - "id": "6013799c-4cc1-4a7e-b433-35a5555bba9a", + "id": "750c3f1f-f9e2-4dd0-af50-913cc584d834", "name": "Create Verified From Address", "request": { "name": "Create Verified From Address", @@ -155009,7 +155009,7 @@ }, "response": [ { - "id": "03f8a3fa-8abb-435e-87d1-25ad9e505d68", + "id": "975d5f7f-e44d-4244-a52d-3d8112273d2d", "name": "New Verified Email Status", "originalRequest": { "url": { @@ -155060,12 +155060,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"occaecat cillum sunt\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"FAILED\"\n}", + "body": "{\n \"id\": \"co\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"FAILED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "58daa3e5-019c-4b11-94e1-f60ed852b0e3", + "id": "2feb8b8c-765f-4962-9086-6ec7e970c754", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155121,7 +155121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13996650-d66d-4ad4-834e-f6db9789a5dc", + "id": "8857540f-040d-4eb5-aa55-7bfb205bdf16", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -155177,7 +155177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b7e0602-f762-4b55-9d75-1696e58d494e", + "id": "5d1d662f-cff2-4ddb-a540-f080a7796c2f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -155233,7 +155233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e65075e7-3a8b-4a72-8c6d-b082ddbf92dc", + "id": "0c278f9d-2d93-4090-8eea-71e98f83cdfa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155289,7 +155289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d1e1305-c132-4b60-9605-d610040b9a36", + "id": "ce4f2d27-bb42-4075-b435-175bb739e1c9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155351,7 +155351,7 @@ } }, { - "id": "e4c758d5-63e6-4e72-b3e6-a23ffc05e346", + "id": "c88c27b2-02b8-45c7-acec-568498a09c0c", "name": "Delete Verified From Address", "request": { "name": "Delete Verified From Address", @@ -155371,7 +155371,7 @@ "variable": [ { "type": "any", - "value": "eiusmod qui in ullamco", + "value": "nisi", "key": "id", "disabled": true, "description": { @@ -155392,7 +155392,7 @@ }, "response": [ { - "id": "4ae8de0e-ce4c-475e-8b60-12375bfea910", + "id": "239d5c05-4dab-40a3-8c89-5a7dafb53273", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -155426,7 +155426,7 @@ "_postman_previewlanguage": "text" }, { - "id": "91fe3fbd-0914-46e9-a0e0-d09a617971a2", + "id": "beed2809-3460-4b35-854e-162f14585793", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155470,7 +155470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cf66103-e2bc-4f8d-804c-fc3c08fcf992", + "id": "dddcc8d9-8ae4-48f9-b141-dc59fcf2d75c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -155514,7 +155514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74185612-d023-4a7f-817b-008486a33172", + "id": "f9c96a4e-94ac-4fea-b568-8af3a577ca7f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -155558,7 +155558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0327fa5-9366-423d-a45e-a9d16d0d0499", + "id": "1e779f5b-d45a-4d8e-a4b6-709ce98d6d2f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -155602,7 +155602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dafb2819-0e33-427f-bd8d-5e0e092f79c5", + "id": "37cd1225-6f11-4ceb-8c4e-71d464adb4b9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155646,7 +155646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2d07708-d207-4397-971d-4f563e741f4b", + "id": "f9030672-d8bc-476f-9c9b-571c7dbd5309", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155696,7 +155696,7 @@ } }, { - "id": "f6562137-f40f-4153-a3ec-9429802ca9b4", + "id": "ea9fb039-24d5-4578-9bdf-3a26c88ed218", "name": "Get DKIM Attributes", "request": { "name": "Get DKIM Attributes", @@ -155725,7 +155725,7 @@ }, "response": [ { - "id": "c2812d76-1077-4e08-b6bd-3f684a9ccd0f", + "id": "149551b0-75be-4a39-9103-3119a55bafa4", "name": "List of DKIM Attributes", "originalRequest": { "url": { @@ -155768,7 +155768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "208bee3d-732e-4890-9fd8-b4e7ccca1dde", + "id": "e3a805ba-b232-4ef3-9f0f-0952c98c2bfe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155811,7 +155811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2def2ecc-05b0-461d-8c7d-6dad99ab62ee", + "id": "67aa024b-58ba-4d11-83cc-aaf503b3b1d1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -155854,7 +155854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2a81cab-5ad2-4c9b-b185-c36fc62c6c8a", + "id": "9480e012-100c-4eb1-ae27-27c373b42b11", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -155897,7 +155897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ceefbdd-2664-4f6e-94f3-38584f01443f", + "id": "e6c680ec-db39-4525-82da-c1432ca86d64", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155940,7 +155940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b36234fb-7865-4ec3-8743-176f20c07f80", + "id": "90676a68-9960-4889-87cf-a451231a955b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155989,7 +155989,7 @@ } }, { - "id": "b6a5b64a-c952-4ae7-8937-6c24de6a5540", + "id": "e673f5e6-ed8a-4f91-81b7-88d57120daf5", "name": "Verify domain address via DKIM", "request": { "name": "Verify domain address via DKIM", @@ -156031,7 +156031,7 @@ }, "response": [ { - "id": "c70a4ebc-9482-4e6c-8406-d4ba3845434f", + "id": "c9a21f0b-5dae-4d7d-8c45-d390d00914f3", "name": "List of DKIM tokens required for the verification process.", "originalRequest": { "url": { @@ -156087,7 +156087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "896e564b-9ce5-43e3-9e79-e9ec7afe1d8d", + "id": "defa377e-5ad6-4b1e-9f3e-011d9e818c7e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156143,7 +156143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4261b7cd-6c97-44d7-ab4f-299ce30a0339", + "id": "d5671f90-a762-413e-9e73-4247e6eaf97b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156199,7 +156199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65ca3cad-95ae-4201-89cc-fa7d5a964e20", + "id": "7cf02a19-e167-40e7-a837-fa09f68243b3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156255,7 +156255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b87335f-19fd-4ff1-96ea-7e77649a7eac", + "id": "ef6a376c-9669-4f8c-9fc6-a4866f5cd348", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -156311,7 +156311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0af6f8d0-6fba-42af-8508-485d267426da", + "id": "a2279db4-f732-4d92-8d0e-4fc9be52833b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -156367,7 +156367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59db4d6e-77c3-4d0e-ad7a-08ea35e685a5", + "id": "0e594ed2-4d5c-48cf-8258-b94bb6f752d5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156435,7 +156435,7 @@ "description": "Use this API to implement OAuth client functionality.\nWith this functionality in place, users with the appropriate security scopes can create and configure OAuth clients to use as a way to obtain authorization to use the Identity Security Cloud REST API.\nRefer to [Authentication](https://developer.sailpoint.com/docs/api/authentication/) for more information about OAuth and how it works with the Identity Security Cloud REST API.\n", "item": [ { - "id": "2f0fcdaa-3b75-48fe-a178-c7be0aaf5cf9", + "id": "273e8df0-9df3-4f82-a78f-7674186720df", "name": "List OAuth Clients", "request": { "name": "List OAuth Clients", @@ -156474,7 +156474,7 @@ }, "response": [ { - "id": "00e2e841-8b7f-49bd-9870-40e0eca0b777", + "id": "8a05ffdc-0ace-40de-aacd-7dc474e1df91", "name": "List of OAuth clients.", "originalRequest": { "url": { @@ -156522,12 +156522,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"occaecat veniam nostrud aute\",\n \"metadata\": \"Ut commodo aute minim\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n },\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"sit proident\",\n \"metadata\": \"adipisicing tempor ullamco m\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n }\n]", + "body": "[\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"aliqua cupidatat\",\n \"metadata\": \"ex fugiat ullamco\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n },\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"eu ea incididunt\",\n \"metadata\": \"id in\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "62019037-f866-4a24-9647-487ec547870e", + "id": "7f1ef07d-7e24-44aa-b5de-c7b5f2bd2971", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156580,7 +156580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3086a2c-2f53-4fbf-994f-5f0a3be07c7a", + "id": "777d93ea-b4bb-48e2-bf25-469a5175ba54", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156633,7 +156633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "322856db-4bd8-4097-a337-38cc8d75337b", + "id": "6403df75-6e4e-45d2-a890-b9d882e69b98", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156686,7 +156686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e270a9d6-3811-41fb-ae39-088af18ae2ae", + "id": "c44f47df-4761-4362-b285-510fd7ddabfe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -156739,7 +156739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c169ca00-de73-41e8-a7c4-301979e0e73b", + "id": "ef3c005e-648f-486c-a577-83329bd61d7e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156798,7 +156798,7 @@ } }, { - "id": "c286915e-c2c9-4c58-b86f-059afe1e7bae", + "id": "23ab4016-853d-40e6-a236-d6770f5d3a3b", "name": "Create OAuth Client", "request": { "name": "Create OAuth Client", @@ -156840,7 +156840,7 @@ }, "response": [ { - "id": "0fe3b054-fad4-4dc7-9c9a-6646d9477855", + "id": "7be6c079-09e0-44db-a41a-28266d3eed44", "name": "Request succeeded.", "originalRequest": { "url": { @@ -156896,7 +156896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1123627-e343-46d9-b5cd-1b20e7353a92", + "id": "0691a473-4934-45f8-95d3-5f8e349904a3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156952,7 +156952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d0c9bfe-5e1c-4df7-b66f-d6f4c325b0bb", + "id": "f5492bc4-f009-4c57-a995-f6b340bc7160", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -157008,7 +157008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1007620-c0c9-45f4-9e68-48953f6eb5cf", + "id": "d4ef7cb9-762f-444d-8954-3f5d71fb5d98", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157064,7 +157064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ca11476-6587-4efb-aeb0-36725ba2344d", + "id": "7773f094-9232-4956-8727-c072de92bc55", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -157120,7 +157120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3db2aa4e-a911-44bd-a034-c9c585d0d504", + "id": "23fe1024-9cf8-4add-9f13-e9b7b246920d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -157182,7 +157182,7 @@ } }, { - "id": "2352d3d9-1730-4bcc-ae08-5ce60d7fdcff", + "id": "31d36702-a188-4cb2-98a6-8765d2bf122b", "name": "Get OAuth Client", "request": { "name": "Get OAuth Client", @@ -157223,7 +157223,7 @@ }, "response": [ { - "id": "ce7950ba-63ca-4e4d-86e4-4fdf24cd4f6c", + "id": "59acc50f-97fc-4d3b-87f8-5f024645be0a", "name": "Request succeeded.", "originalRequest": { "url": { @@ -157262,12 +157262,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"quis dolor\",\n \"metadata\": \"ad aliqua\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n}", + "body": "{\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"voluptate sint id\",\n \"metadata\": \"nostrud sed dolor consectetur\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "11268f08-a7d9-49bb-b684-9cd0c235e2c5", + "id": "8fb37aa5-dad7-4d9c-9b64-79510dc6e3f7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -157311,7 +157311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c3c2fe4-0e21-47ff-a154-adf8feeda58f", + "id": "57406455-52d1-4758-9c22-f8da1331a3a2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -157355,7 +157355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e91c5e15-e98c-4125-9214-96cc5450ced7", + "id": "a4d845bf-7d1a-42f2-9ff0-85856f88f622", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157399,7 +157399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4b20923-760e-41a6-8642-79ec5aa7ec01", + "id": "320b52a8-886c-4f98-a45e-69160710f65f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -157443,7 +157443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03593c0b-9f5c-4c83-a47a-95b7ada606c5", + "id": "f544a8b2-d5dd-446f-b878-d697d69d1c3f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -157487,7 +157487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b0628fb-0373-4f73-84b6-0aa037b7da14", + "id": "41829128-c706-4b82-be4e-7df78cdc7c40", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -157537,7 +157537,7 @@ } }, { - "id": "f2864680-4876-4e92-aed9-40677861b902", + "id": "e90bf5d0-a9cf-4334-a80e-e159ad33f6b5", "name": "Delete OAuth Client", "request": { "name": "Delete OAuth Client", @@ -157578,7 +157578,7 @@ }, "response": [ { - "id": "c66b08d8-2f39-48c3-8b62-ab58a2f14249", + "id": "5f0372bb-1437-4098-b3fe-c3c3b6d9183e", "name": "No content.", "originalRequest": { "url": { @@ -157612,7 +157612,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3bd444f4-19c3-46cf-ab35-e5e2199554e2", + "id": "75a6919c-cfe3-4a58-94cf-8de49e27f6ae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -157656,7 +157656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5091a0f6-2577-4e4e-acf6-c6bef6c27a01", + "id": "2970e800-7852-4cae-a1c4-adaa491c01f1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -157700,7 +157700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ca96bb5-cb07-42d2-ac53-02c85a13d804", + "id": "4067dfbe-f6ba-4bfd-a09b-09818098d1ed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157744,7 +157744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df919731-1c57-4f86-ab24-e0bdc3a206d0", + "id": "b0b09f29-3256-461d-b4f6-9b3a711b8cba", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -157788,7 +157788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72533cb8-ca15-4866-a9c7-ab012e247905", + "id": "9b7e4506-bf17-49de-9d45-39505fba1fb8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -157832,7 +157832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a95d20a4-180e-414d-aeec-e3d0e37eca43", + "id": "f0419171-a6f8-40a2-b749-54291da1c97f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -157882,7 +157882,7 @@ } }, { - "id": "0bbfecf3-af8c-45a7-864e-5f635cd2dcc0", + "id": "42c5cd53-0779-47f7-86b8-6393c70180b1", "name": "Patch OAuth Client", "request": { "name": "Patch OAuth Client", @@ -157936,7 +157936,7 @@ }, "response": [ { - "id": "5a1e383e-6332-4782-a5ce-ef0a2c516696", + "id": "b6a0b476-417a-4eed-a247-7b133e419785", "name": "Indicates the PATCH operation succeeded, and returns the OAuth client's new representation.", "originalRequest": { "url": { @@ -157988,12 +157988,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"quis dolor\",\n \"metadata\": \"ad aliqua\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n}", + "body": "{\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"voluptate sint id\",\n \"metadata\": \"nostrud sed dolor consectetur\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "72fcf28a-91a5-48b1-bac9-b7734e86e25c", + "id": "a903ed2e-81b5-4fde-a8bc-313f50134a25", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158050,7 +158050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae25db45-eb0c-415e-a17f-d017e4627cea", + "id": "7f91475a-0ac5-492d-80cd-c799227be128", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -158107,7 +158107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "428d51d8-0457-427e-911a-611a2364fd25", + "id": "65c25749-b275-4562-b03c-813426da0762", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -158164,7 +158164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "920eaaf3-8964-4d42-994f-5ec286fdf7d0", + "id": "56bac965-4f78-47d8-8693-5b9121d1b5c4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -158221,7 +158221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b4cdd93-0d5b-4c06-adce-ebf73981638a", + "id": "2eb2cd71-6f28-44d5-b8ae-6cdd38d2be0e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -158278,7 +158278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ee20c44-ca29-481f-aece-e4072450252d", + "id": "15779fe4-169e-4911-bbcf-0af7b4cb925c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -158347,7 +158347,7 @@ "description": "Operations for managing org configuration settings (eg. time zone)", "item": [ { - "id": "176f0518-aae0-4a30-bb9c-d795b2530524", + "id": "f7e483bd-5316-4053-8866-788c51d19742", "name": "Get Org configuration settings", "request": { "name": "Get Org configuration settings", @@ -158376,7 +158376,7 @@ }, "response": [ { - "id": "e3784eab-6f65-46a5-a3f3-6f8188a9b010", + "id": "2bab3d14-1da0-4629-b647-7f5bfdad6eaa", "name": "Request succeeded.", "originalRequest": { "url": { @@ -158414,12 +158414,12 @@ "value": "application/json" } ], - "body": "{\n \"orgName\": \"acme-solar\",\n \"timeZone\": \"America/Toronto\",\n \"lcsChangeHonorsSourceEnableFeature\": false,\n \"armCustomerId\": \"DE38E75A-5FF6-4A65-5DC7-08D64426B09E\",\n \"armSapSystemIdMappings\": \"culpa sit\",\n \"armAuth\": \"epiYNTRYA2S7swisDWk1Zv4VMNgvqEjiBh5_ufuCWsma2m-5XADijqBg0ijXLby5nS6lxZNXabhGnAPGeDGc4V3jQKrhwV-UHypRLs8ZLgOjiQNus9NimS0uPdKomRW6TFWqXyfnYd-znNgbbVuwUy9GyD9ebDVJSntPastxSx7UcyGuWBqfNZYpuxKRWe_7TVY60qL55jUqyz8N4XUbbdcxdbZ0uik6ut-Bv90MKTbZexBW_PR4qcgIkaEs4kIenLyBxnGziYo7AO0tJ8bGHO8FJRkibCpAQIt7PISLo7Gg_Xf9j10dKq2YDgy4pPTvz3fE2ZHYnXCXvXFSA-vVag==\",\n \"armDb\": \"EU\",\n \"armSsoUrl\": \"https://your-arm-sso-url\",\n \"iaiEnableCertificationRecommendations\": true,\n \"sodReportConfigs\": [\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n },\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n }\n ]\n}", + "body": "{\n \"orgName\": \"acme-solar\",\n \"timeZone\": \"America/Toronto\",\n \"lcsChangeHonorsSourceEnableFeature\": false,\n \"armCustomerId\": \"DE38E75A-5FF6-4A65-5DC7-08D64426B09E\",\n \"armSapSystemIdMappings\": \"officia\",\n \"armAuth\": \"epiYNTRYA2S7swisDWk1Zv4VMNgvqEjiBh5_ufuCWsma2m-5XADijqBg0ijXLby5nS6lxZNXabhGnAPGeDGc4V3jQKrhwV-UHypRLs8ZLgOjiQNus9NimS0uPdKomRW6TFWqXyfnYd-znNgbbVuwUy9GyD9ebDVJSntPastxSx7UcyGuWBqfNZYpuxKRWe_7TVY60qL55jUqyz8N4XUbbdcxdbZ0uik6ut-Bv90MKTbZexBW_PR4qcgIkaEs4kIenLyBxnGziYo7AO0tJ8bGHO8FJRkibCpAQIt7PISLo7Gg_Xf9j10dKq2YDgy4pPTvz3fE2ZHYnXCXvXFSA-vVag==\",\n \"armDb\": \"EU\",\n \"armSsoUrl\": \"https://your-arm-sso-url\",\n \"iaiEnableCertificationRecommendations\": true,\n \"sodReportConfigs\": [\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n },\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "23b2e47f-56f6-4a1a-9947-b65c8c16c0cc", + "id": "9140bb30-2785-405d-82a2-a9eec92f8a19", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158462,7 +158462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "285a3a62-c5d6-4730-a7a8-e744f274952b", + "id": "13e1fb5d-14b3-4ac7-9992-69e78d23bb3d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -158505,7 +158505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1124e82-7cd7-48e4-be8b-0eba5fd238cf", + "id": "621fd86c-1535-4f8b-8de3-bc0f97cb97d7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -158548,7 +158548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87813c92-9cf0-4715-aadb-bd645d0004e8", + "id": "cce2ba53-73f0-4830-a387-29e64cb8e8cb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -158591,7 +158591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13b94517-5ef7-4f65-8bae-2b571924255e", + "id": "17a32738-2c26-41d1-baa4-87162ce9332b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -158634,7 +158634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25956985-065e-4d3a-9b78-de75ebc4f0c2", + "id": "b4804156-9640-451d-a63c-54498e7f2c7f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -158683,7 +158683,7 @@ } }, { - "id": "dad7718a-6863-44c8-a1a8-34b25c76d968", + "id": "6855fa83-69db-4770-ae7a-48a6089135be", "name": "Patch an Org configuration property", "request": { "name": "Patch an Org configuration property", @@ -158725,7 +158725,7 @@ }, "response": [ { - "id": "c44eb407-0e4c-496c-bef1-37e1a6f777a3", + "id": "f8eda771-03fe-4b05-93ea-7a537efd9fbc", "name": "The Org was successfully patched.", "originalRequest": { "url": { @@ -158776,12 +158776,12 @@ "value": "application/json" } ], - "body": "{\n \"orgName\": \"acme-solar\",\n \"timeZone\": \"America/Toronto\",\n \"lcsChangeHonorsSourceEnableFeature\": false,\n \"armCustomerId\": \"DE38E75A-5FF6-4A65-5DC7-08D64426B09E\",\n \"armSapSystemIdMappings\": \"culpa sit\",\n \"armAuth\": \"epiYNTRYA2S7swisDWk1Zv4VMNgvqEjiBh5_ufuCWsma2m-5XADijqBg0ijXLby5nS6lxZNXabhGnAPGeDGc4V3jQKrhwV-UHypRLs8ZLgOjiQNus9NimS0uPdKomRW6TFWqXyfnYd-znNgbbVuwUy9GyD9ebDVJSntPastxSx7UcyGuWBqfNZYpuxKRWe_7TVY60qL55jUqyz8N4XUbbdcxdbZ0uik6ut-Bv90MKTbZexBW_PR4qcgIkaEs4kIenLyBxnGziYo7AO0tJ8bGHO8FJRkibCpAQIt7PISLo7Gg_Xf9j10dKq2YDgy4pPTvz3fE2ZHYnXCXvXFSA-vVag==\",\n \"armDb\": \"EU\",\n \"armSsoUrl\": \"https://your-arm-sso-url\",\n \"iaiEnableCertificationRecommendations\": true,\n \"sodReportConfigs\": [\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n },\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n }\n ]\n}", + "body": "{\n \"orgName\": \"acme-solar\",\n \"timeZone\": \"America/Toronto\",\n \"lcsChangeHonorsSourceEnableFeature\": false,\n \"armCustomerId\": \"DE38E75A-5FF6-4A65-5DC7-08D64426B09E\",\n \"armSapSystemIdMappings\": \"officia\",\n \"armAuth\": \"epiYNTRYA2S7swisDWk1Zv4VMNgvqEjiBh5_ufuCWsma2m-5XADijqBg0ijXLby5nS6lxZNXabhGnAPGeDGc4V3jQKrhwV-UHypRLs8ZLgOjiQNus9NimS0uPdKomRW6TFWqXyfnYd-znNgbbVuwUy9GyD9ebDVJSntPastxSx7UcyGuWBqfNZYpuxKRWe_7TVY60qL55jUqyz8N4XUbbdcxdbZ0uik6ut-Bv90MKTbZexBW_PR4qcgIkaEs4kIenLyBxnGziYo7AO0tJ8bGHO8FJRkibCpAQIt7PISLo7Gg_Xf9j10dKq2YDgy4pPTvz3fE2ZHYnXCXvXFSA-vVag==\",\n \"armDb\": \"EU\",\n \"armSsoUrl\": \"https://your-arm-sso-url\",\n \"iaiEnableCertificationRecommendations\": true,\n \"sodReportConfigs\": [\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n },\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "851686c1-7b85-486f-9700-d60d0e557e01", + "id": "c48e8418-d23c-4c86-ad81-ab1440288580", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158837,7 +158837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed626435-478b-406b-8c05-9c1169b602b7", + "id": "ea38d0dc-5a8f-4cd7-b4ce-97aa10795a25", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -158893,7 +158893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3696603-9b3f-4b9b-909e-b8a892682055", + "id": "fe413614-0699-4414-80cb-bd47345af432", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -158949,7 +158949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14df7058-6f7f-4cd8-98e8-2f1804d73ed8", + "id": "0c3ca248-e7bb-4f7e-a554-602e67f95201", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -159005,7 +159005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a85a4a0-1250-42fa-8914-339deaf40417", + "id": "a5481983-589b-4072-a7cc-e905e136afd2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159061,7 +159061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f219d51-c721-48cc-be25-1b4bc3e2a330", + "id": "b77fa096-6f8e-4fc4-876e-5d025b4747af", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159123,7 +159123,7 @@ } }, { - "id": "e5483086-ab86-48fd-9eb6-5b36930b46d3", + "id": "69a91a11-b1e8-4e61-baa9-619781affc5b", "name": "Get list of time zones", "request": { "name": "Get list of time zones", @@ -159153,7 +159153,7 @@ }, "response": [ { - "id": "f49f7ce6-006d-4596-abd9-8f1490924a2c", + "id": "d4ea4079-166c-4731-87ae-9e89c54809f1", "name": "Request successful", "originalRequest": { "url": { @@ -159197,7 +159197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e770d71d-3566-4187-83fb-1d0a41e1ffb6", + "id": "e41f4b12-7fe0-401f-b8d3-0a4f5b537919", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159241,7 +159241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "606a21e6-8d67-45c9-a8ff-7e40b57e6c13", + "id": "13716705-7538-4f5c-956b-c3f236126b81", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -159285,7 +159285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6aa0bfcc-a8bc-4cb6-9d4b-bee0124b9523", + "id": "080e5044-5bcd-412c-9fa2-34d94dc1ce75", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159329,7 +159329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70636fd7-cdb3-4628-a920-3303fe6bc8f6", + "id": "0ea9ac0e-5d4a-4d55-94cb-5ed80302d1cd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159373,7 +159373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dcb969b-7cd5-489f-855d-423d48e5df10", + "id": "80d4c271-f399-494a-a16b-bd5734b0d90e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159429,7 +159429,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": "546fc48b-4c3b-4fa9-8c0a-404226e90f84", + "id": "a95b4e1d-3a96-4177-a0f6-60295217e9c8", "name": "Get Password Org Config", "request": { "name": "Get Password Org Config", @@ -159458,7 +159458,7 @@ }, "response": [ { - "id": "3e7a121c-1b3e-49db-9581-c3ab08e4f8c2", + "id": "cf65cba9-0e35-42b2-9af8-5fabc30bb0b6", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -159501,7 +159501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "beb16e6d-5d87-4b52-ab73-3df8de8853b0", + "id": "bf129f32-e0d2-480f-a0cf-1272ab684d06", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159544,7 +159544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a313cae7-343a-4885-952c-ae065ec4e149", + "id": "083d02d0-be3c-4012-9eca-8b9b7d97b61f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -159587,7 +159587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f08beeb-4c97-4c43-97ae-aa3634037918", + "id": "d652a623-4744-46e4-aa21-24d42f464e2d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159630,7 +159630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "399bcc94-6cc9-4d03-ab32-66b3efe78b9d", + "id": "5e384ac2-59c7-4e40-a6ab-55ca994f21b8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159673,7 +159673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4868ce2-6592-465c-9c9e-d0c37aae97d3", + "id": "0b6d4c0e-ab18-4f3b-8be9-225fed717c50", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159722,7 +159722,7 @@ } }, { - "id": "41fcd25c-5d9f-4ef6-bba5-106954e591c2", + "id": "17ed42af-679f-44a6-a68c-41ce68041f9c", "name": "Update Password Org Config", "request": { "name": "Update Password Org Config", @@ -159764,7 +159764,7 @@ }, "response": [ { - "id": "13080278-69be-422b-a052-40fcc70e465b", + "id": "1b5f1ef9-0204-4aae-b686-a4b4947a1e4a", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -159820,7 +159820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6728cf6b-1825-40d3-83a9-53f83f7b5431", + "id": "c381cee7-1877-4a20-8d2f-331a2636afa8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159876,7 +159876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "799d0129-e354-41d0-b242-0a9feb489684", + "id": "3cc15ebb-a3a1-432c-90b4-bace1e6b0284", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -159932,7 +159932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53c05afb-407f-4634-a1da-b3541c15681e", + "id": "eea908b8-152a-4b18-8e8f-53c353bdc31e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159988,7 +159988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09ac8240-7990-43b3-bd4c-5b5cdaf5b16a", + "id": "d701db6e-3948-4ab8-a7dd-ea61b4586cf6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160044,7 +160044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0f78b94-6712-4bb4-963b-39088079b9a6", + "id": "857d79ee-6fb7-4b74-987e-e722adda1a04", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160106,7 +160106,7 @@ } }, { - "id": "13e8a20c-546a-460a-ac39-c45d5ca8730a", + "id": "843ea8ef-a3f2-4dee-87fd-ac8a662fd3e9", "name": "Create Password Org Config", "request": { "name": "Create Password Org Config", @@ -160148,7 +160148,7 @@ }, "response": [ { - "id": "e66c42bb-df32-4b03-887d-da11bb3dec1e", + "id": "f7cdd6a8-e1c6-4f68-84ed-0b3d194fc93a", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -160204,7 +160204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90b08e3f-123c-4c61-927d-9977f7b6d1e6", + "id": "114c5c4c-4da2-4e20-a567-a58ace606116", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160260,7 +160260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7b7a316-1e76-41e0-af28-ef57c0791f52", + "id": "d3499e0a-37f4-44a7-a88f-75fba3c4f26a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160316,7 +160316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19a907a2-ed8f-4be7-8d73-d286c1bbf8ef", + "id": "ab32931e-7f92-45df-bc96-dfbc38e0c420", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160372,7 +160372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25fe6774-49c2-4bdf-a0db-a2e085814a09", + "id": "163f408b-cc68-4933-89aa-5b729147d5b1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160428,7 +160428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0358dc4c-591e-404e-a2c2-aa3c5e8249c5", + "id": "1554544b-b2e2-41b6-9f2d-b8fca0f4fede", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160496,7 +160496,7 @@ "description": "Use this API to implement password dictionary functionality.\nWith this functionality in place, administrators can create password dictionaries to prevent users from using certain words or characters in their passwords.\n\nA password dictionary is a list of words or characters that users are prevented from including in their passwords.\nThis can help protect users from themselves and force them to create passwords that are not easy to break.\n\nA password dictionary must meet the following requirements to for the API to handle them correctly:\n\n- It must be in .txt format.\n\n- All characters must be UTF-8 characters.\n\n- Each line must contain a single word or character with no spaces or whitespace characters.\n\n- It must contain at least one line other than the locale string.\n\n- Each line must not exceed 128 characters.\n\n- The file must not exceed 2500 lines.\n\nAdministrators should also consider the following when they create their dictionaries:\n\n- Lines starting with a # represent comments.\n\n- All words in the password dictionary are case-insensitive.\nFor example, adding the word \"password\" to the dictionary also disallows the following: PASSWORD, Password, and PassWord.\n\n- The dictionary uses substring matching.\nFor example, adding the word \"spring\" to the dictionary also disallows the following: Spring124, 345SprinG, and 8spring.\nUsers can then select 'Change Password' to update their passwords.\n\nAdministrators must do the following to create a password dictionary:\n\n- Create the text file that will contain the prohibited password values.\n\n- If the dictionary is not in English, they must add a locale string to the top line: locale:`languageCode`_`countryCode`\n\nThe languageCode value refers to the language's 2-letter ISO 639-1 code.\nThe countryCode value refers to the country's 2-letter ISO 3166-1 code.\n\nRefer to this list https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html to see all the available ISO 639-1 language codes and ISO 3166-1 country codes.\n\n- Upload the .txt file to Identity Security Cloud with [Update Password Dictionary](https://developer.sailpoint.com/docs/api/beta/put-password-dictionary). Uploading a new file always overwrites the previous dictionary file.\n\nAdministrators can then specify which password policies check new passwords against the password dictionary by doing the following: In the Admin panel, they can use the Password Mgmt dropdown menu to select Policies, select the policy, and select the 'Prevent use of words in this site's password dictionary' checkbox beside it.\n\nRefer to [Configuring Advanced Password Management Options](https://documentation.sailpoint.com/saas/help/pwd/adv_config.html) for more information about password dictionaries.\n", "item": [ { - "id": "3d58078b-4742-4b1b-8243-c482eff88581", + "id": "cc206ebb-f602-4ed5-aa91-099948fc2610", "name": "Get Password Dictionary", "request": { "name": "Get Password Dictionary", @@ -160525,7 +160525,7 @@ }, "response": [ { - "id": "bcbdd5c4-0788-4b70-b5f2-a5fd274fd796", + "id": "0fbe476f-4ffe-41d8-be09-435fc198ca1a", "name": "A password dictionary response", "originalRequest": { "url": { @@ -160563,12 +160563,12 @@ "value": "text/plain" } ], - "body": "eiusmod qui in ullamco", + "body": "nisi", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "d4bd4b42-8d9f-437a-94ff-23e03bf74aba", + "id": "daa69458-9f37-4a85-9b2a-b903aa86d463", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160611,7 +160611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a15ca75-12bd-4bc3-89cf-8637edd9a0d3", + "id": "d40a8800-4e1a-4623-9467-3d8abb5eecef", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160654,7 +160654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3afd62f0-f77d-44c0-bc5b-2c3934581c91", + "id": "13acc382-e958-45c3-aab3-06c28d9d9af2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160697,7 +160697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "745cc7e0-86f2-481f-bfef-bd28f8299a01", + "id": "508a865d-ead9-4f71-882c-ac83cd9f2f2e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -160740,7 +160740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c5492de-6a20-4e63-ab79-340540267a2c", + "id": "84e726b7-0136-41c7-977f-4e88c5d60b36", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160783,7 +160783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6be3311-d9a8-4f3c-90ea-a308495d2739", + "id": "53c40487-f7de-4b1a-9d14-f8b1488be819", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160832,7 +160832,7 @@ } }, { - "id": "79c5d909-2426-4f47-8b25-5066de14307d", + "id": "711e0ca8-9118-4b9b-a27e-5059deb6dc74", "name": "Update Password Dictionary", "request": { "name": "Update Password Dictionary", @@ -160877,7 +160877,7 @@ }, "response": [ { - "id": "d6dfdd29-060a-4746-a0fb-3b7148fda295", + "id": "3f455d0d-c39f-4e5d-9ce6-bad572c4dc98", "name": "Successfully updated.", "originalRequest": { "url": { @@ -160926,7 +160926,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0c66f4f8-2685-408f-9898-25310d730b32", + "id": "73b598e2-a9bd-4444-98d8-a96244877c2a", "name": "Created.", "originalRequest": { "url": { @@ -160975,7 +160975,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9412ba1f-5d4b-468b-b3bd-938135d93814", + "id": "6fc9436d-1292-46fa-8c7c-362cec1ad829", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -161034,7 +161034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81c70836-0109-4dce-b81c-a3bab88054ac", + "id": "d174fbe7-bf91-4607-8aed-2c03ca6f1fba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -161093,7 +161093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73d9443b-36d3-4aa1-a152-aee1593730b6", + "id": "27279213-b751-4e6f-ac5c-2e9271504d60", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161152,7 +161152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6421be7e-bde2-4a6d-8725-1fe8abadabaf", + "id": "2ca97d38-7a82-4379-9823-d4c1e7da97d8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -161211,7 +161211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "551ecbcb-49a3-43b3-a625-96413fb715ab", + "id": "ea1c3f1f-445e-4756-9830-029ad939e4f1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161270,7 +161270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "071d05f5-4cd5-42f3-befd-3981bf6c87a4", + "id": "7c157e34-75c3-4a2f-8485-41e38aaae68c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161341,7 +161341,7 @@ "description": "Use this API to implement password management functionality.\nWith this functionality in place, users can manage their identity passwords for all their applications.\n\nIn Identity Security Cloud, users can select their names in the upper right corner of the page and use the drop-down menu to select Password Manager.\nPassword Manager lists the user's identity's applications, possibly grouped to share passwords.\nUsers can then select 'Change Password' to update their passwords.\n\nGrouping passwords allows users to update their passwords more broadly, rather than requiring them to update each password individually.\nPassword Manager may list the applications and sources in the following groups:\n\n- Password Group: This refers to a group of applications that share a password.\nFor example, a user can use the same password for Google Drive, Google Mail, and YouTube.\nUpdating the password for the password group updates the password for all its included applications.\n\n- Multi-Application Source: This refers to a source with multiple applications that share a password.\nFor example, a user can have a source, G Suite, that includes the Google Calendar, Google Drive, and Google Mail applications.\nUpdating the password for the multi-application source updates the password for all its included applications.\n\n- Applications: These are applications that do not share passwords with other applications.\n\nAn organization may require some authentication for users to update their passwords.\nUsers may be required to answer security questions or use a third-party authenticator before they can confirm their updates.\n\nRefer to [Managing Passwords](https://documentation.sailpoint.com/saas/user-help/accounts/passwords.html) for more information about password management.\n", "item": [ { - "id": "4c3cd286-3f21-45e6-b2f0-c2d31871938a", + "id": "8e2d2c09-1348-4c08-b152-2c27c29b690e", "name": "Generate a digit token", "request": { "name": "Generate a digit token", @@ -161384,7 +161384,7 @@ }, "response": [ { - "id": "54c8d97e-80a3-4d05-92a5-53d857085f6f", + "id": "78c0d5e3-536c-4071-981e-31d93a42638e", "name": "The digit token for password management.", "originalRequest": { "url": { @@ -161441,7 +161441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f19e9986-4dd5-4e7e-abd1-37b7f178d5c8", + "id": "cc52ac29-6052-4891-b123-ea23120845ed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -161498,7 +161498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63af20a6-8936-4694-8bab-f7b075e1eb88", + "id": "d7b699ee-ab87-4481-91de-ec958fd56b28", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -161555,7 +161555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3054ea6a-b95b-4a56-8e0c-3402f47e99b1", + "id": "5cbc6d30-9c7c-4c26-9199-4d6bf10085f9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161612,7 +161612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5c274ac-908f-43c6-bfdb-3be3056c94a2", + "id": "95f488cb-817d-44d6-8018-a21b1d72b0ea", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161669,7 +161669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30341a28-9024-41aa-a466-73ac51c98b41", + "id": "ab0dca87-0e9d-4c5f-aee7-f800ceb9dbf1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161732,7 +161732,7 @@ } }, { - "id": "a72ae017-c5bb-449f-be97-b2f1bd42c064", + "id": "113ce31e-010f-43bc-9889-74add88be677", "name": "Query Password Info", "request": { "name": "Query Password Info", @@ -161774,7 +161774,7 @@ }, "response": [ { - "id": "12fb8cb4-f84d-4640-9d92-d1651e483ae7", + "id": "3d2eb4ae-bd17-46c8-ad99-11cd6eeb50b1", "name": "Reference to the password info.", "originalRequest": { "url": { @@ -161830,7 +161830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac352b9a-f2f0-42df-b416-68dd48972939", + "id": "b44e2739-6c36-4010-bce6-44078648068a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -161886,7 +161886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a69db0fd-b3b0-4581-a519-2e32ad1aa809", + "id": "565127e8-5cf8-4a89-b165-2a6fef3e508d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -161942,7 +161942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61a6c89d-679c-4ab9-aadb-77e9e4bce58d", + "id": "59cf5583-32c6-43a7-8797-a47e6a96f040", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161998,7 +161998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e0d384c-47f6-4155-b108-0315659d75dc", + "id": "05940b16-faad-421c-bf5a-660748563e5b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -162054,7 +162054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1f2e8e1-d43d-442d-9edf-d1507abbd49c", + "id": "b12a1729-61ff-4bbd-9a20-e8b7257fb7bf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162116,7 +162116,7 @@ } }, { - "id": "e0c7f94f-e321-41b8-8849-f5a9f6d957e4", + "id": "decc1a19-344d-4a58-aaf8-622a2eea71d0", "name": "Set Identity's Password", "request": { "name": "Set Identity's Password", @@ -162158,7 +162158,7 @@ }, "response": [ { - "id": "8b0b8b29-215c-48a2-83cc-018328cd0092", + "id": "fda41a0b-a078-4f9d-b276-e6d660969db7", "name": "Reference to the password change.", "originalRequest": { "url": { @@ -162214,7 +162214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f1534b5-4bae-42f0-919e-8a036dfb48cb", + "id": "5c156d16-cbdd-4111-aac1-1dd1103cf939", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162270,7 +162270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5717ebd-ad38-429c-bfcb-03b5e812be92", + "id": "08c5225d-84cc-424e-8313-5919f636159e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162326,7 +162326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e573f3cf-f86d-4b3e-92ca-0c09ed619303", + "id": "cbd108ae-1d4e-4ee1-8cc3-2c9886aa27d9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -162382,7 +162382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80a142d8-c004-4f1a-8d8f-124da159fd79", + "id": "2c98ef35-2c69-491e-88ac-b630b5346448", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -162438,7 +162438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7986fb78-a9ea-422b-a0ce-aedd3e34aa1c", + "id": "fc680303-5543-447b-bd40-0e83d961e150", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162500,7 +162500,7 @@ } }, { - "id": "90e0e081-d880-422f-8ba4-8ae86316b045", + "id": "e29ddb43-d920-4668-8d5b-6ca1b6be9ac8", "name": "Get Password Change Request Status", "request": { "name": "Get Password Change Request Status", @@ -162520,7 +162520,7 @@ "variable": [ { "type": "any", - "value": "eiusmod qui in ullamco", + "value": "nisi", "key": "id", "disabled": true, "description": { @@ -162541,7 +162541,7 @@ }, "response": [ { - "id": "37807afa-e6f3-4785-9425-f50f0f7645b7", + "id": "ba9dfb54-5b7f-4521-b3ac-9b500a67610b", "name": "Status of the password change request", "originalRequest": { "url": { @@ -162585,7 +162585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae0358a0-9580-49cd-a2c2-bcec8159a19e", + "id": "bab5f192-0373-4d74-90ec-e00354831051", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162629,7 +162629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "501be3bb-f3a3-497c-aadf-92b673ecf40a", + "id": "ce1d7e1e-c2b0-4d80-86de-c5d94903c1b8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162673,7 +162673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5ff8641-ce32-45e1-bccb-102197f43595", + "id": "8cc1be27-d5b8-4df2-8efc-0d75782e7e79", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -162717,7 +162717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d329061-515e-47b1-8033-24db3adb8292", + "id": "6d12d5a6-dfc4-483e-9c15-9c557264cb43", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -162761,7 +162761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d7acb74-433a-44d6-bdbd-2dbdcb6f06e7", + "id": "032f5dd3-1344-4a72-bf70-482ea399b5a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162817,7 +162817,7 @@ "description": "Use these APIs to implement password policies functionality.\nThese APIs allow you to define the policy parameters for choosing passwords.\n\nIdentityNow comes with a default policy that you can modify to define the password requirements your users must meet to log in to IdentityNow, such as requiring a minimum password length, including special characters, and disallowing certain patterns.\nIf you have licensed Password Management, you can create additional password policies beyond the default one to manage passwords for supported sources in your org.\n\nIn the Identity Security Cloud Admin panel, administrators can use the Password Mgmt dropdown menu to select Sync Groups.\n\nRefer to [Managing Password Policies](https://documentation.sailpoint.com/saas/help/pwd/pwd_policies/pwd_policies.html) for more information about password policies.\n", "item": [ { - "id": "23147943-3397-4528-bd2b-97e31701f993", + "id": "f7bc770a-7163-4fdc-9200-848a12d9753f", "name": "Get Password Policy by ID", "request": { "name": "Get Password Policy by ID", @@ -162858,7 +162858,7 @@ }, "response": [ { - "id": "8931a481-0f32-400d-87bb-5715c9e928f5", + "id": "390747d5-f55a-46cd-928b-7e2b2c7f32f8", "name": "Reference to the password policy.", "originalRequest": { "url": { @@ -162902,7 +162902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bf10469-1f1e-4ceb-aa7d-8a3a1669b9f8", + "id": "4722653a-32f0-4fdd-8373-ef038c3fd9d9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162946,7 +162946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4318e9ae-f670-4e6b-803d-c4ae60f2cc01", + "id": "ae4732a9-cd04-47c7-945f-62e4b0415a5b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162990,7 +162990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2ff71cd-507a-42a8-84a7-99d2fe1957c7", + "id": "a306f2e5-e621-40b8-af40-bbd68f8e85c9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163034,7 +163034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7175a251-c782-4901-b8fc-8f96f8abf428", + "id": "63c6a683-2729-4a4c-9d5b-4bc0dfb7bece", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163078,7 +163078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0722d7a1-0da8-40d0-bcb6-ec6845fe29a6", + "id": "e9e7d0ad-3ddf-461c-af43-ecd6e2aec464", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163122,7 +163122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cae68e09-206a-408f-96e5-cea95e1a3d2d", + "id": "a5031edb-b9ac-420c-927f-27f07ba0e1f3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163172,7 +163172,7 @@ } }, { - "id": "229c74b9-2739-4851-b774-263712917f59", + "id": "2fac27b9-bdde-434a-8387-745c9e2e7ecd", "name": "Update Password Policy by ID", "request": { "name": "Update Password Policy by ID", @@ -163226,7 +163226,7 @@ }, "response": [ { - "id": "435a0100-956f-468a-8d4c-f6d00600b282", + "id": "47409ae9-db2e-4e1c-bc74-aac815bef197", "name": "Reference to the password policy.", "originalRequest": { "url": { @@ -163283,7 +163283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8110958d-fa17-436e-85ac-9a13db449b0e", + "id": "76051813-2f50-4434-91cf-b5ed19a6165b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163340,7 +163340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1f7d363-8adb-4879-9b37-77ea0bce4f6f", + "id": "63c042c4-2e3e-4420-b864-b5851658fdf1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163397,7 +163397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0f16c07-5c6d-470e-b580-d3555a0f6513", + "id": "166b2852-0e1b-420b-96ad-b53a67ef9322", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163454,7 +163454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3f4c944-5df9-455f-8f43-e957babf1c07", + "id": "23ea8120-1e87-4ebd-8382-ca197976ce9a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163511,7 +163511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50ce3be2-ec67-4e00-a032-51ce9960ca34", + "id": "e104af89-fae3-472c-960d-0e29557b5e1e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163568,7 +163568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b55cbd6-edd1-4a65-8807-d3d4d9da14d6", + "id": "77eb6a9b-21bd-4f0f-a21c-e0a8a463b435", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163631,7 +163631,7 @@ } }, { - "id": "9bda9b2b-c308-4d90-bb19-f8fc5f8f1107", + "id": "0c89b9be-3682-467f-a988-6630aad89d37", "name": "Delete Password Policy by ID", "request": { "name": "Delete Password Policy by ID", @@ -163672,7 +163672,7 @@ }, "response": [ { - "id": "d9f2e30e-5039-4c95-80dd-18ee1b74c3db", + "id": "12e87677-e5b7-4833-bd3e-9c9d6fbdbbb7", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -163706,7 +163706,7 @@ "_postman_previewlanguage": "text" }, { - "id": "91bd548d-23a8-44b6-8429-b55c00446520", + "id": "a5daf340-b27a-485b-b8ef-6151890a6dcc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163750,7 +163750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2963a93-f4b7-4625-8df8-7b9dea85ed98", + "id": "a2b1f06e-d90f-4d5f-956e-0c5ca4f1bd55", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163794,7 +163794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e9a8827-d5f1-430c-a8e6-96eb4a44d910", + "id": "5837ba3d-8aff-4d36-a534-3e1a3dca2067", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163838,7 +163838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79b89510-ee3b-43ac-ad88-804cc89bc947", + "id": "a304221d-9f35-4a10-8ed4-fa09cb10cecf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163882,7 +163882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15f6134a-dfd5-4e48-a045-984316239142", + "id": "ff90c1cf-dfb6-4629-bb12-d4698d81fb5c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163926,7 +163926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cfddcef-c72f-418b-b245-eb925d9e0f2a", + "id": "0bfb5706-bf23-4a4e-8b26-a13bb1bacfac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163976,7 +163976,7 @@ } }, { - "id": "04214217-cdd1-4033-95d3-0e2e443a69c0", + "id": "e0cb5e5f-9438-42d3-9a94-79a7bf0ab027", "name": "Create Password Policy", "request": { "name": "Create Password Policy", @@ -164018,7 +164018,7 @@ }, "response": [ { - "id": "e2a3223f-87ef-4987-be86-c8e53ce31c95", + "id": "80b7ccb6-11b2-430f-99aa-440396568f87", "name": "Reference to the password policy.", "originalRequest": { "url": { @@ -164069,12 +164069,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c91808e7d976f3b017d9f5ceae440c8\",\n \"description\": \"Information about the Password Policy\",\n \"name\": \"PasswordPolicy Example\",\n \"dateCreated\": \"2018-05-27T12:11:01.479Z\",\n \"lastUpdated\": \"2018-01-17T03:16:08.826Z\",\n \"firstExpirationReminder\": 45,\n \"accountIdMinWordLength\": 4,\n \"accountNameMinWordLength\": 6,\n \"minAlpha\": 5,\n \"minCharacterTypes\": 5,\n \"maxLength\": 25,\n \"minLength\": 8,\n \"maxRepeatedChars\": 3,\n \"minLower\": 8,\n \"minNumeric\": 8,\n \"minSpecial\": 8,\n \"minUpper\": 8,\n \"passwordExpiration\": 8,\n \"defaultPolicy\": true,\n \"enablePasswdExpiration\": true,\n \"requireStrongAuthn\": true,\n \"requireStrongAuthOffNetwork\": true,\n \"requireStrongAuthUntrustedGeographies\": true,\n \"useAccountAttributes\": false,\n \"useDictionary\": false,\n \"useIdentityAttributes\": false,\n \"validateAgainstAccountId\": false,\n \"validateAgainstAccountName\": true,\n \"created\": \"anim sit nostrud sed officia\",\n \"modified\": \"reprehenderit ad sit\",\n \"sourceIds\": [\n \"2c91808382ffee0b01830de154f14034\",\n \"2f98808382ffee0b01830de154f12134\"\n ]\n}", + "body": "{\n \"id\": \"2c91808e7d976f3b017d9f5ceae440c8\",\n \"description\": \"Information about the Password Policy\",\n \"name\": \"PasswordPolicy Example\",\n \"dateCreated\": \"1981-06-18T06:33:24.631Z\",\n \"lastUpdated\": \"1954-02-20T22:31:14.724Z\",\n \"firstExpirationReminder\": 45,\n \"accountIdMinWordLength\": 4,\n \"accountNameMinWordLength\": 6,\n \"minAlpha\": 5,\n \"minCharacterTypes\": 5,\n \"maxLength\": 25,\n \"minLength\": 8,\n \"maxRepeatedChars\": 3,\n \"minLower\": 8,\n \"minNumeric\": 8,\n \"minSpecial\": 8,\n \"minUpper\": 8,\n \"passwordExpiration\": 8,\n \"defaultPolicy\": true,\n \"enablePasswdExpiration\": true,\n \"requireStrongAuthn\": true,\n \"requireStrongAuthOffNetwork\": true,\n \"requireStrongAuthUntrustedGeographies\": true,\n \"useAccountAttributes\": false,\n \"useDictionary\": false,\n \"useIdentityAttributes\": false,\n \"validateAgainstAccountId\": false,\n \"validateAgainstAccountName\": true,\n \"created\": \"cillum nulla aliquip elit\",\n \"modified\": \"proident \",\n \"sourceIds\": [\n \"2c91808382ffee0b01830de154f14034\",\n \"2f98808382ffee0b01830de154f12134\"\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f7c227aa-3c81-45d6-8530-5e71cb0ceb8b", + "id": "ed00df5e-f6a0-4918-b06c-343c2ab4bc7d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164130,7 +164130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe84993b-46aa-47f2-824e-316d5370e8b7", + "id": "2ddcd3b0-1bac-4485-b378-7fe8d7923fa0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164186,7 +164186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bb16053-2171-4e81-930f-9a1c8af78d31", + "id": "277d98d0-7c87-489f-94ee-2ce93196a0fb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164242,7 +164242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cd8ebd2-59ef-4c3a-963a-fd6e9f8c03f2", + "id": "6fbfe40e-86bc-4a5a-bfbe-64484852f6f9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -164298,7 +164298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dd30083-22d1-426f-a989-207cb6c47d9a", + "id": "e9a504e5-4647-4192-9f96-4abe183f6dc3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164354,7 +164354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0ab87b4-c0a3-440b-9fcc-2d690c013021", + "id": "93fe66f2-0148-4cd2-b848-c12ebe88961d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164416,7 +164416,7 @@ } }, { - "id": "b75f6614-7ad3-4a18-9b43-c88c72c4abf5", + "id": "6825b9e0-0f1c-49f3-9bd9-42d489941e10", "name": "List Password Policies", "request": { "name": "List Password Policies", @@ -164473,7 +164473,7 @@ }, "response": [ { - "id": "7d6664cb-d18b-462e-b955-ee6c20176f0d", + "id": "a7d04691-f184-4f8d-b181-3b559a920f0b", "name": "List of all Password Policies.", "originalRequest": { "url": { @@ -164544,7 +164544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21cb8c46-203c-417b-bb78-66c8cd75b784", + "id": "ecd9005d-3261-4ce4-9035-5d14f3b8a019", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164615,7 +164615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c97f1d9-861b-453f-8d66-eafcf17baae3", + "id": "1720bcf8-377c-4723-92c8-1a73c8bb9afa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164686,7 +164686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33cfa1d8-9dc8-4dd0-aacb-cf294738b3c0", + "id": "128b1446-9ba1-4765-b54a-7da3a02a2edf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164757,7 +164757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0549982-79b2-4be0-8595-a98d2377852b", + "id": "a6508032-956f-40f6-81f0-5589385153ba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164828,7 +164828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac663adb-00c4-4c04-ac39-6609255395ed", + "id": "1395b972-f924-4bee-8d54-72bc7b082572", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164911,7 +164911,7 @@ "description": "Use this API to implement password sync group functionality.\nWith this functionality in place, administrators can group sources into password sync groups so that all their applications share the same password.\nThis allows users to update the password for all the applications in a sync group if they want, rather than updating each password individually.\n\nA password sync group is a group of applications that shares a password.\nAdministrators create these groups by grouping the applications' sources.\nFor example, an administrator can group the ActiveDirectory, GitHub, and G Suite sources together so that all those sources' applications can also be grouped to share a password.\nA user can then update his or her password for ActiveDirectory, GitHub, Gmail, Google Drive, and Google Calendar all at once, rather then updating each one individually.\n\nThe following are required for administrators to create a password sync group in Identity Security Cloud:\n\n- At least two direct connect sources connected to Identity Security Cloud and configured for Password Management.\n\n- Each authentication source in a sync group must have at least one application. Refer to [Adding and Resetting Application Passwords](https://documentation.sailpoint.com/saas/help/pwd/adv_config.html#adding-and-resetting-application-passwords) for more information about adding applications to sources.\n\n- At least one password policy. Refer to [Managing Password Policies](https://documentation.sailpoint.com/saas/help/pwd/policies.html) for more information about password policies.\n\nIn the Admin panel in Identity Security Cloud, administrators can use the Password Mgmt dropdown menu to select Sync Groups.\nTo create a sync group, administrators must provide a name, choose a password policy to be enforced across the sources in the sync group, and select the sources to include in the sync group.\n\nAdministrators can also delete sync groups in Identity Security Cloud, but they should know the following before they do:\n\n- Passwords related to the associated sources will become independent, so changing one will not change the others anymore.\n\n- Passwords for the sources' connected applications will also become independent.\n\n- Password policies assigned to the sync group are then assigned directly to the associated sources.\nTo change the password policy for a source, administrators must edit it directly.\n\nOnce the password sync group has been created, users can update the password for the group in Password Manager.\n\nRefer to [Managing Password Sync Groups](https://documentation.sailpoint.com/saas/help/pwd/sync_grps.html) for more information about password sync groups.\n", "item": [ { - "id": "9c496994-eecf-4c4c-bfc6-ecbddcc06dbe", + "id": "d0fafe31-1dea-408c-8804-1c84ecc5964d", "name": "Get Password Sync Group List", "request": { "name": "Get Password Sync Group List", @@ -164968,7 +164968,7 @@ }, "response": [ { - "id": "ad7c8ab1-d0a7-4ca7-baf2-788d4e09fc07", + "id": "e2d401a7-1df8-4a19-8544-633c1061c669", "name": "A list of password sync groups.", "originalRequest": { "url": { @@ -165039,7 +165039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "208cd04e-a2a3-4372-971a-cfd57ee4b8eb", + "id": "d75c6544-9f3a-4187-b01b-50d287ea5d4b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165110,7 +165110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c68ecc06-d25a-4e04-a831-6ff75c903fad", + "id": "73bd9d4d-d07f-4146-8853-d7394fbada87", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165181,7 +165181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f06609c6-eeda-40a6-8297-3010a8c2a2c4", + "id": "e124a1d2-0e76-4bc0-b294-77c85b9e53bb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165252,7 +165252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25ff6b30-1177-448d-b137-af75e695c24c", + "id": "9f084b2f-202c-458e-ab9e-33804d084ed9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165323,7 +165323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18e70dac-4b9f-4e4a-823a-cad3a3c0d103", + "id": "b90a7ff8-1ec7-40fa-9edb-e3e6ace5d3f6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165400,7 +165400,7 @@ } }, { - "id": "c4e8049c-3b30-401b-a6d1-b2f7084e4ac0", + "id": "dfdab5ad-c72b-4028-b29b-6159c4332912", "name": "Create Password Sync Group", "request": { "name": "Create Password Sync Group", @@ -165442,7 +165442,7 @@ }, "response": [ { - "id": "8bc6aa99-c65a-4f60-8e17-bc2d28e1af27", + "id": "ada7fc93-3dbe-4f1b-a4ba-5b8433b7da40", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -165498,7 +165498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55e63642-56c1-4479-9d54-df9b6f75a329", + "id": "56277aaa-169c-492e-8b63-33d365a684e3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165554,7 +165554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b2e97dd-e6e0-47d3-9163-c4e7603efdf5", + "id": "4d8ad8b3-805d-4be6-87e6-64d1cfffdabb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165610,7 +165610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6590a94a-c623-47d0-a833-7c0ae6d33350", + "id": "9bf66b60-fe2a-473d-8cb8-8986f9c9b5ad", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165666,7 +165666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bd69330-dd2d-4b17-a50e-8208e9d2648e", + "id": "f0a0228e-aa02-42ad-ac5a-54d1a057959e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165722,7 +165722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cdd24fe-f3c8-4fd2-8e67-3c28b92f19fa", + "id": "9a786019-6142-41f6-9817-6d60e9a7a981", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165784,7 +165784,7 @@ } }, { - "id": "50c8d718-ea23-404a-a2a7-44a814a31d1a", + "id": "4312b089-e7a4-4d1c-9b96-21086887937f", "name": "Get Password Sync Group by ID", "request": { "name": "Get Password Sync Group by ID", @@ -165825,7 +165825,7 @@ }, "response": [ { - "id": "e60168af-1517-456e-bbd1-6546ef4a6a31", + "id": "dbbb1ce4-c130-422a-870f-99b83cff3b99", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -165869,7 +165869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e630ed08-8208-4d55-b848-88f7ff2e2c9b", + "id": "f2dfbbaf-3c2b-4a33-86b9-0037fbfa4424", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165913,7 +165913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8a0211d-99e9-4a84-82d1-251a67c9e6bc", + "id": "1f0b7687-5b4a-464e-aa56-771d6dd16697", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165957,7 +165957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8c73dd3-da64-4905-8a87-8c52570484e1", + "id": "9b2f74b2-3fe9-468a-8faf-2b804dddbb6e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166001,7 +166001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71242844-2033-4e37-8fb8-0da972132271", + "id": "846fa135-c7ef-4ed5-ad90-50969e9a651f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -166045,7 +166045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bffe1af-7f7b-4f34-abd9-0f03eea60999", + "id": "e39a3fa0-913b-4c3b-ab80-a193324ba402", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166089,7 +166089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78861738-8501-4a60-8427-4724f9e27166", + "id": "0c635e25-d3f3-4f84-938a-b186bd452a0d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166139,7 +166139,7 @@ } }, { - "id": "4b934fa4-fff8-4831-b1bd-795b3489d9b3", + "id": "cf5f5ed0-d5e3-4dd0-9d8b-d1624a8b31aa", "name": "Update Password Sync Group by ID", "request": { "name": "Update Password Sync Group by ID", @@ -166193,7 +166193,7 @@ }, "response": [ { - "id": "071c1cb0-a2ed-4f90-89f8-a2d79324facf", + "id": "e5b8354d-67f8-43d3-9bff-686437014a04", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -166250,7 +166250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f442a8d-0750-4f2a-9052-32268091ea83", + "id": "29ac0258-5429-4c2d-9128-6e416e1c7f87", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166307,7 +166307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46e010a6-6c94-4568-b2dc-092c141b23eb", + "id": "506587fe-3424-45dc-94d1-ae1f7f724881", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166364,7 +166364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e54a60c4-80a1-46d7-87be-0c03d7bc9889", + "id": "7ad9916a-0e79-4505-8008-706fb1edccf5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166421,7 +166421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83bcd745-a135-4fed-8990-5c10fc1fe6cf", + "id": "29e03651-58de-4486-89d7-bc2a610cce54", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -166478,7 +166478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "043ddd83-88c3-492d-961e-ca852ecd42fc", + "id": "504139fe-4e6c-443d-9175-7791d42f2121", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166535,7 +166535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dbda89f-3f71-40f6-a55d-ee0380a0b3b5", + "id": "b03295c5-2e90-4a6c-b7db-9bfa2e3b94e4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166598,7 +166598,7 @@ } }, { - "id": "0b882da7-807c-4f7c-984c-aa4c30894359", + "id": "1f562477-9250-4c08-8f52-211d1bd273f6", "name": "Delete Password Sync Group by ID", "request": { "name": "Delete Password Sync Group by ID", @@ -166639,7 +166639,7 @@ }, "response": [ { - "id": "0a3c54a6-28d7-4dab-9a33-cef373f53a5a", + "id": "164ad696-eb67-4997-b642-c9c505a107ab", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -166673,7 +166673,7 @@ "_postman_previewlanguage": "text" }, { - "id": "092e8ad1-ffb3-4624-990e-be0fe52e268d", + "id": "40974aed-03b8-4395-91a6-c7902c025f6a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166717,7 +166717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c76418af-d84a-4ff5-9ba3-124ff2759755", + "id": "1f454412-81e5-4154-b38b-b6934d8d8267", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166761,7 +166761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43fe25f5-527a-435d-b13e-a9ab099ca4a1", + "id": "93ea0878-f45e-42d5-95dd-b60622c42324", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166805,7 +166805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63cb9840-82f8-4f46-9dfa-ed32c0d7143a", + "id": "5fe11e5b-f4b0-4afb-91ad-e92a628602a5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166849,7 +166849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c9cdeb3-b83a-43e8-8b33-90c992fbb1a2", + "id": "03e7f031-af09-4a82-a5db-7a9bf1bf5112", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166905,7 +166905,7 @@ "description": "Use this API to implement personal access token (PAT) functionality.\nWith this functionality in place, users can use PATs as an alternative to passwords for authentication in Identity Security Cloud.\n\nPATs embed user information into the client ID and secret.\nThis replaces the API clients' need to store and provide a username and password to establish a connection, improving Identity Security Cloud organizations' integration security.\n\nIn Identity Security Cloud, users can do the following to create and manage their PATs: Select the dropdown menu under their names, select Preferences, and then select Personal Access Tokens.\nThey must then provide a description about the token's purpose.\nThey can then select 'Create Token' at the bottom of the page to generate and view the Secret and Client ID.\n\nRefer to [Managing Personal Access Tokens](https://documentation.sailpoint.com/saas/help/common/generate_tokens.html) for more information about PATs.\n", "item": [ { - "id": "2dc5490a-5bd2-4d77-bf0a-a90e0ab1944f", + "id": "9b58ec3b-1d8f-49cc-a7d1-6ad2fd3205bd", "name": "List Personal Access Tokens", "request": { "name": "List Personal Access Tokens", @@ -166953,7 +166953,7 @@ }, "response": [ { - "id": "cbfb7da2-2cbc-454c-8eae-6a1275e85d4b", + "id": "38700aaa-550c-4fe2-8c87-b26b962090f1", "name": "List of personal access tokens.", "originalRequest": { "url": { @@ -167015,7 +167015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa9cdebe-47f2-4269-a277-3ebce3313dae", + "id": "57d556f8-1925-43c4-8b8d-ee1a37d23e1c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167077,7 +167077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "973f98a9-9cb1-4819-8d66-4b0b25c29703", + "id": "545d08f5-3c58-4eb4-b6c7-f1e408eea36f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -167139,7 +167139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4f45561-7ca8-48b8-af0d-ec7ffc25819b", + "id": "16b3d679-56af-4b3c-9aa5-b43a05f14a2e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167201,7 +167201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85743810-0e2e-40a3-a3b6-62b295b41676", + "id": "8ac5a931-d096-44bf-83a5-28d49ee11c54", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -167263,7 +167263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ef5ef86-53b9-4d97-858a-d54b78fd5017", + "id": "22f81639-952f-4f8a-bad0-baf3493c52be", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167331,7 +167331,7 @@ } }, { - "id": "b1215061-727d-4562-b00b-5e44d77af36d", + "id": "276ed119-5b82-418e-9c90-75d3f915b6bb", "name": "Create Personal Access Token", "request": { "name": "Create Personal Access Token", @@ -167373,7 +167373,7 @@ }, "response": [ { - "id": "e2b4ab36-ee73-4b34-8508-ee4c941dc3ea", + "id": "c14379d6-1a72-4bee-acea-750bcac2ad35", "name": "Created. Note - this is the only time Personal Access Tokens' secret attribute will be displayed.", "originalRequest": { "url": { @@ -167429,7 +167429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18d7fed8-7397-4d18-9d8e-0159b4c11af8", + "id": "12ef2c79-617d-4915-b2e4-a43f1211a827", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167485,7 +167485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5142a7e7-fb88-4ff8-ac18-a873aeb41970", + "id": "2d53ae34-f627-4a87-9077-a4e469ab67db", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -167541,7 +167541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3e71461-b0d2-4747-9d45-1b444791096a", + "id": "6bac97c2-5035-4889-a9b5-b77f7fdb5765", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167597,7 +167597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19967300-19ce-41ca-847c-9a3633705dcd", + "id": "bd5567f9-3546-42ab-b32c-cc3f12f6c201", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -167653,7 +167653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "078f909e-bbab-48e7-b3a3-a5091e5e29cd", + "id": "48c68f27-6483-42e6-b9c9-41d27b1a7edb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167715,7 +167715,7 @@ } }, { - "id": "9ec02703-6977-4c06-a356-fbc04925af2d", + "id": "81cbb3fe-0de8-435d-b567-4a30ba8303e0", "name": "Patch Personal Access Token", "request": { "name": "Patch Personal Access Token", @@ -167769,7 +167769,7 @@ }, "response": [ { - "id": "bb24749b-d301-45e5-b33b-e21054e3fbbe", + "id": "81fb408b-a237-47cf-b851-48589ddf4feb", "name": "Indicates the PATCH operation succeeded, and returns the PAT's new representation.", "originalRequest": { "url": { @@ -167826,7 +167826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "095c196b-3700-4d1e-a7ec-362479510885", + "id": "012b2218-db0b-4a1c-aa09-29bfbfa80e1d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167883,7 +167883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6ccd594-2d47-4fa8-a671-de7a0bf17f38", + "id": "0fcb64b8-4223-4625-8248-564653adea47", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -167940,7 +167940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24f02bac-055c-4715-93e7-8fa6dd26b61c", + "id": "205ae099-d0cf-4e49-8b64-515eded2e4f8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167997,7 +167997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9881778-4b55-4a7d-bd7e-1fdc5ebb84f0", + "id": "1f0ea369-465a-4ee0-976b-e9929ca7e7b9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -168054,7 +168054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef7806e7-c78f-4c91-a078-353e250b7e94", + "id": "aa361117-35bc-4d7d-85b2-a14710506df7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168111,7 +168111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f208d1b-b282-4047-94fe-31d6ac9e224f", + "id": "f140ed39-a409-4b99-84c2-80e1904f9027", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168174,7 +168174,7 @@ } }, { - "id": "3093c7ae-6929-498a-acbe-babe89c8229b", + "id": "712824b0-b609-4214-bd99-e093ed82cfbe", "name": "Delete Personal Access Token", "request": { "name": "Delete Personal Access Token", @@ -168215,7 +168215,7 @@ }, "response": [ { - "id": "9f96a644-cbba-4451-9b35-8631ce3ede4b", + "id": "59695a15-fa3b-435d-a061-b539506205a5", "name": "No content.", "originalRequest": { "url": { @@ -168249,7 +168249,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9144cb07-8d70-4698-a3e6-6ac6fd078ae9", + "id": "ca50aacb-8ecb-493d-bcba-a3dc14d2fdab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168293,7 +168293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21855659-ebc5-49c6-9b1c-f739767cbd20", + "id": "393e460c-da80-4aae-bd3b-7b8252f647fe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168337,7 +168337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f5e7d28-ddb9-4ffe-bf2e-d3da17c094b0", + "id": "13e75b81-daa8-4e13-a8f1-4716120dc163", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168381,7 +168381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1953188-6ea7-4f5e-8d3d-c5a88a77b1e0", + "id": "a1751293-13ed-4870-aef8-bc3f2a6692b5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -168425,7 +168425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2413bc9f-cdff-4255-8442-8b0f95bfad73", + "id": "c1d5779b-98d5-44b1-b81b-5edb2f47b91f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168469,7 +168469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99afa21c-b79e-4fa4-87f5-faf4eb7977a8", + "id": "cdb33be7-7fb3-4e00-acdf-a0d97de9dc6a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168525,7 +168525,7 @@ "description": "Use this API to implement public identity configuration functionality.\nWith this functionality in place, administrators can make up to 5 identity attributes publicly visible so other non-administrator users can see the relevant information they need to make decisions.\nThis can be helpful for access approvers, certification reviewers, managers viewing their direct reports' access, and source owners viewing their tasks.\n\nBy default, non-administrators can select an identity and view the following attributes: email, lifecycle state, and manager.\nHowever, it may be helpful for a non-administrator reviewer to see other identity attributes like department, region, title, etc.\nAdministrators can use this API to make those necessary identity attributes public to non-administrators.\n\nFor example, a non-administrator deciding whether to approve another identity's request for access to the Workday application, whose access may be restricted to members of the HR department, would want to know whether the identity is a member of the HR department.\nIf an administrator has used [Update Public Identity Config](https://developer.sailpoint.com/docs/api/beta/update-public-identity-config/) to make the \"department\" attribute public, the approver can see the department and make a decision without requesting any more information.\n", "item": [ { - "id": "726e5ccd-435d-4581-8f9e-b74cd73902f7", + "id": "413bef5d-1126-41bd-acf4-07344acf80e9", "name": "Get Public Identity Config", "request": { "name": "Get Public Identity Config", @@ -168554,7 +168554,7 @@ }, "response": [ { - "id": "e76ebd17-39d3-4bf5-98e0-04485635f262", + "id": "d3aa09dc-e38d-4db2-bef2-2ebbdace3ffc", "name": "Request succeeded.", "originalRequest": { "url": { @@ -168597,7 +168597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "596b4350-aa89-4748-947b-021868100a84", + "id": "e0fa4bdc-1c59-4509-a554-074e4d0a0773", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168640,7 +168640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3547e21-bd4d-4320-912e-68ce29432fac", + "id": "2a5c9b95-96f7-412f-a45c-927bb5bdf6b7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168683,7 +168683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e74bbe97-6269-4b09-9afc-9ffafafadd4b", + "id": "06dc4375-14c1-44ff-b7e8-fe2f7593d703", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168726,7 +168726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f8cf68a-2c0c-4a28-bda0-e7a13e5c8aa4", + "id": "11776d12-0f7e-400e-9ca4-188279d57e8a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168769,7 +168769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7be2ecb4-8856-4aa0-92b4-efc8b5fcc488", + "id": "19937aab-057b-4ce4-b748-e030ec30e898", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168818,7 +168818,7 @@ } }, { - "id": "7e3871cb-68e5-4f3f-9f8c-ebc11261b37f", + "id": "909b8159-7b41-4614-b7d8-89c43fa50d72", "name": "Update Public Identity Config", "request": { "name": "Update Public Identity Config", @@ -168860,7 +168860,7 @@ }, "response": [ { - "id": "c5d3c764-234f-400d-aacf-5f1b753ce845", + "id": "cb0919b4-1189-4d66-922b-0032836b39a6", "name": "Request succeeded.", "originalRequest": { "url": { @@ -168916,7 +168916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be2a7510-762a-4a15-a37a-ba61f670ed8e", + "id": "46ae6811-3f17-4cbb-902c-f91493873511", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168972,7 +168972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ee0b35b-2de8-43bc-937d-47506503cd0a", + "id": "8586c21f-befc-4fdd-969b-c16ca5f0eaa0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169028,7 +169028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4958939-9b64-4fc0-9227-4a84980a6310", + "id": "9b638fcc-ab4c-4f46-a275-16ce63be10b9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169084,7 +169084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d084465-f68c-40cb-9663-77dc093a6277", + "id": "4eb92157-3406-4f1d-a0b8-034755c4b9d8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169140,7 +169140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ae2d34b-4730-440b-9d57-f901c7d7af65", + "id": "3ffb1132-b950-4f31-99d5-671b47fb8e38", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169208,7 +169208,7 @@ "description": "Use this API to implement requestable object functionality.\nWith this functionality in place, administrators can determine which access items can be requested with the [Access Request APIs](https://developer.sailpoint.com/docs/api/beta/access-requests/), along with their statuses.\nThis can be helpful for administrators who are implementing and customizing access request functionality as a way of checking which items are requestable as they are created, assigned, and made available.\n", "item": [ { - "id": "e31d6eda-44c4-48c5-8d01-510b719a86a0", + "id": "c11ca012-0973-46f7-b76e-03f4771808bd", "name": "Requestable Objects List", "request": { "name": "Requestable Objects List", @@ -169319,7 +169319,7 @@ }, "response": [ { - "id": "14108822-4395-43e9-99ab-2da52043fd09", + "id": "d2cb5365-559b-4b90-b437-5ac7ea3610ef", "name": "List of requestable objects", "originalRequest": { "url": { @@ -169444,7 +169444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09badfcf-d78f-45fe-9f2b-ece83976ef41", + "id": "ffa52ad8-ab7e-422c-aed2-f9abe1476196", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -169569,7 +169569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2685873d-9029-4092-94c9-2d9f727a4e28", + "id": "f414c14c-6a6d-47be-ad46-a795fe035619", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169694,7 +169694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa81fc8e-d8d0-40ed-93c9-99b8324dab17", + "id": "806694ad-41d9-45dc-b6d0-720077993866", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169819,7 +169819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d07e4310-1029-4ff9-8063-41169b50ff22", + "id": "a4c00c3a-b883-4d0d-a76e-6084f5afc5a6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169944,7 +169944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df5010de-91c8-40e2-bd5f-ec33b69dcfa4", + "id": "b7223291-a83d-4ba2-994d-e59b6005aebc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170081,7 +170081,7 @@ "description": "", "item": [ { - "id": "be749ebf-1436-4c48-95e6-a9d2f60abe86", + "id": "df183acd-c4d2-4115-af93-db3bac9a1f3a", "name": "Generate insights for roles", "request": { "name": "Generate insights for roles", @@ -170111,7 +170111,7 @@ }, "response": [ { - "id": "24cf1437-dbaa-459a-9d9c-8e837e9dfe40", + "id": "a9a4ac02-0c76-4292-b437-23d7449cebc0", "name": "Submitted a role insights generation request", "originalRequest": { "url": { @@ -170155,7 +170155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea11ecec-6852-4897-9d26-2e0380b9d1fb", + "id": "a67065ae-9838-4c96-aadb-65984211f8f9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -170199,7 +170199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7eaefa18-3b5c-4ca1-8553-bfc867614ab9", + "id": "aee1470b-978f-4406-9b16-1accf329b4a8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170243,7 +170243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9134fd4-5792-465b-9fce-f958eecaa9f5", + "id": "156beacd-2cf7-427a-a056-50fd2ad49dcc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170287,7 +170287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4aa04caf-2ebb-4789-bcdd-e797865ebbc0", + "id": "403055b7-f8bc-4e40-a1d3-80e7ff567e31", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -170331,7 +170331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f600ed6-0ec3-44df-bdaf-eba57e5c90e4", + "id": "eefd9cbc-7977-4257-8587-b8e76ad1901c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170381,7 +170381,7 @@ } }, { - "id": "136ef86c-3d2f-4f49-beca-95a5ab60a749", + "id": "0bca8475-6149-4ada-8b9e-c22e7de1f5ab", "name": "Returns metadata from prior request.", "request": { "name": "Returns metadata from prior request.", @@ -170423,7 +170423,7 @@ }, "response": [ { - "id": "ff85f2e9-1ea4-4d30-bafd-c726c148e8aa", + "id": "ed6b5229-f898-4013-a863-6af3dcfa3737", "name": "Succeeded. Returns details of an earlier role insights request.", "originalRequest": { "url": { @@ -170468,7 +170468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81a8db61-9dfb-4497-9a96-84ceec85338b", + "id": "9e103122-a4cf-4d0d-9431-2196fadcb587", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -170513,7 +170513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "881a0eb2-99c1-4ca6-9fb6-5cc42065f9c2", + "id": "711a6d77-07fe-46b8-b724-1f5250c4e1b3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170558,7 +170558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff8fef57-b2c9-4423-a3c6-f381ea725b94", + "id": "24c706db-abb4-4d60-9182-30b563490709", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170603,7 +170603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2086c729-1942-42a8-a11c-42a9b21600f4", + "id": "653dae26-3079-48ae-99ce-562ffe1f3110", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -170648,7 +170648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c39ec3e2-30c4-47f5-88b7-e284ede9a71e", + "id": "d31efa8d-fdab-4798-9c32-bba8907b87dd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170699,7 +170699,7 @@ } }, { - "id": "a80a473c-805f-46db-92ff-419fae742e75", + "id": "9b3d89f3-de4a-4715-9b68-8f1f68dd35c0", "name": "Get role insights summary information", "request": { "name": "Get role insights summary information", @@ -170729,7 +170729,7 @@ }, "response": [ { - "id": "943e283e-d0b7-4695-9b89-b1ba8e2608be", + "id": "890e6a8a-b197-40bf-afc3-9ef23750e217", "name": "Succeeded. Returns high level counts.", "originalRequest": { "url": { @@ -170768,12 +170768,12 @@ "value": "application/json" } ], - "body": "{\n \"numberOfUpdates\": -35594673,\n \"lastGenerated\": \"2020-05-19T13:49:37.385Z\",\n \"entitlementsIncludedInRoles\": 45,\n \"totalNumberOfEntitlements\": 250,\n \"identitiesWithAccessViaRoles\": 550,\n \"totalNumberOfIdentities\": 980\n}", + "body": "{\n \"numberOfUpdates\": -94865065,\n \"lastGenerated\": \"2020-05-19T13:49:37.385Z\",\n \"entitlementsIncludedInRoles\": 45,\n \"totalNumberOfEntitlements\": 250,\n \"identitiesWithAccessViaRoles\": 550,\n \"totalNumberOfIdentities\": 980\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "29ecb40b-92db-410c-87fd-5ad50d6222f5", + "id": "6da55be7-8d5a-4812-9b69-a1ce167abe44", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -170817,7 +170817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f45bd947-253f-46cc-99bf-db56054113e3", + "id": "96abac6b-684c-495d-ba76-23a9cd144d6a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170861,7 +170861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d51e431-7a73-4f67-b7c4-094b1d025f8a", + "id": "d765274a-3a3f-45bf-8f12-bf0e442b8e56", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170905,7 +170905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd446bbb-c2ac-41e8-b1cc-6b2da9e15e85", + "id": "f9355232-a5a4-499b-9833-dbec601e5986", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170955,7 +170955,7 @@ } }, { - "id": "375c6b67-aedb-4401-ae5f-b7add3c43e91", + "id": "44708e24-bcab-45ca-95ca-e6d72e45b0fd", "name": "Get role insights", "request": { "name": "Get role insights", @@ -171030,7 +171030,7 @@ }, "response": [ { - "id": "a7f19c3c-a3e2-433f-91c2-c37c48e2472f", + "id": "bf9cb5af-42c3-45e4-aa70-d85a8a1a20b3", "name": "Succeeded. Returns a list of roles with information about insights for each role.", "originalRequest": { "url": { @@ -171114,12 +171114,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"1987-03-15T06:00:12.563Z\",\n \"modifiedDate\": \"2020-05-19T13:49:37.385Z\",\n \"role\": {\n \"name\": \"Software Engineer\",\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"description\": \"Person who develops software\",\n \"ownerName\": \"Bob\",\n \"ownerId\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\"\n },\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"proident ullamco do\"\n }\n },\n {\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"1952-06-01T12:23:19.120Z\",\n \"modifiedDate\": \"2020-05-19T13:49:37.385Z\",\n \"role\": {\n \"name\": \"Software Engineer\",\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"description\": \"Person who develops software\",\n \"ownerName\": \"Bob\",\n \"ownerId\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\"\n },\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"eiusmod tempor\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"1988-12-15T05:00:59.051Z\",\n \"modifiedDate\": \"2020-05-19T13:49:37.385Z\",\n \"role\": {\n \"name\": \"Software Engineer\",\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"description\": \"Person who develops software\",\n \"ownerName\": \"Bob\",\n \"ownerId\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\"\n },\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"Lorem incididunt ipsum aute\"\n }\n },\n {\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"2005-04-08T02:51:50.139Z\",\n \"modifiedDate\": \"2020-05-19T13:49:37.385Z\",\n \"role\": {\n \"name\": \"Software Engineer\",\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"description\": \"Person who develops software\",\n \"ownerName\": \"Bob\",\n \"ownerId\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\"\n },\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"officia est nulla\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5aaad3e4-6e6f-4918-8f84-7df1ab71e3ae", + "id": "ef289706-14fd-428d-9fea-1477e4da1154", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171208,7 +171208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f71493b0-a618-4c29-bf19-7c499ff38457", + "id": "806cabb4-b7be-4ee3-8667-61937da3a30a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171297,7 +171297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e9acb55-4862-4038-a2cc-276e68c5e4ee", + "id": "f79d9059-83a6-494c-9e3e-1915d31f6f6e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171386,7 +171386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "673ef6f9-ff6d-4146-8323-7fb471062d5c", + "id": "7a8c9d10-fc2f-471c-b1ca-0e6165684801", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171481,7 +171481,7 @@ } }, { - "id": "0cf63959-284c-4dd2-ac3a-972edb0ad2d7", + "id": "14de032c-875c-4b89-8d0f-5079190f56f7", "name": "Get a single role insight", "request": { "name": "Get a single role insight", @@ -171522,7 +171522,7 @@ }, "response": [ { - "id": "cbec09a2-5727-4b3e-b10c-5d830274f861", + "id": "9df81e2f-66dd-4806-a34c-40154f001ee7", "name": "Succeeded. Returns information about insights for a single role.", "originalRequest": { "url": { @@ -171561,12 +171561,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"1989-06-06T15:00:19.902Z\",\n \"modifiedDate\": \"2020-05-19T13:49:37.385Z\",\n \"role\": {\n \"name\": \"Software Engineer\",\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"description\": \"Person who develops software\",\n \"ownerName\": \"Bob\",\n \"ownerId\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\"\n },\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"sint\"\n }\n}", + "body": "{\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"2022-05-11T09:36:44.312Z\",\n \"modifiedDate\": \"2020-05-19T13:49:37.385Z\",\n \"role\": {\n \"name\": \"Software Engineer\",\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"description\": \"Person who develops software\",\n \"ownerName\": \"Bob\",\n \"ownerId\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\"\n },\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"amet non\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7f74b09b-20ec-4a5c-aa5d-46739f314161", + "id": "58ed65f0-1b84-4776-9df5-46ba07ec8ff2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171610,7 +171610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f40c4396-5603-4c70-8f93-8f0a048939c7", + "id": "9295868e-702e-4e22-b38f-e80e16cceac0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171654,7 +171654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ade53dce-fd97-4956-ae26-cf7180ed1814", + "id": "c5f9501f-b392-41e2-84f6-b037032a2c9e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171698,7 +171698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "742ee53b-493d-43bc-abd7-7c495cd2569d", + "id": "0546d171-dcac-4e43-9254-fdc743891c7d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171748,7 +171748,7 @@ } }, { - "id": "479f5345-d3f2-4bf6-9fc6-d30cd770bd9a", + "id": "a36b3e9f-01d5-46df-8a52-8cdde93d36c0", "name": "Get entitlement insights for a role", "request": { "name": "Get entitlement insights for a role", @@ -171773,7 +171773,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -171809,7 +171809,7 @@ }, "response": [ { - "id": "4dd0f6c2-393d-42ed-aa93-bb4212214fbe", + "id": "588f9933-f946-491e-903d-f2ad9d15c3fb", "name": "Succeeded. Returns a list of entitlements to be added for a role.", "originalRequest": { "url": { @@ -171829,7 +171829,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -171868,12 +171868,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"name\": \"in tempor ad\",\n \"id\": \"anim culpa\",\n \"description\": \"elit pariatur\",\n \"attribute\": \"ut qui deserunt tempor\",\n \"value\": \"cillum\",\n \"source\": \"do cill\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"aliqua ad in\"\n }\n },\n {\n \"name\": \"commodo laborum\",\n \"id\": \"officia minim culpa\",\n \"description\": \"quis ut anim\",\n \"attribute\": \"elit qui sint reprehenderit aliquip\",\n \"value\": \"esse nulla in\",\n \"source\": \"labo\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"non do enim\"\n }\n }\n]", + "body": "[\n {\n \"name\": \"veniam reprehenderit do sed\",\n \"id\": \"minim\",\n \"description\": \"culpa Excepteur\",\n \"attribute\": \"occaecat do ipsum eiusmod\",\n \"value\": \"qui nisi nulla dolor\",\n \"source\": \"sed qui\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"in in anim proident\"\n }\n },\n {\n \"name\": \"dolor consequat\",\n \"id\": \"ad\",\n \"description\": \"sit\",\n \"attribute\": \"velit eu\",\n \"value\": \"culpa\",\n \"source\": \"dolor aute\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"fugiat voluptate nostrud\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1a874984-a18c-42db-9065-3f81bdf2580c", + "id": "af13ab0c-a6a9-49d4-876e-f472c5b29d25", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171893,7 +171893,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -171937,7 +171937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a6874f8-afdc-451d-a660-2c88a0382e16", + "id": "2f6ac82c-d092-48f1-98cf-f46e56b97564", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171957,7 +171957,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -172001,7 +172001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a9755c8-7fe8-4e2b-962f-f35205c43f7f", + "id": "9f0becd8-f313-4d6c-bddb-a58831b12673", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172021,7 +172021,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -172065,7 +172065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fe94b9f-6072-4e01-9a39-07ba0b19a2d9", + "id": "02215da0-618f-41b1-ad08-4e2491fc826e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172085,7 +172085,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -172135,7 +172135,7 @@ } }, { - "id": "417f9217-ffe8-4cc7-bfd8-06de84258780", + "id": "a2302069-120a-4acd-862d-4246c7ba4408", "name": "Download entitlement insights for a role", "request": { "name": "Download entitlement insights for a role", @@ -172197,7 +172197,7 @@ }, "response": [ { - "id": "3f9fb521-e110-4af2-8838-700a69dac214", + "id": "5b6cfd4c-d563-4b45-8411-68de13030015", "name": "Succeeded. Returns a csv file containing a list of entitlements to be added for a role.", "originalRequest": { "url": { @@ -172257,12 +172257,12 @@ "value": "text/csv" } ], - "body": "eiusmod qui in ullamco", + "body": "nisi", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "ac7b622f-84c1-47b6-b39d-14441554b4e5", + "id": "7cebd96e-958d-4973-a1d3-baf84023ab52", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -172327,7 +172327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e0be82d-d954-4bec-b54d-ba4e8bc4a096", + "id": "f83c335b-b931-4cf5-8d23-aa5880849001", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -172392,7 +172392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90e46a09-2908-43fc-94a7-0c182a5d1f51", + "id": "8217e5ba-4f16-4fe9-b1e6-ae33c2f100db", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172457,7 +172457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ed6f662-5eeb-48f2-820e-0da6ce10eefc", + "id": "9773e099-0ab0-4400-868c-5195436235f2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172528,7 +172528,7 @@ } }, { - "id": "502e8724-6ba6-4762-9884-652e3dc4d2c2", + "id": "df3a42c1-249f-45c7-932b-49689751c1da", "name": "Get current entitlement for a role", "request": { "name": "Get current entitlement for a role", @@ -172580,7 +172580,7 @@ }, "response": [ { - "id": "9be9ded2-5487-41c2-b383-f09d1c952f34", + "id": "c99d5577-1d3d-4861-b527-2e6b988ead02", "name": "Succeeded. Returns a list of current or pre-existing entitlements for a role.", "originalRequest": { "url": { @@ -172635,7 +172635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd6e917d-51d1-49b7-9bed-9194f1f2e3d4", + "id": "6a1fd906-683b-4c57-9fad-fc0b5886f823", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -172690,7 +172690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb4e1359-0e36-45af-8d93-2582ed5e1966", + "id": "ae395348-4a2b-4069-83df-b223b8887bfb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -172745,7 +172745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2eb63ff-607a-41e7-9929-60c00287948c", + "id": "56b1b492-a901-404d-bd99-df12ac0ee28b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172800,7 +172800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6028fa7a-8186-4b54-8313-93e27dff6e31", + "id": "ac76c744-b313-454b-8558-192eea28a84d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172861,7 +172861,7 @@ } }, { - "id": "a03bfcc2-db5f-482f-ba73-fb061dc617fb", + "id": "d86518ce-e626-4455-a1cc-350789290463", "name": "Get identities for a suggested entitlement (for a role)", "request": { "name": "Get identities for a suggested entitlement (for a role)", @@ -172970,7 +172970,7 @@ }, "response": [ { - "id": "160ecc53-a520-4b11-8429-87ab3d8f20fd", + "id": "f7f1ce80-80e0-4446-b357-542142128737", "name": "Succeeded. Returns a list of identities with or without the entitlement.", "originalRequest": { "url": { @@ -173072,7 +173072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "031f3a30-82f2-4082-b9ee-99f4d4e1c578", + "id": "f0f68ca3-af07-41ce-856a-98fd18fd6b3e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -173174,7 +173174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8526dbe1-3453-42d3-b257-eea495b5790b", + "id": "383cbfcd-051f-4ca6-b337-098f469e4489", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -173276,7 +173276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64c0f7b2-f8a2-4a82-9462-f68f196f65ed", + "id": "c0b88e57-2097-4cec-80e2-d489717c50c0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -173378,7 +173378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0da998f-0543-44a7-b5a4-d391a9b0ef1f", + "id": "0c0ba3ca-40ad-44f8-8e39-7a599da39334", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -173492,7 +173492,7 @@ "description": "Use this API to implement and customize role functionality.\nWith this functionality in place, administrators can create roles and configure them for use throughout Identity Security Cloud.\nIdentity Security Cloud can use established criteria to automatically assign the roles to qualified users. This enables users to get all the access they need quickly and securely and administrators to spend their time on other tasks.\n\nEntitlements represent the most granular level of access in Identity Security Cloud.\nAccess profiles represent the next level and often group entitlements.\nRoles represent the broadest level of access and often group access profiles.\n\nFor example, an Active Directory source in Identity Security Cloud can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nAn administrator can then create an even broader set of access in the form of a role grouping the 'AD Developers' access profile with another profile, 'GitHub Developers,' grouping entitlements for the GitHub source.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nWhen users need both the 'AD Developers' access profile and the 'GitHub Developers' access profile, they can request access to the role grouping both.\n\nRoles often represent positions within organizations.\nFor example, an organization's accountant can access all the tools the organization's accountants need with the 'Accountant' role.\nIf the accountant switches to engineering, a qualified member of the organization can quickly revoke the accountant's 'Accountant' access and grant access to the 'Engineer' role instead, granting access to all the tools the organization's engineers need.\n\nIn Identity Security Cloud, adminstrators can use the Access drop-down menu and select Roles to view, configure, and delete existing roles, as well as create new ones.\nAdministrators can enable and disable the role, and they can also make the following configurations:\n\n- Manage Access: Manage the role's access by adding or removing access profiles.\n\n- Define Assignment: Define the criteria Identity Security Cloud uses to assign the role to identities.\nUse the first option, 'Standard Criteria,' to provide specific criteria for assignment like specific account attributes, entitlements, or identity attributes.\nUse the second, 'Identity List,' to specify the identities for assignment.\n\n- Access Requests: Configure roles to be requestable and establish an approval process for any requests that the role be granted or revoked.\nDo not configure a role to be requestable without establishing a secure access request approval process for that role first.\n\nRefer to [Working with Roles](https://documentation.sailpoint.com/saas/help/access/roles.html) for more information about roles.\n", "item": [ { - "id": "0b8b3890-6414-477a-9091-a837c84b4b91", + "id": "0f4fec92-b2c6-4864-8963-833ebac0f88c", "name": "List Roles", "request": { "name": "List Roles", @@ -173594,7 +173594,7 @@ }, "response": [ { - "id": "2dfd8d3a-4c2a-45c9-bbf1-11a680e98d27", + "id": "cc483b6c-ff2e-4979-85ea-609f29f069ac", "name": "List of Roles", "originalRequest": { "url": { @@ -173710,7 +173710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f24678d-a6c3-4238-ab18-334d61cf88ad", + "id": "7e54f866-46c1-4565-8c0f-fa84af3840cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -173826,7 +173826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d548dec3-1374-472c-a1f7-d5dc627c2f91", + "id": "73f18f02-32db-4b9a-90ea-0eaf29abd9fa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -173942,7 +173942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d575d972-749c-4d9b-8637-479dcfdc6a47", + "id": "f554a4b2-440d-45f7-826b-5ba5bc10c44e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -174058,7 +174058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1655577-b9a8-4709-b0e3-e983ab52736c", + "id": "0df763c7-4ac5-4d92-979f-7d6647e1961e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174174,7 +174174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e20430c-5102-4106-bb2f-29daedee99e6", + "id": "0ac8c8d6-25f9-44ab-aba7-34aa8a7abbba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174296,7 +174296,7 @@ } }, { - "id": "291d2164-a73c-4582-b907-31e9208a9575", + "id": "45da0b7f-414d-4e0d-9a2a-1e5e36ab61cf", "name": "Create a Role", "request": { "name": "Create a Role", @@ -174338,7 +174338,7 @@ }, "response": [ { - "id": "397292cc-587a-4c81-98c9-48ba8e0a3051", + "id": "c8c8b0db-b644-4b7a-8b91-5470c178511c", "name": "Role created", "originalRequest": { "url": { @@ -174394,7 +174394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "910f4dd8-2349-4ae2-9d6c-ac4488f40ac6", + "id": "b96b7f9a-21ca-40cd-af42-21f410c17557", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -174450,7 +174450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a4676ad-e270-44c8-a72e-751f0d896370", + "id": "cfa159f9-fddf-41e3-bb48-50364c6a06f3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -174506,7 +174506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea1c0fc2-3205-4e09-bdc3-49791de39935", + "id": "97786471-4792-4ba5-973c-407b596246e6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -174562,7 +174562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "447f5b18-de6f-4623-8743-eb846d54641b", + "id": "4499743c-c69a-4d50-b9ea-b76c6d13716d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174618,7 +174618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ac9eaed-f485-466b-832d-9627321b93c7", + "id": "b46e135b-50a5-49e9-a43e-388888cf6034", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174680,7 +174680,7 @@ } }, { - "id": "c7c87433-0b22-4469-8d6e-5c21c7dd6100", + "id": "d39f443d-8b51-401f-bf5d-83ee5eb726e9", "name": "Get a Role", "request": { "name": "Get a Role", @@ -174721,7 +174721,7 @@ }, "response": [ { - "id": "0a35149c-1cfd-424f-8c9b-14a5f27337be", + "id": "073bdc1a-9e11-4ed9-a13c-98863fc4737c", "name": "List of all Roles", "originalRequest": { "url": { @@ -174765,7 +174765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10b01c25-54b1-428f-b8c1-0e01cc0c2f72", + "id": "3a5bbf88-b2a6-4e44-b08f-8deaabf1c21b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -174809,7 +174809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22507ad8-5400-4724-9cfe-874a25c2a94a", + "id": "de062087-2d6d-4409-91e7-b7ebd4b751cf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -174853,7 +174853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24d11d98-9bc7-4baf-a9d9-73a061ca3ef5", + "id": "fbf30c6a-f627-49c1-a76f-9f429c06f2ed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -174897,7 +174897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71029af9-b19d-45eb-8370-d66c74f35e8a", + "id": "445e9e12-5811-4584-8665-204621dc5ce4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174941,7 +174941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "587d858f-e452-4835-b5ef-85a4d435296c", + "id": "4be1a158-d792-4937-accd-7e6299f01f7a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174991,7 +174991,7 @@ } }, { - "id": "b160883f-4d13-4cb6-801f-57883af581bc", + "id": "db4b89c9-612e-4c91-8e15-7484ccc7f293", "name": "Patch a specified Role", "request": { "name": "Patch a specified Role", @@ -175045,7 +175045,7 @@ }, "response": [ { - "id": "e36d65ef-550f-42b0-8965-4259141fa824", + "id": "d295e500-6159-4c6c-ab91-3e6304d8d38b", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -175102,7 +175102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "895f4cfe-22cd-48a3-8961-68cf69ddd494", + "id": "5f6cef17-7cae-45b9-9bd7-28169dbb7d91", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -175159,7 +175159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9057b94d-be05-405a-94d4-b575ceca6ff8", + "id": "ad336487-36a0-4859-855f-9aedfcd2ebcd", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -175216,7 +175216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "458aec10-e638-49de-8101-bbf31caf29d0", + "id": "53abb090-ef4f-4af9-be60-1b3c64f7dd59", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -175273,7 +175273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f0f6d25-a088-4f1a-bcce-3a2b3aa2600c", + "id": "9749bfc1-286c-4481-89a5-242b329a2103", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -175330,7 +175330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "475ef3f0-8b1a-4494-9b51-347120d2c38f", + "id": "163f0a1a-c6e6-47ca-854c-33373287523a", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -175387,7 +175387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f88c4a10-70e9-46f8-bc34-c2bdc9c1f8ba", + "id": "c405dc28-d4dc-4493-8021-4e8a432ebdf2", "name": "Make a Role Dimensional", "originalRequest": { "url": { @@ -175444,7 +175444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "587993aa-0249-4132-a048-1a84ee24d7c2", + "id": "d8b0f5c2-4c19-40f9-9510-d6bac325a6d1", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -175501,7 +175501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6062d25e-2643-4b21-9c16-fbcb8c5ae121", + "id": "5972dd0a-e0df-4020-a319-d18931ec4b22", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -175558,7 +175558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0909a8ac-020f-4d65-a067-4df3acd4523a", + "id": "64127be1-2886-4b7f-acb6-63311d92b3bf", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -175615,7 +175615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1db6eeb-de0d-4ffa-8a5f-2e923902ac9f", + "id": "91884dec-799c-4620-8b6e-7b6aa0c62310", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -175672,7 +175672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecff58ce-4ca0-4bfb-9944-7b2df1411ce7", + "id": "694b6493-f7f1-407d-bffc-aaac6bf60078", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -175729,7 +175729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5dc394b-9ef6-4f1a-94a3-2f666ec43f6f", + "id": "59f2817c-39dd-489f-85ec-debd32e59a63", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -175786,7 +175786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82687faa-adaf-411e-ad12-c1835d305c65", + "id": "8bfc7785-022e-402f-adda-73531e3fe999", "name": "Make a Role Dimensional", "originalRequest": { "url": { @@ -175843,7 +175843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8642910-e0d1-46aa-9366-d9dcdd621769", + "id": "5b7a64cd-1037-402f-874b-2bf40e9cac89", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -175900,7 +175900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4c1b182-4b29-4a4d-952f-14accbea9c53", + "id": "428d9658-ca53-43ad-b9da-8681434b12cc", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -175957,7 +175957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee1d369f-a3a3-48f8-a08b-48a7365a15ac", + "id": "73a8377c-bb00-4864-adf1-1b1662eb2183", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -176014,7 +176014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "759e2d61-047c-43ef-94cd-7f59d7c32fa0", + "id": "57a278ac-5e3d-45a2-a7e9-e700754228f4", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -176071,7 +176071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8722f3d-291c-4e3e-b976-4f216d204157", + "id": "eec6cae2-2fba-4d30-bf6c-b110901d253d", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -176128,7 +176128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "848f4ad0-d45f-4dbc-ab13-dde5ee5b9a8c", + "id": "4734c5da-1118-4c3e-8d5f-5af7225d4b1e", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -176185,7 +176185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "221573ae-3e64-46e7-9bbc-6a6df09184ff", + "id": "6d4ae5ad-9233-4f9e-8db9-e67b831b1be9", "name": "Make a Role Dimensional", "originalRequest": { "url": { @@ -176242,7 +176242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7b31413-ded3-49b9-bd14-6fae2489c70a", + "id": "cb49cf84-24d5-4f20-83ad-517799bb92ae", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -176299,7 +176299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "768763de-2d1a-4aca-b365-7e5f90cae00c", + "id": "54471ad9-4433-4dab-8c6d-005f20a3b47f", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -176356,7 +176356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f712355-9196-4824-95fd-b1ca7245c290", + "id": "73e6f6e3-137d-413a-9519-5b761f0f3cbc", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -176413,7 +176413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dc8040e-108f-41c7-a4e3-769ec4c52c1d", + "id": "7657facc-92b5-408c-8cfb-92f85f24601c", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -176470,7 +176470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f9266ef-45ff-4872-b6cf-53b58cec6a2f", + "id": "c674a157-7d7a-4779-b81a-d38256b13d8b", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -176527,7 +176527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ebe3d58-4999-4148-b4f4-1822e55bedab", + "id": "ae352bd9-7c2c-4d1c-ab45-70d1ea7f07ed", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -176584,7 +176584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00c42234-2436-4185-a88d-17299a0a24a8", + "id": "fe4603b5-bc9c-49fb-8b2e-f73e89770ee4", "name": "Make a Role Dimensional", "originalRequest": { "url": { @@ -176641,7 +176641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f6eb4c5-1038-4d69-8d3b-c211ccd6059e", + "id": "d8baac71-1199-41ba-90dd-882db1785229", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -176698,7 +176698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0403e0aa-c1a4-49e9-a6a5-ce01c5a73193", + "id": "97d7d5ea-f360-45db-922c-59bcd5ed621b", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -176755,7 +176755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9f339df-c2ca-4a64-bd6e-e88677f89ee3", + "id": "9c5f464a-e7bb-459c-a7c5-f7cab200a871", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -176812,7 +176812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15e9eb05-b8fc-4ad4-b875-0c62df147e04", + "id": "82a5833c-d359-4e95-8d6c-f30cfbca40fe", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -176869,7 +176869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2c0bb2b-dfbd-4be9-9293-474f554d6e25", + "id": "f1e03247-453f-4ec5-b836-c5aff5e4460b", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -176926,7 +176926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "399cb1ff-6b63-4aa4-94d6-c368f311222f", + "id": "7e99bd48-d85f-4678-990d-b6e6e1dbd44d", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -176983,7 +176983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2978e82-f1aa-4e28-9506-5b808c1aa370", + "id": "755b9422-c17c-4db4-b8e1-43eed7016788", "name": "Make a Role Dimensional", "originalRequest": { "url": { @@ -177040,7 +177040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c67e20c-30e9-452c-9cd3-c0a9960635cc", + "id": "72d3e6c5-db92-43a7-9b76-4a9797a3d382", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -177097,7 +177097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ade9e2b-1c8c-4b99-bb08-a1bad305e1d6", + "id": "eba70b8b-ca88-4c3d-8406-b09f8c2f1cf4", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -177154,7 +177154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4307791-264f-4d83-8624-0466a659082f", + "id": "0cc55c6e-1be4-4b35-a02d-ad66fa6b5c38", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -177211,7 +177211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b199ab9-5c41-42e1-8ae7-8b5d35308e31", + "id": "ce77a790-42ee-4882-b298-5e76af38b8ed", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -177268,7 +177268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b534790-f2de-4ddc-9d91-81e2f5b6a957", + "id": "a2f12892-4a0c-4602-8439-2c0bb1c9c5d3", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -177325,7 +177325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1010deaa-88fa-42af-8a22-f95f6d00ac50", + "id": "c36f6092-c43a-47e2-a55d-c4e2616c6033", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -177382,7 +177382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a79de2e-b081-466c-ab1f-53887fe9bafc", + "id": "a9943911-8d05-4da6-b034-93cbc578e3bc", "name": "Make a Role Dimensional", "originalRequest": { "url": { @@ -177445,7 +177445,7 @@ } }, { - "id": "1ccfe4d4-34ee-404f-8732-8a84c698457f", + "id": "937fc430-4c24-4391-8226-6522a31f8847", "name": "Delete a Role", "request": { "name": "Delete a Role", @@ -177486,7 +177486,7 @@ }, "response": [ { - "id": "d2090fc8-989c-480a-9ea1-ec47eecc3b87", + "id": "8fcacd8d-e283-4c8d-9872-ac0a28ff8789", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -177520,7 +177520,7 @@ "_postman_previewlanguage": "text" }, { - "id": "febc69af-14fd-47e5-ac81-645852486ae7", + "id": "295690ac-4dc0-4930-9836-5017ee2315b2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -177564,7 +177564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b28c7511-54dc-4ce6-9d6f-471d7159395d", + "id": "f945309c-cd4e-43bb-88a6-495161f06a75", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -177608,7 +177608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00237fe9-0def-4e10-9aa9-b9a0529b5b53", + "id": "3581156c-b940-48f0-8e30-4c1864272faa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -177652,7 +177652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c89db554-bd0e-4a89-9138-4bf676c1454a", + "id": "46c221f1-ec6f-4d3b-8684-fecb7fc68cfa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177696,7 +177696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b51cdeb0-269f-4950-bad3-63620507c7a3", + "id": "2973e775-3709-44c5-bb57-179a5f84a0cc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177746,7 +177746,7 @@ } }, { - "id": "94e47e9d-9881-478a-a815-2c24ec1b9fe3", + "id": "b0f932d5-efc2-4877-a801-9c50a2629db8", "name": "Delete Role(s)", "request": { "name": "Delete Role(s)", @@ -177789,7 +177789,7 @@ }, "response": [ { - "id": "7f3ba545-c645-4ac1-b1a1-d5d7890e70b8", + "id": "73c09afc-e0d4-40ce-9ee5-fe1cd0c94ad5", "name": "Returns an object with the id of the task performing the delete operation.", "originalRequest": { "url": { @@ -177846,7 +177846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e12a9d0c-26e5-4894-892a-930d04e0ab5c", + "id": "53b2c49a-5aa3-49d5-a367-b0700a9e74ed", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -177903,7 +177903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c22ff4e-f13b-4d0a-b139-12f891524dda", + "id": "e19b14ae-faaa-470f-ad8c-d5af12633ef6", "name": "400.1 Role ids limit violation", "originalRequest": { "url": { @@ -177960,7 +177960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fae7f28d-b8c3-48ff-bc3d-75c1e1e233e4", + "id": "28ef0014-c202-49a8-a24d-a65f13125eaf", "name": "400.1.404 Referenced object not found", "originalRequest": { "url": { @@ -178017,7 +178017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67767cc8-12c4-4754-b37a-c8c33511f3a0", + "id": "839f1b12-0f17-464e-a020-b98908df0693", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178074,7 +178074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc4a2df8-b184-4e91-8dcb-0e53f12bc12f", + "id": "783718e3-589b-49b6-a593-1517ca298bc4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178131,7 +178131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "957c5d0b-ab6f-4bcb-bacd-5d1a074ed105", + "id": "828f5bb0-215e-4bd5-aa9f-f2faad1ac7ec", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178188,7 +178188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0c38d4b-d695-41cd-a4f5-cf26e2e8c412", + "id": "071b970c-550b-411b-939f-360219a94fd0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178251,7 +178251,7 @@ } }, { - "id": "9abf5c9a-54a4-4596-90fc-fcdc2ca648e9", + "id": "2391e2e4-877e-4a84-ae70-235706581868", "name": "Identities assigned a Role", "request": { "name": "Identities assigned a Role", @@ -178336,7 +178336,7 @@ }, "response": [ { - "id": "5b38b88c-c1c2-4e40-a950-bbf6f4586e4b", + "id": "91d8244c-8028-46b3-a658-4c01beb683e3", "name": "List of Identities assigned the Role", "originalRequest": { "url": { @@ -178427,7 +178427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d18425c-f233-4cfe-8ac3-ba8202ef1f95", + "id": "015f7722-520f-4dbb-a00d-fb600744bb11", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178518,7 +178518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69da7f95-c273-4f1e-985d-0b936bcc91d3", + "id": "0d8be6be-4006-4017-9cdb-4dcf18fd0966", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178609,7 +178609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5baa71cb-ae2e-48e9-8af7-eb43647ee8fb", + "id": "8912799f-e457-4e00-acc2-feb0788c4cd5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178700,7 +178700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fed92d1a-904d-4a3c-aa32-b655d0ead3e8", + "id": "6ec32bbd-0013-4166-9449-739819b988fb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178791,7 +178791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "299ed214-c935-4639-a1ff-fb5aac6d1d4c", + "id": "a264b7a2-4e50-401a-bd7b-449d312e8274", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178888,7 +178888,7 @@ } }, { - "id": "08f2cb72-9741-4a86-b47f-74831322b842", + "id": "45f58dd8-2079-48c6-9fd2-c72219e73232", "name": "List role's Entitlements", "request": { "name": "List role's Entitlements", @@ -178976,7 +178976,7 @@ }, "response": [ { - "id": "f6fba6d0-cecf-445c-b861-b1b85c680452", + "id": "dc2e46e1-4fe9-498e-abf8-16d6fe61d496", "name": "List of Entitlements", "originalRequest": { "url": { @@ -179067,7 +179067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d270557f-66b6-42d4-b12a-f3ac3f40d964", + "id": "ca45116e-5935-4176-9a63-946f15b27408", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179158,7 +179158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a65786a-d542-48f4-ae1d-03ad86e0874b", + "id": "4f0cabe1-17dd-4462-ab3b-a0c8a9b2e68e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179249,7 +179249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d95af1e1-760a-4516-a69b-2556be1be19f", + "id": "07a164c8-ce13-43a8-8ab0-8018b1975a76", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179340,7 +179340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eea91088-336f-4ac2-85be-35b877f60de6", + "id": "e260d9ca-09d2-4d81-b1dc-8bd5d13c8fbc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179431,7 +179431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea272889-c8de-45fc-87c2-6673d829302b", + "id": "a060191d-f81d-4455-aa72-0b9671351b63", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179534,7 +179534,7 @@ "description": "Use this API to implement search attribute configuration functionality, along with [Search](https://developer.sailpoint.com/docs/api/v3/search).\nWith this functionality in place, administrators can create custom search attributes that and run extended searches based on those attributes to further narrow down their searches and get the information and insights they want. \n\nIdentity Security Cloud (ISC) 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 ISC'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 ISC's search and its different possibilities. \n\nWith Search Attribute Configuration, administrators can create, manage, and run searches based on the attributes they want to search.\n", "item": [ { - "id": "362c4545-7fa9-4e3d-89cd-75d36abb1c51", + "id": "a988ccd1-b1b3-4cab-8a69-a46ed46542ff", "name": "Create Extended Search Attributes", "request": { "name": "Create Extended Search Attributes", @@ -179577,7 +179577,7 @@ }, "response": [ { - "id": "634768a2-02c6-4ebc-8eb6-e0b21f427484", + "id": "1fafa67b-3694-474e-b7cf-f72446519f41", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -179634,7 +179634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e35ef8ed-00d2-4007-b830-75cbcb7576ed", + "id": "72666e24-a582-4385-8b76-9df627d97bd0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179691,7 +179691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2f5ed50-0d04-4ec9-9119-7631bcefb0ac", + "id": "d922ce08-070c-42cc-90ac-f5b90071ecb4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179748,7 +179748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b289f126-8c5c-4f31-9edf-e94e1e79dc55", + "id": "158c9a1a-9642-4f43-a102-f2c50e400b44", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179805,7 +179805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a5a5bfe-a161-4682-a832-6e64c24079d1", + "id": "69a96240-5fdc-4dd4-a08c-0dcfb9f1f8ca", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -179862,7 +179862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80a37a2c-174c-4da3-b8d8-29fdd201b56f", + "id": "1984d7bb-31e8-46f3-b3c5-3abd27ca705e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179919,7 +179919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f757fba-9832-4554-b113-95fa03c6a202", + "id": "c30088e9-fc60-4410-8f22-bdb4c989a280", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179982,7 +179982,7 @@ } }, { - "id": "ff35f5e0-2746-4b65-8145-f25a7cfbf8cb", + "id": "bb318e71-ee23-4b19-bb52-bd608f81c42c", "name": "List Extended Search Attributes", "request": { "name": "List Extended Search Attributes", @@ -180012,7 +180012,7 @@ }, "response": [ { - "id": "fd870235-4f58-4ae3-ab21-7b63a8f96735", + "id": "9e1e38aa-9be0-4d56-aedf-e47ffdbc2c1c", "name": "List of attribute configurations in ISC.", "originalRequest": { "url": { @@ -180056,7 +180056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec8aee81-3e49-4e8d-aae1-1efa7bdc5b2c", + "id": "ecf481f0-c976-47cd-8dee-1d8b9bf0c7f7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180100,7 +180100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "441b4fc1-5ac6-4c6b-bebc-a2d22f3681d1", + "id": "2ec9c71e-44c0-4a3c-9a05-f3e418e68805", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180144,7 +180144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53b3d1cd-5163-4beb-b84f-81ad082d0e02", + "id": "71fb7470-1db1-4a21-982c-b9cbe4a461fb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180188,7 +180188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b1a9a26-fb8d-41a1-89f0-5ee0fce6835f", + "id": "25ca25d4-69ec-4837-b239-38c10c5939dc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180238,7 +180238,7 @@ } }, { - "id": "9e2b5047-8582-4dc2-b61c-844b3bd70367", + "id": "f7fc1bde-e72f-4f47-93c5-f6e610eefd1f", "name": "Get Extended Search Attribute", "request": { "name": "Get Extended Search Attribute", @@ -180280,7 +180280,7 @@ }, "response": [ { - "id": "2e6ea55f-1a8a-4e49-b25b-c6abbd0d1c31", + "id": "5fcde28c-9508-4f21-801c-c642bf9c4051", "name": "Specific attribute configuration in IdentityNow.", "originalRequest": { "url": { @@ -180325,7 +180325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de2824aa-ec63-461f-8bc1-0238561d7bc5", + "id": "7f7900ad-7173-4845-8998-7a88be6f82ef", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -180360,7 +180360,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4833afde-fbe2-4583-bed9-3bda8139bfd7", + "id": "ae8d0c43-ca91-4a15-a7d9-71887318c2cd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180405,7 +180405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "033330ba-53f6-40f9-b85c-dca5f9cff1ee", + "id": "3f182060-6b0b-4cb4-aaca-a0eb488db9c8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180450,7 +180450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59714a56-2a2c-4383-bcf2-57972335c129", + "id": "083cc584-ac41-43c5-80ac-1116638d10b7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -180495,7 +180495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00fdf578-c490-4896-b589-8c42932518ac", + "id": "0bf06aa8-1fca-4c4b-868d-3cfebc8ef62e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180540,7 +180540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29e3028e-eb49-4b74-90a0-4cf4b72fd1ba", + "id": "af246073-69d2-432c-8469-be8dfe309ada", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180591,7 +180591,7 @@ } }, { - "id": "60f01c02-8198-4c45-83dd-066821ff71f1", + "id": "bb965ec3-0aa7-4f14-9ace-4fd3540d51ca", "name": "Delete Extended Search Attribute", "request": { "name": "Delete Extended Search Attribute", @@ -180633,7 +180633,7 @@ }, "response": [ { - "id": "837c62f5-dd6b-4a05-aa98-02ccc631b9d4", + "id": "12a7c8be-559b-43df-bc54-5a1fbeb401b2", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -180668,7 +180668,7 @@ "_postman_previewlanguage": "text" }, { - "id": "60518202-2fdc-4b4b-82d3-14ab427e029f", + "id": "dd6a3ff7-fc15-4e9d-8c86-d70d830c402e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180713,7 +180713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fe182a2-973a-4c8d-bfa5-2ba044b09c36", + "id": "a47f62ce-3f27-4ec1-8cc5-2e341533e133", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180758,7 +180758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d04ccf1d-c9bb-46c4-800d-cb4f97c46333", + "id": "8547b58a-5ba6-4aef-9eb5-427d9a13a336", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -180803,7 +180803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c7b6e58-9ea2-47c9-ab42-c00232cc23f1", + "id": "79511843-2810-4617-9746-afd4eaf7312d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180848,7 +180848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bbec3b2-5bc0-49bb-9756-0b20d7286520", + "id": "94d36f72-f4f1-4f09-97a4-50e9ba1167bd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180899,7 +180899,7 @@ } }, { - "id": "de0e3e9e-4b5e-4f7f-878e-d5feb4c6874f", + "id": "31dfe6ae-a4a2-4b06-a01f-152fc6c4038d", "name": "Update Extended Search Attribute", "request": { "name": "Update Extended Search Attribute", @@ -180954,7 +180954,7 @@ }, "response": [ { - "id": "ca5a5187-1ab3-4179-a696-8ae323fa8e4f", + "id": "0f632ad7-c295-4d12-ada5-b7d14372763b", "name": "Responds with the search attribute configuration as updated.", "originalRequest": { "url": { @@ -181012,7 +181012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7cffcbc-af15-47e9-9d86-41b86679395f", + "id": "54375d7e-45ed-46ea-8d7a-e1a682cb7733", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181070,7 +181070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a28cbce-e64d-42c3-92de-46c29458897e", + "id": "9ad7116d-26fb-405d-92b3-65002b25261b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181128,7 +181128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d42a3737-5a65-49f5-b50b-53ddc843c1f6", + "id": "3fd60a33-00f6-45d8-ae8b-6aa8a75c3efe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181186,7 +181186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f61dc60-8fec-49bc-98f7-99d011965970", + "id": "79bb252e-5014-4570-b580-9a79dd402e33", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -181244,7 +181244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30254c68-2e6e-4148-aa71-0cfcd8b48548", + "id": "0a18b90f-1581-4335-a5a2-a700095c00b4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181302,7 +181302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ec85198-01db-4765-bc8a-a0afc7a9f4a7", + "id": "d969754b-26b3-4e55-b497-3ad1b377c5cf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181372,7 +181372,7 @@ "description": "Use this API to implement and customize access request segment functionality. \nWith this functionality in place, administrators can create and manage access request segments. \nSegments provide organizations with a way to make the access their users have even more granular - this can simply the access request process for the organization's users and improves security by reducing the risk of overprovisoning access. \n\nSegments represent sets of identities, all grouped by specified identity attributes, who are only able to see and access the access items associated with their segments.\nFor example, administrators could group all their organization's London office employees into one segment, \"London Office Employees,\" by their shared location. \nThe administrators could then define the access items the London employees would need, and the identities in the \"London Office Employees\" would then only be able to see and access those items.\n\nIn Identity Security Cloud, administrators can use the 'Access' drop-down menu and select 'Segments' to reach the 'Access Requests Segments' page. \nThis page lists all the existing access request segments, along with their statuses, enabled or disabled. \nAdministrators can use this page to create, edit, enable, disable, and delete segments. \nTo create a segment, an administrator must provide a name, define the identities grouped in the segment, and define the items the identities in the segment can access.\nThese items can be access profiles, roles, or entitlements. \n\nWhen administrators use the API to create and manage segments, they use a JSON expression in the `visibilityCriteria` object to define the segment's identities and access items. \n\nRefer to [Managing Access Request Segments](https://documentation.sailpoint.com/saas/help/requests/segments.html) for more information about segments in Identity Security Cloud.\n", "item": [ { - "id": "8baae0f9-6a8d-4b61-b1c2-c3ac5007814a", + "id": "9cfeeecf-a5dc-42be-ae45-51e9c69eef88", "name": "Create Segment", "request": { "name": "Create Segment", @@ -181414,7 +181414,7 @@ }, "response": [ { - "id": "91caeb7d-0509-417f-ad70-ce89f62cdddf", + "id": "f368f8ef-7341-441c-b7e6-9e9797756762", "name": "Segment created", "originalRequest": { "url": { @@ -181470,7 +181470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d41d57b-8667-4f0a-a7d7-12f423223171", + "id": "b29e07bf-1aef-4b45-9b89-6e010e44b964", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181526,7 +181526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fc1a7e9-9d71-470d-a763-1620762a7cf8", + "id": "c2f1a5d6-e373-4be7-9ba4-46edb7bc8259", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181582,7 +181582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e64bf2a-e455-4a3a-9b60-79a11d695241", + "id": "e7c6c8ef-3219-459f-aa1b-109362db313c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181638,7 +181638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "716c1872-d79f-48d1-a0b3-905103bffb65", + "id": "9bc52bef-5658-4777-b52a-b6c51e857782", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181694,7 +181694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c18c2302-4942-4c5e-93d6-3ac4dc511551", + "id": "bba2a6f2-09e3-40ac-b1b7-809f5649d676", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181756,7 +181756,7 @@ } }, { - "id": "f3fe99c5-bcbc-42e2-94c0-525b222a4a23", + "id": "571b5ffd-d6ec-440a-b571-b094b11062dd", "name": "List Segments", "request": { "name": "List Segments", @@ -181813,7 +181813,7 @@ }, "response": [ { - "id": "e0043f8d-8b55-4dc0-a9d0-9b6083761115", + "id": "2f86831a-bf35-4346-a7f9-c0324b574f1e", "name": "List of all segments", "originalRequest": { "url": { @@ -181884,7 +181884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6c2351a-419a-4352-bdda-ad12e0437c24", + "id": "e9f00c14-95c1-440d-ad56-390b46b2ed33", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181955,7 +181955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "314b8289-2bed-44e4-98f7-0bd83cfae198", + "id": "94024713-b622-4746-a020-de2af1bf1aad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182026,7 +182026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36aa8744-c08c-4310-b59c-d753b258faab", + "id": "40754b81-36c9-4dc4-92f6-bd70c5a67bb9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182097,7 +182097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d77a5ddd-df12-412d-a57b-b56a7be2f910", + "id": "a0becab6-a466-44e5-be37-7824d9e043bd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182168,7 +182168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2169e030-8ab7-4f1d-97ff-38f0a0922375", + "id": "0c09b8c8-2812-487f-b194-e08a752f92cc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182245,7 +182245,7 @@ } }, { - "id": "80a47428-e8ad-482b-a7da-3d7d25a5e044", + "id": "edd240d3-38c1-48f2-b123-f51feb279ef1", "name": "Get Segment by ID", "request": { "name": "Get Segment by ID", @@ -182286,7 +182286,7 @@ }, "response": [ { - "id": "1403395f-27cc-4fd9-9515-46ae9ddd6fd0", + "id": "096a92f6-b431-4270-8f80-269eaba1a433", "name": "Segment", "originalRequest": { "url": { @@ -182330,7 +182330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bca0401d-0dd3-4755-8c17-d7d4b7e703bc", + "id": "ed5bcfb1-50b9-47c1-b034-a2a5c2c3bc63", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182374,7 +182374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7371c9b8-2b01-4a7b-86df-254bf47d1d68", + "id": "0e2b7cc2-8d8e-4990-8b0f-4326b8b65214", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182418,7 +182418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3da0b43b-6691-44ee-ac45-7eb577740436", + "id": "8c7b32ab-821c-4fd6-946a-accfb3f302d1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182462,7 +182462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4576e655-4280-4e1f-a439-25779db5c1b5", + "id": "dc960c6b-7fcf-4763-b123-ea4aa93f4f8d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -182506,7 +182506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8598dc26-2f2d-4714-be6a-aa13f13429bf", + "id": "08f4e05e-5fd5-4cc4-ba94-fa10650f5173", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182550,7 +182550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e28405e1-354c-4a84-afd9-fcff87c9c395", + "id": "8c6d8766-a751-4777-9db2-441c9d3decc4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182600,7 +182600,7 @@ } }, { - "id": "cb5d872c-453f-457e-90c3-b67731930a37", + "id": "b207e449-b664-43e1-87d3-97c9185eecde", "name": "Delete Segment by ID", "request": { "name": "Delete Segment by ID", @@ -182641,7 +182641,7 @@ }, "response": [ { - "id": "9aa1fa62-ef2f-4687-b31c-183dfc3e953a", + "id": "da54a7e9-93b7-4553-99aa-dec9b37c5c6a", "name": "No content.", "originalRequest": { "url": { @@ -182675,7 +182675,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d93787ad-7ee6-4f4e-ab70-7b5fc74c4627", + "id": "0ebb93e3-206e-4863-8163-ef7c913e9d41", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182719,7 +182719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5d23317-5593-4491-8d14-ead1059402b8", + "id": "91295d2a-e8a0-4ac5-b9cf-4628fb7cca94", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182763,7 +182763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19aaf6d1-6a47-40d1-81aa-40f120d86e8b", + "id": "234a1764-2b13-41cf-993b-4056f6153490", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182807,7 +182807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33d9c984-4fa6-422e-a09e-c51e34887208", + "id": "49d2cb4d-b5a8-461b-874f-40eac5cfda9f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -182851,7 +182851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20bd71d7-8e9d-46f1-a61f-730e14ea6779", + "id": "c0c2eba0-46f7-421a-a7ec-dafa951c15fa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182895,7 +182895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cb7aa60-1cd4-4305-aacb-c179ecfbd7d9", + "id": "ed35fbd5-6e81-4a99-82b8-504eef709fc8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182945,7 +182945,7 @@ } }, { - "id": "ab44db96-ebcb-42ba-af2d-79f13b7372f3", + "id": "615e5fcb-fd27-4226-8f73-638456227241", "name": "Update Segment", "request": { "name": "Update Segment", @@ -182999,7 +182999,7 @@ }, "response": [ { - "id": "d14ee565-4b97-4afb-a6d2-3a86e3bf4029", + "id": "4b91db8e-51fe-4288-adae-924dc561b05c", "name": "Indicates the PATCH operation succeeded, and returns the segment's new representation.", "originalRequest": { "url": { @@ -183056,7 +183056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e38b979-56c9-4978-8a6d-567fe955180e", + "id": "9d6f847b-bf10-43b2-a1e2-bd7c7894dea2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183113,7 +183113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "151f7515-9923-4214-b2b3-d8dddec672fa", + "id": "880374b9-f149-4c07-a82a-16e137bd476e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -183170,7 +183170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d42d8e38-023f-4fee-98a3-fbdac5f904a2", + "id": "719c51de-89aa-4381-abdf-10ec6b774567", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183227,7 +183227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62ff70cc-52a3-45b7-8f5b-3326eceefffa", + "id": "8f5727a1-ee52-43d8-ab04-940fadfbac58", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -183284,7 +183284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b38dfc1a-9fac-43e7-922e-0b58d374ba9c", + "id": "22ae1d62-9ba8-4a0f-806e-cf4c69886385", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -183341,7 +183341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c9ef9da-dd8e-42f6-853e-56cd0d8d5895", + "id": "c6d5e669-84bc-4ca5-8748-7052b3975198", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -183410,7 +183410,7 @@ "description": "Use this API to build an integration between Identity Security Cloud and a service desk ITSM (IT service management) solution.\nOnce an administrator builds this integration between Identity Security Cloud and a service desk, users can use Identity Security Cloud to raise and track tickets that are synchronized between Identity Security Cloud and the service desk.\n\nIn Identity Security Cloud, administrators can create a service desk integration (sometimes also called an SDIM, or Service Desk Integration Module) by going to Admin > Connections > Service Desk and selecting 'Create.'\n\nTo create a Generic Service Desk integration, for example, administrators must provide the required information on the General Settings page, the Connectivity and Authentication information, Ticket Creation information, Status Mapping information, and Requester Source information on the Configure page.\nRefer to [Integrating SailPoint with Generic Service Desk](https://documentation.sailpoint.com/connectors/generic_sd/help/integrating_generic_service_desk/intro.html) for more information about the process of setting up a Generic Service Desk in Identity Security Cloud.\n\nAdministrators can create various service desk integrations, all with their own nuances.\nThe following service desk integrations are available:\n\n- [Atlassian Cloud Jira Service Management](https://documentation.sailpoint.com/connectors/atlassian/jira_cloud/help/integrating_jira_cloud_sd/introduction.html)\n\n- [Atlassian Server Jira Service Management](https://documentation.sailpoint.com/connectors/atlassian/jira_server/help/integrating_jira_server_sd/introduction.html)\n\n- [BMC Helix ITSM Service Desk](https://documentation.sailpoint.com/connectors/bmc/helix_ITSM_sd/help/integrating_bmc_helix_itsm_sd/intro.html)\n\n- [BMC Helix Remedyforce Service Desk](https://documentation.sailpoint.com/connectors/bmc/helix_remedyforce_sd/help/integrating_bmc_helix_remedyforce_sd/intro.html)\n\n- [Generic Service Desk](https://documentation.sailpoint.com/connectors/generic_sd/help/integrating_generic_service_desk/intro.html)\n\n- [ServiceNow Service Desk](https://documentation.sailpoint.com/connectors/servicenow/sdim/help/integrating_servicenow_sdim/intro.html)\n\n- [Zendesk Service Desk](https://documentation.sailpoint.com/connectors/zendesk/help/integrating_zendesk_sd/introduction.html)\n", "item": [ { - "id": "b48e49f2-c775-4ade-8704-13b763efb5d5", + "id": "ceb8cab4-96fc-4ea5-8d4d-cd3c64d746cf", "name": "List existing Service Desk integrations", "request": { "name": "List existing Service Desk integrations", @@ -183485,7 +183485,7 @@ }, "response": [ { - "id": "06656f7d-4a23-4c85-ac92-c2a2c8e33bf8", + "id": "385c8ebc-ef9d-47c4-a7b5-9d9f7a275087", "name": "List of ServiceDeskIntegrationDto", "originalRequest": { "url": { @@ -183574,7 +183574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c745670c-b531-4a35-867a-7831090c6f13", + "id": "e9847cda-053e-4303-96c7-7aa23ed2128c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183663,7 +183663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5703168d-6329-4b9a-a28d-4eb0257c0b6b", + "id": "17a695ca-1a16-46a9-9245-ce6ec50c538e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -183752,7 +183752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b511bf5b-2caf-4407-87b8-6d60ae9e3d3a", + "id": "f434cb79-72cc-4dc3-a010-da654e684be7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183841,7 +183841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd873bc5-4325-404b-a17c-fa5a0da63714", + "id": "8fcab34e-2a85-47f2-9cdb-23a1f3d621fe", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -183930,7 +183930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab601928-94d5-42a3-83ba-22debb65859a", + "id": "900b82b0-a5dc-4f77-ab16-01a4ad4b7d3b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -184019,7 +184019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cebdacaf-118f-4d38-9a48-312948f05173", + "id": "2a79ff50-45e3-4bbd-90fe-a6eac300fa69", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -184114,7 +184114,7 @@ } }, { - "id": "f82ee769-447f-4c5a-a62a-f72525e86d75", + "id": "10d744d0-b051-4e8e-b240-3ebf8460c024", "name": "Create new Service Desk integration", "request": { "name": "Create new Service Desk integration", @@ -184156,7 +184156,7 @@ }, "response": [ { - "id": "32948411-04fb-4336-8743-6825485608c8", + "id": "9a037a0a-75c3-4e88-82c5-25ef702e509e", "name": "Details of the created integration", "originalRequest": { "url": { @@ -184212,7 +184212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b9e2577-8198-477d-87a5-4f68cfabfc68", + "id": "e7d1b577-85b4-4a67-8a67-d84ab615f216", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -184268,7 +184268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e9be584-b22d-470f-8711-6708f241c872", + "id": "87ec356b-00b9-42e7-9136-e809649809c1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -184324,7 +184324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c5bafd6-acde-4c68-ad32-f450e43e5331", + "id": "375043db-5897-4874-8328-b5013ce55161", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -184380,7 +184380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a3fed72-707e-44b0-b791-a4e0d0c26fdc", + "id": "ef788373-f75c-49e8-9b5b-475b00cddb70", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -184436,7 +184436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5c67845-9fb9-487b-8085-36a39b8bc314", + "id": "c244ff27-ccfa-483b-a7b8-3f3d98098214", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -184492,7 +184492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07c48af0-7a05-4129-bc62-aff0f9e22933", + "id": "6a511d21-7dd1-4a2d-b181-55b3d9db5230", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -184554,7 +184554,7 @@ } }, { - "id": "4837c9c0-0765-42c1-b4c3-1f902873325b", + "id": "8f8807c6-4073-47fc-b285-012afe8f9659", "name": "Get a Service Desk integration", "request": { "name": "Get a Service Desk integration", @@ -184595,7 +184595,7 @@ }, "response": [ { - "id": "5ae6cfda-8607-4c44-838e-9a69c82d057e", + "id": "84f6718d-582d-4e99-b1d4-25067dcb7f8e", "name": "ServiceDeskIntegrationDto with the given ID", "originalRequest": { "url": { @@ -184639,7 +184639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80a5878c-9bbc-43ac-918a-41bbe92f54e7", + "id": "02536c6f-38dd-45ed-9662-c20ea8d3aa48", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -184683,7 +184683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "629c178c-792c-49fa-8c3b-619056b6301c", + "id": "ebfb17de-d8fd-4094-a9b2-caabdb83cedd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -184727,7 +184727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82518f49-5371-4a72-a6de-e49145ad71ed", + "id": "1be58f8a-5043-44e6-a837-7f843f4e184c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -184771,7 +184771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d5f379d-4207-4934-a164-ba5e4edd4027", + "id": "c4d76726-ee7b-4acb-a73a-f5c157fc3bd2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -184815,7 +184815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "451bd1bb-164d-4b90-9166-50ab401e369c", + "id": "f64aeac8-45a9-42a4-beae-36a21a8dcbb5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -184859,7 +184859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6502e41-aaf1-4fdd-8510-4c5eef092a65", + "id": "c57938a8-7a46-4d5c-a04a-ba9916c4fed9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -184909,7 +184909,7 @@ } }, { - "id": "89384bad-48fc-44f0-a3a6-c5e19f8b44ec", + "id": "790be303-dabb-4ed8-bef2-854962ca3835", "name": "Update a Service Desk integration", "request": { "name": "Update a Service Desk integration", @@ -184963,7 +184963,7 @@ }, "response": [ { - "id": "3c35701c-8f15-4d79-950e-c31cc75f3ed9", + "id": "688586cc-8422-4793-9a55-4a320abdb996", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -185020,7 +185020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "919bc4e7-20d9-4bb2-9818-b7519574d427", + "id": "a67739ce-1406-433f-b9cc-d9a254acf157", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -185077,7 +185077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2188373f-76ef-44d8-ad68-132178f4c606", + "id": "f2fae07e-f0cf-47aa-9887-e1f70db8846d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -185134,7 +185134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0a9f007-afca-4d16-8129-a31e7d595214", + "id": "60abdca0-d5d4-4d07-8d93-777d147d2d61", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -185191,7 +185191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ef59777-570a-49c7-b9f4-9fccb0af0537", + "id": "a6f5c60a-3124-412a-b17b-f6ba27c01c9b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -185248,7 +185248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc0b19de-a511-4d2e-acce-53d4be3a8bad", + "id": "e0a71757-75c1-42e1-934f-793125ca86cb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -185305,7 +185305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eac74ab4-c593-4f19-ad7f-724a7e41627e", + "id": "59602fdb-04ff-4718-97ba-d5b50b537fef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -185368,7 +185368,7 @@ } }, { - "id": "76405f4f-2c77-4111-a2e7-65d1a5dcd161", + "id": "26c617c3-1b01-4a18-b1f7-485428dc05fa", "name": "Delete a Service Desk integration", "request": { "name": "Delete a Service Desk integration", @@ -185409,7 +185409,7 @@ }, "response": [ { - "id": "96146831-979e-46a4-887c-0751f81480b7", + "id": "a4fece4d-041f-47e8-a728-5c064f3d4e59", "name": "Service Desk integration with the given ID successfully deleted", "originalRequest": { "url": { @@ -185443,7 +185443,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3b457d9d-413e-4843-8cc3-88a2a95ee407", + "id": "d6ad26ee-4327-4be5-aaf2-56c6ee5ff89e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -185487,7 +185487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d597104-a7bf-468a-869c-191018fdbfdd", + "id": "97777460-a7b7-42c4-abad-cd97081d8e02", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -185531,7 +185531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c365e83-1ad8-40f4-92c6-ce4425a70849", + "id": "a3b4cada-8d99-4a92-8716-7e2d24890069", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -185575,7 +185575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e9f23bd-1f72-46be-bb01-be23bb71c778", + "id": "2d5b924d-d103-4985-80df-638aef7bfd94", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -185619,7 +185619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a660cf62-1490-4c63-ae93-d587b648a3b1", + "id": "72f626aa-41cd-4ab6-be10-57ebc9f96706", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -185663,7 +185663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "194cc03e-8213-4175-8b3b-5912919d51ac", + "id": "b3d23937-deb3-4e19-9788-e9806e733739", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -185713,7 +185713,7 @@ } }, { - "id": "30a277af-33ee-4244-b6ac-859ac3b0bb7f", + "id": "adb3d260-ed47-4b4e-9f82-b0dee30b4680", "name": "Patch a Service Desk Integration", "request": { "name": "Patch a Service Desk Integration", @@ -185767,7 +185767,7 @@ }, "response": [ { - "id": "cfdaaf05-54eb-4d2b-9819-4010e0001ffd", + "id": "27678468-9cc3-47a2-b6d6-c77750230d94", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -185824,7 +185824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "368024a5-0eb4-4652-aeb3-69000d01f383", + "id": "b5999c61-cb71-416b-aae0-f92df7a8dfc3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -185881,7 +185881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "081c0727-1d12-43ff-85fa-6049a1434552", + "id": "ca1656ed-bd5b-48c4-8706-cc27e190a7ef", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -185938,7 +185938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa7b75fc-6335-4d76-bc40-793562869897", + "id": "998c4686-2729-4076-91ab-c24b43dfd3bb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -185995,7 +185995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e67a225-b513-4e24-a842-3231f1e0eec8", + "id": "f2496028-08a2-4e08-b973-513d20b0a01e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -186052,7 +186052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ba096e2-e30b-494a-a45e-0247221a251e", + "id": "32f8bbb6-8fab-4cad-b85e-ab1b7f8ee1b4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -186109,7 +186109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cba8903f-a337-440e-a8e0-0ba43c74008f", + "id": "215bb897-cbdf-4c20-b08f-e9832ee75412", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -186172,7 +186172,7 @@ } }, { - "id": "6124952e-bf07-4748-9df1-922bef3355e4", + "id": "9751696a-e124-4734-ae43-3a8f03194c06", "name": "List Service Desk integration types", "request": { "name": "List Service Desk integration types", @@ -186202,7 +186202,7 @@ }, "response": [ { - "id": "e7a0d717-3525-497c-8b4f-0d5b1c7a652a", + "id": "9d33bbb8-0541-4f17-833f-cef793386631", "name": "Responds with an array of the currently supported Service Desk integration types.", "originalRequest": { "url": { @@ -186246,7 +186246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af73aa77-3f93-4993-b91e-70a8afb2310e", + "id": "f17a2ae8-e7ad-49ad-90f5-033b0d696b57", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -186290,7 +186290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4af01f3-c58e-4d91-997c-c6861f50dd56", + "id": "5442e70d-c865-4bfd-ba7d-ce83a16f0792", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -186334,7 +186334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95fe3afa-6ef5-4851-8c69-2ba9fcb529d1", + "id": "501957aa-9ba2-4b99-ae06-64579ca343d2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -186378,7 +186378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "880b3dec-d4d9-40d1-af39-cf77cb282532", + "id": "7f40b3bc-fc9e-4db9-9e31-43382ec8ecdd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -186422,7 +186422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ff9ec0d-f33d-49b4-9b89-c199b4e0ce89", + "id": "8edf9e00-a09e-45e0-87fe-83d1addb7e8e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -186466,7 +186466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "531c6ac4-cfa7-4f86-9f9b-4b26e12a1c3c", + "id": "a89102e2-aead-4b74-a4fe-58a0dec72798", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -186516,7 +186516,7 @@ } }, { - "id": "6f1d7f75-e16b-45bf-8d4a-45936a4b5ea0", + "id": "5f480aab-e9bf-466e-8dbe-72b670cd4ca9", "name": "Service Desk integration template by scriptName", "request": { "name": "Service Desk integration template by scriptName", @@ -186558,7 +186558,7 @@ }, "response": [ { - "id": "c82f32a2-a9f3-48e3-8c93-8509ec24626d", + "id": "a424ebbf-2859-4bc9-8c6f-bbc92fb2c816", "name": "Responds with the ServiceDeskIntegrationTemplateDto with the specified scriptName.", "originalRequest": { "url": { @@ -186598,12 +186598,12 @@ "value": "application/json" } ], - "body": "{\n \"attributes\": {\n \"ea5\": false,\n \"proidentf\": \"occaecat ipsum\",\n \"ullamco9_c\": -22000077.840995133\n },\n \"name\": \"aName\",\n \"provisioningConfig\": {\n \"universalManager\": true,\n \"managedResourceRefs\": [\n {\n \"type\": \"SOURCE\",\n \"name\": \"My Source 1\"\n },\n {\n \"type\": \"SOURCE\",\n \"name\": \"My Source 2\"\n }\n ],\n \"planInitializerScript\": {\n \"source\": \"\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n Before Provisioning Rule which changes disables and enables to a modify.\\\\r\\\\n \\n\"\n },\n \"noProvisioningRequests\": true,\n \"provisioningRequestExpiration\": 7\n },\n \"type\": \"Web Service SDIM\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\"\n}", + "body": "{\n \"attributes\": {\n \"amet_2_\": \"velit occaecat\",\n \"suntb5\": \"nulla pariatur\"\n },\n \"name\": \"aName\",\n \"provisioningConfig\": {\n \"universalManager\": true,\n \"managedResourceRefs\": [\n {\n \"type\": \"SOURCE\",\n \"name\": \"My Source 1\"\n },\n {\n \"type\": \"SOURCE\",\n \"name\": \"My Source 2\"\n }\n ],\n \"planInitializerScript\": {\n \"source\": \"\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n Before Provisioning Rule which changes disables and enables to a modify.\\\\r\\\\n \\n\"\n },\n \"noProvisioningRequests\": true,\n \"provisioningRequestExpiration\": 7\n },\n \"type\": \"Web Service SDIM\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4ec510b3-ac30-4a11-99ff-91f81f87d29e", + "id": "89269177-a4cf-4d9e-baf9-81abf30e3dd2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -186648,7 +186648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "801668be-84be-4a28-85ec-233363792946", + "id": "f4a777ca-9d31-4f87-93f6-1e5ab02d3e2b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -186693,7 +186693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e941a52b-9d7b-4fdc-8f7c-02191c9bec3a", + "id": "ea99b5bc-0914-4c67-a689-337bbc0d68c3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -186738,7 +186738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7802ad0-2d2f-4066-8829-142f63021065", + "id": "e3e7f9bd-33d0-430e-95f2-4237faede56c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -186783,7 +186783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1da5f04a-db65-4fc5-aa13-8b6aedce9a40", + "id": "4d2d18de-8093-4440-abf2-5d564250d362", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -186828,7 +186828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2bb8a80-bfd3-471f-a721-145da6b04240", + "id": "8b300685-c8d0-4146-8d2f-f29d4e2873c9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -186879,7 +186879,7 @@ } }, { - "id": "bebeae25-7d34-44ca-a87b-fe4431aae2ce", + "id": "bbd88062-14ef-40fe-b3e5-bd15f05d5ddd", "name": "Get the time check configuration", "request": { "name": "Get the time check configuration", @@ -186909,7 +186909,7 @@ }, "response": [ { - "id": "55959c8c-bed8-4968-8a7a-43a6435c6e50", + "id": "4e0e5b16-6d11-4b66-b520-7fa99e0c6a42", "name": "QueuedCheckConfigDetails containing the configured values", "originalRequest": { "url": { @@ -186948,12 +186948,12 @@ "value": "application/json" } ], - "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"proident in\",\n \"provisioningMaxStatusCheckDays\": \"aliqua ullamco qui\"\n}", + "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"enim inc\",\n \"provisioningMaxStatusCheckDays\": \"esse Duis\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c6ad4c1a-4c70-4cea-8037-b3b6b0ad274f", + "id": "36681654-5042-42e4-991b-b38b884918ce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -186997,7 +186997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03ec29ee-e4f0-49c2-9778-2632f6eb572d", + "id": "ba3a5846-b9b1-4f20-b752-f57c1fbfd568", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -187041,7 +187041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e591ead-f577-4f5e-9579-138d5cce70bb", + "id": "d3f6a094-7a65-4d02-a072-78eb6019ce59", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -187085,7 +187085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "442623e7-6c33-439c-bc24-50213bc53fc5", + "id": "0c1e89fc-595c-4db6-b12f-08cfd6543ffa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -187129,7 +187129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d768d326-08bb-4f1b-bc0f-63714f94a4e1", + "id": "205c588f-95c8-460a-8d6a-8fab5bf82656", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -187173,7 +187173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c64325df-4863-4c53-8c77-2b35e72da535", + "id": "29d63508-714b-4272-9926-641d6472836a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -187223,7 +187223,7 @@ } }, { - "id": "64a54408-01ee-4004-971f-0981c7843ab8", + "id": "7bc9ae02-f1a5-448a-82a6-941b69fffdd9", "name": "Update the time check configuration", "request": { "name": "Update the time check configuration", @@ -187255,7 +187255,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"proident in\",\n \"provisioningMaxStatusCheckDays\": \"aliqua ullamco qui\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"enim inc\",\n \"provisioningMaxStatusCheckDays\": \"esse Duis\"\n}", "options": { "raw": { "headerFamily": "json", @@ -187266,7 +187266,7 @@ }, "response": [ { - "id": "16962a4d-3c3f-4711-a4e4-e1062898b676", + "id": "6504b92d-3ff1-47f9-b907-db5289cb5fa0", "name": "QueuedCheckConfigDetails as updated", "originalRequest": { "url": { @@ -187301,7 +187301,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"proident in\",\n \"provisioningMaxStatusCheckDays\": \"aliqua ullamco qui\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"enim inc\",\n \"provisioningMaxStatusCheckDays\": \"esse Duis\"\n}", "options": { "raw": { "headerFamily": "json", @@ -187318,12 +187318,12 @@ "value": "application/json" } ], - "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"proident in\",\n \"provisioningMaxStatusCheckDays\": \"aliqua ullamco qui\"\n}", + "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"enim inc\",\n \"provisioningMaxStatusCheckDays\": \"esse Duis\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "31d3af6e-0171-4565-8fa2-bddbfdcb53b7", + "id": "29f9caac-1cfc-493f-83d7-c977338a2c78", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -187358,7 +187358,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"proident in\",\n \"provisioningMaxStatusCheckDays\": \"aliqua ullamco qui\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"enim inc\",\n \"provisioningMaxStatusCheckDays\": \"esse Duis\"\n}", "options": { "raw": { "headerFamily": "json", @@ -187380,7 +187380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ba59353-0cb8-4c82-87cc-75dbb0f5be09", + "id": "e84c49ef-330b-4483-acb0-4df57144e2d0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -187415,7 +187415,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"proident in\",\n \"provisioningMaxStatusCheckDays\": \"aliqua ullamco qui\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"enim inc\",\n \"provisioningMaxStatusCheckDays\": \"esse Duis\"\n}", "options": { "raw": { "headerFamily": "json", @@ -187437,7 +187437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca13549d-c212-47e0-8f46-0e20b58b8749", + "id": "eaded78f-56ba-44f5-9777-74edb56f49c2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -187472,7 +187472,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"proident in\",\n \"provisioningMaxStatusCheckDays\": \"aliqua ullamco qui\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"enim inc\",\n \"provisioningMaxStatusCheckDays\": \"esse Duis\"\n}", "options": { "raw": { "headerFamily": "json", @@ -187494,7 +187494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ef68189-f652-4075-a643-ae1e9abc33d8", + "id": "d55e0d98-18f1-45de-b81f-bf3bffeee40b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -187529,7 +187529,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"proident in\",\n \"provisioningMaxStatusCheckDays\": \"aliqua ullamco qui\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"enim inc\",\n \"provisioningMaxStatusCheckDays\": \"esse Duis\"\n}", "options": { "raw": { "headerFamily": "json", @@ -187551,7 +187551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97603370-7674-4800-9821-6c903fe607e1", + "id": "7d60cc9a-8cdd-4e9c-8859-b6f542822ab4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -187586,7 +187586,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"proident in\",\n \"provisioningMaxStatusCheckDays\": \"aliqua ullamco qui\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"enim inc\",\n \"provisioningMaxStatusCheckDays\": \"esse Duis\"\n}", "options": { "raw": { "headerFamily": "json", @@ -187608,7 +187608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eddb4722-631a-4d6f-9f94-96c250b142fa", + "id": "6874eb5e-8271-4b6a-a746-672a37c7b89b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -187643,7 +187643,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"proident in\",\n \"provisioningMaxStatusCheckDays\": \"aliqua ullamco qui\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"enim inc\",\n \"provisioningMaxStatusCheckDays\": \"esse Duis\"\n}", "options": { "raw": { "headerFamily": "json", @@ -187677,7 +187677,7 @@ "description": "Use this API to administer IdentityNow's Service Integration Module, or SIM integration with ServiceNow, so that it converts IdentityNow provisioning actions into tickets in ServiceNow.\n\nServiceNow is a software platform that supports IT service management and automates common business processes for requesting and fulfilling service requests across a business enterprise.\n\nYou must have an IdentityNow ServiceNow ServiceDesk license to use this integration. Contact your Customer Success Manager for more information.\n\nService Desk integration for IdentityNow and in deprecation - not available for new implementation, as of July 21st, 2021. As per SailPoint’s [support policy](https://community.sailpoint.com/t5/Connector-Directory/SailPoint-Support-Policy-for-Connectivity/ta-p/79422), all existing SailPoint IdentityNow customers using this legacy integration will be supported until July 2022.\n", "item": [ { - "id": "d114a644-3585-4134-bd0b-cafdeaf58988", + "id": "67b0a606-b8e3-4994-850a-2065823dfc3d", "name": "Update an existing SIM integration", "request": { "name": "Update an existing SIM integration", @@ -187731,7 +187731,7 @@ }, "response": [ { - "id": "201987ed-b588-4fb9-85ff-1f0ddaef88d2", + "id": "e0769209-85b7-4c22-9443-d1b70368a051", "name": "details of the updated integration", "originalRequest": { "url": { @@ -187788,7 +187788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01aa2c04-7e33-46e5-bf4f-08bf22bb637b", + "id": "6e705fc4-4462-4a46-bf4a-1b4729d36eb6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -187845,7 +187845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6828acfd-66d4-46ab-9a26-c5eff4a3b24e", + "id": "624a9a01-0716-48ff-b533-05bb6c5a0b4e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -187902,7 +187902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82acd6b7-221d-48b3-ac48-54878f570e1c", + "id": "d39280df-b271-4510-a534-c6477218be2a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -187959,7 +187959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45330997-435a-4045-b3c0-b7a4169bdc63", + "id": "a56de284-a496-4bec-ae1a-70b57ae8388b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -188016,7 +188016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7f2edc4-755d-42db-9210-9d46de33df35", + "id": "c8bf707b-1165-4737-95d3-e7dafe67fe65", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -188073,7 +188073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c685dbaa-1719-46e4-9cec-85ee66cee257", + "id": "d4206057-c83e-42a1-8e4b-edfcf45ee630", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -188136,7 +188136,7 @@ } }, { - "id": "697dd8a0-3bed-4159-966f-89e83b1ce51d", + "id": "314a1c51-21d9-4aa9-9baf-a3bce8ab2be8", "name": "Get a SIM integration details.", "request": { "name": "Get a SIM integration details.", @@ -188177,7 +188177,7 @@ }, "response": [ { - "id": "af4070e3-15da-466d-9573-bedd9ec8cbb6", + "id": "3f1fe5be-a17c-4474-8304-ae577f73439b", "name": "The DTO containing the details of the SIM integration", "originalRequest": { "url": { @@ -188221,7 +188221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86f1ef49-f220-4439-820b-5793fde39bc7", + "id": "923c7dec-a06e-486d-bac5-b706e2cf35b6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -188265,7 +188265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6670a2e3-d802-4b03-9134-3960878490b3", + "id": "a6e768a7-dbad-496e-ae83-6ef6cc8f5989", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -188309,7 +188309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03a3aa23-ab42-4d60-8688-0d630a690227", + "id": "9fd02851-79f2-411d-8d52-157194c45e67", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -188353,7 +188353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4f78d21-e22e-4870-928a-11502d2e8d13", + "id": "3c50eb86-79f3-477d-9865-28e7a22fe3fe", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -188397,7 +188397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "209f747c-8a6a-41e7-a861-948381658fe8", + "id": "ae4fd913-ca52-4a70-b429-7ff34e9cb5b9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -188441,7 +188441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "270d3938-6f6b-42be-8706-8fd41933623b", + "id": "2eda0da0-d858-4cdf-95f5-fead6f22ad7b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -188491,7 +188491,7 @@ } }, { - "id": "21fdd21a-b4e4-40d9-9057-23f7e0395dc7", + "id": "1a54a1cc-8fe6-4f04-8aed-1ca665606122", "name": "Delete a SIM integration", "request": { "name": "Delete a SIM integration", @@ -188532,7 +188532,7 @@ }, "response": [ { - "id": "0d20c4f2-409e-48e4-a03f-4a9e4dc731f1", + "id": "647e1a5a-1fdf-4b98-9de3-f79372d00734", "name": "No content response", "originalRequest": { "url": { @@ -188566,7 +188566,7 @@ "_postman_previewlanguage": "text" }, { - "id": "121995b1-6898-4ea3-a0b6-ddbdffcbb6f4", + "id": "c21aafa3-08b1-4a96-a998-93d3b759ddc4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -188610,7 +188610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2af8ad6-b811-46a8-8313-8c8b90985b80", + "id": "55c30bc6-e142-441c-8559-145b4f9cebcb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -188654,7 +188654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63412f33-407d-4cf9-b182-27ebe21004f4", + "id": "b966b7d4-7b34-42b2-bb2c-bab10b5ca804", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -188698,7 +188698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93a393f0-13ef-4043-b7d2-d3f2580f33f9", + "id": "315b621c-1cc6-4677-9086-c8b623f763f4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -188742,7 +188742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9670aa52-57bc-4ab4-bc97-c505cad45fd1", + "id": "df2f7127-f84b-4ea0-acdb-adcebcc47d3a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -188786,7 +188786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15c17fe6-e143-4d0a-a6b4-052f0c27eb50", + "id": "3d32a8ee-3cdc-40e3-ba04-e22c1b8999ae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -188836,7 +188836,7 @@ } }, { - "id": "025307bc-328a-400a-91aa-67e38cfea004", + "id": "a3752a4e-0eba-4ef9-b5e8-a1c3b2c6cd37", "name": "Patch a SIM attribute.", "request": { "name": "Patch a SIM attribute.", @@ -188890,7 +188890,7 @@ }, "response": [ { - "id": "9799c885-43c5-4d63-a161-6eca9278e94a", + "id": "59eb08ef-d9b4-4073-af56-87d51f8ccbcd", "name": "The updated DTO containing the details of the SIM integration.", "originalRequest": { "url": { @@ -188947,7 +188947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6510d2f-bb05-4710-8a1a-4b67f1baa8bf", + "id": "06b01801-4a09-4bdd-a1c3-c128cf040d1d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -189004,7 +189004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b67d4249-d0b8-467e-bf50-311059eec79e", + "id": "d7f44bb3-e6e0-4454-8e2f-4b713cb30abb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -189061,7 +189061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd4c4949-59f9-4e40-9e94-c8398fed121b", + "id": "bbddf975-6f82-42dc-9fea-5533dff6274f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -189118,7 +189118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6e55c51-eb85-49f8-a58e-4d268a8e4e97", + "id": "34ffaa63-8b8a-475c-bd0d-50c6df976c65", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -189175,7 +189175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0edb197e-4bf5-4b03-bc26-6c86cdd01bab", + "id": "837cf1b4-e0f9-48f1-a28a-1eb3db0f8606", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -189232,7 +189232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0575d1d5-af4c-427f-99a6-dd2ca5983dc0", + "id": "5c0c638b-22af-4194-90db-af0aa0b67b9e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -189295,7 +189295,7 @@ } }, { - "id": "bc3f53cd-6694-4f94-a5ea-f3fa8e48d294", + "id": "c2ab4344-6eb9-4c7d-89a0-95fd375e71c9", "name": "Patch a SIM beforeProvisioningRule attribute.", "request": { "name": "Patch a SIM beforeProvisioningRule attribute.", @@ -189350,7 +189350,7 @@ }, "response": [ { - "id": "e29fb69e-c39e-4a19-b027-8c503250ef8e", + "id": "5e3895b9-291d-4c10-8b7b-03b315d67252", "name": "The updated DTO containing the details of the SIM integration.", "originalRequest": { "url": { @@ -189408,7 +189408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a046aa0-e264-48c8-b585-fd27ebd03fed", + "id": "54e0b8f4-d7b5-4412-b3ce-5b8bfb0933c9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -189466,7 +189466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82e9b0a2-bd8d-480c-b066-c4451b6a551c", + "id": "660279ad-f349-491f-9063-1d7a8a2536bf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -189524,7 +189524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b720170c-df98-40e0-9c6f-c69d1ea87094", + "id": "451d3c5f-31d9-4929-9611-b19edd46b945", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -189582,7 +189582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fbacead-fb3e-4583-81b5-20db7c40d906", + "id": "d1bad57c-94eb-4f33-8a88-0394baa2e876", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -189640,7 +189640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7a1c2a0-be07-4619-9338-49f332808bd9", + "id": "a69ab538-1add-4d4f-b4db-483687ccb1cf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -189698,7 +189698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2758ebe1-fecc-4a94-a92f-e950720fa873", + "id": "a97f71da-cb98-48f1-99a6-9f13cb970c17", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -189762,7 +189762,7 @@ } }, { - "id": "84e2f71a-2489-41aa-baa2-2f23adb21179", + "id": "60c5d3a9-1e8e-4ed5-bd42-d8b6367b7e03", "name": "List the existing SIM integrations.", "request": { "name": "List the existing SIM integrations.", @@ -189791,7 +189791,7 @@ }, "response": [ { - "id": "b33000d0-e29b-41e7-b170-da38a3faa528", + "id": "4f80dbc0-4c92-424a-bc4f-c9224cb4c46d", "name": "The DTO containing the details of the SIM integration", "originalRequest": { "url": { @@ -189834,7 +189834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee7c2e2b-e85d-46f2-b575-36191b43fd16", + "id": "56bd25b3-4efc-44c7-8cdb-3b2d8c580468", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -189877,7 +189877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ece80dd4-c4b3-4db1-8558-1ff5ebdca4cb", + "id": "1ade6e04-bb2e-4510-98e5-a5fde5a5008e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -189920,7 +189920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa50c7f9-a1c9-498f-bb18-389c95753fb2", + "id": "45725faa-f3b5-4ee1-a35a-ca7af72b46fc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -189963,7 +189963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c9e6a2e-4a91-457b-9f59-6ebe69409aba", + "id": "2d9f61df-ddb0-4f98-9bf0-c7fb43d6761d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -190006,7 +190006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21254451-22dc-4fe2-a319-7f4fd255eeb2", + "id": "be0bc02a-20c1-40c9-8d5a-f21e57738467", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -190049,7 +190049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b9867df-78a2-4c24-8223-f4a9a3208348", + "id": "6d2394e2-c781-4629-aba1-f66077ae6eb9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -190098,7 +190098,7 @@ } }, { - "id": "12da6a05-0fb7-4aa8-a467-3dc9b206c460", + "id": "b37c1e86-f913-46dd-b7c2-3294e9d386ff", "name": "Create new SIM integration", "request": { "name": "Create new SIM integration", @@ -190140,7 +190140,7 @@ }, "response": [ { - "id": "7f5500ae-c66a-476c-8798-3ecb79d65eb4", + "id": "f51781c4-5e9f-4534-bffa-e8a458325b5d", "name": "details of the created integration", "originalRequest": { "url": { @@ -190196,7 +190196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86b91371-76d8-47ca-baa8-32f21a23c4d9", + "id": "a913214d-dbd7-4ee7-8cf9-66d42ca8e1b3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -190252,7 +190252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46dee95d-beac-4f21-9073-e07f655bf790", + "id": "a775b422-9a7c-4bfb-a236-918f92f1c896", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -190308,7 +190308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aff026d4-66ba-4a56-b29d-584f8a5c7021", + "id": "9f213683-3cbe-45db-a3c6-54b93c2a90bb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -190364,7 +190364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3507ee26-65db-465b-9162-a5ae004f2435", + "id": "ed23b697-21f9-4209-8c32-65f6b5adfd29", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -190420,7 +190420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce67dae6-749e-4b56-8a83-0e351df01989", + "id": "599e38d8-5123-4153-a3eb-8deaf734b0e1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -190476,7 +190476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b055a50a-189c-476d-8675-e167e5ba7ade", + "id": "ffc0c74f-faa1-4c49-8300-5d71192e38a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -190544,7 +190544,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 Identity Security Cloud, 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 Identity Security Cloud, 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": "436f2703-fb03-4784-aba8-5d1b38163841", + "id": "3ab38c1c-1696-424f-aba6-cfbf9e362e33", "name": "Create SOD policy", "request": { "name": "Create SOD policy", @@ -190586,7 +190586,7 @@ }, "response": [ { - "id": "8dce2b2d-b118-4c4c-8e36-afc479d3d7f3", + "id": "201a878e-b1a1-41f5-845d-5c0761611156", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -190642,7 +190642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c35918be-c9d2-430f-b8ca-b9f6286a1c0f", + "id": "8117e022-c93d-4743-add9-1c64fa7a508c", "name": "General Policy", "originalRequest": { "url": { @@ -190698,7 +190698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f975aa1-850f-4918-bafc-91a9e680bbe9", + "id": "304e71cb-4c49-49cb-bbff-c6f083397b9b", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -190754,7 +190754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7c28d1b-5a06-43a7-8743-4f25c070c3e5", + "id": "8664fa05-2b38-4b43-b658-49497f190980", "name": "General Policy", "originalRequest": { "url": { @@ -190810,7 +190810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c2c0ab3-ec57-4837-b841-7c58b3d846f3", + "id": "0240bf0c-5989-4015-a9e6-eccddb9e7080", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -190866,7 +190866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e23d10d-cccf-475d-92cd-6fb7981b191d", + "id": "e0e59749-395a-410f-8f8d-caa9665f2e43", "name": "General Policy", "originalRequest": { "url": { @@ -190922,7 +190922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "798a4fe1-7978-417c-8774-478da10e2b6c", + "id": "5be2f7e6-17fb-4659-9799-3672ae937cc6", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -190978,7 +190978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d621e729-684c-41b9-a671-0ce1950d9dfd", + "id": "25809e2d-4fd0-40df-bfe0-06d98b6e249d", "name": "General Policy", "originalRequest": { "url": { @@ -191034,7 +191034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5ce8f32-e444-4856-bc20-2e232be6db7b", + "id": "706434a4-b5b3-4cd8-a1fe-582de46ef65d", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -191090,7 +191090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "260f96d8-436a-46de-87ea-21a8bfaaf603", + "id": "0146ea5a-ca9c-473b-a44c-8ea18cb5cc99", "name": "General Policy", "originalRequest": { "url": { @@ -191146,7 +191146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a398e821-7614-4602-9815-ed99c084cbab", + "id": "b8b64fcc-9bd2-4b9c-aafc-6b2127bffaa6", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -191202,7 +191202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab59c24f-54b7-49a1-af52-22aa5facffa9", + "id": "a514dfd2-8e75-4d09-b6e3-fa2cdf0bc503", "name": "General Policy", "originalRequest": { "url": { @@ -191264,7 +191264,7 @@ } }, { - "id": "5d3bdfbd-358e-496a-a4f5-af704c97eb43", + "id": "7ded7508-d77f-4e54-86ca-eb10f2699084", "name": "List SOD policies", "request": { "name": "List SOD policies", @@ -191339,7 +191339,7 @@ }, "response": [ { - "id": "a7b924fb-c576-4647-b41d-7b02c6259961", + "id": "49fc2564-21f9-46f3-8b19-f34d27234c15", "name": "List of all SOD policies.", "originalRequest": { "url": { @@ -191428,7 +191428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95c7a8bb-abca-4c33-b0b9-2f0890bceb6c", + "id": "d422f3b4-f805-4bc4-b79c-d9058c962305", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -191517,7 +191517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b8dfade-c382-402a-a2ee-80a239242066", + "id": "2cb832e0-9154-49e8-817a-a4c30dd52524", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -191606,7 +191606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf6622b5-a300-423b-99d1-18b7d9b8e933", + "id": "ae07a55b-c49b-402f-a65c-9abbc31d8861", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191695,7 +191695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0154d5d-2d9a-4104-b43a-c9fa78de931e", + "id": "3da4811e-ec3b-4d74-a36d-1ebd90700eba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -191784,7 +191784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c09c7fea-7522-4de3-a634-096ed21eb853", + "id": "a90a007c-0e96-4630-9db4-6bfdbd4bdd4f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -191879,7 +191879,7 @@ } }, { - "id": "bf218785-973f-4ba0-8ff2-e690d3d35d2e", + "id": "3b3a1131-c474-4f49-9d11-59c4460bb994", "name": "Get SOD policy by ID", "request": { "name": "Get SOD policy by ID", @@ -191920,7 +191920,7 @@ }, "response": [ { - "id": "5064ba55-b5dd-45c4-9197-646bf92e045f", + "id": "f2957a9c-d2d5-4fc4-b38a-dddea846492a", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -191964,7 +191964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42d53ecd-9986-45f1-834c-54f27350b6ea", + "id": "61f5887e-5e15-443e-b97a-68bac857378e", "name": "General Policy", "originalRequest": { "url": { @@ -192008,7 +192008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "121ae8ca-6856-4051-b3be-12fafcd96984", + "id": "c4363880-c7ac-4125-aaab-fa3254290ea1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -192052,7 +192052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdb8a97c-7b47-4735-9986-2750b42c7ff9", + "id": "18ea7675-09c0-4c6c-976f-a18af656c2e1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -192096,7 +192096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1bbcf49-a3ee-4c5a-8371-99745db9a94c", + "id": "3d2b471c-8532-478f-ae55-d1336ba963eb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -192140,7 +192140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb3f5731-8ca4-4cfb-8391-73ab1af35f2b", + "id": "c5573082-04ba-4126-98df-9219ede03a16", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -192184,7 +192184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9383f281-87f7-4994-8edd-a0cfc51d1a6c", + "id": "5b2ed0eb-8b6f-4226-a8a9-b26ba6ec6bc6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -192228,7 +192228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7ed7b06-e938-4363-8c50-b035e2e65b0e", + "id": "f84f3540-f81d-4911-8407-665596ad98ab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -192278,7 +192278,7 @@ } }, { - "id": "40de28a1-ef26-456a-8e8a-86b20a6d83b3", + "id": "c3534e12-8a85-47a2-95bb-9296acb5a224", "name": "Update SOD policy by ID", "request": { "name": "Update SOD policy by ID", @@ -192332,7 +192332,7 @@ }, "response": [ { - "id": "7262caa6-ec21-46cf-84ea-e69345174f4c", + "id": "ec66a386-883e-4b4a-b88b-7cc0ee58aecd", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -192389,7 +192389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49ea0d65-d4d8-4507-8f59-784726d7ba7e", + "id": "1df63185-b547-4e13-95a8-2f783fdabbdf", "name": "General Policy", "originalRequest": { "url": { @@ -192446,7 +192446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5657752-5392-40db-91e0-9da10984e534", + "id": "7ff558d6-ff78-495b-ace7-3310cf008bbc", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -192503,7 +192503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5421a41-cd72-4edd-9bf3-049b7f1ee078", + "id": "fcbeb7e7-cbc5-41bd-8c2a-9e737a59616d", "name": "General Policy", "originalRequest": { "url": { @@ -192560,7 +192560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a2fabd0-9ea8-4e3f-a18a-c4d4768f99bb", + "id": "067c36a3-a037-40eb-afb1-9eb9fbf2f1f3", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -192617,7 +192617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c535c44d-c249-45bb-8c15-cfac8a46e28b", + "id": "093b62f5-6e5e-40be-b335-755320f65005", "name": "General Policy", "originalRequest": { "url": { @@ -192674,7 +192674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3706728-e5f9-4763-a16f-7bba4dc7d777", + "id": "99afdf64-fef6-474f-b643-389e5557b044", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -192731,7 +192731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e72b4f4-fe6d-48f2-8f8d-268d4c71ece7", + "id": "5d3ac1d3-2ec0-480d-8e07-57cf86191199", "name": "General Policy", "originalRequest": { "url": { @@ -192788,7 +192788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf3ec2e7-9d08-4b5e-bb8d-0d3ba458439e", + "id": "9892e0f0-e721-48df-8742-5fe446e262b2", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -192845,7 +192845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42c218e6-9493-4dfe-b49e-20997e992399", + "id": "9772d04c-fee0-4c62-9e8f-e8a295dbe997", "name": "General Policy", "originalRequest": { "url": { @@ -192902,7 +192902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e012a34c-d6be-41cf-a280-416a0b22b0e0", + "id": "5ae0fd19-ad67-4872-91ee-926f450cb888", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -192959,7 +192959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48f2563a-4069-4ff6-aac5-6cc53fa9d97a", + "id": "c4fae133-a97c-4c37-8b8b-4185db3f1872", "name": "General Policy", "originalRequest": { "url": { @@ -193016,7 +193016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efeeb91d-1372-4a7e-aae0-a1169de81299", + "id": "4a763b8f-80c8-4d7a-916b-9a4d9e06718b", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -193073,7 +193073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0fd4daa-ed68-421c-b304-5656ebbc53f2", + "id": "9d645cf6-7023-4113-84b4-ec3181be3bcb", "name": "General Policy", "originalRequest": { "url": { @@ -193136,7 +193136,7 @@ } }, { - "id": "d2718abc-39cb-410c-bcf7-1bd3d8d6f860", + "id": "c550bd61-f5e3-4876-a3f2-82fd3a4f4cc2", "name": "Delete SOD policy by ID", "request": { "name": "Delete SOD policy by ID", @@ -193187,7 +193187,7 @@ }, "response": [ { - "id": "a6291414-1e18-4923-8da6-d83c0a16921d", + "id": "edc74700-9385-4dcf-9d2c-c995dea2675c", "name": "No content.", "originalRequest": { "url": { @@ -193231,7 +193231,7 @@ "_postman_previewlanguage": "text" }, { - "id": "627d14bd-8178-491b-8ec6-8bfdf936e0df", + "id": "4a37908f-1852-40a2-b342-53aaa9a40981", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -193285,7 +193285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a4ad6f5-bec5-40aa-a91c-3f1f690a6ba7", + "id": "b876349e-00a1-4fc2-bd9d-eff3d3ca98b3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -193339,7 +193339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fd9ac12-5240-4853-bf05-6de9fbf4798b", + "id": "b22b58ed-8be6-4e48-8978-fbdc8a0af8b2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193393,7 +193393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53ae0f3b-06bb-4ab1-b768-c849ed59a534", + "id": "0b920098-ef4d-48f9-9c65-f029450ea402", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -193447,7 +193447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73cb1508-852f-460f-9a7f-13847a68e900", + "id": "9c88abcc-f460-4bce-a67a-f669aafea0ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -193501,7 +193501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "590c0f4f-bb31-48ba-a39c-7fa1c80f925a", + "id": "487906fe-9417-4467-acbc-1d1ba16d9628", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -193561,7 +193561,7 @@ } }, { - "id": "49344a89-b21d-4cb2-9a7f-66ff5840e226", + "id": "bb8e2d35-0807-4850-94fc-d10061bd6fec", "name": "Patch a SOD policy", "request": { "name": "Patch a SOD policy", @@ -193615,7 +193615,7 @@ }, "response": [ { - "id": "4d1f6cc2-bf31-43f1-8009-ffbd3074d147", + "id": "5326d0a9-9705-43d6-b544-30c7c19fe3be", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -193672,7 +193672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae0106e5-992e-4479-a8b7-4161860d19ca", + "id": "b563728a-0798-4893-a2be-3fa1c5c95a50", "name": "General Policy", "originalRequest": { "url": { @@ -193729,7 +193729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b018b38d-de3e-4873-b267-8fda99c745ad", + "id": "994560c6-fab6-476b-9ba9-580c6151d49f", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -193786,7 +193786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bc46e0b-d1ed-4f95-8b4c-e6adc54c6683", + "id": "bea5483a-d624-41ab-a659-95abcdd637fb", "name": "General Policy", "originalRequest": { "url": { @@ -193843,7 +193843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0841f5f7-1d4e-4bf0-b45a-b15d0d53c3e5", + "id": "3a96a56d-24c9-43f9-ae52-951711011f32", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -193900,7 +193900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d9e766a-f234-4e16-b45a-594f73cdd948", + "id": "f706bc6f-aebe-48de-bc12-41a2dfe06ea9", "name": "General Policy", "originalRequest": { "url": { @@ -193957,7 +193957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38a15768-f53f-45f5-aab2-17f80d73f8d9", + "id": "5fb9bbac-74cb-4c75-978f-ec2ac0c3b83e", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -194014,7 +194014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de6dde60-10be-441f-a4fd-a514e9f3de11", + "id": "e1174e85-d7e2-465e-9186-974c8ce14d04", "name": "General Policy", "originalRequest": { "url": { @@ -194071,7 +194071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc024054-9b56-4753-a722-6e2cfbc6ef1a", + "id": "b46293ed-7d02-40e9-970d-d65fa99bc0f8", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -194128,7 +194128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "190cec5a-9614-4271-b229-ea9ac306378c", + "id": "71c5895f-d189-4f88-a62f-b2d452f74a56", "name": "General Policy", "originalRequest": { "url": { @@ -194185,7 +194185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57a065d5-3026-447e-af53-edf858fefbdb", + "id": "bc5ffc8a-9f92-4bb2-a5b8-a49f1118f0ed", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -194242,7 +194242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dde3f34-5eda-4950-8cfd-29bce4781570", + "id": "6878f764-0f85-41d6-8b30-0dfd0e556039", "name": "General Policy", "originalRequest": { "url": { @@ -194299,7 +194299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "174e2263-e1ce-49ba-8d08-216b42e6d613", + "id": "8be3aee4-0a78-4ba9-9616-e1339142959e", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -194356,7 +194356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23c4237d-40b9-49ca-9656-dd1e5e74382a", + "id": "603408c4-a22d-4da9-9f00-41a9f4d11df9", "name": "General Policy", "originalRequest": { "url": { @@ -194419,7 +194419,7 @@ } }, { - "id": "2538d779-c3b6-49e8-ab02-d53641cad528", + "id": "2dea853e-90ff-46d7-aee5-85033c8061c3", "name": "Get SOD policy schedule", "request": { "name": "Get SOD policy schedule", @@ -194461,7 +194461,7 @@ }, "response": [ { - "id": "837ec3d3-94c8-41a5-b117-95de22a09c3c", + "id": "108bd06a-0d10-442e-ba30-57ade2ebcdf1", "name": "SOD policy ID.", "originalRequest": { "url": { @@ -194506,7 +194506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6caba78a-af8f-483e-baa1-c0af900eba93", + "id": "2064602e-de58-4f22-aeee-185b6d753bef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194551,7 +194551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c888ad22-eb55-48f6-8e41-04678e8de12d", + "id": "ca5a0903-01d2-4f14-bb8c-f93f50e9c01b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -194596,7 +194596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82b07184-74f4-4a54-9225-12d29eaae457", + "id": "133e97bb-53ab-41cd-9517-357991252ceb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194641,7 +194641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06d125af-fc14-4cb1-96e1-dc79d86e2c79", + "id": "0270dd1e-aa15-4d79-a1ff-095eb6583042", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -194686,7 +194686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c212af7d-c8dd-4074-94dc-c715ba5e1537", + "id": "baced510-e02f-4d77-b4b3-7e4412a2db36", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -194737,7 +194737,7 @@ } }, { - "id": "dcda0aee-13af-4fc0-b9d8-7cb941398e7b", + "id": "01dc4468-57a9-46a2-8445-9f638d3f891b", "name": "Update SOD Policy schedule", "request": { "name": "Update SOD Policy schedule", @@ -194792,7 +194792,7 @@ }, "response": [ { - "id": "13795271-aef6-4ebf-a0e8-f7d3fc82d09e", + "id": "de679948-eccd-4a20-912e-a26beff69a48", "name": "SOD policy by ID.", "originalRequest": { "url": { @@ -194850,7 +194850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ab173d8-b03d-4be5-9be2-f77def3fcab2", + "id": "8bf9467e-0c7f-43b1-896a-2cfff961b0bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194908,7 +194908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2682ea11-637f-4251-980d-acacb26cbf0c", + "id": "078057dd-8f43-4341-b7ae-e86ee6e17ac2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -194966,7 +194966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48959650-944f-40b7-8581-9d5900efccf6", + "id": "87a22323-3f03-4d7c-a895-67ca1ec6d12b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195024,7 +195024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56a4d3eb-9861-4dd5-ac3b-345659807218", + "id": "da25eb27-481c-47cb-8004-429b494b7367", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -195082,7 +195082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5af3d190-d37c-41ea-8e80-c5ccb5b3b5b0", + "id": "cf271c6b-7a3b-4e7a-a425-e62457d8b4f4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -195146,7 +195146,7 @@ } }, { - "id": "8083a188-e6c8-463a-9efe-7d42cd1d70af", + "id": "570e7f47-d6b7-4741-a91f-97a45ea28599", "name": "Delete SOD policy schedule", "request": { "name": "Delete SOD policy schedule", @@ -195188,7 +195188,7 @@ }, "response": [ { - "id": "5e5febbb-21ad-43a3-adf1-f00bd5a35246", + "id": "5fe72e26-d427-47cd-909f-7b7efc3c27ac", "name": "No content.", "originalRequest": { "url": { @@ -195223,7 +195223,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e678ca83-8b1a-4307-8fbf-4d5ea3c4d1f5", + "id": "f6543cfd-acf1-43b7-9f53-8053c2732783", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195268,7 +195268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b8edc70-c87d-4a10-9b1d-83eb83400146", + "id": "f58319b8-9667-4929-a9dd-e27ab55cb641", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -195313,7 +195313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e573fbe8-07d3-4a94-9152-40146a4612b1", + "id": "e264cd40-c167-4e0f-bf36-5ddde1f7b848", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195358,7 +195358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c74dc46-5ea4-403d-adc9-9b1057e3054c", + "id": "ab5d75a6-59ee-4d59-863c-6cc4e02a17a6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -195403,7 +195403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "784609fa-b2bb-436e-9112-6c012b645cd7", + "id": "db9b1559-baf6-437a-b634-71c2d7f405b9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -195448,7 +195448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aefe7db0-3940-4fd5-a166-a9c4ba87989e", + "id": "998b21f8-dcae-4fc6-af42-c2720159033a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -195499,7 +195499,7 @@ } }, { - "id": "1d9d34fd-890a-4c53-b4c6-11d48b8737e5", + "id": "0c0bd85c-80cb-42e0-a642-eaa9348ed293", "name": "Runs SOD policy violation report", "request": { "name": "Runs SOD policy violation report", @@ -195542,7 +195542,7 @@ }, "response": [ { - "id": "f5cd796c-dc6f-4144-ae44-1a408cfcef08", + "id": "2254079e-2ded-450d-9ec0-9002c460a672", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -195588,7 +195588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "336f9eca-efe5-4e88-ba89-f771e9fb2c4c", + "id": "566cab6e-d025-4e74-aa33-8fbcbd3e84da", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195634,7 +195634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04454f64-c545-4bf2-a3bb-6d0d94f0192d", + "id": "b99b34d0-bb9c-49cd-818d-90f084358865", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -195680,7 +195680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a194cda-58ee-41b5-9524-393424e01a05", + "id": "44954c78-6d19-42e8-bcf3-272f8a8dafcc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195726,7 +195726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36dc03cc-57f2-4ea3-97f8-ac3657e5fcd2", + "id": "85c1ad00-a972-4f63-8a46-c223ea417595", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -195772,7 +195772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c29516f2-8c8c-4a66-9138-5643ee6a66e3", + "id": "415b5af7-d024-49ef-af6f-59981bd1e18a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -195818,7 +195818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "845fd37d-b890-4963-b8c0-6eb953619010", + "id": "fbb16135-8071-45af-b4bf-ec112ee5587d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -195870,7 +195870,7 @@ } }, { - "id": "a6847d99-7d44-4f66-8d48-5e857843005d", + "id": "af227e03-fc83-4d10-867b-73e79a1192e3", "name": "Get SOD violation report status", "request": { "name": "Get SOD violation report status", @@ -195912,7 +195912,7 @@ }, "response": [ { - "id": "41d24ebe-3fdf-4b05-858e-3d945cd42086", + "id": "d131c94c-c455-4cc3-85a6-fe1f5d021401", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -195957,7 +195957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d7b217c-47d5-4e36-a253-29d0332216bb", + "id": "dc4668fb-3085-420c-8993-943d1e875ff0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196002,7 +196002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cabc084f-43d5-4770-b3b2-07fae906f925", + "id": "af060240-85e4-4235-b29b-bc5dc3752d4d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196047,7 +196047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8099b2d2-8fa3-4537-a15f-6f9522c22c07", + "id": "795d6833-a428-4aa8-92b3-99c5e3f6477a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196092,7 +196092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24c38c8e-8246-4ae1-9040-35793a18a2c4", + "id": "99ee9890-d1c3-41ca-8c79-b0008894dad0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -196137,7 +196137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f51f58f4-fc44-4e3b-bb6a-29c6c26f03cb", + "id": "a0350b84-0af2-4ca2-8d06-c4cc621106bd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196182,7 +196182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68fbaf42-0561-4267-a7a5-030c9b20459d", + "id": "a3b5c856-0fd7-4116-8097-a3b3320b07f2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196233,7 +196233,7 @@ } }, { - "id": "c898012b-7fd1-40c1-a939-8f1ef911212e", + "id": "920adaf7-e181-484c-a3ca-760ce7604e62", "name": "Get violation report run status", "request": { "name": "Get violation report run status", @@ -196275,7 +196275,7 @@ }, "response": [ { - "id": "52df3426-9b3c-42c6-b6de-f69ed0ada7e1", + "id": "6dfea099-5b9f-4a04-ab47-f2d26e6b29a3", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -196320,7 +196320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41755616-63d0-4ff9-bf29-95984e4a4b1f", + "id": "63d4813e-39c5-4d51-8578-a99f79ac64a7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196365,7 +196365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "738672c0-952e-4099-ac67-243b29cbef80", + "id": "acddf5db-6009-44b0-9558-7a3f39999413", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196410,7 +196410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45be56a4-5fe1-43df-ba8e-dfaedea847b8", + "id": "a14386f0-776d-493c-8079-ff0af0ddb291", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196455,7 +196455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36b22b33-5e2c-4b2a-8c75-a7614f78262e", + "id": "5b004ce3-5e9f-4b4c-a458-c54cfa9a43a5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -196500,7 +196500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43a97969-db32-4932-a362-468a92ef7284", + "id": "4a4cee71-d0cf-489e-9be4-adf7c0012159", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196545,7 +196545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4db92f2e-5a25-45ef-aa78-9afd932024e7", + "id": "8fbc3655-b5c3-43a2-8792-8f06d3648d89", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196596,7 +196596,7 @@ } }, { - "id": "ea0655d7-142c-4a40-8087-bc9795327625", + "id": "7199d9f0-7603-4d09-949c-0bcc9ab3c07b", "name": "Runs all policies for org", "request": { "name": "Runs all policies for org", @@ -196639,7 +196639,7 @@ }, "response": [ { - "id": "b549cf97-0370-430a-a6af-f2d79762044e", + "id": "8b1ec208-e237-4eb4-8f33-7c537c059618", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -196696,7 +196696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67c1e572-3b2a-45a2-9169-329be6d1c0eb", + "id": "794042ce-3310-4fc8-abca-b66ec1644964", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196753,7 +196753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3c29c8c-a299-43ce-826f-a21cdf01d118", + "id": "7b0b8e02-21f3-4856-96d9-14d37f99aeb7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196810,7 +196810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcc87503-5085-429d-813a-ed01345b9002", + "id": "d105ee5f-6351-47d7-88dd-f97776140429", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196867,7 +196867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26b68eee-eefa-4a59-8d3a-7f707aca0643", + "id": "80546ccb-8256-4c67-9649-fbdd8940d82d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196924,7 +196924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "690c1dd9-f509-4cda-86a4-8da6d2041101", + "id": "0a50ba12-8ad8-4bf9-801c-03dbf7e4af7b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196987,7 +196987,7 @@ } }, { - "id": "d1be1c67-3074-42c8-a671-51aee4284eff", + "id": "5ffd7e84-536d-4bb0-93b6-3a5a77b9172f", "name": "Get multi-report run task status", "request": { "name": "Get multi-report run task status", @@ -197016,7 +197016,7 @@ }, "response": [ { - "id": "78017ec2-f44f-4b4b-982b-e8abdd52c454", + "id": "7cd410e8-0c81-4ef3-992c-e6485f0fb49a", "name": "Status of the violation report run task for all policy run.", "originalRequest": { "url": { @@ -197059,7 +197059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b764da71-d433-4d6b-beb4-68ae84d35551", + "id": "121990b5-262e-4377-8248-fc77c35e7b4a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197102,7 +197102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a8a941e-4820-4744-92ba-f393967fc9e1", + "id": "8fc9ac55-076a-4fce-9aa6-e6506b689581", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197145,7 +197145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c80dc3ba-6893-4468-a6d2-6cb49b144105", + "id": "bdf15fac-e7d9-4eb9-8fd5-bde800a7da6b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197188,7 +197188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e2f381f-7e95-4987-b08d-c3bd8fb2e861", + "id": "af25d953-43ed-44d4-94f1-0238fa9883f4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -197231,7 +197231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c70b6d08-4c8b-4b7b-92ad-5fdcd7cea17c", + "id": "409980cc-e009-4c5c-bd49-db465d628a89", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -197280,7 +197280,7 @@ } }, { - "id": "9c867848-56fe-44c1-ae8d-db07a070a1cc", + "id": "3698fad9-c640-4060-af7b-63a4697cf09c", "name": "Download violation report", "request": { "name": "Download violation report", @@ -197322,7 +197322,7 @@ }, "response": [ { - "id": "2d5a9e8a-33f7-4332-8b34-85cb51ce4ced", + "id": "4f0c4569-279e-45e0-81d6-173db0dd171d", "name": "Returns the PolicyReport.zip that contains the violation report file.", "originalRequest": { "url": { @@ -197362,12 +197362,12 @@ "value": "application/zip" } ], - "body": "cillum ad Lorem", + "body": "labore ad magna", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "cdb2b947-a811-4bb0-9390-88063fb19720", + "id": "93db697b-3386-4585-9c92-7adee48b0c4c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197412,7 +197412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1158351e-83fa-4e0c-8b83-cb6d0dee13f6", + "id": "a914cdad-d5d5-4931-9612-426962d54bf4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197457,7 +197457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87b1d6e7-6280-407f-bbec-c941375cdb39", + "id": "026fc747-ed95-403e-8cf2-c8ce0338fcf6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197502,7 +197502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cd24ed6-88dc-4735-94e8-f5833f1d57fa", + "id": "bfddd660-fcdb-418e-82b4-e55cdc193bee", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -197547,7 +197547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "471899d4-f3d6-4e9b-b63f-50789b988990", + "id": "5b0753ff-659c-40f0-95a6-359e2064c331", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -197592,7 +197592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ce10f7c-8ce9-48e6-b616-219de8240cbe", + "id": "d693e6ce-a13c-44de-a0b7-b920fc70d072", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -197643,7 +197643,7 @@ } }, { - "id": "be8f947f-64cc-488a-824d-c4a4f5589eed", + "id": "032c36bf-875c-49ff-ab8b-f28b92860249", "name": "Download custom violation report", "request": { "name": "Download custom violation report", @@ -197696,7 +197696,7 @@ }, "response": [ { - "id": "beaaebb9-9507-458d-8e67-f0ed08bbb79f", + "id": "fc5310da-6c37-400e-a098-d2b920a36b09", "name": "Returns the zip file with given custom name that contains the violation report file.", "originalRequest": { "url": { @@ -197737,12 +197737,12 @@ "value": "application/zip" } ], - "body": "cillum ad Lorem", + "body": "labore ad magna", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "63abd393-8344-467f-b32f-665daeb5181d", + "id": "c70e2d4d-3126-420b-b3a3-cc49be0aba52", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197788,7 +197788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64fe6020-1fc4-4f93-b5fd-2b50a6c96a9f", + "id": "a94237ed-c49d-4674-808e-6d2231abd417", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197834,7 +197834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7843864-8839-4b12-b34c-84539721f249", + "id": "a7ef2b7c-bb60-47c5-9803-ce5a1ab35f51", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197880,7 +197880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff927c88-cfed-4ab2-8b35-6221262c8557", + "id": "833f0118-3b3d-4eb7-9031-e1ff52ac137d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -197926,7 +197926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18d38d31-4f4c-4a7b-a490-9ddf1a69625a", + "id": "a58891c3-bef5-42e8-ae98-1334696a7036", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -197972,7 +197972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c20b9b3-0cec-441b-96c6-43c98f4c4ef2", + "id": "0faaf2c9-6427-47dd-8790-0f60ebbcd59f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -198030,7 +198030,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": "abecc500-936e-4046-9810-6f49fcd6a65e", + "id": "dc65f766-28e2-4840-95ed-3109935c75f9", "name": "Predict SOD violations for identity.", "request": { "name": "Predict SOD violations for identity.", @@ -198073,7 +198073,7 @@ }, "response": [ { - "id": "f19516f8-1b16-480a-b79f-9091b0438540", + "id": "c95194f0-10f1-439a-8945-6fb5c3b18e02", "name": "Violation Contexts", "originalRequest": { "url": { @@ -198130,7 +198130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b2bb0b4-6406-43b0-830d-41c81f01e8b5", + "id": "232a8d6b-116c-4838-8a45-96365e0b7ad7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198187,7 +198187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40212638-e132-4486-bb57-34e3b772ae32", + "id": "1166905a-f3c2-426d-b07d-304ce9ec09b4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -198244,7 +198244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae080cfc-0207-46dc-8e87-7a92a1623c9f", + "id": "57707277-5cca-420a-839e-a03407617899", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -198301,7 +198301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74e0c643-0014-41de-b668-db01df3e33ab", + "id": "d3db1f21-814f-4714-8c06-9999843d05c5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -198358,7 +198358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f6524dd-a74a-4574-b58f-3d5b7a9bec1e", + "id": "152bde2d-9153-412a-924a-25e3f5a79054", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -198415,7 +198415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1302473b-e090-4336-b785-88c5a3c66fcc", + "id": "61a3b2d8-23d7-401c-8e28-f820b9d72524", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -198484,7 +198484,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": "6d752034-87ef-4db9-9f1f-27822daccfe4", + "id": "5a3300a4-8663-4f08-9441-5f740686958e", "name": "Finds status of source usage", "request": { "name": "Finds status of source usage", @@ -198526,7 +198526,7 @@ }, "response": [ { - "id": "86ba2a81-e181-4704-8519-64f297cac037", + "id": "2a951600-0e22-426a-9e50-3d9147b02725", "name": "Status of the source usage insights setup by IDN source ID.", "originalRequest": { "url": { @@ -198571,7 +198571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70805e5e-d507-4c34-ae0a-3b2d5a722422", + "id": "2a60bf28-6cfa-480a-a300-ff4446fad9b8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198616,7 +198616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ac4847f-164f-4c15-b4bc-3d73b65a1ed4", + "id": "66a18817-81fe-4dd5-9553-32cc8cba17f8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -198661,7 +198661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "913b9835-2632-482f-9f76-8ff5b942fcab", + "id": "f23ff9d6-a6ac-4583-b82e-74c9824e7879", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -198706,7 +198706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16b01341-745d-47a9-8ec5-2bd99bc3a03e", + "id": "b67a95e7-dda8-42d9-901f-e69b66a2c374", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -198751,7 +198751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fccf152-e463-4ecb-a4b9-959492ac8d6f", + "id": "f15b51e5-8e9a-4392-a502-3f9c6f58bcb2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -198802,7 +198802,7 @@ } }, { - "id": "327c12ce-75ac-4a27-8d16-c9fa5f825aee", + "id": "da9e0fbf-f9b6-4da2-af0e-1532859af188", "name": "Returns source usage insights", "request": { "name": "Returns source usage insights", @@ -198881,7 +198881,7 @@ }, "response": [ { - "id": "2253744c-4d94-41df-a2f2-ff3efcf0d103", + "id": "de7b1f71-fbf3-47d6-ab5a-ab4c801e3dd7", "name": "Summary of source usage insights for past 12 months.", "originalRequest": { "url": { @@ -198963,7 +198963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3fc2873-5a50-414e-b485-f5c84be54530", + "id": "c625bc85-46bc-41c7-abc9-29d69899d3dd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -199045,7 +199045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57ad236a-8064-4821-9d4b-728b6fcf56a9", + "id": "14dee915-2d5a-4ef6-9da3-352646a4f47f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -199127,7 +199127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0456dc0f-fdc2-48be-b7ce-21d4f3121989", + "id": "223b21ba-16d1-4412-9249-8307be0d4462", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -199209,7 +199209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9c249dd-c897-49ca-ae23-4e9a2ecf55e0", + "id": "18ce9390-39dc-4b59-8575-56c2faefe1d8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -199291,7 +199291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3416b8f6-a6f7-4657-a65f-f6b7178a7bc8", + "id": "e106ef9e-4f5b-4a92-9773-3edb1f7f4faf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -199385,7 +199385,7 @@ "description": "Use this API to implement and customize source functionality.\nWith source functionality in place, organizations can use Identity Security Cloud to connect their various sources and user data sets and manage access across all those different sources in a secure, scalable way.\n\n[Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) refer to the Identity Security Cloud representations for external applications, databases, and directory management systems that maintain their own sets of users, like Dropbox, GitHub, and Workday, for example.\nOrganizations may use hundreds, if not thousands, of different source systems, and any one employee within an organization likely has a different user record on each source, often with different permissions on many of those records.\nConnecting these sources to Identity Security Cloud makes it possible to manage user access across them all.\nThen, if a new hire starts at an organization, Identity Security Cloud can grant the new hire access to all the sources they need.\nIf an employee moves to a new department and needs access to new sources but no longer needs access to others, Identity Security Cloud can grant the necessary access and revoke the unnecessary access for all the employee's various sources.\nIf an employee leaves the company, Identity Security Cloud can revoke access to all the employee's various source accounts immediately.\nThese are just a few examples of the many ways that source functionality makes identity governance easier, more efficient, and more secure.\n\nIn Identity Security Cloud, administrators can create configure, manage, and edit sources, and they can designate other users as source admins to be able to do so.\nThey can also designate users as source sub-admins, who can perform the same source actions but only on sources associated with their governance groups.\nAdmins go to Connections > Sources to see a list of the existing source representations in their organizations.\nThey can create new sources or select existing ones.\n\nTo create a new source, the following must be specified: Source Name, Description, Source Owner, and Connection Type.\nRefer to [Configuring a Source](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html#configuring-a-source) for more information about the source configuration process.\n\nIdentity Security Cloud connects with its sources either by a direct communication with the source server (connection information specific to the source must be provided) or a flat file feed, a CSV file containing all the relevant information about the accounts to be loaded in.\nDifferent sources use different connectors to share data with Identity Security Cloud, and each connector's setup process is specific to that connector.\nSailPoint has built a number of connectors to come out of the box and connect to the most common sources, and SailPoint actively maintains these connectors.\nRefer to [Identity Security Cloud Connectors](https://documentation.sailpoint.com/connectors/identitynow/landingpages/help/landingpages/identitynow_connectivity_landing.html) for more information about these SailPoint supported connectors.\nRefer to the following links for more information about two useful connectors:\n\n- [JDBC Connector](https://documentation.sailpoint.com/connectors/jdbc/help/integrating_jdbc/introduction.html): This customizable connector an directly connect to databases that support JDBC (Java Database Connectivity).\n\n- [Web Services Connector](https://documentation.sailpoint.com/connectors/webservices/help/integrating_webservices/introduction.html): This connector can directly connect to databases that support Web Services.\n\nRefer to [SaaS Connectivity](https://developer.sailpoint.com/docs/connectivity/saas-connectivity/) for more information about SailPoint's new connectivity framework that makes it easy to build and manage custom connectors to SaaS sources.\n\nWhen admins select existing sources, they can view the following information about the source:\n\n- Associated connections (any associated identity profiles, apps, or references to the source in a transform).\n\n- Associated user accounts. These accounts are linked to their identities - this provides a more complete picture of each user's access across sources.\n\n- Associated entitlements (sets of access rights on sources).\n\n- Associated access profiles (groupings of entitlements).\n\nThe user account data and the entitlements update with each data aggregation from the source.\nOrganizations generally run scheduled, automated data aggregations to ensure that their data is always in sync between their sources and their Identity Security Cloud tenants so an access change on a source is detected quickly in Identity Security Cloud.\nAdmins can view a history of these aggregations, and they can also run manual imports.\nRefer to [Loading Account Data](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html) for more information about manual and scheduled aggregations.\n\nAdmins can also make changes to determine which user account data Identity Security Cloud collects from the source and how it correlates that account data with identity data.\nTo define which account attributes the source shares with Identity Security Cloud, admins can edit the account schema on the source.\nRefer to [Managing Source Account Schemas](https://documentation.sailpoint.com/saas/help/accounts/schema.html) for more information about source account schemas and how to edit them.\nTo define the mapping between the source account attributes and their correlating identity attributes, admins can edit the correlation configuration on the source.\nRefer to [Assigning Source Accounts to Identities](https://documentation.sailpoint.com/saas/help/accounts/correlation.html) for more information about this correlation process between source accounts and identities.\n\nAdmins can also delete sources, but they must first ensure that the sources no longer have any active connections: the source must not be associated with any identity profile or any app, and it must not be referenced by any transform.\nRefer to [Deleting Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html#deleting-sources) for more information about deleting sources.\n\nWell organized, mapped out connections between sources and Identity Security Cloud are essential to achieving comprehensive identity access governance across all the source systems organizations need.\nRefer to [Managing Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) for more information about all the different things admins can do with sources once they are connected.\n", "item": [ { - "id": "99308a58-e939-4e63-832d-e756668a6b0d", + "id": "398e40db-f277-4b3c-9a82-b267a71b2f12", "name": "Lists all sources in IdentityNow.", "request": { "name": "Lists all sources in IdentityNow.", @@ -199478,7 +199478,7 @@ }, "response": [ { - "id": "ff3fa956-8906-43c8-a6b0-335e70583a02", + "id": "e9e4dc57-89f4-4584-a97a-5ff507a8bb3d", "name": "List of Source objects", "originalRequest": { "url": { @@ -199585,7 +199585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8d0d7b3-f8fe-4522-b6c0-e7b93767dff6", + "id": "8d5f080b-9996-46eb-8cf6-bc8a03fb40fe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -199692,7 +199692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cddd35ff-7927-45ef-8b4a-b81d6a6c3e42", + "id": "a32d4455-9074-4a26-94d7-e3b330f5d2c9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -199799,7 +199799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02f175b0-49cc-43aa-9eb2-06d94ef8500d", + "id": "c6638960-2e4d-4a67-ba89-984537009243", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -199906,7 +199906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5deb8f87-80ba-4184-b465-a00186cc1eba", + "id": "fdb434f5-3637-47c4-8bb4-15e245b2e612", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -200013,7 +200013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b80f8a5-1731-4dbf-8475-20a18e58162a", + "id": "099f2976-fd97-4e14-9cdd-018448abc457", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -200120,7 +200120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f846ab0-0ae0-41f5-ade9-b21312abe10e", + "id": "e4f6d988-926d-4cb7-b8cf-4f85b54cbb9a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -200233,7 +200233,7 @@ } }, { - "id": "18c4d40e-2b3b-4a59-b5e9-0b045a2883a3", + "id": "a53c9c43-bf42-44e4-89c9-6b32e99eb03f", "name": "Creates a source in IdentityNow.", "request": { "name": "Creates a source in IdentityNow.", @@ -200285,7 +200285,7 @@ }, "response": [ { - "id": "78814d39-aeb7-43fd-9cfe-084ca35c037f", + "id": "f3a88096-d029-491f-860c-bde6418cdcb7", "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": { @@ -200351,7 +200351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32011ed7-fdb1-4d54-808e-37492b583582", + "id": "55ce7fdd-b636-43f4-9bfa-1956dce87260", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200417,7 +200417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b9470a1-5cb8-44e9-a7a9-8bc0b0a65500", + "id": "aadca93c-b0e8-4595-8b90-55eced7dfefc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200483,7 +200483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8caeb56-3b1d-49e7-bd61-323c3bc6625d", + "id": "a3e1fe48-bfb9-48ee-881a-cc07aae5dfc2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200549,7 +200549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e75eaad-a500-4a20-81aa-5029f6247033", + "id": "f6ebc588-1790-40ea-8950-bd996bb16cb3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -200615,7 +200615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "731aa144-f394-4cdc-b2f3-028c3df293e2", + "id": "2a1e3cbd-098a-4a77-9331-49a0bdf1e46f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -200687,7 +200687,7 @@ } }, { - "id": "5b5b536d-622e-49ae-8133-4c405a833e90", + "id": "ea8b7574-aad3-4043-926f-a7f612a6195f", "name": "Get Source by ID", "request": { "name": "Get Source by ID", @@ -200728,7 +200728,7 @@ }, "response": [ { - "id": "d8c99fd9-84b1-45d9-82fe-e37e78f2af3e", + "id": "c5225be4-d182-45d8-a504-152433d09557", "name": "Source object.", "originalRequest": { "url": { @@ -200772,7 +200772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b68903a8-9f78-43cd-8be5-1cd727a2aac4", + "id": "c1b4434e-945c-42b8-b15a-a8dfdad44515", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200816,7 +200816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71dd1afd-3161-4630-81fb-13da52cbc812", + "id": "cff5539b-bb6e-4447-8c3c-ce8510fa6262", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200860,7 +200860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68e353c8-c844-4d6a-b6e7-78705445a36c", + "id": "b211142c-a613-4b56-acfe-59d7f183eafb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200904,7 +200904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "014ed727-8fc7-4cb2-a3e8-64fb8c724573", + "id": "8769b6da-b528-4866-a9cf-0fc90835dcce", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -200948,7 +200948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f3af613-de0b-4e56-b10d-4cf31258923c", + "id": "84095994-833a-4f9b-a0a5-aa04747a5a7b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -200992,7 +200992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "129a9bce-862e-45ed-bea4-716add2a0672", + "id": "76946414-4dd2-48af-b0e8-536fe7a38a78", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -201042,7 +201042,7 @@ } }, { - "id": "8f43057d-d654-4eca-b514-5d0db6e39d7f", + "id": "2fadc375-eff0-424b-ac1e-4a7c6a5a442e", "name": "Update Source (Full)", "request": { "name": "Update Source (Full)", @@ -201096,7 +201096,7 @@ }, "response": [ { - "id": "dfd26a84-5a20-41f1-b339-23d25414c2b7", + "id": "8df631bd-ae57-472a-94bd-e057913cd846", "name": "Updated Source object. Any passwords will only show the the encrypted cipher-text so that they aren't decryptable in Identity Security Cloud (ISC) cloud-based services, per ISC security design.", "originalRequest": { "url": { @@ -201153,7 +201153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03d93dfb-ec8e-4e67-a39e-506480d12b2c", + "id": "8d19660a-e3c5-4b2f-935d-a2658acd8c52", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -201210,7 +201210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c99514e-00a7-4cb2-a59f-3040fab4837f", + "id": "2407a7da-d283-4ee5-ba19-72167524fbfc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -201267,7 +201267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d20c3cc2-fcdd-4755-8e9e-683236fafdc1", + "id": "bc71a599-ac89-474c-b1ff-7025f99e9cf2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -201324,7 +201324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06a497fc-8200-4346-ba76-4e8dc82c7615", + "id": "65484dd2-0a6b-46cc-b573-cda5da607556", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -201381,7 +201381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ec2c0ab-c0ba-47c5-a1c2-74fd8d48a221", + "id": "fbfa7081-7b06-4d50-b6b3-058c3129e6ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -201438,7 +201438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec64af47-e4c1-4f2e-ba77-914d4ecc97da", + "id": "2c5d3659-eb84-4d64-8431-dbd1fb2a7326", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -201501,7 +201501,7 @@ } }, { - "id": "42685fa7-c19f-42a1-b50b-924b957793ec", + "id": "e5ae7a1f-68d6-4fa9-bb44-8e2dff729b4a", "name": "Update Source (Partial)", "request": { "name": "Update Source (Partial)", @@ -201555,7 +201555,7 @@ }, "response": [ { - "id": "0ecfe253-ee27-441d-ad03-57c0c092c99e", + "id": "01418527-6078-4426-9625-b96dfc174218", "name": "Edit the source description", "originalRequest": { "url": { @@ -201612,7 +201612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2b1952c-a1b9-4080-9e59-a18547f14ea0", + "id": "072a9954-711a-439b-8fc3-5f09e0ef78b5", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -201669,7 +201669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69f1ab43-9a98-42b4-a0d5-1fe0d226cbb4", + "id": "60b75ffc-c226-4880-9699-7cf2d4e44149", "name": "Edit source features", "originalRequest": { "url": { @@ -201726,7 +201726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "601757bd-a96f-4ab2-a26c-d5c4717a4644", + "id": "1e25a3ae-ff1c-4abf-866d-a24f15fd3fcc", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -201783,7 +201783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc3af579-65ff-49ce-8cb6-852b272bb449", + "id": "b2ebf5ce-bd37-4a28-89c6-ac40b031c088", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -201840,7 +201840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0ee008b-a5d9-4036-abe2-23e2e3e3f274", + "id": "96b332ff-95ce-49b8-b5ed-0318990c7296", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -201897,7 +201897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "126e010b-90f9-4ec1-8739-e50d2bc76485", + "id": "8a2c40d8-8f43-4cd5-b4f3-8681c3fd5c38", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -201954,7 +201954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "125204d5-2e63-4829-bcde-5e1165a3afa0", + "id": "1f92a041-09d6-42de-bf58-8068073487bf", "name": "Edit the source description", "originalRequest": { "url": { @@ -202011,7 +202011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4d00e24-8196-4eb8-be06-29d1d3108103", + "id": "fc5d9a26-c516-4b2f-a5f2-0280bc3af7a0", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -202068,7 +202068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1a80dd6-7da0-48e4-81f0-17474367a47e", + "id": "b58d5582-9a56-4792-a240-d58e74649358", "name": "Edit source features", "originalRequest": { "url": { @@ -202125,7 +202125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49f98883-2c8a-4002-8658-378fe001a54b", + "id": "fe5b073f-7780-4604-8c80-ec3534f4aa16", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -202182,7 +202182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c6cc0ba-ca64-487d-84f4-dad5b9c7cba9", + "id": "f40dd3a1-66ae-4d9a-89ee-73f40aaa0d01", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -202239,7 +202239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70916aef-a28e-45c5-a6a5-4ff0e88487bc", + "id": "b63e3350-c8cf-4243-8bcd-2dcb39a44832", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -202296,7 +202296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb645732-6dd1-43cc-9edb-390115767cc9", + "id": "d1b7ec24-b9d1-4f83-8f0f-3bce6dabec34", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -202353,7 +202353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4714b64b-f398-4bdc-8d90-da2098b5180c", + "id": "3c66e2c1-f1ce-4edd-8d89-58d10841da69", "name": "Edit the source description", "originalRequest": { "url": { @@ -202410,7 +202410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9928684-6bff-424b-a525-71c9f2d65235", + "id": "fddcfd98-50f5-4f26-a42e-ceb273669912", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -202467,7 +202467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "552bdf5b-6932-4374-86e4-e0489343c894", + "id": "46374341-a8e2-4af1-8c3e-01afa24f4296", "name": "Edit source features", "originalRequest": { "url": { @@ -202524,7 +202524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a32e5436-8dda-48aa-ba01-9e5ac8eb63de", + "id": "5c92000c-3415-42e3-84ab-13d22f63b25a", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -202581,7 +202581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a514b800-71e3-4ff4-9260-cec411e39629", + "id": "8e0e02b8-01c2-4871-b189-8f4340931b96", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -202638,7 +202638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "049cac94-4c54-4c83-bece-7e9412a3da8f", + "id": "36424252-f4f9-4294-8403-c0f05e44f53b", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -202695,7 +202695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8487dc91-83b4-41f5-99ef-e2b1615a5be4", + "id": "9963c530-795c-4a63-afbc-5d147fb2178b", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -202752,7 +202752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "028d3f7d-906b-430c-82e1-89e8b0ed76fe", + "id": "26c9e7bf-ed49-4806-9516-9741d03eb097", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -202809,7 +202809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16e59689-aa48-4f41-91aa-7cadd7a7ffb9", + "id": "809971ec-8215-40f9-9ac1-c6fe5d75ecaf", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -202866,7 +202866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbb7f225-8650-4721-abc9-b877359695b1", + "id": "cc8cbd67-4f13-479f-965f-33b21d97649c", "name": "Edit source features", "originalRequest": { "url": { @@ -202923,7 +202923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d06e6db3-f5b8-489e-8b79-edbea7d35ec7", + "id": "4b63e57e-12e1-46d7-b68c-4d88bc787995", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -202980,7 +202980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1340fe48-b9dc-4068-bf9f-0c16a885f749", + "id": "7caeb5e0-9a38-4392-aac9-b246e6de2082", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -203037,7 +203037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1223afcd-e224-49fa-af71-e5b1890d6e57", + "id": "0093d430-f0ee-465e-afbc-287236f8a0e0", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -203094,7 +203094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b2281f8-1dac-4c69-a80d-852fd3e8cecb", + "id": "ca274726-b5b1-47c8-8195-9b1e35c4cdc1", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -203151,7 +203151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "647ea36a-9843-465b-974e-b407e1877492", + "id": "1d848427-4720-428b-b7c4-d30a92d4473c", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -203208,7 +203208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d95b424-395f-4177-97fc-d719dc1b0c99", + "id": "05828c3d-ca30-4980-9739-f7f7f4ee778f", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -203265,7 +203265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2e5a265-f3c1-40d9-8c29-0104b82361d3", + "id": "cf10556b-a1f3-4583-85c7-a2eb32b9fb05", "name": "Edit source features", "originalRequest": { "url": { @@ -203322,7 +203322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "791b85c9-64ad-4ef8-ac97-4b023486564f", + "id": "6b8bf104-3c1a-40c5-afc8-bd610c89cd67", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -203379,7 +203379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5556330d-0389-4d06-8a61-822a265dd521", + "id": "a46411a0-0964-4dc4-a212-49ed24a1de61", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -203436,7 +203436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39562e91-145b-43d4-9fb9-43dcf5e236b7", + "id": "b067860e-3654-408e-87f9-af134c9648c6", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -203493,7 +203493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "233b92f7-4257-4701-b073-cccd50ab52d4", + "id": "e8e6bef6-6bf0-4466-a5ba-788e13bc4ce2", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -203550,7 +203550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3623ea4a-2e76-4a23-9aa7-71c8989f39c4", + "id": "7f1db0cb-8263-45d0-afac-95780074354a", "name": "Edit the source description", "originalRequest": { "url": { @@ -203607,7 +203607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66f17f9f-fd12-4a08-a1f8-49e8f9854fc7", + "id": "929426e7-3c30-4261-9b1e-d725c9c557f4", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -203664,7 +203664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2efdd65d-d55a-4a8f-9489-74025c79607a", + "id": "0803df85-0d77-4c6f-914d-478cfa184ee0", "name": "Edit source features", "originalRequest": { "url": { @@ -203721,7 +203721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "301b1050-49db-4aa6-a950-519d389a277c", + "id": "e44977cb-4310-49f4-90b0-d487ea88dfc3", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -203778,7 +203778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f6295b7-25ad-4bdb-bb5e-159a307753c7", + "id": "86306c68-212e-43ec-9e5b-ce0677fbb59a", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -203835,7 +203835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20b23eee-c9e7-456b-b40f-37e4bced6633", + "id": "11db3ebd-d810-44c4-9b1a-783a40130c35", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -203892,7 +203892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c8d9b4a-bde5-4cfd-9ef1-56659f0b7c79", + "id": "488ccbb3-5add-44af-8d55-2bcf2f2d8aab", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -203949,7 +203949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9416602-1d63-427d-931d-454c0e5d05c4", + "id": "9c33d661-9812-43ac-8da2-4bd8a522d765", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -204006,7 +204006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "882ed3aa-7236-4d69-8de2-1f518f332243", + "id": "262720c3-c588-43a8-9223-db26e1cae8f0", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -204063,7 +204063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4eedf9fe-9857-434d-afdf-e4a267731561", + "id": "37c17a79-32af-4147-bb4c-386ae3e9d039", "name": "Edit source features", "originalRequest": { "url": { @@ -204120,7 +204120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79242502-8c85-494c-a506-e19100f9f188", + "id": "27e10f3c-7304-4ad9-9bd1-76a9647cd881", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -204177,7 +204177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "148585ed-c0e3-4534-a1d4-c71dbbaaf233", + "id": "67fed4b9-a871-4bce-8a50-62d763349677", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -204234,7 +204234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b3b3dce-5696-4808-8a7f-1aca88dde0b2", + "id": "727146c9-49fc-4f50-8a7b-9bf5256cf658", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -204291,7 +204291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09c480b9-6ab2-4ad5-8cbd-2502842178e6", + "id": "9bdb68f7-5383-4663-9e93-252333202279", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -204354,7 +204354,7 @@ } }, { - "id": "971d337a-3871-48e9-af23-3ce7da225d1a", + "id": "a35188fc-72e0-4dd9-8e5a-2157aa832b16", "name": "Delete Source by ID", "request": { "name": "Delete Source by ID", @@ -204395,7 +204395,7 @@ }, "response": [ { - "id": "5159adf8-abef-4b28-a936-c68f89a96375", + "id": "1aa71895-b595-44d5-aa86-290ea5f329c0", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -204439,7 +204439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "120c16e8-0c2d-4842-a1fd-406d7734c3ff", + "id": "56c9b9a3-1675-4280-8e87-bdbf370dc474", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -204483,7 +204483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34ed3017-483e-4084-b045-58fe34ba001e", + "id": "7b7255f9-6e99-414a-9185-4f1c4e231a38", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -204527,7 +204527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e0c95ab-eaf7-4946-87e6-f49b63b3928c", + "id": "410429c0-2c12-4d7f-aa10-143255d78d0e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -204571,7 +204571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9a707cf-699e-4780-b63a-0240c0d53e88", + "id": "2421fc99-4166-4a6d-aa64-218ee106b4a0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -204615,7 +204615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dea682b-518f-4e6c-910f-9124a9ff3a8e", + "id": "9618774a-155d-455e-9518-a270bb95540a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -204659,7 +204659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29890da6-4087-46f3-8440-ae0e5b319741", + "id": "4a1a5b97-bf95-44a2-a84a-e9ecc1d4423c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -204709,7 +204709,7 @@ } }, { - "id": "b2e1cec0-82e0-4d0a-b713-981d5242c6af", + "id": "ab7a8f8e-1a5e-4495-b6ef-bb98f532b731", "name": "Attribute Sync Config", "request": { "name": "Attribute Sync Config", @@ -204751,7 +204751,7 @@ }, "response": [ { - "id": "c554c5c7-07e9-4cce-b745-50140234354b", + "id": "8c662607-7c43-4cb9-b99a-e9fba79fe688", "name": "Attribute synchronization configuration for a source", "originalRequest": { "url": { @@ -204796,7 +204796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f729e97-729d-40c7-86c0-68b4c3b27a86", + "id": "e743e6f2-0009-4d8b-ba5a-85ea22037a65", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -204841,7 +204841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc12c02c-50a8-4bce-9762-3dcfaedbaa8f", + "id": "2958c108-aa45-48bc-8639-61edb5293208", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -204886,7 +204886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1bb375d-e508-4d41-80f0-333bc9d5cc49", + "id": "4ed0da9d-3d9a-45ae-89ce-055d8179ab08", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -204931,7 +204931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12cf0167-6696-4962-b55a-3124e879288c", + "id": "6419dacd-1b03-422c-a4d8-1b4e08552296", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -204976,7 +204976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6f7c6b9-d424-4fd2-94b1-78c81bace241", + "id": "dd1fd113-a6d7-4464-b987-370e183733c8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -205021,7 +205021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3089305f-6ddf-402c-92ed-7d20ea108502", + "id": "1bd8a194-a3c0-4613-a786-26c7658c1cdd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -205072,7 +205072,7 @@ } }, { - "id": "c9f677b7-3d16-48b6-b6b4-13254856c367", + "id": "2f380427-b4ed-481b-89e2-1006ee43606d", "name": "Update Attribute Sync Config", "request": { "name": "Update Attribute Sync Config", @@ -205127,7 +205127,7 @@ }, "response": [ { - "id": "d2e896d8-d90a-41f3-ada2-dcce79a6b04d", + "id": "c1b8696c-10d0-443d-a612-2960981580c6", "name": "Updated attribute synchronization configuration for a source", "originalRequest": { "url": { @@ -205185,7 +205185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e885ad4d-1614-4602-b0ee-80aca6118521", + "id": "16524b11-c75a-4b41-b68d-86ec319d2710", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -205243,7 +205243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28b72561-24e7-42a7-be44-cf72a862f270", + "id": "8c3d92cf-af31-4043-a835-d88cc7e8db5b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -205301,7 +205301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "177b8020-3142-4bfd-ae48-14f53fd796b8", + "id": "71bda027-559f-4c39-8b91-63345b03f314", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -205359,7 +205359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7aeef8a-1cb8-441d-b804-320217f76692", + "id": "e107e79e-4bc0-449a-8a36-04da21387405", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -205417,7 +205417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "249498f1-3081-4d18-8875-6506c110eb03", + "id": "27a27d19-6d70-4ba2-868f-a544b6c25a53", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -205475,7 +205475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "035bf373-b5ef-416b-a7ac-79d201f44a2a", + "id": "063e3e8d-4b38-4331-95e1-a626e190ffad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -205539,7 +205539,7 @@ } }, { - "id": "0db942f1-10ae-4b84-80b7-eefedc364a72", + "id": "55816ccd-c111-4e5f-b790-60be716ac24d", "name": "Check connection for source connector.", "request": { "name": "Check connection for source connector.", @@ -205582,7 +205582,7 @@ }, "response": [ { - "id": "a5b934dd-f3fb-4238-a528-10ad214a05a5", + "id": "08f12f75-0dcb-4946-b5fb-b400daf85cdc", "name": "The result of checking connection to the source connector with response from it.", "originalRequest": { "url": { @@ -205628,7 +205628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae42e529-c3b0-48ba-9b14-80c0ee6a9a01", + "id": "f8c739e3-27b9-400e-9529-a76dc10d1f32", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -205674,7 +205674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f23e0149-1504-424d-950c-76312b9580eb", + "id": "3e2f825e-1af1-4ce9-90d8-390cb3e552ed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -205720,7 +205720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4df637d-de4c-4b56-b425-d38efc72b560", + "id": "990a9e61-3ae6-41ee-80c5-f7962bb4fb53", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -205766,7 +205766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c2573b8-fec1-42e2-a2cf-95dd88daca34", + "id": "55a28411-1328-46f4-85e0-76ceaf8f4e64", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -205812,7 +205812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77a746f7-d5f1-49ed-871e-ce0dd1cf186d", + "id": "62bde61a-14c7-4f10-ba5f-3ce641738b5e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -205858,7 +205858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41228be1-55c8-4ce8-a90e-8734f9879d72", + "id": "eac52332-c60d-4074-bae2-34d685840290", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -205910,7 +205910,7 @@ } }, { - "id": "4b103cd4-8e44-4420-98a1-49d336fa5214", + "id": "80b744f4-81e0-46ef-8fac-b0585a65b595", "name": "Peek source connector's resource objects", "request": { "name": "Peek source connector's resource objects", @@ -205966,7 +205966,7 @@ }, "response": [ { - "id": "db4c99fc-2b3c-4ad4-a000-c7070fcd9905", + "id": "4d3326ba-1577-412c-af21-269f31a12b5f", "name": "List of resource objects that was fetched from the source connector.", "originalRequest": { "url": { @@ -206020,12 +206020,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"ODS-AD-Test [source-999999]\",\n \"objectCount\": 25,\n \"elapsedMillis\": 1055,\n \"resourceObjects\": [\n {\n \"instance\": \"aute deserunt\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"non laborum ipsum dolor\",\n \"name\": \"Aaron Carr\",\n \"objectType\": \"account\",\n \"incomplete\": false,\n \"incremental\": false,\n \"delete\": false,\n \"remove\": false,\n \"missing\": [\n \"missFieldOne\",\n \"missFieldTwo\"\n ],\n \"attributes\": {\n \"telephoneNumber\": \"12-(345)678-9012\",\n \"mail\": \"example@test.com\",\n \"displayName\": \"Aaron Carr\"\n },\n \"finalUpdate\": false\n },\n {\n \"instance\": \"sed minim Excepteur fugiat consequat\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"nulla\",\n \"name\": \"Aaron Carr\",\n \"objectType\": \"account\",\n \"incomplete\": false,\n \"incremental\": false,\n \"delete\": false,\n \"remove\": false,\n \"missing\": [\n \"missFieldOne\",\n \"missFieldTwo\"\n ],\n \"attributes\": {\n \"telephoneNumber\": \"12-(345)678-9012\",\n \"mail\": \"example@test.com\",\n \"displayName\": \"Aaron Carr\"\n },\n \"finalUpdate\": false\n }\n ]\n}", + "body": "{\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"ODS-AD-Test [source-999999]\",\n \"objectCount\": 25,\n \"elapsedMillis\": 1055,\n \"resourceObjects\": [\n {\n \"instance\": \"veniam tempor est cupidatat ut\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"ex mollit anim dolor aliqua\",\n \"name\": \"Aaron Carr\",\n \"objectType\": \"account\",\n \"incomplete\": false,\n \"incremental\": false,\n \"delete\": false,\n \"remove\": false,\n \"missing\": [\n \"missFieldOne\",\n \"missFieldTwo\"\n ],\n \"attributes\": {\n \"telephoneNumber\": \"12-(345)678-9012\",\n \"mail\": \"example@test.com\",\n \"displayName\": \"Aaron Carr\"\n },\n \"finalUpdate\": false\n },\n {\n \"instance\": \"nostrud velit\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"aliquip\",\n \"name\": \"Aaron Carr\",\n \"objectType\": \"account\",\n \"incomplete\": false,\n \"incremental\": false,\n \"delete\": false,\n \"remove\": false,\n \"missing\": [\n \"missFieldOne\",\n \"missFieldTwo\"\n ],\n \"attributes\": {\n \"telephoneNumber\": \"12-(345)678-9012\",\n \"mail\": \"example@test.com\",\n \"displayName\": \"Aaron Carr\"\n },\n \"finalUpdate\": false\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ad1c1748-f87b-4f47-aa5f-7bb82c1d3dba", + "id": "e8e396b3-ff82-4570-b736-797b8c1b4ca1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -206084,7 +206084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dc781a4-c08f-48ef-be25-b21cc9cac8a0", + "id": "607d3d62-fd93-4d15-a5c7-8e03609fa52c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -206143,7 +206143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a27ffc7a-9a2a-4654-8a8f-564311641dd1", + "id": "f30dda10-f69b-4353-9d36-3b27aefdcb70", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -206202,7 +206202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5af940d6-28c8-44f3-81fb-7eeb97aafc1a", + "id": "1a4860ca-b595-4b31-9caa-0ff42d38ba46", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -206261,7 +206261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84fc2c86-9b77-446a-a193-f349b72c6202", + "id": "176496f5-b70d-4921-836d-3f695c866fee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -206320,7 +206320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d92af98-2707-4b34-b418-644138d3a999", + "id": "e80b03d6-8d83-41c2-89a8-1dfee2afd501", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -206385,7 +206385,7 @@ } }, { - "id": "997693a9-6737-4bd7-bc6b-d23462e35811", + "id": "3eab89ca-6426-4594-b97c-8459c8ae20f2", "name": "Ping cluster for source connector", "request": { "name": "Ping cluster for source connector", @@ -206428,7 +206428,7 @@ }, "response": [ { - "id": "95ef66fe-f677-47d5-baf1-06d8267fa673", + "id": "0f1c0742-fc1a-4ae2-bbef-f791e78bf04a", "name": "The result of pinging connection with the source connector.", "originalRequest": { "url": { @@ -206474,7 +206474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82b4db5d-9450-455b-96db-afabda799e7f", + "id": "1f4c5a44-6f7b-458e-94f5-185d07297c96", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -206520,7 +206520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5e4c14f-dc00-4863-b6f8-b7748f0250d5", + "id": "a53ae0e5-cf7a-4e3d-ba9a-c74debaf1d75", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -206566,7 +206566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aabeb29a-d891-4504-b191-4d42609f8704", + "id": "6156ff51-ce76-4eb8-9c0b-9a48daa03c56", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -206612,7 +206612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "559c5e99-93f8-4bc6-a36c-f6c3a026999a", + "id": "0fa454ec-e1be-4c74-b9a6-bd479c8b4178", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -206658,7 +206658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f6a08a4-5edc-4dfe-8856-fd869815f298", + "id": "82b0bb9c-8b2c-4384-9ec8-9f607ef38075", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -206704,7 +206704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dae6b3d-f891-40fc-8138-a8039bd09d59", + "id": "75c8201e-0a27-4cf5-86bb-1c0cefa20ac0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -206756,7 +206756,7 @@ } }, { - "id": "92e892b1-efc1-4d92-a704-6853e0ad3c89", + "id": "46b186c9-71da-4d32-9590-2c573fdb899f", "name": "Test configuration for source connector", "request": { "name": "Test configuration for source connector", @@ -206799,7 +206799,7 @@ }, "response": [ { - "id": "be8d4ac1-5e95-4a47-aa1f-782ffbb04b05", + "id": "d3a83704-fd6f-47c0-98a0-6d25e2e1e928", "name": "The result of testing source connector configuration with response from it.", "originalRequest": { "url": { @@ -206845,7 +206845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6aa93bb8-cd39-48a7-a0b3-cd26f1418158", + "id": "b312b647-38f7-4c83-88fc-e56216e3983d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -206891,7 +206891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b748f6b-8b81-4193-854c-d268a610cf4a", + "id": "e6c1a13d-68a6-407c-be84-2b1df8a16199", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -206937,7 +206937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "158c3311-a5ed-4c77-8d65-84704792bb1d", + "id": "cb14dda1-2957-46c3-a9e5-4ab7ba990dab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -206983,7 +206983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bd6042f-8ad8-4524-bf83-db59ae41a133", + "id": "95303510-d443-4dc8-b329-7038ac5929a5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -207029,7 +207029,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05e1e29d-dc25-48f3-8c07-2f586ab56256", + "id": "f2c9802d-35eb-4836-99fb-df9c95a72ba1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -207075,7 +207075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58519e24-ae64-4466-a957-21e9564f1261", + "id": "68f9f6a3-e713-4ed2-be96-1d208e51b535", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -207127,7 +207127,7 @@ } }, { - "id": "56a28ecd-5271-4bf6-8752-5659a8189d32", + "id": "448400d0-bf45-4490-82b4-835a1aed5b73", "name": "Gets source config with language translations", "request": { "name": "Gets source config with language translations", @@ -207153,13 +207153,13 @@ "type": "text/plain" }, "key": "locale", - "value": "pl" + "value": "zh-CN" } ], "variable": [ { "type": "any", - "value": "eiusmod qui in ullamco", + "value": "nisi", "key": "id", "disabled": true, "description": { @@ -207180,7 +207180,7 @@ }, "response": [ { - "id": "adf96eca-1257-4b06-a45b-cf6b886ac360", + "id": "6a75f8da-891b-4101-896c-e14f16b7a08d", "name": "A Connector Detail object", "originalRequest": { "url": { @@ -207201,7 +207201,7 @@ "type": "text/plain" }, "key": "locale", - "value": "pl" + "value": "zh-CN" } ], "variable": [] @@ -207231,12 +207231,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"JDBC\",\n \"sourceConfigXml\": \"
\\n\\t
\",\n \"sourceConfig\": \"sit nostrud labore\",\n \"directConnect\": true,\n \"fileUpload\": false,\n \"uploadedFiles\": \"non et magna esse do\",\n \"connectorMetadata\": {\n \"supportedUI\": \"EXTJS\"\n }\n}", + "body": "{\n \"name\": \"JDBC\",\n \"sourceConfigXml\": \"
\\n\\t
\",\n \"sourceConfig\": \"dolor ut culpa nisi\",\n \"directConnect\": true,\n \"fileUpload\": false,\n \"uploadedFiles\": \"est pr\",\n \"connectorMetadata\": {\n \"supportedUI\": \"EXTJS\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a7d5a801-f0eb-4663-b800-5c6e1eb368f0", + "id": "dc27fbcd-3eb6-4115-ae86-0c47208e83bb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -207257,7 +207257,7 @@ "type": "text/plain" }, "key": "locale", - "value": "pl" + "value": "zh-CN" } ], "variable": [] @@ -207292,7 +207292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9aafdf5d-3a46-47d4-8bcc-2d1929f3ba9e", + "id": "809e78f9-57f7-4c34-82b2-f94da9cca807", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -207313,7 +207313,7 @@ "type": "text/plain" }, "key": "locale", - "value": "pl" + "value": "zh-CN" } ], "variable": [] @@ -207348,7 +207348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2ab7c77-0c3f-4a73-9009-a7d3ad12ba8d", + "id": "46373ab9-0554-4cd0-9b88-e1f4feee4fc9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -207369,7 +207369,7 @@ "type": "text/plain" }, "key": "locale", - "value": "pl" + "value": "zh-CN" } ], "variable": [] @@ -207404,7 +207404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "975ff651-b73a-4394-a27a-90c7a84f678a", + "id": "71eb4ad9-dbf7-4f32-b9f5-cfc6ec5bf331", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -207425,7 +207425,7 @@ "type": "text/plain" }, "key": "locale", - "value": "pl" + "value": "zh-CN" } ], "variable": [] @@ -207460,7 +207460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85580751-4897-4e6a-b646-a9e3a866b078", + "id": "58c1b104-d1a8-4a49-a0f6-22690c3a1d21", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -207481,7 +207481,7 @@ "type": "text/plain" }, "key": "locale", - "value": "pl" + "value": "zh-CN" } ], "variable": [] @@ -207522,7 +207522,7 @@ } }, { - "id": "5374c00a-403f-44c5-bfd9-a0b16176c612", + "id": "193b7d8d-8dec-4d04-bea9-54e769988e4e", "name": "Native Change Detection Configuration", "request": { "name": "Native Change Detection Configuration", @@ -207568,7 +207568,7 @@ }, "response": [ { - "id": "479bc00c-744c-441b-8b62-69b609e2f3fc", + "id": "c2155c47-9889-42f0-8c79-1dac483731d2", "name": "Native change detection configuration for a source", "originalRequest": { "url": { @@ -207613,7 +207613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "068ac99a-e3f9-4c91-8383-98f95d3970c7", + "id": "7a0c5f94-137b-44ac-a1c8-4170755f148b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -207658,7 +207658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cd0b3c2-36c1-45a4-bea2-a23b7912bd76", + "id": "32ea7157-e078-4ea0-bee9-3ba856196431", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -207703,7 +207703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "241a3516-b7d0-4092-8969-158fddefc30d", + "id": "6238446c-c4f2-427b-b523-29c31db4efcc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -207748,7 +207748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "311b6d54-af7d-4a91-8eef-462afa945b9f", + "id": "4af2cac9-8491-4f9f-b91a-b14d82b40821", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -207793,7 +207793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98459a66-1b49-4838-95a5-2565e2f81ec4", + "id": "1af5fd13-0859-45ad-b4e7-7d76599d5706", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -207838,7 +207838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30e28d8a-249a-4cf5-b148-cf35da4b5f78", + "id": "5bb87c41-fb72-49a4-9252-9cd341cef2b8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -207889,7 +207889,7 @@ } }, { - "id": "9d7a68b1-7acc-49fa-99d6-4142f83c1d48", + "id": "e2c3db05-f99b-4a47-9537-0a256afaba24", "name": "Update Native Change Detection Configuration", "request": { "name": "Update Native Change Detection Configuration", @@ -207948,7 +207948,7 @@ }, "response": [ { - "id": "1d93384c-103c-4000-be0d-bb926b32cc3b", + "id": "25abe666-dae9-44c5-8811-0273f474a593", "name": "Updated native change detection configuration for a source", "originalRequest": { "url": { @@ -208006,7 +208006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01ac10a9-022d-431c-800b-99f91013fa4a", + "id": "abe0539d-6362-47f4-82d1-6b98d883262e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -208064,7 +208064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba316a52-5bb6-4a34-814b-aaec65150662", + "id": "3586dbf0-589c-4561-ad65-36fbf4ec43f2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -208122,7 +208122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "197a569f-0fdd-4478-b7c3-572675240a6b", + "id": "d20e3c8f-06b0-4e6b-ba18-a9a4b20d6987", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -208180,7 +208180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f2f1d93-9a1c-49f6-b239-6e7f15de6b60", + "id": "26ec3bd3-2603-473f-bd46-0774699db092", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -208238,7 +208238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47a87ef7-83bb-48a9-87cd-fdf0b863175b", + "id": "97998bf2-3276-4883-b1c0-a608d76ffefc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -208296,7 +208296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3e6f942-1103-48dd-9822-461188fcb3e4", + "id": "d630c908-1f8d-4773-8804-323ab310a2e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -208360,7 +208360,7 @@ } }, { - "id": "0b9c1116-6047-489c-b610-6e10b21bbff9", + "id": "604d065e-473d-4767-814d-e84d08933c2a", "name": "Delete Native Change Detection Configuration", "request": { "name": "Delete Native Change Detection Configuration", @@ -208406,7 +208406,7 @@ }, "response": [ { - "id": "784a20c9-b5ff-4aac-aac3-65cae81dd7b2", + "id": "d9c452dd-8409-4a57-b1a6-9e8f9a0c8404", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -208441,7 +208441,7 @@ "_postman_previewlanguage": "text" }, { - "id": "24bae930-a0c8-48db-81b2-7be7b4a7922c", + "id": "9ec185ea-be5d-4372-ad37-7413b119a1c1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -208486,7 +208486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25c75300-478f-4a10-8236-45b1e370ca0a", + "id": "e0690fc5-2fa2-4919-be68-9a36aaecea3d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -208531,7 +208531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfb4d61e-ab33-41f4-aaf9-e053d409dc69", + "id": "aceed26c-f639-4cbb-97c1-ca39f9bbc23a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -208576,7 +208576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f10cbe7-88a7-4cbd-840e-e3acddee9130", + "id": "e092feb5-f127-42bb-a5a4-69e36090d9b0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -208621,7 +208621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4993956-08d6-4bb6-b522-3e2e5ac36845", + "id": "f68b2fdd-7b32-47db-8191-c1434b336980", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -208666,7 +208666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43a0971e-4302-4ed4-8076-64b5e6087991", + "id": "e3f70691-f07c-4ba6-8c5f-bc1c48dfe978", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -208717,7 +208717,7 @@ } }, { - "id": "480d50bc-63db-4fa1-9f3a-079752c20a29", + "id": "a762cee4-f871-4fb5-adfb-65ca3b1ae339", "name": "Lists ProvisioningPolicies", "request": { "name": "Lists ProvisioningPolicies", @@ -208759,7 +208759,7 @@ }, "response": [ { - "id": "f5838abf-88f7-44cc-874d-e76039d955eb", + "id": "e37b71f1-db81-4f0b-9399-0b0754cec037", "name": "List of ProvisioningPolicyDto objects", "originalRequest": { "url": { @@ -208804,7 +208804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "febfcd19-400f-4e25-906e-b36677d0b530", + "id": "5a778d03-d57f-4fc9-ad79-4f7812b4a4f7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -208849,7 +208849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb86a20e-ea9f-440b-a116-fbd92d340249", + "id": "4cb61c0a-ac4c-4174-b47a-b3a7b0f2d18a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -208894,7 +208894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdffdbe6-0047-4f15-9f1d-87f3e68132ba", + "id": "44c432ef-1d4c-4cce-8b93-8854445c2dfe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -208939,7 +208939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "567cccdd-13e6-4839-8195-6b4de8afa726", + "id": "f90dd2a0-b5d2-4eff-8443-8181adc00f7a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -208984,7 +208984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "123235b7-1137-45c7-84bf-b09379d725a6", + "id": "80c380ca-1dcb-4318-b373-db1be9bd7792", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -209029,7 +209029,7 @@ "_postman_previewlanguage": "json" }, { - "id": "921189c9-5940-4be6-b71e-0b6c4d32a053", + "id": "7ea9f0c8-e1e2-4eed-a664-6fbd15bcc2ab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -209080,7 +209080,7 @@ } }, { - "id": "43373529-3b83-4d31-ba15-e101ef5ae2c8", + "id": "ce493d31-f1d7-4ea9-afe2-f452a68af7e2", "name": "Create Provisioning Policy", "request": { "name": "Create Provisioning Policy", @@ -209135,7 +209135,7 @@ }, "response": [ { - "id": "f9fbf187-d1bb-4b1e-ad61-f3e24651016b", + "id": "11571d63-7ed5-4d01-9e81-72bc16ece2ad", "name": "Created ProvisioningPolicyDto object", "originalRequest": { "url": { @@ -209193,7 +209193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71b77e2d-8264-4508-a045-bcf45f467dab", + "id": "aafafa0b-973a-4d04-afd2-f8c75e9809c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -209251,7 +209251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc11013a-36f5-492e-a2f0-429c84ee1b3b", + "id": "a192bd84-f4b3-4332-93d0-2705a8efd087", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -209309,7 +209309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e703e86-e200-4733-977a-62f8b7bdcb2e", + "id": "ef5fb053-acb4-4ed0-85b0-019411754239", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -209367,7 +209367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c99330f7-e570-4a13-88db-7ab42d0436ea", + "id": "f4a2a2e2-71b7-46ac-89f8-d1163621f57e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -209425,7 +209425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c3a11c5-4c08-41ff-813f-c69778841681", + "id": "3bf81e21-faad-40d8-aaaf-1fe62722ca2d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -209483,7 +209483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ef8de62-f476-4af2-a600-9c8f8b124710", + "id": "01c6ef51-ee1b-4715-851d-10e81af8ac0d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -209547,7 +209547,7 @@ } }, { - "id": "559db8db-8398-416e-9188-2dd0b4b95236", + "id": "5272f99a-014e-4642-906a-e33e8a078856", "name": "Get Provisioning Policy by UsageType", "request": { "name": "Get Provisioning Policy by UsageType", @@ -209600,7 +209600,7 @@ }, "response": [ { - "id": "1091947b-9da5-445a-8910-810346c96341", + "id": "80467fa2-b6d1-4c42-9cac-8844bfd61d40", "name": "The requested ProvisioningPolicyDto was successfully retrieved.", "originalRequest": { "url": { @@ -209646,7 +209646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b66b99c-cc4a-4be1-9aa5-b9d4acf2d540", + "id": "8394a943-d6cb-47b5-81e7-0b3980c59535", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -209692,7 +209692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7f60528-889f-46b9-9517-ef8e2f68c0b7", + "id": "5d579ca4-cb83-4f43-b96e-9ea59794e0e5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -209738,7 +209738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1e68e7b-d301-43d9-ac92-d6cc07c29f29", + "id": "0801416a-b0e4-4d41-9137-2d0e253fa311", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -209784,7 +209784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fd8d1a2-a1d1-4202-86db-55aa0a92a342", + "id": "bec6187e-dcc4-4e58-a918-716fd29df86e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -209830,7 +209830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca9122ef-8c3e-45fa-96e3-9add40501bfe", + "id": "652c9fec-2843-4aad-9f61-f6c0af24b221", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -209876,7 +209876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cde18e91-4cd1-491d-a22a-5dfa2d7385a6", + "id": "9981bebf-346b-4e01-8caf-010eb875b834", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -209928,7 +209928,7 @@ } }, { - "id": "bedc6c6c-bba0-4c5a-ae26-50d91de9d57e", + "id": "7c077d8e-cda2-445c-becb-9211bda7f1bb", "name": "Update Provisioning Policy by UsageType", "request": { "name": "Update Provisioning Policy by UsageType", @@ -209994,7 +209994,7 @@ }, "response": [ { - "id": "80e20ca3-4ee5-4368-96c2-60565538c40b", + "id": "fba33b27-bcab-4e89-9564-88ac875a094a", "name": "The ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -210053,7 +210053,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04ec4c82-636b-4679-97e5-137f5ce1d48e", + "id": "5496e265-4cf1-47e3-8c0a-e70c067be0e4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -210112,7 +210112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13e333ec-03f3-445b-98d7-f16d13874700", + "id": "5693b759-9a81-4ccc-98f0-3a522a98021f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -210171,7 +210171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5422909f-0694-4efa-901d-036b35105ee2", + "id": "486238ff-5829-4251-808e-b7adb123bdb5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -210230,7 +210230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66a2727e-55c9-45ae-aa47-0b7b1fd77a32", + "id": "94746302-24b4-4672-97e1-b2464e3d4685", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -210289,7 +210289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0e254f8-4628-4a9e-aaea-46b622441f77", + "id": "93b7666e-f90b-4823-8f96-5113a407d164", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -210348,7 +210348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "985a393a-8654-49cf-96a4-4c2441558d50", + "id": "05a72fc1-0fc3-43b6-9061-b519db03d5bc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -210413,7 +210413,7 @@ } }, { - "id": "83992aab-d650-4f49-a084-54a8b7fc437c", + "id": "d3692db4-2811-4b79-825e-1a7728eae66b", "name": "Partial update of Provisioning Policy", "request": { "name": "Partial update of Provisioning Policy", @@ -210479,7 +210479,7 @@ }, "response": [ { - "id": "7d2ff6ba-16b2-4d9a-a786-07f56a25ecad", + "id": "e9ad1adb-6055-4467-bf8b-54a1fb90774a", "name": "The ProvisioningPolicyDto was successfully updated.", "originalRequest": { "url": { @@ -210538,7 +210538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32bcc50e-ae5b-4b1f-9336-bef3f51f1897", + "id": "334f2f1a-9a27-4034-a15c-fe63294d4d6e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -210597,7 +210597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55871e1d-a8c0-48cc-a437-d85b7f709f86", + "id": "6a2673c3-3163-4478-8b2c-a310c67cefdc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -210656,7 +210656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e0b71aa-80de-4047-a18a-f701b6652c8c", + "id": "d081188b-388a-459e-b627-74ea4bbb9b1c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -210715,7 +210715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "363802c5-c6d9-48ca-b43e-45b20f4f9587", + "id": "36c027ba-89bf-4d87-b7a2-c6c5a55bd9dc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -210774,7 +210774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "043911a3-2139-4945-9ed5-4dced9ea33a1", + "id": "7bdea7dc-46bf-40f4-a5d7-6f2918916af6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -210833,7 +210833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9081fc5-274f-494a-8870-1230f6a9378d", + "id": "068ac0b3-b880-4138-8de7-405bd7f1edd6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -210898,7 +210898,7 @@ } }, { - "id": "cdb08218-4985-4aa2-b882-e9b15b17219e", + "id": "97dbc6be-df3f-4fe4-ab8d-187fe7c8dbb5", "name": "Delete Provisioning Policy by UsageType", "request": { "name": "Delete Provisioning Policy by UsageType", @@ -210951,7 +210951,7 @@ }, "response": [ { - "id": "db8c8c71-5441-4949-badf-eaac8cfbf5da", + "id": "283bd9b4-0838-4d73-bb3b-e405e34cb84a", "name": "The ProvisioningPolicyDto was successfully deleted.", "originalRequest": { "url": { @@ -210987,7 +210987,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5879f71d-7469-486c-9842-800adde5acf3", + "id": "35b8b3a8-a891-4cec-911f-9f8b55db64d8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -211033,7 +211033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6ffb9ef-04d4-4c6b-b648-e72fa0362906", + "id": "a349bed9-433e-450c-b1e2-37cda935fa27", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -211079,7 +211079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81a26f40-9ee9-4562-a84e-ed0e2ea4e9c2", + "id": "757f16f5-e8f1-4c6b-beb9-434cfdc2ddb8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -211125,7 +211125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a17cf382-dcee-48e2-a2a0-6deed012ef3d", + "id": "5258cc52-050e-458b-90f1-555233aef4d9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -211171,7 +211171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e9169a7-da6f-4cc7-9b4d-1b460beef124", + "id": "d5821def-6509-48b6-b5a6-a9623d132253", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -211217,7 +211217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea102243-6438-490f-8ddb-bf582ec00fc2", + "id": "4de6ffe5-e7ec-448f-921a-c9f5d82063ef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -211269,7 +211269,7 @@ } }, { - "id": "8815c6d1-0b95-4def-945a-2ea5baf34301", + "id": "688470bb-c517-4e0b-beb9-55849fb14ecb", "name": "Bulk Update Provisioning Policies", "request": { "name": "Bulk Update Provisioning Policies", @@ -211325,7 +211325,7 @@ }, "response": [ { - "id": "c3009a0c-f17e-42fd-b1a4-9ec39482b57d", + "id": "fdd9d5c3-7c8e-4147-afe8-ebc486b0d97a", "name": "A list of the ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -211384,7 +211384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ae5d728-c171-429e-bfda-98b9c8511536", + "id": "5f426253-08f4-44ad-8fec-6790a68364b7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -211443,7 +211443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44602dbf-14e4-46f5-9a16-836e757670e5", + "id": "0e4261a5-fd94-499c-9f45-1f6c117ff191", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -211502,7 +211502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb5767d0-5f99-495b-a4fe-87b731f31408", + "id": "ec501fda-585b-46a8-b09d-a313276c5e38", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -211561,7 +211561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84c47602-5996-4aac-b829-0acfe6dcbca9", + "id": "20a998a3-9b56-40f1-8418-39555ad79bc6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -211620,7 +211620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27df77e7-d2f3-4f81-9e46-b182a5b746bb", + "id": "4712f6de-95d5-4d05-8f88-6faf10dcc4e8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -211679,7 +211679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "414359ca-23f6-439f-a98d-b05d13a29064", + "id": "9d510b9c-0875-4818-a185-b1a720a3e2d6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -211744,7 +211744,7 @@ } }, { - "id": "6455c025-6984-409f-88a4-bb9176ec6709", + "id": "25d9959f-7c65-4298-8ffd-a986a8d9c875", "name": "Remove All Accounts in a Source", "request": { "name": "Remove All Accounts in a Source", @@ -211786,7 +211786,7 @@ }, "response": [ { - "id": "d2fd620a-5dc8-460c-983f-ae64316345f4", + "id": "bc92ebf9-d5e6-4fa0-9de4-74c008acee0e", "name": "Accepted. Returns task result details of removal request.", "originalRequest": { "url": { @@ -211831,7 +211831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c3f60b2-d8a5-42b6-acb1-85ff8d899eef", + "id": "be2ccf7f-80d9-4f85-9a5a-fc0c9f2662e5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -211876,7 +211876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ce221c2-08f7-45bd-8765-97e45b8c3194", + "id": "1d5c1002-f605-425f-a765-0bb1b939dbbf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -211921,7 +211921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a82e7399-f187-419c-89a2-e29aed4ad6cb", + "id": "9b2f178a-7b58-406f-a97d-65dc7f243eed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -211966,7 +211966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f347049-9770-4a86-9000-eed3935661f4", + "id": "ce2b9847-442f-443d-93c3-28a7c0a765ea", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -212011,7 +212011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a2c1820-81ce-4a90-be3a-6e2cf65daf3f", + "id": "f62c09a3-8c8b-43c4-bb75-6ce19440add3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -212062,7 +212062,7 @@ } }, { - "id": "154f48a6-8b87-4764-9071-33b6412846bf", + "id": "2919a28a-5714-4fd8-93dc-3cede147890c", "name": "List Schemas on Source", "request": { "name": "List Schemas on Source", @@ -212123,7 +212123,7 @@ }, "response": [ { - "id": "e8cd27c4-3195-40bd-9a27-37f7a200da8a", + "id": "8c4cb179-837f-4ee6-8c1b-4f5cca64eb38", "name": "The schemas were successfully retrieved.", "originalRequest": { "url": { @@ -212187,7 +212187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a6fe85a-5e4d-452a-9641-2dcc89a6725d", + "id": "f31a455e-1906-43fe-90da-2233507d6c6f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -212251,7 +212251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6899bd29-2357-414d-b85c-f8e645478944", + "id": "1661af5d-d9aa-486c-bccc-3c503e33a40a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -212315,7 +212315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b33cb35-f9cb-40ad-8909-a55143320821", + "id": "cdeae245-fd6e-4abb-bcea-b717502600a2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -212379,7 +212379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cdf696d-035e-486b-aa17-0d277455e1eb", + "id": "c8049d2b-286f-4df3-a392-34fd8000454b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -212443,7 +212443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "758daf8f-0f0d-458a-bd22-250660f92d24", + "id": "63613c81-3cf7-43c5-b699-c972e970fd58", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -212507,7 +212507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "600276b1-3f81-4d75-910d-10b883fb6b65", + "id": "99ad7dfb-01cd-4775-ab7e-c28a5d33b013", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -212577,7 +212577,7 @@ } }, { - "id": "3d18beae-00c1-4406-a925-82bb4ee8d20b", + "id": "b527a399-2e01-4eb9-8711-ab51935d1f98", "name": "Create Schema on Source", "request": { "name": "Create Schema on Source", @@ -212632,7 +212632,7 @@ }, "response": [ { - "id": "6f133a44-6a75-4205-989e-2c588d73e134", + "id": "3af9b2f6-4e52-4bf0-b835-5920d63d3e76", "name": "The schema was successfully created on the specified source.", "originalRequest": { "url": { @@ -212690,7 +212690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8d14afb-cd0e-4d7b-992a-043cf2589fc6", + "id": "c3ba7c1a-a9c6-4045-8f2e-06e4e38652b1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -212748,7 +212748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4dc09a9-645c-4666-bc9e-fa584e73a345", + "id": "2c7295c8-5bfd-4acc-b765-4d12d5d1b625", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -212806,7 +212806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e63ef612-f496-4f6c-b4fe-1a7d653ea789", + "id": "a09f5cb4-f3bc-446c-ad37-745cb23ace85", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -212864,7 +212864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74abdd9a-c588-4964-aa99-546dbc6dfd45", + "id": "8ceb14f9-2486-47b8-af94-cefb7e35fbd3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -212922,7 +212922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "581f699e-594c-4136-ac6c-0e88b82f91b0", + "id": "4a9007ff-6c94-4c38-b210-70f9a41d18c4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -212986,7 +212986,7 @@ } }, { - "id": "8bf5e58c-f006-44dc-8b01-02e316e2fa7f", + "id": "1ced4b3a-37fe-44dd-a03b-83be1922a0aa", "name": "Get Source Schema by ID", "request": { "name": "Get Source Schema by ID", @@ -213039,7 +213039,7 @@ }, "response": [ { - "id": "fde92ed0-9d60-47ed-82a6-33ff063cbcea", + "id": "b5ffce85-44ca-4a7f-978f-4cf1163c8e68", "name": "The requested Schema was successfully retrieved.", "originalRequest": { "url": { @@ -213085,7 +213085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f215166e-5698-4faf-b9ee-efa3b82c88e6", + "id": "fd713e91-f1f6-4881-a39b-39f78870eb29", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -213131,7 +213131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d54fe51-1548-4593-a8e1-90ec4001bd17", + "id": "08a7557f-1495-4581-b698-3c927c232479", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -213177,7 +213177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d381617b-fca1-4a43-b460-79483b6d6e3e", + "id": "7a13857a-c32f-472c-adca-7bcf3af8a2b6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -213223,7 +213223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c02a8fd3-778c-429c-b77d-4d8a21314354", + "id": "c021aae8-a609-4095-9617-5b13291f2ba9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -213269,7 +213269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89cd892d-8e2d-44c5-8a80-10a2dd91ebc9", + "id": "32ee1115-e56f-45d9-87bc-b3f3345d24ee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -213315,7 +213315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd095d58-7e4b-4366-b144-4661790392fe", + "id": "06e781d7-44c1-400e-af49-e8cd69931dac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -213367,7 +213367,7 @@ } }, { - "id": "a4647e2c-67a8-41f0-ab7b-4679dfea31f2", + "id": "58e56225-7978-4d5c-b8a1-dcc52dc95b31", "name": "Update Source Schema (Full)", "request": { "name": "Update Source Schema (Full)", @@ -213433,7 +213433,7 @@ }, "response": [ { - "id": "9294ac66-e67a-469f-a3be-d8965b1ead03", + "id": "8ea5ec79-f218-4ecf-9464-15bbed2bd054", "name": "The Schema was successfully replaced.", "originalRequest": { "url": { @@ -213492,7 +213492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42e8239c-2333-47e6-a9eb-7e7bb5b8c284", + "id": "49d28a7b-ccd7-4d24-867d-b73eea5329d3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -213551,7 +213551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5228026-fa75-4ae6-9263-d8146a824db2", + "id": "8f6dc84e-2a62-4f6f-9f83-43abaa443b2a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -213610,7 +213610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75412ead-e9b9-448e-ac5d-bd20bec32d7f", + "id": "7337079f-9798-40df-9a23-351490ef844e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -213669,7 +213669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dbef5b8-8d5a-47b8-abd0-11e67aade216", + "id": "d4b7c1b7-0556-4830-a826-47b157914835", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -213728,7 +213728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b2ebd73-b48b-4b74-9501-a4f43b0cc7ed", + "id": "61b85f76-91e2-47d2-b277-233e981270f3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -213787,7 +213787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06b1c346-dd0c-4546-a316-a6ee1cef4f74", + "id": "8ef2a339-15a4-4dad-8aa1-989b257a24d8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -213852,7 +213852,7 @@ } }, { - "id": "be16d388-9ee1-419b-b963-6f09e9babdfc", + "id": "4616954a-fb07-471b-bb81-92acff22d071", "name": "Update Source Schema (Partial)", "request": { "name": "Update Source Schema (Partial)", @@ -213918,7 +213918,7 @@ }, "response": [ { - "id": "5ffc8c11-0829-4d4f-9321-9e968c6d2bd6", + "id": "48a2fb4e-9933-4ee6-8c28-6d186a74f57b", "name": "The Schema was successfully updated.", "originalRequest": { "url": { @@ -213977,7 +213977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63ec2b01-7486-4fc1-a114-b515f0341874", + "id": "822db128-1759-430d-8ae0-1f7cd83f5deb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -214036,7 +214036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5eae08e8-8b8a-4636-8ae0-8fbfe2faec43", + "id": "f7a3881a-16b2-42d7-b8fd-1fd80ee0e712", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -214095,7 +214095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24b2ddd1-6e33-4e74-8841-d4a69e88a811", + "id": "2956ce8d-902f-4e75-8723-b914e8a4c2bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -214154,7 +214154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73f983b1-39db-4583-8184-9e89c9dd53a6", + "id": "2715f6d5-f1f5-4b99-a9a8-a0b28be10911", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -214213,7 +214213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "761c62e8-72e3-4435-a7ba-54107855b257", + "id": "2c0c9971-560b-47c8-9054-a06c6a8247e4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -214272,7 +214272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54cb66ae-cd7d-49d5-b705-f1803c9b62b5", + "id": "a57ebf78-4140-4656-9c69-18be752acffc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -214337,7 +214337,7 @@ } }, { - "id": "2308186e-3c07-4206-a104-9b1b03241abe", + "id": "7ae69895-b17c-4cac-a4b1-9e485de1027c", "name": "Delete Source Schema by ID", "request": { "name": "Delete Source Schema by ID", @@ -214387,7 +214387,7 @@ }, "response": [ { - "id": "76b3af0a-d393-4530-85f2-227ccb9bd481", + "id": "accec73c-b7a3-43ac-bf66-25505eaa62b3", "name": "The Schema was successfully deleted.", "originalRequest": { "url": { @@ -214423,7 +214423,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5acf4167-0634-4fe4-8ee9-f524721f2c3d", + "id": "1ad7bae7-be2b-4a09-98f3-427d22c341d1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -214469,7 +214469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f71831b-8409-40da-a854-070ae93f3ae8", + "id": "3bee8d39-6fcc-49b5-a217-d4ee19bf7f68", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -214515,7 +214515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d3ef0b8-140d-45e9-a93d-9ce9676235b0", + "id": "ff3e1379-a501-471a-afc3-78b3e5a3895e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -214561,7 +214561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db3cc49a-4aab-4c78-9d36-9b539a6e60f5", + "id": "f811d608-a626-43f6-9004-75b84e12cc56", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -214607,7 +214607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "855d1cb1-4828-4ec5-8eda-5c9869b818fe", + "id": "a976d77e-7f8c-4e77-9da0-ae398a31b7c9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -214653,7 +214653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaa206e6-0599-4cb9-a3fc-713b7302b265", + "id": "19bd7f82-ba36-410a-ab26-2fb146f874dc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -214705,7 +214705,7 @@ } }, { - "id": "1a0ea274-7757-48a8-a6f7-3b88f74268f6", + "id": "3b44faff-8587-4623-96b3-878d89e54575", "name": "Downloads source accounts schema template", "request": { "name": "Downloads source accounts schema template", @@ -214745,7 +214745,7 @@ }, "response": [ { - "id": "bab6af4e-dd2c-42b4-a8bc-c130bdb168f6", + "id": "e02a811f-16fd-46fa-b550-c1f7ee71fd6c", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -214791,7 +214791,7 @@ "_postman_previewlanguage": "text" }, { - "id": "97fa4b66-7e09-47fb-bb39-c85ea6008ed7", + "id": "fdf9d88a-87a6-4339-97dc-280ad71df13f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -214837,7 +214837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc8ff9af-4b9b-4d0b-82d5-7f4f40845487", + "id": "aecf483e-a3bb-402d-92ef-ae5255a26725", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -214883,7 +214883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ece7120-d073-4264-a9cd-42925520b08b", + "id": "a06ecd0c-0981-4472-a5ad-1998b399a6e3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -214929,7 +214929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "564acb70-9ef7-4eb4-998c-19b8d3370c4d", + "id": "89dbd224-ee06-442f-b60f-d6dbea4579b2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -214975,7 +214975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "542692fc-ef0f-42d8-8394-346a570fe5de", + "id": "37031e9c-6308-4fc1-9ae2-aa677e39800e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -215021,7 +215021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "672384f8-ad6c-4d83-987a-b58b6552eed4", + "id": "0a3af457-756d-4dbe-9c84-acc9ca2769ec", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -215073,7 +215073,7 @@ } }, { - "id": "ae585fc0-3913-4826-bbb7-db233feabea6", + "id": "e63eff29-2593-4f76-86b8-78194e7d5f23", "name": "Uploads source accounts schema template", "request": { "name": "Uploads source accounts schema template", @@ -215132,7 +215132,7 @@ }, "response": [ { - "id": "79ec7150-39d8-442a-be1e-e7e136425da1", + "id": "8aeeeef8-6aa3-432b-80b1-152d765e22b5", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -215194,7 +215194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a60576bc-2edf-41a6-9cdb-a1caae7f1687", + "id": "7bdaf39a-1445-4598-870c-1897a57d9bc3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -215256,7 +215256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59e84135-107d-4075-a167-a12e6460aa5e", + "id": "30609eaf-61c4-4832-9e42-3e447a754cf2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -215318,7 +215318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa3137ed-38e6-4d74-9e1c-47dd4f2f28a1", + "id": "13ad23ce-04fe-441e-b202-e0115b2a6229", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -215380,7 +215380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "529e19b3-83c8-41d7-84a6-ffe216ca3291", + "id": "67f18228-5653-4f83-a4d0-1a7a3d7fb8f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -215442,7 +215442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59e92283-f9de-43a6-95d3-44e376a7dc4b", + "id": "433fccc9-0650-46c1-8b00-6583a3c923fe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -215510,7 +215510,7 @@ } }, { - "id": "b16528f5-8ce0-4a9e-8a0f-cb81d326cb19", + "id": "bf41025c-e417-4e5d-9d09-8ea382bbffc2", "name": "Downloads source entitlements schema template", "request": { "name": "Downloads source entitlements schema template", @@ -215560,7 +215560,7 @@ }, "response": [ { - "id": "49daa11a-198a-4b93-b74a-d93798e3de03", + "id": "3d313ab2-7ee9-4892-80c6-ad49693b3666", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -215616,7 +215616,7 @@ "_postman_previewlanguage": "text" }, { - "id": "78f54cd4-55e9-4f88-8cfb-f7c5075d801a", + "id": "8cd4e96c-9e69-4306-b97c-803bc1ecdcde", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -215672,7 +215672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b98e9fb6-db46-46a7-9981-6df81413958c", + "id": "70644f3a-2a65-4f76-90fc-5820d4624317", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -215728,7 +215728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b234220b-d63e-4b72-a54b-829ba109c857", + "id": "466e6b1e-9820-452c-bde4-f9b24affafe4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -215784,7 +215784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f172866-6b8c-4088-b281-21be5c36955f", + "id": "acf9aa61-1f82-4e9c-9a7c-2047242b7815", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -215840,7 +215840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c77ba830-1df7-4939-a971-b8cdae9f0426", + "id": "9e434ed8-311e-4587-9aa3-a193e078efda", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -215896,7 +215896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75ff4378-ee92-49f3-b93f-30cb4a0cc635", + "id": "39922d69-ac41-43b5-988e-7a149438340e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -215958,7 +215958,7 @@ } }, { - "id": "45d9fc21-c84c-4057-a393-06da30a4c8bd", + "id": "46cbbc1e-875e-40b3-9ab9-adb5b7c94ec0", "name": "Uploads source entitlements schema template", "request": { "name": "Uploads source entitlements schema template", @@ -216027,7 +216027,7 @@ }, "response": [ { - "id": "a888f440-a0b5-45c8-88a1-a19b8c747bc8", + "id": "7882c2ab-0687-4bc6-8a39-52cd3c95d7a1", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -216099,7 +216099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6474f46-0051-44cd-a3fd-2348173f65b0", + "id": "8dfb6a8a-fca6-4793-aa26-be5661b16919", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -216171,7 +216171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ef9561a-7045-4a7b-8167-ab691832691f", + "id": "ecccf033-706a-4386-9925-04beb73c0fd0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -216243,7 +216243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bc907e7-ccf7-4004-bd1f-64cb00cd2360", + "id": "eefc5cbe-2284-4549-8c40-2a0640c1a485", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -216315,7 +216315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8d33ce6-faf2-4fba-b2de-c2d810932f56", + "id": "ba9c1d15-e3e8-43d9-af57-2b9e10d0dfc9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -216387,7 +216387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50068da4-dc09-4e1c-899f-2424ed27332c", + "id": "ed6625a7-8d0e-4ca6-abf2-a3a046f5436f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -216465,7 +216465,7 @@ } }, { - "id": "a7c7dbc4-9c10-4273-b8fe-c99c9bf25477", + "id": "6fadbb39-6e53-4062-9159-7af8b1bc495f", "name": "Upload connector file to source", "request": { "name": "Upload connector file to source", @@ -216523,7 +216523,7 @@ }, "response": [ { - "id": "119e1220-5f33-406e-93c7-7b8c431428fe", + "id": "16e1d38a-8cda-48d1-9621-523ca1031785", "name": "Uploaded the file successfully and sent all post-upload events", "originalRequest": { "url": { @@ -216584,7 +216584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d952f394-0f07-44b4-9351-86646da49082", + "id": "4036b35c-092d-42d2-b46d-9c0728453ecf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -216645,7 +216645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99a5ff5b-c097-49c6-8f17-39e71b28f31e", + "id": "242523c6-09bb-4c9b-9775-cc3fd652342d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -216706,7 +216706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58943ccf-b230-4551-90e0-65ceafcbd0af", + "id": "acd89ecf-ebe7-445e-8101-fc25382a61aa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -216767,7 +216767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4564b9e4-9d0d-4ddd-a3dc-cc243d30dd77", + "id": "8df41150-15f2-4101-949f-3f04feaec20c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -216828,7 +216828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cac0005-06c0-477a-89ca-967191901c0f", + "id": "08ef4595-bea1-465d-bba3-57e520b18e5a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -216895,7 +216895,7 @@ } }, { - "id": "2bf7a112-4e01-474d-805d-92fc6fd73194", + "id": "7307c2f1-1a16-4dfa-85ee-504c17d1ee02", "name": "Synchronize single source attributes.", "request": { "name": "Synchronize single source attributes.", @@ -216916,7 +216916,7 @@ "variable": [ { "type": "any", - "value": "eiusmod qui in ullamco", + "value": "nisi", "key": "id", "disabled": true, "description": { @@ -216937,7 +216937,7 @@ }, "response": [ { - "id": "58b8cbcd-a532-4aee-b1dd-32f840eca16b", + "id": "4995ad77-f703-42c3-bfd0-afb3c8a45f19", "name": "A Source Sync job", "originalRequest": { "url": { @@ -216982,7 +216982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a858bc7e-e72d-4b2f-963e-28046f3e202c", + "id": "058d338f-d58a-46d7-a667-7d951b45b303", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -217027,7 +217027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3f3c69d-b5b1-4c70-9b18-456419bfad26", + "id": "c0532e65-7bb5-4f6f-b719-79044c849445", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -217072,7 +217072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b225e8f-a528-4de6-8591-9da1314db6bf", + "id": "4d000127-b9b9-407e-aee7-b2d436b78d78", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -217117,7 +217117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd415ad1-f871-4a6f-9ae0-21fab5d28c10", + "id": "4b0cf5e6-187e-424d-a581-a112fcd47951", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -217162,7 +217162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50d5a2fe-88f3-4d18-a3b1-9ca1a713e097", + "id": "e9005cc6-0a49-4e47-ba8e-040c05e5d795", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -217207,7 +217207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2020531a-d555-4218-9ad6-47e39cac22fa", + "id": "c93accea-253b-4f8d-808f-13851e35d323", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -217258,7 +217258,7 @@ } }, { - "id": "9179aded-f447-4dc7-962d-6f216243c525", + "id": "e2f1e2c2-fdff-4760-9769-016ea740de90", "name": "Get Source Entitlement Request Configuration", "request": { "name": "Get Source Entitlement Request Configuration", @@ -217294,7 +217294,7 @@ }, "response": [ { - "id": "6b54f0f8-b7e0-4c54-8036-8bba60739ea3", + "id": "e53203b5-75c9-46d4-8d46-250f365e881f", "name": "Get default config", "originalRequest": { "url": { @@ -217339,7 +217339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cb27bcb-91f6-4016-8302-0a151287b328", + "id": "051d9f65-9eb8-4636-9763-03062a75e926", "name": "Get config with one approval", "originalRequest": { "url": { @@ -217384,7 +217384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "509441e1-a232-43a7-8df3-07a5fee041ed", + "id": "6d3f4921-0587-4601-8c6a-bd8ba7bff283", "name": "Get config with multiple approvals", "originalRequest": { "url": { @@ -217429,7 +217429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50a27f30-3806-4381-b34f-d54f6387efeb", + "id": "257d069b-84b5-4cbb-a2fb-d68a221a1777", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -217474,7 +217474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fe4da90-1ff2-4f5a-93d9-3a7ff1533827", + "id": "ec96f119-cb3d-4e22-8d44-97cb66cf3985", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -217519,7 +217519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0e6854c-eef1-4b49-9dd4-06d576b254be", + "id": "f76128fb-4e20-4d1c-bf28-f77c4520d336", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -217564,7 +217564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf6f4dd1-017d-448b-bfa2-a989930403c8", + "id": "fc131ae5-4e43-456b-8429-e77259c616a2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -217609,7 +217609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5551af2-93f1-48b0-ba20-dda9f4c9a80b", + "id": "df6ebbf4-9fb4-4278-b2fd-3b124857c17b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -217660,7 +217660,7 @@ } }, { - "id": "4297c049-778b-4e9f-bd53-12a02428ac08", + "id": "c30111bf-5cfc-4274-a37e-e9c0dab3826e", "name": "Update Source Entitlement Request Configuration", "request": { "name": "Update Source Entitlement Request Configuration", @@ -217709,7 +217709,7 @@ }, "response": [ { - "id": "305eef40-7aa1-4682-a336-0f26fb54fd3a", + "id": "4871ebd6-5979-4ebb-a6ff-864d1f760b9a", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -217767,7 +217767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fff4540-a728-4f8e-b20a-bf084733c363", + "id": "eeaef6a1-6dd6-484f-a483-560891f81183", "name": "Set config with one approval", "originalRequest": { "url": { @@ -217825,7 +217825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7b3864a-6bb1-41b4-a243-a34209b38a18", + "id": "1078096d-1dd5-44ff-9487-e5cdb02d5eac", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -217883,7 +217883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf02237f-06f2-4e35-95b8-055c3cd22645", + "id": "f008ca98-744f-48c0-b83a-0fd5d01a9587", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -217941,7 +217941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98dbddcb-4e78-43b7-b1fc-ccc109e258fc", + "id": "f317c0ae-bb4f-4bd7-90d0-0bb9ff8e4a36", "name": "Set config with one approval", "originalRequest": { "url": { @@ -217999,7 +217999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6c1edf8-d92e-4211-8df4-2d6505e4606f", + "id": "ea24cd88-bd2d-4f2d-ae32-000c7141db2b", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -218057,7 +218057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a37381f7-ef17-4fcd-aa88-3b0559022fd8", + "id": "b6b4c4ab-fafd-4b6c-beed-c3052c8273c1", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -218115,7 +218115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5274c47a-0a73-4e64-a2e0-12539882ba8a", + "id": "d2470875-ad10-4c87-ae48-090f2100d27a", "name": "Set config with one approval", "originalRequest": { "url": { @@ -218173,7 +218173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77ca5e38-30ca-4a76-ae99-eba5c71b06b4", + "id": "7fe40144-bc11-421c-ab3b-713c4ea4053e", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -218231,7 +218231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dce7779-a1f1-49e6-8168-ad0214f7c0b9", + "id": "81af9981-42f9-4be7-aba0-7323122af9c3", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -218289,7 +218289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c64ae5d4-11a0-4139-b362-84a41a208b1f", + "id": "51d8f275-94f8-43e1-a230-78fced0a4d49", "name": "Set config with one approval", "originalRequest": { "url": { @@ -218347,7 +218347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e441d1fd-09e6-41a9-9199-c1d3e367563c", + "id": "7a7f2f2f-1827-4dc0-808c-253ce75ed9b7", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -218405,7 +218405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "311e80df-6701-4ceb-962b-0ef157c61523", + "id": "d34b764f-e7dc-49b3-bcaf-6a24950653b0", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -218463,7 +218463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17269093-1b13-43eb-951a-c03e69a6b07f", + "id": "87688124-eab2-4ba0-ae2b-608539e9aa13", "name": "Set config with one approval", "originalRequest": { "url": { @@ -218521,7 +218521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc814313-a0bc-4245-a82e-c67c12e34046", + "id": "d24f375a-3c81-4bf5-90fb-4ea6fbc962ff", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -218579,7 +218579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a017423-91a2-45cc-9f70-70d956f4a370", + "id": "5eda1ee9-76d1-4b86-8a0e-06255b790aba", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -218637,7 +218637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "498bade9-935e-45f5-9354-e939b1a44dd1", + "id": "9cfee718-f3cd-4c74-9ab4-f89dd94dee65", "name": "Set config with one approval", "originalRequest": { "url": { @@ -218695,7 +218695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7900786-e522-4f21-9447-854e5b6c325e", + "id": "9e540b71-2fc0-497c-8ad8-74e4eab2979d", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -218759,7 +218759,7 @@ } }, { - "id": "900f1571-c58d-420b-8914-3fffbf91db0a", + "id": "1f55bbbd-e3e7-49ad-92fb-82fb701ea630", "name": "Account Aggregation", "request": { "name": "Account Aggregation", @@ -218826,7 +218826,7 @@ }, "response": [ { - "id": "8cc036e5-c6a0-41e5-8ada-e40ddeaa02c4", + "id": "7c93b2a1-51e6-49ba-9f0a-44a4002eead4", "name": "Aggregate Accounts Task", "originalRequest": { "url": { @@ -218891,12 +218891,12 @@ "value": "application/json" } ], - "body": "{\n \"success\": \"true\",\n \"task\": {\n \"id\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"QUARTZ\",\n \"name\": \"Cloud Account Aggregation\",\n \"description\": \"Aggregate from the specified application\",\n \"launcher\": \"John Doe\",\n \"created\": \"1947-04-13T00:19:14.510Z\",\n \"launched\": \"1952-07-28T18:45:42.720Z\",\n \"completed\": \"1975-12-06T11:54:59.267Z\",\n \"completionStatus\": \"ERROR\",\n \"parentName\": \"Audit Report\",\n \"progress\": \"Initializing...\",\n \"attributes\": {\n \"appId\": \"c31386cb18bb403cbb6df4c86294ff82\",\n \"optimizedAggregation\": \"enabled\"\n },\n \"returns\": [\n {\n \"displayLabel\": \"TASK_OUT_ACCOUNT_AGGREGATION_APPLICATIONS\",\n \"attributeName\": \"applications\"\n },\n {\n \"displayLabel\": \"TASK_OUT_ACCOUNT_AGGREGATION_APPLICATIONS\",\n \"attributeName\": \"applications\"\n }\n ]\n }\n}", + "body": "{\n \"success\": \"true\",\n \"task\": {\n \"id\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"QUARTZ\",\n \"name\": \"Cloud Account Aggregation\",\n \"description\": \"Aggregate from the specified application\",\n \"launcher\": \"John Doe\",\n \"created\": \"1958-09-26T23:21:50.272Z\",\n \"launched\": \"1973-11-05T05:05:11.061Z\",\n \"completed\": \"1946-05-30T18:28:38.954Z\",\n \"completionStatus\": \"TERMINATED\",\n \"parentName\": \"Audit Report\",\n \"progress\": \"Initializing...\",\n \"attributes\": {\n \"appId\": \"c31386cb18bb403cbb6df4c86294ff82\",\n \"optimizedAggregation\": \"enabled\"\n },\n \"returns\": [\n {\n \"displayLabel\": \"TASK_OUT_ACCOUNT_AGGREGATION_APPLICATIONS\",\n \"attributeName\": \"applications\"\n },\n {\n \"displayLabel\": \"TASK_OUT_ACCOUNT_AGGREGATION_APPLICATIONS\",\n \"attributeName\": \"applications\"\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f32f3a24-baad-44ca-af58-5fe2565c3123", + "id": "0a2a66e6-f953-4608-9a11-b876c8912f02", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -218966,7 +218966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9243c3e-7f23-4fef-89f1-a520625901e8", + "id": "f8ba253f-ba89-4784-a29b-314fbdb5f5bb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -219036,7 +219036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0b4f119-e644-4157-8d92-f4c9d350272f", + "id": "140c1978-37fb-4d2a-85c0-38d743ce7c14", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -219106,7 +219106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e187b948-5cc9-4a3c-916a-9f7e95e43d6b", + "id": "39a785ec-fbd4-46d5-a383-b21e8c782da8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -219176,7 +219176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e571739-2dee-4bd6-bc80-c04f22a0729a", + "id": "ea31e843-b0ac-45bb-87ac-6ab4f8b8c16a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -219252,7 +219252,7 @@ } }, { - "id": "972560e0-1b47-422e-b9b3-8b90b121f801", + "id": "e6ff9978-0a2c-4b39-8273-20e02cecc0b9", "name": "Entitlement Aggregation", "request": { "name": "Entitlement Aggregation", @@ -219310,7 +219310,7 @@ }, "response": [ { - "id": "0b217aeb-2af8-4c08-a6f9-ecd13527d3c8", + "id": "cf98fa77-dd9d-4712-8806-20541f26738d", "name": "Aggregate Entitlements Task", "originalRequest": { "url": { @@ -219371,7 +219371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66beaaa0-5e7d-4688-950c-240976ecf062", + "id": "611e8106-3a52-4122-be2c-84d895260c41", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -219432,7 +219432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10f219de-2999-4582-a617-b96a455560dd", + "id": "7d23d95b-013d-4618-912c-41244e16c5b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -219493,7 +219493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1051aa4d-6a3d-4177-a280-65ad0fd1f72f", + "id": "d9a05171-38c3-4439-ab74-6ea8377d4c4f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -219554,7 +219554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b13fcca-f730-43e0-ac48-f2e731197565", + "id": "31012ad1-816d-4adf-87e4-9e2ff3cfd6dc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -219615,7 +219615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e6e7411-46af-4bcd-98f4-ca9fd88aeed2", + "id": "1440f8e6-3887-404f-afc0-1b166413e9a9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -219682,7 +219682,7 @@ } }, { - "id": "6156802b-3c0a-4afa-a17e-2dda0555b4f9", + "id": "db1fb84c-db7c-43d0-bf54-04fc050492ff", "name": "Process Uncorrelated Accounts", "request": { "name": "Process Uncorrelated Accounts", @@ -219740,7 +219740,7 @@ }, "response": [ { - "id": "ab42dd53-8323-423f-9170-b6fa1eccaa5a", + "id": "63e9c275-f110-4f8b-a33e-1b949219e5f7", "name": "Uncorrelated Accounts Task", "originalRequest": { "url": { @@ -219796,12 +219796,12 @@ "value": "application/json" } ], - "body": "{\n \"success\": \"true\",\n \"task\": {\n \"id\": \"90b83a6bb737489494794f84cd3a51e6\",\n \"type\": \"QUARTZ\",\n \"name\": \"Cloud Process Uncorrelated Accounts\",\n \"description\": \"Processes uncorrelated accounts for the specified application.\",\n \"launcher\": \"John Doe\",\n \"created\": \"1959-06-15T20:28:35.183Z\",\n \"launched\": \"2019-05-22T11:53:20.692Z\",\n \"completed\": \"2016-10-04T01:39:25.907Z\",\n \"completionStatus\": \"ERROR\",\n \"parentName\": \"Audit Report\",\n \"progress\": \"Initializing...\",\n \"attributes\": {\n \"qpocJobId\": \"5d303d46-fc51-48cd-9c6d-4e211e3ab63c\",\n \"taskStartDelay\": \"\"\n },\n \"returns\": {}\n }\n}", + "body": "{\n \"success\": \"true\",\n \"task\": {\n \"id\": \"90b83a6bb737489494794f84cd3a51e6\",\n \"type\": \"QUARTZ\",\n \"name\": \"Cloud Process Uncorrelated Accounts\",\n \"description\": \"Processes uncorrelated accounts for the specified application.\",\n \"launcher\": \"John Doe\",\n \"created\": \"2002-05-31T12:40:27.246Z\",\n \"launched\": \"2023-10-05T23:06:42.853Z\",\n \"completed\": \"1951-05-21T23:07:07.943Z\",\n \"completionStatus\": \"WARNING\",\n \"parentName\": \"Audit Report\",\n \"progress\": \"Initializing...\",\n \"attributes\": {\n \"qpocJobId\": \"5d303d46-fc51-48cd-9c6d-4e211e3ab63c\",\n \"taskStartDelay\": \"\"\n },\n \"returns\": {}\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "442bfebd-f642-47f4-bc3d-798dc053b3ed", + "id": "6b007db0-03aa-43a8-b1df-c97cf2526182", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -219862,7 +219862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e04c125f-1a37-49ab-886e-fe9229d336aa", + "id": "663211ed-b475-4cdb-8655-5b4373fcff0b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -219923,7 +219923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffd36784-b317-48c3-b682-f5c8d018929d", + "id": "38d70c99-c743-4d66-8ba1-bb54c48ddce8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -219984,7 +219984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "815aa8fe-46e2-4727-ba0e-5693fccc0228", + "id": "1c0b651d-5106-4c4c-a933-8e17cc2d35d1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -220045,7 +220045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c29bb347-ac51-4fdf-832f-828fbd556d8f", + "id": "b21d6bef-393a-4da5-9486-38f63921d079", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -220112,7 +220112,7 @@ } }, { - "id": "09fadacc-7f48-4796-a3fd-4c4d84b1ce5c", + "id": "b9825b1c-b1d8-4dee-8bd8-0c649880af88", "name": "Get Source Correlation Configuration", "request": { "name": "Get Source Correlation Configuration", @@ -220154,7 +220154,7 @@ }, "response": [ { - "id": "8dfe2461-a30d-4585-9034-ea730f048b8e", + "id": "d00e4557-561b-443e-b13c-1151d363be82", "name": "Correlation configuration for a source", "originalRequest": { "url": { @@ -220199,7 +220199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79ab83b4-f976-41b3-9902-87148b50e3e8", + "id": "ed177380-5eb0-4d61-b9df-1b8ad2038906", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -220244,7 +220244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "090f6043-8970-4af5-bf8b-c7bb77319e21", + "id": "b6a315ba-58d2-44e7-92eb-5f71c000e016", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -220289,7 +220289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea27a636-1f21-4db9-bab0-350c85733614", + "id": "c3cb0b34-811b-4b54-a2bc-5f7fe7c42eb4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -220334,7 +220334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "733c45c8-b4ad-438f-83be-8fe352732d73", + "id": "824b392c-eb8a-4a5e-9d67-c358f451e53e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -220379,7 +220379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c942f41d-9539-44ca-bbb9-725d0bdced99", + "id": "94b65c34-ae9f-45ef-a544-beddaf66226a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -220424,7 +220424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21e63dc0-891e-4ce8-b596-bbb6976a30d6", + "id": "e3af0685-3b7a-4631-a840-d8543523d4d5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -220475,7 +220475,7 @@ } }, { - "id": "e16ce921-0d1e-4393-80d4-7ed7b49709d4", + "id": "3afa59b6-ad6e-4ce0-941b-c2356b594e0a", "name": "Update Source Correlation Configuration", "request": { "name": "Update Source Correlation Configuration", @@ -220530,7 +220530,7 @@ }, "response": [ { - "id": "a15ffaae-8979-4d92-98f6-f226a4ec963b", + "id": "f2ae6bf3-8e7a-443c-8c36-8e0a8ec58164", "name": "Updated correlation configuration for a source", "originalRequest": { "url": { @@ -220588,7 +220588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ecf441b-2d88-4351-a5d2-e8b258e4ac19", + "id": "3bbe0e6f-66eb-48a0-aefb-802090694d20", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -220646,7 +220646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "182b52eb-1d0e-4fdb-8d6b-1cd1b5f4442a", + "id": "042f7f4e-28e0-41cb-87f0-aa758848b77a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -220704,7 +220704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "590e933e-0523-4a99-9c30-4aea52b88c47", + "id": "6102d664-0b8b-48a1-bbaa-5aa69656dd5e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -220762,7 +220762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "216aa46b-1e1d-4bdd-a5d0-5e115cce8621", + "id": "7660ff29-04cb-4ebb-ba43-899fd5424102", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -220820,7 +220820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61da3261-1c8f-4e32-a4ce-1662c16a2b09", + "id": "b093acc7-4e86-4f34-9c32-6eedccbd81e2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -220878,7 +220878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2e986fc-3485-410a-9054-bb13c3ad26dc", + "id": "9ed294b9-6fab-44e0-af4e-f1df7a6d9ee1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -220948,7 +220948,7 @@ "description": "Import and export configuration for some objects between tenants.", "item": [ { - "id": "dbf319d2-03c2-44c8-95f0-8fe00ba83eaf", + "id": "2dc52bca-4795-4576-b1cf-6f57034ae099", "name": "Initiates configuration objects export job", "request": { "name": "Initiates configuration objects export job", @@ -220991,7 +220991,7 @@ }, "response": [ { - "id": "1be575f4-4bc0-48e6-b7ee-10c76c53803c", + "id": "f6fe21dd-258d-4b8e-b4fe-ff2b425085fa", "name": "Export all objects available", "originalRequest": { "url": { @@ -221048,7 +221048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8f19a2f-8af3-4f12-8002-a755c7a3519c", + "id": "91c0a817-8946-4874-8102-1a84b8ca2a7f", "name": "Export sources by ID", "originalRequest": { "url": { @@ -221105,7 +221105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "beb47916-3f93-4fd1-b8cb-39abf1685146", + "id": "2353c5b6-77fe-4446-9960-1a3f910e759c", "name": "Export transforms by name", "originalRequest": { "url": { @@ -221162,7 +221162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d81e1d1d-89ed-40e2-8ce1-a83ad978cee2", + "id": "bad1b5a8-3cd1-4156-8cb8-1b76a6caf40d", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -221219,7 +221219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dca5f4c1-0553-45dd-8a47-988cd39416b5", + "id": "98d1baa7-3171-4e74-8a67-8f4b6958c78c", "name": "Export all objects available", "originalRequest": { "url": { @@ -221276,7 +221276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ea513c3-166b-4c9d-89fb-0f085623fe38", + "id": "362b5c40-75d9-4fce-ba0d-bb8f16110e01", "name": "Export sources by ID", "originalRequest": { "url": { @@ -221333,7 +221333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25f56246-1d63-4796-bf4d-573026cf2ad4", + "id": "efb02572-8c80-4516-92d1-a9c25ee48bfe", "name": "Export transforms by name", "originalRequest": { "url": { @@ -221390,7 +221390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de645923-cbe6-4180-b6af-34dc290b75c3", + "id": "8fb6ff0a-43a4-4313-ae1f-03f3f2e86e03", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -221447,7 +221447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89d72dcc-61cc-4e56-abb4-de9e3f8bd03c", + "id": "d36d8ee3-b7f3-4a5a-bb9d-d771357cd837", "name": "Export all objects available", "originalRequest": { "url": { @@ -221504,7 +221504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce2cfde0-5508-452b-90c2-0d25a35e5d52", + "id": "33eb9852-5a21-4679-b250-241aa7b9e9b6", "name": "Export sources by ID", "originalRequest": { "url": { @@ -221561,7 +221561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "410e238c-e654-443f-b019-d0c168bd7259", + "id": "64dc42ee-b522-4aec-94cd-02d5f2d287b8", "name": "Export transforms by name", "originalRequest": { "url": { @@ -221618,7 +221618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08106882-2a74-444d-8535-0a0179732559", + "id": "b48cb85d-1a50-44c7-b9ce-50eacdc5ad13", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -221675,7 +221675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aba29bf1-2383-4157-b6c1-0ad0126296e8", + "id": "268b4db0-3f2f-4bfc-8c90-09d2e33a7c82", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -221732,7 +221732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28e308bb-51c1-489e-aabb-5e2af013975e", + "id": "47eb7da1-1afb-441d-b89b-45ed82a3691d", "name": "Export sources by ID", "originalRequest": { "url": { @@ -221789,7 +221789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37351c39-050b-4691-80ef-caa9baed63b0", + "id": "d9e3db32-621c-4323-9ee5-b9de8c686c6c", "name": "Export transforms by name", "originalRequest": { "url": { @@ -221846,7 +221846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68015889-02f3-4ac9-85ed-bde5c11f46c0", + "id": "ef0db6c1-6faf-493d-b5af-41f1cb07d3bc", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -221903,7 +221903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5733ca7a-6f83-4685-b443-3e95211d7adb", + "id": "acc3ce2e-1bb7-4ef7-8ae9-3f3b9200b361", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -221960,7 +221960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5eb2e88-2d6a-4baf-8132-622379dbe7f9", + "id": "01cfcca5-1c08-4385-a896-d6c6fd223c09", "name": "Export sources by ID", "originalRequest": { "url": { @@ -222017,7 +222017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d51ff4ae-3543-46fd-938a-f49534ad5f8a", + "id": "79352f0d-85f3-4553-b4b0-10897749ad7d", "name": "Export transforms by name", "originalRequest": { "url": { @@ -222074,7 +222074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b77b394-6d48-496b-b19c-a581565a69ac", + "id": "34ae9f2f-432e-4515-8d6c-a6c64728c0e8", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -222131,7 +222131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cfe53ef-edf4-49b6-9625-6a7e30d815c9", + "id": "d826f92b-6ee4-447b-8d30-a50b7635890d", "name": "Export all objects available", "originalRequest": { "url": { @@ -222188,7 +222188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74704e05-6aad-461d-bf15-00fb690761aa", + "id": "2a30804f-68c5-43c2-b2d2-415876928bba", "name": "Export sources by ID", "originalRequest": { "url": { @@ -222245,7 +222245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "171def6d-c601-4ff6-a38d-704743955ecd", + "id": "b2f5acff-e290-4059-8e40-7691132324c8", "name": "Export transforms by name", "originalRequest": { "url": { @@ -222302,7 +222302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fab7b513-2428-4264-b3fe-8b8657a3c17b", + "id": "1a6d20df-fe73-4f4f-94c8-59aa35e4b53e", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -222359,7 +222359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7eaf6afd-232e-4610-b158-2961eb1c1b68", + "id": "ffc13310-ae50-485e-987f-74a2afeb2be3", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -222416,7 +222416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6d8d068-2d0b-489e-9c71-996357a3c28e", + "id": "c403db95-b957-49cf-b909-0c6c84bde95d", "name": "Export sources by ID", "originalRequest": { "url": { @@ -222473,7 +222473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9832246-c3b6-4b01-ab2a-eba6fb8df9b2", + "id": "c1a62b1e-e0fc-41f6-bcb7-7cc373f97605", "name": "Export transforms by name", "originalRequest": { "url": { @@ -222530,7 +222530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94ce781b-0947-4b4c-bca6-1345ed9a2fb1", + "id": "ce8c442b-a4d7-4de7-b466-823e3527c226", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -222593,7 +222593,7 @@ } }, { - "id": "2ebb18a0-9b5f-4a5e-8251-d1aa2a06fff0", + "id": "862163b2-4702-4426-947e-22874edb44f9", "name": "Get export job status", "request": { "name": "Get export job status", @@ -222635,7 +222635,7 @@ }, "response": [ { - "id": "4c478461-5bbc-40f2-9df3-9cf4adf64883", + "id": "5597933e-244f-4000-83ec-7372e9b44034", "name": "Export job status successfully returned.", "originalRequest": { "url": { @@ -222680,7 +222680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3081a33c-5cdb-4808-a841-4e3ba1e2366c", + "id": "3443d220-70b7-403d-a95b-9bb6cc6ace93", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -222725,7 +222725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d9699d4-9459-47ae-aa39-0f0881f7365a", + "id": "7b7b9423-de4f-4510-8316-3695697b07a7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -222770,7 +222770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfecfbe8-17a9-4d1f-a692-5d4e8bf39065", + "id": "5fef7c9e-c90e-4615-9362-63aaf3f9ae92", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -222815,7 +222815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e21560d-dbf1-48db-af1b-6b05c4fa277b", + "id": "e0d06c81-0d0b-4cca-aa97-841efe1679a4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -222860,7 +222860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09b90207-a1a2-44ff-87f4-8474dee96d87", + "id": "336c2454-a8e6-4df6-9cab-f76d2e3b94d0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -222905,7 +222905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ee9d5a2-33db-4626-9aa5-9d0117ee519e", + "id": "0a31ecb1-0df0-436f-b497-44af41604c48", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -222956,7 +222956,7 @@ } }, { - "id": "d7e1e0ec-2675-43ad-b94e-ac6c1160fb30", + "id": "f35db251-657e-4998-bfac-2f97223dd7d0", "name": "Download export job result.", "request": { "name": "Download export job result.", @@ -222999,7 +222999,7 @@ }, "response": [ { - "id": "edb6d79d-46cd-4bc1-8dd3-b79e9d4858c1", + "id": "62347141-a110-4361-9d88-624cd332bc3a", "name": "Exported JSON objects.", "originalRequest": { "url": { @@ -223040,12 +223040,12 @@ "value": "application/json" } ], - "body": "{\n \"version\": 1,\n \"timestamp\": \"2021-05-11T22:23:16Z\",\n \"tenant\": \"sample-tenant\",\n \"description\": \"Export Job 1 Test\",\n \"options\": {\n \"excludeTypes\": [\n \"SOURCE\",\n \"SOURCE\"\n ],\n \"includeTypes\": [\n \"TRIGGER_SUBSCRIPTION\",\n \"TRIGGER_SUBSCRIPTION\"\n ],\n \"objectOptions\": {\n \"TRIGGER_SUBSCRIPTION\": {\n \"includedIds\": [\n \"be9e116d-08e1-49fc-ab7f-fa585e96c9e4\"\n ],\n \"includedNames\": [\n \"Test 2\"\n ]\n }\n }\n },\n \"objects\": [\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"et_cbe\": -69201113,\n \"ipsumbe8\": true\n }\n },\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"et3e\": false,\n \"exercitationd21\": \"dolore sed dolore qui\"\n }\n }\n ]\n}", + "body": "{\n \"version\": 1,\n \"timestamp\": \"2021-05-11T22:23:16Z\",\n \"tenant\": \"sample-tenant\",\n \"description\": \"Export Job 1 Test\",\n \"options\": {\n \"excludeTypes\": [\n \"SOURCE\",\n \"SOURCE\"\n ],\n \"includeTypes\": [\n \"TRIGGER_SUBSCRIPTION\",\n \"TRIGGER_SUBSCRIPTION\"\n ],\n \"objectOptions\": {\n \"TRIGGER_SUBSCRIPTION\": {\n \"includedIds\": [\n \"be9e116d-08e1-49fc-ab7f-fa585e96c9e4\"\n ],\n \"includedNames\": [\n \"Test 2\"\n ]\n }\n }\n },\n \"objects\": [\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"dolor_ee\": -50679296\n }\n },\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"cupidatat_dd\": -1717595,\n \"ex__23\": false\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "44687708-0af8-4395-88b6-a2860074e384", + "id": "b9ecdd3a-4e77-4ff4-95ee-1abfd848c21a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -223091,7 +223091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48d0f217-4a2e-48e4-8a46-80f93f313226", + "id": "168417a6-e1a2-4857-b886-9085af08903e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -223137,7 +223137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7ad73be-9379-466a-ad55-328ec1378523", + "id": "87e5ff23-4d28-4a42-803c-90d569706017", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -223183,7 +223183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa4005c7-7eea-4a59-98e6-41f15f463718", + "id": "52ea3909-80d9-4daa-adf8-c36d9102d58a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -223229,7 +223229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9a7aece-9436-4f8b-b8cd-407652aa28d2", + "id": "63bc163f-c157-4beb-9505-bb0246948156", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -223275,7 +223275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60905a71-b44e-481f-8252-57de6a425d60", + "id": "b68cb6bf-7536-4f5a-81b1-6bccefd7c34c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -223327,7 +223327,7 @@ } }, { - "id": "533ba412-b952-4031-8037-e65996637396", + "id": "2bd6b053-d428-4b6d-9214-96c40e1c316e", "name": "Initiates configuration objects import job", "request": { "name": "Initiates configuration objects import job", @@ -223392,7 +223392,7 @@ }, "response": [ { - "id": "7aa4c7b9-5208-4cdb-97ee-27913ede9a75", + "id": "7787cb82-b98b-4097-af8c-4b0d2df31ca8", "name": "Import job accepted and queued for processing.", "originalRequest": { "url": { @@ -223471,7 +223471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a12fe10-128e-4d4b-9c48-392c111de948", + "id": "ee31a18a-916e-423b-bf92-cc84d61f8c70", "name": "Client Error - Returned if the request body is invalid.\n", "originalRequest": { "url": { @@ -223550,7 +223550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b206cc7-c6a7-4b3a-be41-16d20ee3202f", + "id": "c2b6d62e-ee4c-4d18-83c9-def2512ef584", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -223629,7 +223629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f038aa1-1f47-474a-8db6-b6fed66d04ea", + "id": "c8ed57ca-e620-4b9f-b4a6-64e31f497614", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -223708,7 +223708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e2a6e82-a214-43b7-baaa-684943802434", + "id": "0f2ce7cf-859b-40b6-9647-39490b9c123c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -223787,7 +223787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e73a8b22-c5ec-4290-9707-845e5257d647", + "id": "c948ff02-9c25-41dc-b1b2-3438158b9b42", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -223866,7 +223866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4d721e5-1584-4c4c-be14-7925e1f55205", + "id": "55226591-4c24-43fe-b4d6-2284fe70e0c4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -223951,7 +223951,7 @@ } }, { - "id": "e204be16-4223-4e4b-9efe-e12c4a995cdb", + "id": "3821e677-faf6-4e31-b528-dc656884d02d", "name": "Get import job status", "request": { "name": "Get import job status", @@ -223993,7 +223993,7 @@ }, "response": [ { - "id": "3e4974b7-4cba-4f6b-be32-5ea7f4a28347", + "id": "331e8528-f842-457f-80af-a9de0af90ed6", "name": "Import job status successfully returned.", "originalRequest": { "url": { @@ -224038,7 +224038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06cf69ef-b963-45ab-8cb1-cace4c0a7448", + "id": "050f9ebd-27e9-4d67-a761-6679f940a717", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -224083,7 +224083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60f03c51-eadc-4991-82cb-63ef839f5473", + "id": "d8117072-a7ee-4dfe-8ffd-55501de60f8e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -224128,7 +224128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "693d3525-9262-4f49-9474-cac9ef106fa0", + "id": "e83db8b5-7cba-4356-9c0a-a2cd307ebdca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -224173,7 +224173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a91f7a1f-753f-4687-9b43-a84f1b451e76", + "id": "52eda7e1-4cdc-409b-860a-3e04bcab191f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -224218,7 +224218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "691d2c91-241d-4f60-97eb-baeef224929f", + "id": "6804228c-0b42-4766-9357-f6b4e0e487b1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -224263,7 +224263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea0eb22a-00ba-47fb-b160-b4b2deddaddb", + "id": "227903e4-ced8-4627-9947-4fb0fd0a4232", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -224314,7 +224314,7 @@ } }, { - "id": "e738bc8d-4f85-48f5-8705-c56b481f8964", + "id": "f0045377-e48f-47b3-be8c-382e4dbd7128", "name": "Download import job result", "request": { "name": "Download import job result", @@ -224357,7 +224357,7 @@ }, "response": [ { - "id": "18c4c2ee-0912-4134-8438-75a55c104787", + "id": "b1a76751-ff17-4575-8889-39029bd443dc", "name": "Import results JSON object, containing detailed results of the import operation.", "originalRequest": { "url": { @@ -224398,12 +224398,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": {\n \"anim662\": {\n \"infos\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"do_eb\": {},\n \"tempor_289\": {},\n \"anim_25c\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"ad_88\": {}\n }\n }\n ],\n \"warnings\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"quis_3d1\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"in66b\": {},\n \"fugiatd9\": {}\n }\n }\n ],\n \"errors\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"eaed6\": {},\n \"est_077\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"ut_6\": {}\n }\n }\n ],\n \"importedObjects\": [\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n }\n ]\n }\n },\n \"exportJobId\": \"be9e116d-08e1-49fc-ab7f-fa585e96c9e4\"\n}", + "body": "{\n \"results\": {\n \"Excepteur40d\": {\n \"infos\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"Duisa9\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"commodo_45e\": {},\n \"ad_b\": {}\n }\n }\n ],\n \"warnings\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"eu1e\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"esse_703\": {},\n \"sed_2a\": {}\n }\n }\n ],\n \"errors\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"Lorem7\": {},\n \"est4\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"in_7\": {},\n \"laboris_84\": {}\n }\n }\n ],\n \"importedObjects\": [\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n }\n ]\n },\n \"in_a97\": {\n \"infos\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"reprehenderit_3\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"nisi_8c\": {},\n \"dolore_394\": {}\n }\n }\n ],\n \"warnings\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"officia_b0\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"minim_0d_\": {},\n \"consequat_af8\": {}\n }\n }\n ],\n \"errors\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"irure_c4\": {},\n \"magna_4\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"est_b0a\": {},\n \"mollit1a\": {}\n }\n }\n ],\n \"importedObjects\": [\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n }\n ]\n }\n },\n \"exportJobId\": \"be9e116d-08e1-49fc-ab7f-fa585e96c9e4\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "42956052-f6d2-45cb-940b-eb063a3b20aa", + "id": "f431837a-ee39-4682-bb9f-5d344a24821f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -224449,7 +224449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "318eb519-aa6c-4ac8-a822-6a57464fcbdd", + "id": "d00dbd04-fa2e-4fd6-845c-c0932a8c23b8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -224495,7 +224495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c159bc6b-1ed6-46ef-8ef9-6ca96e752386", + "id": "0041b6bf-9ab4-44b8-bb57-4f886e722384", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -224541,7 +224541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1f6b189-3e67-4b8a-87ac-9fcdb5c7d354", + "id": "cef5fd0c-c146-4411-ab01-ff4d32cb1e44", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -224587,7 +224587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9837d49d-ece7-4b25-9538-98777e34447d", + "id": "1f18c765-851e-4e50-9bfa-4ccce30100af", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -224633,7 +224633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d229dfb-9663-430c-91c6-c6c74d074fd2", + "id": "4576ea81-2d18-496f-94b5-d35f05840e9e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -224685,7 +224685,7 @@ } }, { - "id": "a8212197-8a79-4928-8f1c-d3afb13e2a11", + "id": "7c10bf74-3217-4dda-94e5-4bd4b76ab38d", "name": "Get config object details", "request": { "name": "Get config object details", @@ -224715,7 +224715,7 @@ }, "response": [ { - "id": "823ce7be-5017-4b8a-9c17-64ed9935a088", + "id": "6a66df47-9f43-44af-8e1d-d3d9aeb1ea78", "name": "Object configurations returned successfully.", "originalRequest": { "url": { @@ -224759,7 +224759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73007d2e-2e48-4a0b-9379-edd979e5e2fd", + "id": "92d98e79-3f40-4771-9f15-7a6befc76221", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -224803,7 +224803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfd4f160-10b4-4b5c-9c10-db4fb0e0756e", + "id": "53ef21e1-a7fe-48ec-9711-40c5d4f83dd9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -224847,7 +224847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f43b542-240d-4197-ae8a-a0c038a824cc", + "id": "a3a4532e-b610-4149-80da-8f58e2a7f9c4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -224891,7 +224891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8eef56a1-c4df-4de4-9ace-ebd7e7222664", + "id": "caae9f49-8e63-4691-8439-d10d0134a77e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -224935,7 +224935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3023a976-b72e-4bd7-be73-20770b236d94", + "id": "4ad1b3b2-3f2e-4776-bb5e-074194db75aa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -224979,7 +224979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "047dc18f-3357-4f86-aa1b-10613bcab8fb", + "id": "2f053558-34df-483c-8d08-e8d1e74dfd49", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -225035,7 +225035,7 @@ "description": "Use this API to leverage power of LLM to generate suggested entitlement description.\n", "item": [ { - "id": "9780d749-0b31-4297-9adf-051d70bc9469", + "id": "c20ae6d8-e255-4a51-b9f4-594ffae0b804", "name": "Submit Sed Batch Stats Request", "request": { "name": "Submit Sed Batch Stats Request", @@ -225077,7 +225077,7 @@ }, "response": [ { - "id": "9d89bac5-c163-44ea-99ff-7674715672a5", + "id": "c122ba76-3893-4d37-adde-b0db6613994b", "name": "Stats of Sed batch.", "originalRequest": { "url": { @@ -225117,12 +225117,12 @@ "value": "application/json" } ], - "body": "{\n \"batchComplete\": true,\n \"batchId\": \"4a18158b-3564-2575-bed8-5d7386420b66\",\n \"discoveredCount\": 100,\n \"discoveryComplete\": true,\n \"processedCount\": 100\n}", + "body": "{\n \"batchComplete\": true,\n \"batchId\": \"urn:uuid:fe00396a-55af-90a9-456c-7975e7a256c4\",\n \"discoveredCount\": 100,\n \"discoveryComplete\": true,\n \"processedCount\": 100\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dcd3b3f1-1448-42ce-b6c3-4e358ed634c0", + "id": "cd382e60-2b0d-4c08-87f5-786397dab85f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -225167,7 +225167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84339305-1461-4349-963e-32bcaaffae84", + "id": "6bf26e3e-abf8-4667-a82c-7d21ddf1cbbc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -225212,7 +225212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6d4e8c9-0908-4969-82df-f11726d3a37c", + "id": "26f30d4a-f356-464b-903a-25a09d47b74d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -225257,7 +225257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "115ca870-a90c-4959-889f-ff356d381dfa", + "id": "0e15c59a-6a02-42f0-92a4-2850c2b62f58", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -225302,7 +225302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e231fe82-aa6b-4156-bfe2-41ee249c6a2a", + "id": "ec9d7759-c9fc-4d77-be45-03f46d24aab7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -225347,7 +225347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ade13d0c-5290-4812-ad39-5d4cbd85ee9d", + "id": "f5c0b10b-bd19-4c3b-b951-7c1f408dd87d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -225398,7 +225398,7 @@ } }, { - "id": "5590d0f8-b147-4ffa-ab85-f8d6812ae5ed", + "id": "b337f4df-5ad0-44be-b754-57124fb1c80c", "name": "List Sed Batch Request", "request": { "name": "List Sed Batch Request", @@ -225427,7 +225427,7 @@ }, "response": [ { - "id": "9f9d517a-f5b7-4bd1-8dad-15b5f91f884d", + "id": "d6d60d7d-e785-423a-8d94-589e4129d3dc", "name": "Status of batch", "originalRequest": { "url": { @@ -225470,7 +225470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d1bd900-e3ac-4f6d-96a2-6a304b0dd8df", + "id": "1885ff06-9e01-4e57-a549-c663c9cfcf4e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -225513,7 +225513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54eafb27-488c-4bd4-8379-9b0c985cba2c", + "id": "f3f6390d-921c-4511-9ffa-1ab1ffe95cad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -225556,7 +225556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "935dac35-a3b4-4364-9d9a-3fb8578aec19", + "id": "a3fe537c-e052-40d2-a1a3-2683202e6fbf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -225599,7 +225599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7436c671-a9a2-4c41-9bff-ef20a37e416c", + "id": "a9527cda-caf2-410b-b32d-877ad19c5f20", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -225642,7 +225642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8aeec5ba-2bc8-4c1e-9773-475b695a75f9", + "id": "2155b398-c1e6-4e47-b206-99a7c392d664", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -225685,7 +225685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24a5821a-1907-44c2-908c-a211ff210a14", + "id": "cafa4b3c-ea5c-4612-bf78-8cfdd0302251", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -225734,7 +225734,7 @@ } }, { - "id": "3907adc3-6a44-44ff-983d-4d5a2ff4868e", + "id": "a86d1c5a-f611-475b-bcc9-9baa4a03c770", "name": "Submit Sed Batch Request", "request": { "name": "Submit Sed Batch Request", @@ -225776,7 +225776,7 @@ }, "response": [ { - "id": "5022df41-b038-4472-84a9-cc8510013902", + "id": "fb32674a-4587-45b8-b6e7-0c398abca280", "name": "Sed Batch Response", "originalRequest": { "url": { @@ -225827,12 +225827,12 @@ "value": "application/json" } ], - "body": "{\n \"batchId\": \"urn:uuid:307f583f-57d0-1ce8-39b6-97da0150eb28\"\n}", + "body": "{\n \"batchId\": \"urn:uuid:3b4733ab-7b80-b760-faa2-99235a30fa3a\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c6040676-c6ea-4e5e-9b94-86c8d6b1d73e", + "id": "37778327-6119-4a2a-b9c7-06c94d8d4b2a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -225888,7 +225888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0410b03-ab1e-4ec9-ad84-a0ce8ac1c02b", + "id": "53347a3b-415b-40e5-93f0-b56a6a8c4ff2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -225944,7 +225944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80668d9f-0f72-4338-b0c3-b490545c7403", + "id": "2551daf6-d468-4146-846b-1f2bc78d81fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -226000,7 +226000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a46e7716-68d8-459e-be24-072729346d00", + "id": "7de61491-0f64-4a6b-adf6-4cc09e5ebbd9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -226056,7 +226056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3abc4115-4b48-47db-818a-2091e6f46d78", + "id": "b1df91ee-07d1-45da-bb6b-8e3de218fa42", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -226112,7 +226112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c203cad-1d4a-4a82-9007-35ce47664da8", + "id": "25ec5724-f07c-4d96-9544-0eafadbfee6a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -226174,7 +226174,7 @@ } }, { - "id": "b1b85d3b-c728-43ac-85d9-32c067af97c0", + "id": "19b6483f-de1f-46c7-b628-94fc7ed19279", "name": "Submit Bulk Approval Request", "request": { "name": "Submit Bulk Approval Request", @@ -226205,7 +226205,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"6b205885-26b8-56ac-f34c-8a13b2124135\",\n \"urn:uuid:849a3c7f-59ba-36aa-0460-ef19e0749800\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:5ab9bc48-1c5e-8202-98de-78a1a4d407c9\",\n \"154c2b38-4862-ac0c-cd61-77bbcd6b2fff\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"urn:uuid:b2644985-9ddd-1cfd-8b44-1d2ad6e3a400\",\n \"99d5fbb1-9994-21e4-7816-05867391de1a\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:d83f222e-7023-040c-9a50-f715c455c6c4\",\n \"urn:uuid:21a1ba79-62e5-00fe-dda3-5bf4948be708\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -226216,7 +226216,7 @@ }, "response": [ { - "id": "4d069f33-4c3b-45eb-836b-60d4d388b750", + "id": "70d96520-e181-49f7-91c3-926d794a7a3c", "name": "List of SED Approval Status", "originalRequest": { "url": { @@ -226250,7 +226250,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"6b205885-26b8-56ac-f34c-8a13b2124135\",\n \"urn:uuid:849a3c7f-59ba-36aa-0460-ef19e0749800\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:5ab9bc48-1c5e-8202-98de-78a1a4d407c9\",\n \"154c2b38-4862-ac0c-cd61-77bbcd6b2fff\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"urn:uuid:b2644985-9ddd-1cfd-8b44-1d2ad6e3a400\",\n \"99d5fbb1-9994-21e4-7816-05867391de1a\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:d83f222e-7023-040c-9a50-f715c455c6c4\",\n \"urn:uuid:21a1ba79-62e5-00fe-dda3-5bf4948be708\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -226267,12 +226267,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"d8844f20-07a7-52c8-2fbb-3665d7a8d7d1\",\n \"status\": \"SUCCESS\"\n },\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"a689e97c-3aa0-cac0-06e6-f97b938b06bb\",\n \"status\": \"SUCCESS\"\n }\n]", + "body": "[\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"urn:uuid:aaf0e91f-183c-db53-7ac4-e41c86e0382b\",\n \"status\": \"SUCCESS\"\n },\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"urn:uuid:b300da36-a76d-1999-d204-2c5d7acc0651\",\n \"status\": \"SUCCESS\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a58f3fd7-dc39-4d7c-8dff-50562c6bd5db", + "id": "6cbfd28d-65e8-49cf-ac29-4da32deb8e17", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -226306,7 +226306,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"6b205885-26b8-56ac-f34c-8a13b2124135\",\n \"urn:uuid:849a3c7f-59ba-36aa-0460-ef19e0749800\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:5ab9bc48-1c5e-8202-98de-78a1a4d407c9\",\n \"154c2b38-4862-ac0c-cd61-77bbcd6b2fff\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"urn:uuid:b2644985-9ddd-1cfd-8b44-1d2ad6e3a400\",\n \"99d5fbb1-9994-21e4-7816-05867391de1a\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:d83f222e-7023-040c-9a50-f715c455c6c4\",\n \"urn:uuid:21a1ba79-62e5-00fe-dda3-5bf4948be708\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -226328,7 +226328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39b0ffa0-f956-4600-9e8b-07005d4a09c2", + "id": "81de11b4-6271-46f1-b443-cd22a91b952c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -226362,7 +226362,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"6b205885-26b8-56ac-f34c-8a13b2124135\",\n \"urn:uuid:849a3c7f-59ba-36aa-0460-ef19e0749800\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:5ab9bc48-1c5e-8202-98de-78a1a4d407c9\",\n \"154c2b38-4862-ac0c-cd61-77bbcd6b2fff\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"urn:uuid:b2644985-9ddd-1cfd-8b44-1d2ad6e3a400\",\n \"99d5fbb1-9994-21e4-7816-05867391de1a\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:d83f222e-7023-040c-9a50-f715c455c6c4\",\n \"urn:uuid:21a1ba79-62e5-00fe-dda3-5bf4948be708\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -226384,7 +226384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0be9bb83-19ab-468f-904f-8b1eb51b3d34", + "id": "d12a2c4b-4f37-4f59-ab87-1056fe53ca37", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -226418,7 +226418,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"6b205885-26b8-56ac-f34c-8a13b2124135\",\n \"urn:uuid:849a3c7f-59ba-36aa-0460-ef19e0749800\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:5ab9bc48-1c5e-8202-98de-78a1a4d407c9\",\n \"154c2b38-4862-ac0c-cd61-77bbcd6b2fff\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"urn:uuid:b2644985-9ddd-1cfd-8b44-1d2ad6e3a400\",\n \"99d5fbb1-9994-21e4-7816-05867391de1a\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:d83f222e-7023-040c-9a50-f715c455c6c4\",\n \"urn:uuid:21a1ba79-62e5-00fe-dda3-5bf4948be708\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -226440,7 +226440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67daf9bc-2caa-4d27-906c-cabd44af8faf", + "id": "46ead30d-674c-4672-8cd5-b00e5112839e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -226474,7 +226474,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"6b205885-26b8-56ac-f34c-8a13b2124135\",\n \"urn:uuid:849a3c7f-59ba-36aa-0460-ef19e0749800\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:5ab9bc48-1c5e-8202-98de-78a1a4d407c9\",\n \"154c2b38-4862-ac0c-cd61-77bbcd6b2fff\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"urn:uuid:b2644985-9ddd-1cfd-8b44-1d2ad6e3a400\",\n \"99d5fbb1-9994-21e4-7816-05867391de1a\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:d83f222e-7023-040c-9a50-f715c455c6c4\",\n \"urn:uuid:21a1ba79-62e5-00fe-dda3-5bf4948be708\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -226496,7 +226496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30b1d837-39dc-4754-93d8-2c83dcf85234", + "id": "c1e48edd-1355-4251-80d9-34c0fb0d398b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -226530,7 +226530,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"6b205885-26b8-56ac-f34c-8a13b2124135\",\n \"urn:uuid:849a3c7f-59ba-36aa-0460-ef19e0749800\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:5ab9bc48-1c5e-8202-98de-78a1a4d407c9\",\n \"154c2b38-4862-ac0c-cd61-77bbcd6b2fff\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"urn:uuid:b2644985-9ddd-1cfd-8b44-1d2ad6e3a400\",\n \"99d5fbb1-9994-21e4-7816-05867391de1a\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:d83f222e-7023-040c-9a50-f715c455c6c4\",\n \"urn:uuid:21a1ba79-62e5-00fe-dda3-5bf4948be708\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -226552,7 +226552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8cee3ed-1a00-4838-b213-a10138ff2bf4", + "id": "7a056665-1bf9-49df-899b-04c08f386a83", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -226586,7 +226586,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"6b205885-26b8-56ac-f34c-8a13b2124135\",\n \"urn:uuid:849a3c7f-59ba-36aa-0460-ef19e0749800\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:5ab9bc48-1c5e-8202-98de-78a1a4d407c9\",\n \"154c2b38-4862-ac0c-cd61-77bbcd6b2fff\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"urn:uuid:b2644985-9ddd-1cfd-8b44-1d2ad6e3a400\",\n \"99d5fbb1-9994-21e4-7816-05867391de1a\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:d83f222e-7023-040c-9a50-f715c455c6c4\",\n \"urn:uuid:21a1ba79-62e5-00fe-dda3-5bf4948be708\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -226614,7 +226614,7 @@ } }, { - "id": "af520b5d-c4e9-4275-b11f-43d90abd5d71", + "id": "e8b10026-e5f5-488c-b375-47e37ccd31d2", "name": "Submit Sed Assignment Request", "request": { "name": "Submit Sed Assignment Request", @@ -226645,7 +226645,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:5e48d67a-4c13-1269-67b8-6de289ea3c6f\",\n \"urn:uuid:e0e29f77-e295-3a4a-34d4-7386f4ccd120\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"6ca89fea-05cc-d387-af5c-5eeec9aed836\",\n \"urn:uuid:af343e4a-ed76-74e8-b3db-d5c8bcd24c02\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -226656,7 +226656,7 @@ }, "response": [ { - "id": "ca5c0a3b-15cb-4b11-93c4-ac48041b6e6a", + "id": "90a896d8-81ed-46dd-bdc5-f9b9047dd09e", "name": "Sed Assignment Response", "originalRequest": { "url": { @@ -226690,7 +226690,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:5e48d67a-4c13-1269-67b8-6de289ea3c6f\",\n \"urn:uuid:e0e29f77-e295-3a4a-34d4-7386f4ccd120\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"6ca89fea-05cc-d387-af5c-5eeec9aed836\",\n \"urn:uuid:af343e4a-ed76-74e8-b3db-d5c8bcd24c02\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -226707,12 +226707,12 @@ "value": "application/json" } ], - "body": "{\n \"batchId\": \"urn:uuid:d1054cf5-c559-11ed-4d67-02694d470a8f\"\n}", + "body": "{\n \"batchId\": \"b36da2b9-0aff-3bfa-4ee9-1354918c0252\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c9a421fe-fabe-40b9-abd2-d60a2ee3795a", + "id": "e2aced5e-ea76-406f-9da6-4642f3c24984", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -226746,7 +226746,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:5e48d67a-4c13-1269-67b8-6de289ea3c6f\",\n \"urn:uuid:e0e29f77-e295-3a4a-34d4-7386f4ccd120\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"6ca89fea-05cc-d387-af5c-5eeec9aed836\",\n \"urn:uuid:af343e4a-ed76-74e8-b3db-d5c8bcd24c02\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -226768,7 +226768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2759385-d1eb-45c0-899d-7386ba4dfa6b", + "id": "ef47fafb-2418-4c8d-b8d7-5c022fc2fe2e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -226802,7 +226802,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:5e48d67a-4c13-1269-67b8-6de289ea3c6f\",\n \"urn:uuid:e0e29f77-e295-3a4a-34d4-7386f4ccd120\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"6ca89fea-05cc-d387-af5c-5eeec9aed836\",\n \"urn:uuid:af343e4a-ed76-74e8-b3db-d5c8bcd24c02\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -226824,7 +226824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a54a151-c8b3-4bd7-a328-abd1b8fe1727", + "id": "66a94025-40b6-4712-b030-284d06019ed0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -226858,7 +226858,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:5e48d67a-4c13-1269-67b8-6de289ea3c6f\",\n \"urn:uuid:e0e29f77-e295-3a4a-34d4-7386f4ccd120\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"6ca89fea-05cc-d387-af5c-5eeec9aed836\",\n \"urn:uuid:af343e4a-ed76-74e8-b3db-d5c8bcd24c02\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -226880,7 +226880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a83487f-9c87-4ce5-bc0d-ee09afa63533", + "id": "9f6bc5ef-bc5c-41eb-8874-90f0d0cc3918", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -226914,7 +226914,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:5e48d67a-4c13-1269-67b8-6de289ea3c6f\",\n \"urn:uuid:e0e29f77-e295-3a4a-34d4-7386f4ccd120\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"6ca89fea-05cc-d387-af5c-5eeec9aed836\",\n \"urn:uuid:af343e4a-ed76-74e8-b3db-d5c8bcd24c02\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -226936,7 +226936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3a50763-d0a3-44e5-839c-55a5e7308b8b", + "id": "7e20437b-ad01-4199-a478-43a194562d26", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -226970,7 +226970,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:5e48d67a-4c13-1269-67b8-6de289ea3c6f\",\n \"urn:uuid:e0e29f77-e295-3a4a-34d4-7386f4ccd120\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"6ca89fea-05cc-d387-af5c-5eeec9aed836\",\n \"urn:uuid:af343e4a-ed76-74e8-b3db-d5c8bcd24c02\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -226992,7 +226992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e563c09-909d-46fc-a2e5-081e4054ad2d", + "id": "db7aa223-0bc9-4e62-8653-7ee24df7ed0c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -227026,7 +227026,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:5e48d67a-4c13-1269-67b8-6de289ea3c6f\",\n \"urn:uuid:e0e29f77-e295-3a4a-34d4-7386f4ccd120\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"6ca89fea-05cc-d387-af5c-5eeec9aed836\",\n \"urn:uuid:af343e4a-ed76-74e8-b3db-d5c8bcd24c02\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -227054,7 +227054,7 @@ } }, { - "id": "4966c257-fee4-47dc-a05f-d6d3f4e1de05", + "id": "dc43f471-5b8c-431d-953a-abe0828b2781", "name": "List Suggested Entitlement Descriptions", "request": { "name": "List Suggested Entitlement Descriptions", @@ -227147,7 +227147,7 @@ }, "response": [ { - "id": "71e4dd01-f684-4f82-bbef-0219f3d577f6", + "id": "2df3c78b-34ac-48f9-ae42-df4b547780c1", "name": "List of Suggested Entitlement Details", "originalRequest": { "url": { @@ -227254,7 +227254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39ee2fd1-9f60-4af5-8bd0-94bbd0b0d3c3", + "id": "fbb01ab9-aab7-4e79-b260-8288a6d11a25", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -227361,7 +227361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "155f1a33-c9ff-4532-bf67-247283a9ec1b", + "id": "24b833a9-c26c-4c41-8f1b-7a806bbb1d65", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -227468,7 +227468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bf6a7e5-f006-4ffd-bad4-d3aa92ddd44d", + "id": "1169a7ac-5a32-41a3-8c02-c37210756853", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -227575,7 +227575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4707201-0315-48fb-8f0a-59e2d97deaba", + "id": "75895746-5f33-4907-9763-9f531a7b9914", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -227682,7 +227682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f992bce-ec25-4753-b300-19ee2b1fa5f8", + "id": "3a2dd37a-0b8d-481e-bbf3-af95d4abc1a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -227789,7 +227789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfb5808c-d506-4257-bd95-f98242e623be", + "id": "6bce6437-451f-4792-bf72-8531ba413981", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -227902,7 +227902,7 @@ } }, { - "id": "5f4ccb49-c398-4433-8a46-84f9f40721bc", + "id": "31142a57-33f5-47ac-87c0-ac3e9d1f9af6", "name": "Patch Suggested Entitlement Description", "request": { "name": "Patch Suggested Entitlement Description", @@ -227955,7 +227955,7 @@ }, "response": [ { - "id": "7baab5ac-ea54-4b82-961d-c143edd09f05", + "id": "8a248bcf-2d30-4e5a-91cc-05ec25e790ba", "name": "detail of patched sed", "originalRequest": { "url": { @@ -228011,7 +228011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cee2b651-cd5a-4017-92a0-f589a4d3e06c", + "id": "1b4b8baf-2d03-466f-9c78-65fe81439683", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -228067,7 +228067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8686068-e9ff-4b92-ac50-39a6701a741f", + "id": "00c746f1-7739-48ef-bf59-8b5440a9f059", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -228123,7 +228123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fdad265-7e7f-4be7-a935-8980da9e30a9", + "id": "ada210f7-22e6-4614-8f5a-de70340ce577", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -228179,7 +228179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "319dbd7c-4475-472c-a070-ddd3b3abe308", + "id": "895640eb-45b3-4e21-b839-27c35c3ea5d6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -228235,7 +228235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "587e46ec-baba-4563-8806-a4aac2441a21", + "id": "009b111f-5ee5-48c2-a5eb-ea9e70cc7e34", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -228291,7 +228291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e141ad5a-fa35-4fb3-a785-8e92041e7dcc", + "id": "64e1aa04-af57-462e-a09b-1ff0439370cf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -228359,7 +228359,7 @@ "description": "Use this API to implement object tagging functionality. \nWith object tagging functionality in place, any user in an organization can use tags as a way to group objects together and find them more quickly when the user searches Identity Security Cloud. \n\nIn Identity Security Cloud, users can search their tenants for information and add tags objects they find.\nTagging an object provides users with a way of grouping objects together and makes it easier to find these objects in the future. \n\nFor example, if a user is searching for an entitlement that grants a risky level of access to Active Directory, it's possible that the user may have to search through hundreds of entitlements to find the correct one. \nOnce the user finds that entitlement, the user can add a tag to the entitlement, \"AD_RISKY\" to make it easier to find the entitlement again.\nThe user can add the same tag to multiple objects the user wants to group together for an easy future search, and the user can also do so in bulk.\nWhen the user wants to find that tagged entitlement again, the user can search for \"tags:AD_RISKY\" to find all objects with that tag. \n\nWith the API, you can tag even more different object types than you can in Identity Security Cloud (access profiles, entitlements, identities, and roles). \nYou can use the API to tag all these objects:\n\n- Access profiles \n\n- Applications \n\n- Certification campaigns\n\n- Entitlements\n\n- Identities \n\n- Roles \n\n- SOD (separation of duties) policies\n\n- Sources \n\nYou can also use the API to directly find, create, and manage tagged objects without using search queries. \n\nThere are limits to tags: \n\n- You can have up to 500 different tags in your tenant.\n\n- You can apply up to 30 tags to one object. \n\n- You can have up to 10,000 tag associations, pairings of 1 tag to 1 object, in your tenant. \n\nBecause of these limits, it is recommended that you work with your governance experts and security teams to establish a list of tags that are most expressive of governance objects and access managed by Identity Security Cloud. \n\nThese are the types of information often expressed in tags: \n\n- Affected departments\n\n- Compliance and regulatory categories \n\n- Remediation urgency levels \n\n- Risk levels \n\nRefer to [Tagging Items in Search](https://documentation.sailpoint.com/saas/help/search/index.html?h=tags#tagging-items-in-search) for more information about tagging objects in Identity Security Cloud.\n", "item": [ { - "id": "a3fd517a-93be-455e-920e-69f465997af9", + "id": "bf498b48-4ee3-4f39-98f7-720064964bc9", "name": "List Tagged Objects", "request": { "name": "List Tagged Objects", @@ -228425,7 +228425,7 @@ }, "response": [ { - "id": "c1e0635c-67eb-4c07-a186-1d3a47e4dc2a", + "id": "05070563-8b07-4298-81fa-c3d5b7630351", "name": "List of all tagged objects.", "originalRequest": { "url": { @@ -228505,7 +228505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "165191c0-5bbd-429b-854e-77560271b01e", + "id": "d2906e5c-15e7-4876-987c-1900a720fb0a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -228585,7 +228585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "761edd40-e458-493f-97dc-3ae11fa58d22", + "id": "4caf157d-c39e-4e4e-9851-94875ad67a04", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -228665,7 +228665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c54ba7eb-4cc7-40b8-aa16-45b904efcb0a", + "id": "b141cb66-8c59-4b4d-b550-4e596a691391", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -228745,7 +228745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af25546b-29f2-45e8-9e90-76e3b459090b", + "id": "20720fd2-da2a-4201-9c30-a358760adbc9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -228825,7 +228825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1f33ad3-272c-4cef-aff0-09375e0921e6", + "id": "9a373108-fa9e-4da9-8bf5-d8ff082f4017", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -228911,7 +228911,7 @@ } }, { - "id": "0fb68988-c2ca-409c-8237-921770432f2b", + "id": "0b2631b0-acdd-47ab-97e5-7b19489d4473", "name": "Add Tag to Object", "request": { "name": "Add Tag to Object", @@ -228953,7 +228953,7 @@ }, "response": [ { - "id": "a47a3e10-6efe-4b8c-a3d0-385eef05ec26", + "id": "f754a322-9178-4d28-af53-4093ec360d87", "name": "Created.", "originalRequest": { "url": { @@ -228999,7 +228999,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a86ba7cc-8380-4196-9c44-9ce18d4e742d", + "id": "b5cd3b12-8503-4b59-8560-2709cd302991", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -229055,7 +229055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5bd272f-e65f-4578-9ef7-d957f4de10b9", + "id": "b8781973-4a3b-4b60-a04b-92d433a19640", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -229111,7 +229111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b8efe5f-c363-4a8f-a90b-27980efbdb75", + "id": "25b763cf-7f3e-4633-8390-d94cdd5e6763", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -229167,7 +229167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8db91a1a-b935-490a-afbf-a9152f9ed6d8", + "id": "900413e0-2c79-484e-8de8-debbeecd77c1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -229223,7 +229223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cb6b961-76b8-4f93-ad8f-a512f99210a3", + "id": "e5a6084f-daf7-4b8b-be79-215fa84fe9e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -229285,7 +229285,7 @@ } }, { - "id": "45929cef-ae1e-4dbc-869e-1b2d88b35af9", + "id": "56427b3c-5d3a-4ad4-ad0e-5d5315b6dfce", "name": "List Tagged Objects by Type", "request": { "name": "List Tagged Objects by Type", @@ -229363,7 +229363,7 @@ }, "response": [ { - "id": "0afebe6a-f5e2-492b-aeb3-97052c641afb", + "id": "895c95a1-88e2-4021-80e6-d36bb6b74de9", "name": "List of all tagged objects for specified type.", "originalRequest": { "url": { @@ -229444,7 +229444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cdb9b03-90ed-4887-bf5f-7038e3f645f4", + "id": "074adec2-8df6-4a27-8cb0-207e940e99f4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -229525,7 +229525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85311798-0e8b-4fff-bd8f-e18bb72bd6bf", + "id": "8df5761e-338c-4a80-8cb0-764d21352f72", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -229606,7 +229606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab693259-2be5-47e1-9e38-99c4965c6e8e", + "id": "d883f0a7-acd8-4089-8546-41da30f22947", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -229687,7 +229687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afce6d31-e28b-4611-a6b5-8c95857f1bb5", + "id": "f974a60f-f5d7-4d0a-a1e4-2fef4fe7e2e7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -229768,7 +229768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd8f0e5b-333d-4200-b956-ee4c8e14db2a", + "id": "d39dfce0-09b5-4c47-8f82-7a45cf154528", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -229855,7 +229855,7 @@ } }, { - "id": "dc9b537f-c050-4cca-bcf4-cdfc48898e7d", + "id": "3d1678d0-b5fc-42de-940a-252fc982b89c", "name": "Get Tagged Object", "request": { "name": "Get Tagged Object", @@ -229907,7 +229907,7 @@ }, "response": [ { - "id": "ca809a02-ee7f-40e8-9293-5698e2c41b5a", + "id": "a40f9fa4-b2b5-49b8-8432-eefe98421f52", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -229952,7 +229952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04afa747-a5c0-4ff7-a2ab-6304cb5d583b", + "id": "54d054c0-d756-47dc-b9d5-b341a96ed5de", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -229997,7 +229997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6be753c-6c80-4f43-be46-50eba7695338", + "id": "a9d8e5c0-694d-475b-9d27-532b3b49d073", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -230042,7 +230042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13f4136e-f131-459f-9a35-e8380e87d473", + "id": "26615aa1-469b-4df8-8d94-da21427645dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -230087,7 +230087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb90471c-a02a-42fc-a9be-2b202d6ca0aa", + "id": "afe3f875-44a1-4188-9b23-3db39573e2b4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -230132,7 +230132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa34ca5b-c497-4817-8eb5-246d4550e353", + "id": "a89a09cc-831b-4c1e-9605-9d4c4f536e02", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -230183,7 +230183,7 @@ } }, { - "id": "8dc77270-e9f8-4f37-82e5-03e23089b01d", + "id": "4255bb6a-f0db-418f-b6e2-1a422df46df7", "name": "Update Tagged Object", "request": { "name": "Update Tagged Object", @@ -230248,7 +230248,7 @@ }, "response": [ { - "id": "fea9a1ea-291a-406d-86fd-aca312205ba5", + "id": "50882fa5-5778-4a7c-a58f-74cb0d83311b", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -230306,7 +230306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46bf2deb-b437-4ca0-b68b-0974b530cd2a", + "id": "c0791cf2-0535-4f94-88a7-9d7af0187edb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -230364,7 +230364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d329237-cc22-44f3-90b2-822942cc946b", + "id": "7a2cdc5c-a8be-4502-9070-772364c687fd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -230422,7 +230422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cfcaccf-9f3f-4118-9e93-0ffc41eb273f", + "id": "93c79207-76d5-450b-b8a9-d83b6a3016a2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -230480,7 +230480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9a2db7f-d5bd-45fc-972b-eb2afe690986", + "id": "a183d470-2de0-479e-85c1-9e2665c194c9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -230538,7 +230538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c76b4ebc-6cce-4aaf-afcb-90ec188e699a", + "id": "6b23f3ed-f94b-4a83-a6a6-2736beb1024d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -230602,7 +230602,7 @@ } }, { - "id": "e4ba33d1-a44f-4a56-958b-ad96b8251b2f", + "id": "72ca4ba0-14a3-44cf-ab57-fd085d9b74a2", "name": "Delete Tagged Object", "request": { "name": "Delete Tagged Object", @@ -230654,7 +230654,7 @@ }, "response": [ { - "id": "e6d0cc40-1b0b-4b7f-a049-36a1d6222b77", + "id": "48f210cc-c1f1-4220-8508-85ddc7c8d0ed", "name": "No content.", "originalRequest": { "url": { @@ -230689,7 +230689,7 @@ "_postman_previewlanguage": "text" }, { - "id": "618fbff6-d81b-4625-8227-f4e9abff9420", + "id": "ce11ef58-06ef-4777-8001-d1ae5bfb6cd1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -230734,7 +230734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4653c70f-ce6d-47c5-8dfd-c28a2fc8c142", + "id": "e89100f7-8b50-4b05-ab1a-614a435f59a3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -230779,7 +230779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7895234-7ee6-48b2-ae10-9406770d04b0", + "id": "53cc2019-9ffc-42e2-9a4a-2cd21c6dc60e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -230824,7 +230824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0e4f4f2-3842-4912-b129-8fe5fc3d45ff", + "id": "863a43a8-9f05-4b98-9100-4aac499100c0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -230869,7 +230869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49ab6415-a796-4db1-9eec-adc821f668d8", + "id": "0827e1fb-c4a3-473d-b106-945aa48d592a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -230920,7 +230920,7 @@ } }, { - "id": "623fe38e-2b0f-44cd-9ddf-578f8d295f42", + "id": "49c805cf-f0c1-4b7c-b46a-03532a3266f8", "name": "Tag Multiple Objects", "request": { "name": "Tag Multiple Objects", @@ -230963,7 +230963,7 @@ }, "response": [ { - "id": "b725b7ce-a557-40a9-922e-0f2d962a7148", + "id": "dcc19771-c6c8-4297-a682-e0ec287e75f1", "name": "Request succeeded.", "originalRequest": { "url": { @@ -231020,7 +231020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15c8c9fa-052d-41d9-a0b7-61be9082285e", + "id": "ac498e6b-507d-4be8-ac9b-99417f91f0f3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -231077,7 +231077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4151650d-7769-43e6-b7c0-b5cc09e6823c", + "id": "672fb459-86d3-42ad-9237-f451218f6f11", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -231134,7 +231134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c26b995-93b6-48eb-bc29-05bca7a695a4", + "id": "30b2bfbe-dc79-425e-af9c-b636f5f7cc78", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -231191,7 +231191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "361a65b9-cf9a-4372-a9ff-60e1f609a3c3", + "id": "32720df3-e017-4dcb-ae06-29f71454889e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -231248,7 +231248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7b1bfa5-6f39-45a2-9de1-e2d369624962", + "id": "972ff02d-76e4-440f-85d7-a6c040cf94cf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -231311,7 +231311,7 @@ } }, { - "id": "643cd1d3-653f-425d-ab24-e5fa06045fca", + "id": "4d627fa2-6c5a-4f04-ba90-0e3587bd9326", "name": "Remove Tags from Multiple Objects", "request": { "name": "Remove Tags from Multiple Objects", @@ -231354,7 +231354,7 @@ }, "response": [ { - "id": "a51c51c7-955e-4289-bc5a-f0dc3442961d", + "id": "71a89a73-16a9-469b-9288-0117e2fadcf6", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -231401,7 +231401,7 @@ "_postman_previewlanguage": "text" }, { - "id": "cf18bc6c-5f8e-459f-bcf4-08aeb9784221", + "id": "bb9312ac-ee16-4e16-9786-dae52a4032be", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -231458,7 +231458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "884a24e4-4584-421b-8b2a-d0df7b173ad9", + "id": "32ce7a6f-194c-437e-a5eb-68fe21023d61", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -231515,7 +231515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62c9cb93-fb2c-4dfb-a178-a3310d7f0a2b", + "id": "76cde2dd-7a88-4e4f-a48d-6db39da99ecf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -231572,7 +231572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dae2f983-43f3-4d3f-995f-c8720b72fe6d", + "id": "6b7c6053-9c00-4821-b284-ef5c8f98cf33", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -231629,7 +231629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c6b4876-a048-49f3-9da2-5da55770d45b", + "id": "37ae5c7e-ab18-417f-9d3f-6390ed44c82c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -231698,7 +231698,7 @@ "description": "", "item": [ { - "id": "c9edd27e-4de6-439c-b5e5-a051380c52ba", + "id": "e222b613-e821-4b83-8778-905505854930", "name": "List Tags", "request": { "name": "List Tags", @@ -231773,7 +231773,7 @@ }, "response": [ { - "id": "8655a913-eddf-4711-be9b-77a8f86af631", + "id": "f3401cb6-0c92-46c7-b63c-fee3748bd709", "name": "List of all tags.", "originalRequest": { "url": { @@ -231862,7 +231862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59cf06d0-89b9-4769-9c4a-e2ba2138d765", + "id": "f85806a0-9a16-4222-8e68-039abc1c14e0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -231951,7 +231951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20fe4e91-f1ec-4012-98ef-ee862f8e0d21", + "id": "cf0ec7ae-b06a-433c-861b-900333b067bb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -232040,7 +232040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac77870e-aa3d-4dd4-b47f-06c20859bcb1", + "id": "383508c9-6057-46b8-a9c5-3b57e91ce485", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -232129,7 +232129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4449a85-dfbc-4d8c-87d6-0af2dbd9e34c", + "id": "989d815a-a1be-4503-afb7-1cd2f65bce54", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -232218,7 +232218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "429380bd-f8b1-4a21-b6e1-21c700c36b6a", + "id": "239d26f3-522c-418c-98db-fe6b33bdf183", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -232313,7 +232313,7 @@ } }, { - "id": "1f6ffaa4-e625-483e-9f93-dd9deb1229ed", + "id": "526c10f1-66db-4e40-9220-51ff8c9182c3", "name": "Create Tag", "request": { "name": "Create Tag", @@ -232344,7 +232344,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"name\": \"PCI\",\n \"id\": 65573152,\n \"created\": \"Duis ullamco Ut ad pariatur\",\n \"modified\": \"fugiat deserunt est mollit\",\n \"tagCategoryRefs\": false\n}", + "raw": "{\n \"name\": \"PCI\",\n \"id\": true,\n \"created\": -34339001,\n \"modified\": 65271379,\n \"tagCategoryRefs\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -232355,7 +232355,7 @@ }, "response": [ { - "id": "1fe9863b-ddf5-417f-bd4b-a2c2a9329b74", + "id": "387b568f-27d0-41ce-85a0-206764cf6e56", "name": "Created tag.", "originalRequest": { "url": { @@ -232389,7 +232389,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"name\": \"PCI\",\n \"id\": 65573152,\n \"created\": \"Duis ullamco Ut ad pariatur\",\n \"modified\": \"fugiat deserunt est mollit\",\n \"tagCategoryRefs\": false\n}", + "raw": "{\n \"name\": \"PCI\",\n \"id\": true,\n \"created\": -34339001,\n \"modified\": 65271379,\n \"tagCategoryRefs\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -232411,7 +232411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89302510-e45b-40a3-a510-980d331824f0", + "id": "818037c2-2f06-4fb1-b792-cc7df88c33b5", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -232445,7 +232445,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"name\": \"PCI\",\n \"id\": 65573152,\n \"created\": \"Duis ullamco Ut ad pariatur\",\n \"modified\": \"fugiat deserunt est mollit\",\n \"tagCategoryRefs\": false\n}", + "raw": "{\n \"name\": \"PCI\",\n \"id\": true,\n \"created\": -34339001,\n \"modified\": 65271379,\n \"tagCategoryRefs\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -232467,7 +232467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "befac44c-68a1-4d9e-b5cd-fff40c6d7c06", + "id": "0d517cf4-eb31-42f4-9029-31ad469874c2", "name": "400.1.2 Value length out of range", "originalRequest": { "url": { @@ -232501,7 +232501,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"name\": \"PCI\",\n \"id\": 65573152,\n \"created\": \"Duis ullamco Ut ad pariatur\",\n \"modified\": \"fugiat deserunt est mollit\",\n \"tagCategoryRefs\": false\n}", + "raw": "{\n \"name\": \"PCI\",\n \"id\": true,\n \"created\": -34339001,\n \"modified\": 65271379,\n \"tagCategoryRefs\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -232523,7 +232523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b5d8faf-434b-4aed-9cf5-b0a5bcffc27b", + "id": "103a206d-58bf-4369-9088-3765e5e22635", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -232557,7 +232557,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"name\": \"PCI\",\n \"id\": 65573152,\n \"created\": \"Duis ullamco Ut ad pariatur\",\n \"modified\": \"fugiat deserunt est mollit\",\n \"tagCategoryRefs\": false\n}", + "raw": "{\n \"name\": \"PCI\",\n \"id\": true,\n \"created\": -34339001,\n \"modified\": 65271379,\n \"tagCategoryRefs\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -232579,7 +232579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12a67fff-0344-4a30-93af-b9e0bf03fc2e", + "id": "f3d7fa38-0e43-4d23-8117-970c17cf39e4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -232613,7 +232613,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"name\": \"PCI\",\n \"id\": 65573152,\n \"created\": \"Duis ullamco Ut ad pariatur\",\n \"modified\": \"fugiat deserunt est mollit\",\n \"tagCategoryRefs\": false\n}", + "raw": "{\n \"name\": \"PCI\",\n \"id\": true,\n \"created\": -34339001,\n \"modified\": 65271379,\n \"tagCategoryRefs\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -232635,7 +232635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71df0df9-bf75-4790-98c4-48db9aeeafae", + "id": "55fd91d8-1826-4ab9-a2e0-f2e07a32ce07", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -232669,7 +232669,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"name\": \"PCI\",\n \"id\": 65573152,\n \"created\": \"Duis ullamco Ut ad pariatur\",\n \"modified\": \"fugiat deserunt est mollit\",\n \"tagCategoryRefs\": false\n}", + "raw": "{\n \"name\": \"PCI\",\n \"id\": true,\n \"created\": -34339001,\n \"modified\": 65271379,\n \"tagCategoryRefs\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -232691,7 +232691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9568351e-75bd-4a2e-a7c4-823c1f648f35", + "id": "9508648f-2da9-47ce-ace5-eaac4c4b75ca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -232725,7 +232725,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"name\": \"PCI\",\n \"id\": 65573152,\n \"created\": \"Duis ullamco Ut ad pariatur\",\n \"modified\": \"fugiat deserunt est mollit\",\n \"tagCategoryRefs\": false\n}", + "raw": "{\n \"name\": \"PCI\",\n \"id\": true,\n \"created\": -34339001,\n \"modified\": 65271379,\n \"tagCategoryRefs\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -232753,7 +232753,7 @@ } }, { - "id": "0f5ae3e1-8c4a-402f-ae64-f9236851c160", + "id": "f01b26f0-d2a1-4b82-86ba-4890a75e27a3", "name": "Get Tag By Id", "request": { "name": "Get Tag By Id", @@ -232794,7 +232794,7 @@ }, "response": [ { - "id": "0418de7f-2aec-4a09-a73e-c2cf0f68634e", + "id": "27abffb4-ecdd-4e9e-943c-cd6c6edbf214", "name": "Tag", "originalRequest": { "url": { @@ -232838,7 +232838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd25bc09-a07b-4aaf-a1cf-a9de65335c7e", + "id": "6a3b19cd-a55b-44c6-b505-9be23b8b4135", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -232882,7 +232882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9f0db2c-8b98-4ca2-bcfe-4f2ea5f3e82b", + "id": "e98b066b-2b47-4ae4-8dc9-d79b90f1dc08", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -232926,7 +232926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad7c6723-edc9-4ba7-83d9-9d1f3df1d906", + "id": "c83544e1-628e-4c07-8361-43c5f5a932a8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -232970,7 +232970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e989d51c-a1a4-4d8c-8a4e-bf2900d45e44", + "id": "f95e7150-177c-49b4-8737-7a289b3ba715", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -233014,7 +233014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a3e9d8e-95a6-441d-8370-2ad6a09f033c", + "id": "0d670e62-82cc-4baf-927b-f576f2dc8d4b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -233058,7 +233058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec7c458c-88ee-41a2-bc82-64a00275dbbc", + "id": "348f7f70-aa42-402c-9435-b71a1f7712c7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -233108,7 +233108,7 @@ } }, { - "id": "21d25ffc-ad62-4146-b0d9-4cacd1abceee", + "id": "ff641418-eedc-45b5-a620-23872f24597f", "name": "Delete Tag", "request": { "name": "Delete Tag", @@ -233149,7 +233149,7 @@ }, "response": [ { - "id": "6697bb1c-c85f-4a93-848d-da66234a57f6", + "id": "77bf6240-cf3e-4dd3-bdcb-3180e1d11dd1", "name": "No content.", "originalRequest": { "url": { @@ -233183,7 +233183,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0a3d489d-7bef-4069-91eb-baae66838bc4", + "id": "5ca7dbde-8151-4760-b8a3-fd10cf58f933", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -233227,7 +233227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1177841-6179-4ee8-85a6-ce48c39e6288", + "id": "09322b11-7636-4160-b3dc-2ca40099a52d", "name": "400.2.1 Referential integrity violation", "originalRequest": { "url": { @@ -233271,7 +233271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "269dd23c-ac61-4384-83c4-3ae4b15e9e2a", + "id": "dd97aa38-f6ca-480e-a4e1-3108bfe667a4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -233315,7 +233315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bb67b54-a040-4902-83ef-95b23300d906", + "id": "81096d86-e6aa-4d04-bd39-f072f3646d57", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -233359,7 +233359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ee02a9a-ff51-4b7d-a7e3-7e3d91150a78", + "id": "c5e4b803-b234-4fe9-9b97-df68758fac92", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -233403,7 +233403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33fa02b2-180b-41df-86d6-358890ef773e", + "id": "568b0172-6125-4f3f-b85c-d64002d62035", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -233447,7 +233447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1a22139-2886-4f39-9963-b30fcd4fe561", + "id": "5426a05d-c3c8-43b3-9e5d-d724c852ed64", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -233503,7 +233503,7 @@ "description": "", "item": [ { - "id": "2f2be296-af85-4ec0-ade2-6d9477137666", + "id": "0eaf82ef-1191-45fd-8260-efb90b9e6f0e", "name": "Get task status by ID.", "request": { "name": "Get task status by ID.", @@ -233544,7 +233544,7 @@ }, "response": [ { - "id": "2ea5a538-9ac9-47ad-a7ce-1a376f8de0ff", + "id": "2d9639ae-e4a9-44b2-a027-0709fdd8a043", "name": "Responds with a TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -233583,12 +233583,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"Duis3\": \"eiusmod\",\n \"anim_57\": 6927456.197440922\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n}", + "body": "{\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"tempor_30d\": -30375944.08349693,\n \"quifc\": -12428373.75241366,\n \"in_a\": true,\n \"Duis_b04\": 43123207.69429344\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4e14e301-1763-4077-b04e-7e20624f3634", + "id": "4bf0d0bf-95a9-42c6-8aea-ef286ae58af1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -233632,7 +233632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38d18263-495b-45ae-9eea-09f5b71f1fbe", + "id": "05c545fd-3c9d-4112-a0e7-87eb0ad5fee3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -233676,7 +233676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ad8dcf3-347f-4473-85ef-7143eda0065d", + "id": "d4e97b86-7810-4e22-9e77-311b74f0a809", "name": "Forbidden, generally due to a lack of security rights", "originalRequest": { "url": { @@ -233710,7 +233710,7 @@ "_postman_previewlanguage": "text" }, { - "id": "04ef8ee9-8846-4c10-a3a4-69cf21084867", + "id": "46594269-d53d-412d-8f6f-fdf80a853a9f", "name": "TaskStatus with the given id was not found.", "originalRequest": { "url": { @@ -233744,7 +233744,7 @@ "_postman_previewlanguage": "text" }, { - "id": "62b6609b-966a-48d4-bfb2-c8b3bd110de1", + "id": "02c7ebc0-4890-4cfd-9397-e9e17ec32175", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -233788,7 +233788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "135944d6-9483-4587-9d14-e67b02a32645", + "id": "3941842f-2b81-4a02-baec-f32a31f5879c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -233838,7 +233838,7 @@ } }, { - "id": "5ca88791-ebc1-45bf-b1e1-5bea12129f16", + "id": "f05efc04-f7b0-4d02-860d-a3ed38d43024", "name": "Update task status by ID", "request": { "name": "Update task status by ID", @@ -233892,7 +233892,7 @@ }, "response": [ { - "id": "1892d6a3-8025-4552-8aaf-2ad06110ffe2", + "id": "802b3be9-d01e-4bdb-9a9b-78665760bdaf", "name": "This response indicates the PATCH operation succeeded, and the API returns the updated task object.", "originalRequest": { "url": { @@ -233944,12 +233944,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"Duis3\": \"eiusmod\",\n \"anim_57\": 6927456.197440922\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n}", + "body": "{\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"tempor_30d\": -30375944.08349693,\n \"quifc\": -12428373.75241366,\n \"in_a\": true,\n \"Duis_b04\": 43123207.69429344\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5c1648d5-a264-4e04-ae59-3685feb997bf", + "id": "48d0d174-decf-42b7-add1-a4f92a6548ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -234006,7 +234006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52328eb5-28d0-4d90-8ffc-ea1b4eea3f35", + "id": "3843cd5d-ac3f-4a9f-a1e1-59919614248f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -234063,7 +234063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e08344fd-8dbf-4619-b4e8-cbf2ae18f862", + "id": "797dd2d8-3b53-4e48-9388-3fa7ef26886c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -234120,7 +234120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c7ba429-1b30-4441-bcec-f1dde9e83129", + "id": "05fa5e1b-3450-4be4-aa9a-760cedea5b46", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -234177,7 +234177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26db0891-9b7a-4745-9a50-12929e484581", + "id": "5fd0f547-5497-4d9d-8956-bc890370cfd3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -234234,7 +234234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b23cf5ed-d1c5-4049-a271-dedce4b379dc", + "id": "1691b672-89f1-4aff-9fa5-cf4007d9e176", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -234297,7 +234297,7 @@ } }, { - "id": "ee235588-dc79-4a95-8fe4-7fc0aaa46c2e", + "id": "c9f64196-4b57-40cc-9a6f-2879e6f7166c", "name": "Retrieve a task status list.", "request": { "name": "Retrieve a task status list.", @@ -234372,7 +234372,7 @@ }, "response": [ { - "id": "5cc8707c-efd1-404e-8bab-595d73a91628", + "id": "7e5acecd-9724-48d7-82f0-b01996d9a461", "name": "Responds with a TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -234456,12 +234456,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"enim8\": -72016497.13543388,\n \"deserunt9\": -35420628,\n \"occaecat_2a6\": true\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n },\n {\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"pariatur19f\": \"enim minim conse\",\n \"non_a3\": 55830272,\n \"elit_c\": false\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"quis_6\": -4448190\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n },\n {\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"voluptate1e\": \"occaecat officia\",\n \"eiusmod129\": false,\n \"deserunt_ec\": true\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "45a3fc2a-a6cd-4d18-b76e-cb6d216407e2", + "id": "48209295-a3bd-4b24-93cc-134cb5a29144", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -234550,7 +234550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daf1369f-0397-4682-9e51-2352549f94a1", + "id": "41a37bf8-e41b-4c2f-af3d-fdb8e57edfa8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -234639,7 +234639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a47c1974-7be8-401f-be67-3d4c4e5aa276", + "id": "5369704e-6079-4aae-bef2-aaa624106f84", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -234728,7 +234728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f697384-0852-44dd-8a6c-d614ec88006c", + "id": "bdd11a84-57ed-4697-9684-cbba3592704f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -234817,7 +234817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee3612d0-7e3a-40b9-8292-e3a7e2553c3f", + "id": "5c29ddfb-e30d-473c-ba89-cc906604b19f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -234906,7 +234906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0331ec1-aa74-4c0e-a3f8-84bbff5e6280", + "id": "d542fc32-c07a-4681-9a41-7fefb70c1e40", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -235001,7 +235001,7 @@ } }, { - "id": "fea3de5e-5ad6-40bb-8663-8ae18b18710c", + "id": "b3078396-21cd-46f2-92da-48bedf303bda", "name": "Retrieve a pending task list.", "request": { "name": "Retrieve a pending task list.", @@ -235059,7 +235059,7 @@ }, "response": [ { - "id": "8d7d5e6a-60fc-4402-8e6e-71240d5643af", + "id": "f5c23e3f-61c1-4add-b628-70e9b7bb64ca", "name": "Responds with a list of TaskStatus for pending tasks.", "originalRequest": { "url": { @@ -235126,12 +235126,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"enim8\": -72016497.13543388,\n \"deserunt9\": -35420628,\n \"occaecat_2a6\": true\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n },\n {\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"pariatur19f\": \"enim minim conse\",\n \"non_a3\": 55830272,\n \"elit_c\": false\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"quis_6\": -4448190\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n },\n {\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"voluptate1e\": \"occaecat officia\",\n \"eiusmod129\": false,\n \"deserunt_ec\": true\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a6de2168-c72e-4e52-a7c6-50a7c164b095", + "id": "67b091a8-9fe3-473e-b8fd-1cd3cd0cea98", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -235193,7 +235193,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9996755d-895c-40b9-909a-40c2e41b4a81", + "id": "15ef1eab-7e05-4ea0-bfa2-6851adc1a39a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -235265,7 +235265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15586a1e-1cad-489b-9323-9895e4b7e776", + "id": "9f371555-a7d3-475c-9acb-dc46bbd626b7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -235343,7 +235343,7 @@ } }, { - "id": "d3c8f53a-e7ad-47a5-8e1d-820cab0ec301", + "id": "7b6e0a33-9a4d-47a7-b906-25a1936ea8fe", "name": "Retrieve headers only for pending task list.", "request": { "name": "Retrieve headers only for pending task list.", @@ -235401,7 +235401,7 @@ }, "response": [ { - "id": "aee0b024-f701-4ca1-972d-d3d9335d4710", + "id": "71467a84-dfd4-4d2d-84b6-92329cdfcfbd", "name": "Responds with headers for List of TaskStatus for pending tasks.", "originalRequest": { "url": { @@ -235463,7 +235463,7 @@ "_postman_previewlanguage": "text" }, { - "id": "29076f38-3017-4606-85e4-4eeb35785a9e", + "id": "7a5c9559-0308-4c9a-999f-0e7322ac4d2d", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -235525,7 +235525,7 @@ "_postman_previewlanguage": "text" }, { - "id": "18022029-e03f-459b-8ff7-64e676fe576d", + "id": "f78ae284-bc9c-47ee-9ec9-3bf85e3f2a56", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -235597,7 +235597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "586d7b98-6004-4cea-9368-f4b222f113a3", + "id": "a33add74-08e9-4fd7-8a54-47d49b55683d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -235681,7 +235681,7 @@ "description": "API for reading tenant details.", "item": [ { - "id": "728e7ed1-ee13-4fe7-a50c-6dbb2144bfc0", + "id": "e6025950-a6a5-4edb-b0a0-188e7706583a", "name": "Get Tenant Information.", "request": { "name": "Get Tenant Information.", @@ -235710,7 +235710,7 @@ }, "response": [ { - "id": "eb43c5d3-25e9-4af5-9f1a-bdae2ecd9e30", + "id": "051f298d-34ea-4842-9985-f83da06b62f0", "name": "Tenant Info", "originalRequest": { "url": { @@ -235753,7 +235753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e56ed65-009c-4a46-b6d7-b655cbe743bd", + "id": "d82c5229-57e0-4521-a8a2-c5cc167d61ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -235796,7 +235796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf768966-d038-4b8a-8b99-37f73153ff26", + "id": "f805be8b-9780-457d-8a7e-fbba94ae5bb8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -235839,7 +235839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b46bd0b-9fba-481e-b824-66d1802bf95c", + "id": "236ab9ec-d220-4860-8e54-cb354dc3516f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -235882,7 +235882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e7d1d2a-9ec2-472c-88a7-dc298614ed56", + "id": "3fb77cb4-ddbd-4a8c-8488-b4eeb16d9e63", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -235925,7 +235925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a911d1e5-359d-4ad5-b423-9933f283bb67", + "id": "81f2eed6-d317-4b47-931c-807a36ecc20a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -235968,7 +235968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a363e108-d830-44b1-b2d4-341979f60703", + "id": "d6f3c4e1-7a6f-44be-840d-be22f4395250", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -236023,7 +236023,7 @@ "description": "Operations for creating, managing, and deleting transforms.", "item": [ { - "id": "4282ab22-b006-4c39-9fed-e51cbf459bb6", + "id": "19e2e835-15d7-46bc-8fa6-689a5fb41d05", "name": "List transforms", "request": { "name": "List transforms", @@ -236098,7 +236098,7 @@ }, "response": [ { - "id": "517c995b-5e62-4cd4-bd2a-dd4834cc694d", + "id": "98bb286f-5101-4674-bbeb-444c8f04e053", "name": "A list of transforms matching the given criteria.", "originalRequest": { "url": { @@ -236187,7 +236187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29201c67-ebaf-4e09-9654-61af9b474da6", + "id": "b5d798cb-3ecd-428c-9cad-182bc6bff578", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -236276,7 +236276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85cc1fa1-7f3e-40b2-b153-205f572e253a", + "id": "fc8f80cd-23f3-4588-927f-62c8d5694703", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -236365,7 +236365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da98860f-1298-4242-8e90-ffb44277d00d", + "id": "75dd0282-a77e-4427-9075-ccb2b1442fb8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -236454,7 +236454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81efefb4-8e4d-4f65-909c-1b58d16da359", + "id": "ee732604-e356-4884-8689-8d46bd4e846a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -236543,7 +236543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "037bc002-c65f-4a8c-846f-c4b7b551bc55", + "id": "171b26dc-ebe1-4583-9795-d6416c256e14", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -236632,7 +236632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f59340e-63fe-4679-a46d-0249cf1524ec", + "id": "cd1b1caf-2bb1-4a17-816c-2de8d3cebab9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -236727,7 +236727,7 @@ } }, { - "id": "6d22a2de-3f06-4ae3-a7d7-59409fa6f0e4", + "id": "cf11e0df-df1f-49ad-91db-3fb77834a669", "name": "Create transform", "request": { "name": "Create transform", @@ -236769,7 +236769,7 @@ }, "response": [ { - "id": "9475f07b-72b3-4a6e-9274-dffb7adb0d0f", + "id": "c1e1d7ee-178b-49ed-8d23-757788c0c651", "name": "Indicates the transform was successfully created and returns its representation.", "originalRequest": { "url": { @@ -236825,7 +236825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89a6c0c7-1586-4583-a679-902c50ce1d5f", + "id": "08ca3347-3c1e-4d3f-8291-9d2b8795e0b4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -236881,7 +236881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bdb0aa3-5c45-451c-bbe9-938f924f557e", + "id": "3524c405-1794-41e4-8f75-7424b3a93118", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -236937,7 +236937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb8c618f-e82e-4c92-82a4-809b3a3d3abf", + "id": "f9827e46-6872-4219-8be1-cd896e8ebdfd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -236993,7 +236993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "707fdb9d-856e-49e6-a082-ed847ece2308", + "id": "5019d187-1afd-4a3d-819b-7369ac6ebac3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -237049,7 +237049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b24e357c-c2f4-48cc-b327-2e6d043b5aa3", + "id": "0cd0e041-fbb1-4ba5-8deb-d6119cb7d320", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -237105,7 +237105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff39993a-cd4a-4f82-bdbc-a86958c9a36c", + "id": "86b705a0-0e9e-4d65-967d-c0d51b99d520", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -237167,7 +237167,7 @@ } }, { - "id": "1354d352-26fc-40f2-bee6-342c15a399a4", + "id": "0e70e338-fcca-492b-888c-43d3d2d278a2", "name": "Transform by ID", "request": { "name": "Transform by ID", @@ -237208,7 +237208,7 @@ }, "response": [ { - "id": "2a0cceea-d041-4093-aa11-76b163afdded", + "id": "c948c0fd-d0c0-42f0-8073-66d6e93e2cd3", "name": "Transform with the given ID", "originalRequest": { "url": { @@ -237252,7 +237252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9ead8dd-f876-456a-ad46-bb5dbd2b4d77", + "id": "74626e5c-270f-4726-a61a-5cf28e9e8c2c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -237296,7 +237296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d666b174-a3db-4a69-b902-fa84f284b6a5", + "id": "9588429f-8e0e-4eff-9f04-59bbef293931", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -237340,7 +237340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb7f6eee-9bc1-491b-8b32-138daea46c07", + "id": "8d2c6e71-9ae6-46c2-9e75-d448d5ec8d19", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -237384,7 +237384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5eafa5c9-72c1-4cfb-9a62-add170e4adca", + "id": "7d72ede3-2384-4d3b-b465-c432bc114403", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -237428,7 +237428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a423549a-18cd-4745-bc32-cc0f6bf8ea75", + "id": "c6e34223-3824-47c3-9f2c-0c45a5135db4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -237472,7 +237472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c08b3e4e-b60e-4f03-8038-35dc14cfa51c", + "id": "3eba787e-8f04-4a2c-904b-3378ff399ea6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -237522,7 +237522,7 @@ } }, { - "id": "542fb26a-24b1-454e-9a50-6f760e5e73b4", + "id": "331f0ade-ffb7-4f52-bd1a-c2574e7e1c69", "name": "Update a transform", "request": { "name": "Update a transform", @@ -237576,7 +237576,7 @@ }, "response": [ { - "id": "77e885b4-bb33-4f62-b364-dd26dbeda17f", + "id": "4cff4b25-328f-4fea-a90e-ded48ec3fa34", "name": "Indicates the transform was successfully updated and returns its new representation.", "originalRequest": { "url": { @@ -237633,7 +237633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7770d39a-2e59-48db-99a4-7adb1a95b2ee", + "id": "5bd3e3f8-b4ae-4b99-9aa3-a2547dbfac0b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -237690,7 +237690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4da30f8f-b269-4ab5-a8a9-1deabb727bf1", + "id": "823c0f06-7da6-4b13-9284-62eaa74fe76d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -237747,7 +237747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fac6072-9bef-4bbc-b1c0-da9424f2944d", + "id": "1514d3d1-6e04-4d78-92f2-d021a8d95a93", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -237804,7 +237804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd5baa80-3974-4917-8a63-a3b1e1dcd727", + "id": "d9d20fa5-0593-463c-b66a-91e57fced7a6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -237861,7 +237861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbd4ce82-54e8-45cf-a756-85ae6f842beb", + "id": "dee7c642-0adc-4ab4-ab9d-4375bc0cd9e8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -237918,7 +237918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4202cb0-ff02-498e-911b-08adb8e19144", + "id": "bbe98f5f-3084-4fd5-ac8f-2a3d973dea8c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -237981,7 +237981,7 @@ } }, { - "id": "74b86d9a-1782-460c-b8ed-c47610ba69d4", + "id": "3e861520-fe9f-4c8a-8108-bf37f8bb5ea0", "name": "Delete a transform", "request": { "name": "Delete a transform", @@ -238022,7 +238022,7 @@ }, "response": [ { - "id": "2147e929-1c8c-44d1-8e98-9ff6ce0166b5", + "id": "ab9cd4e8-ad2b-412b-8705-f898e2ec144b", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -238056,7 +238056,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ed2aa1d4-1b49-45f5-a97a-85b86e94db79", + "id": "117033ff-c4ce-4fc2-80e0-71b1a5838e4b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -238100,7 +238100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14b2f29a-3e69-4e21-a7a8-7a901f1fe55c", + "id": "f534e3d8-b52e-4f3b-aeac-33d737fa6072", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -238144,7 +238144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85ffa70a-b724-4484-b9d1-5e5c363b06b6", + "id": "a261925e-9397-4707-b4ea-3bdd1e326220", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -238188,7 +238188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c80c2c65-525e-4bdc-b71b-410c65079e83", + "id": "741fcf40-7de8-45a1-886d-1cb46afd3d2b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -238232,7 +238232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fdef8d3-12d3-4278-9fcd-7e5ab4903543", + "id": "dc17423c-9755-4008-bdbe-9504d283f119", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -238276,7 +238276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e5fa74a-575c-4255-a2b7-e5f3da96ab4a", + "id": "d5f715bd-32f0-44bf-85dc-8cc45fd4520f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -238332,7 +238332,7 @@ "description": "Event Triggers provide real-time updates to changes in Identity Security Cloud so you can take action as soon as an event occurs, rather than poll an API endpoint for updates. Identity Security Cloud provides a user interface within the admin console to create and manage trigger subscriptions. These endpoints allow for programatically creating and managing trigger subscriptions.\n\nThere are two types of event triggers:\n * `FIRE_AND_FORGET`: This trigger type will send a payload to each subscriber without needing a response. Each trigger of this type has a limit of **50 subscriptions**.\n * `REQUEST_RESPONSE`: This trigger type will send a payload to a subscriber and expect a response back. Each trigger of this type may only have **one subscription**.\n\n## Available Event Triggers\nProduction ready event triggers that are available in all tenants.\n\n| Name | ID | Type | Trigger condition |\n|-|-|-|-|\n| [Access Request Dynamic Approval](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/access-request-dynamic-approval/) | idn:access-request-dynamic-approver | REQUEST_RESPONSE |After an access request is submitted. Expects the subscriber to respond with the ID of an identity or workgroup to add to the approval workflow. |\n| [Access Request Decision](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/access-request-decision/) | idn:access-request-post-approval | FIRE_AND_FORGET | After an access request is approved. |\n| [Access Request Submitted](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/access-request-submitted/) | idn:access-request-pre-approval | REQUEST_RESPONSE | After an access request is submitted. Expects the subscriber to respond with an approval decision. |\n| [Account Aggregation Completed](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/account-aggregation-completed/) | idn:account-aggregation-completed | FIRE_AND_FORGET | After an account aggregation completed, terminated, failed. |\n| Account Attributes Changed | idn:account-attributes-changed | FIRE_AND_FORGET | After an account aggregation, and one or more account attributes have changed. |\n| Account Correlated | idn:account-correlated | FIRE_AND_FORGET | After an account is added to an identity. |\n| Accounts Collected for Aggregation | idn:aggregation-accounts-collected | FIRE_AND_FORGET | New, changed, and deleted accounts have been gathered during an aggregation and are being processed. |\n| Account Uncorrelated | idn:account-uncorrelated | FIRE_AND_FORGET | After an account is removed from an identity. |\n| Campaign Activated | idn:campaign-activated | FIRE_AND_FORGET | After a campaign is activated. |\n| Campaign Ended | idn:campaign-ended | FIRE_AND_FORGET | After a campaign ends. |\n| Campaign Generated | idn:campaign-generated | FIRE_AND_FORGET | After a campaign finishes generating. |\n| Certification Signed Off | idn:certification-signed-off | FIRE_AND_FORGET | After a certification is signed off by its reviewer. |\n| [Identity Attributes Changed](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/account-aggregation-completed/) | idn:identity-attributes-changed | FIRE_AND_FORGET | After One or more identity attributes changed. |\n| [Identity Created](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/identity-created/) | idn:identity-created | FIRE_AND_FORGET | After an identity is created. |\n| [Provisioning Action Completed](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/provisioning-completed/) | idn:post-provisioning | FIRE_AND_FORGET | After a provisioning action completed on a source. |\n| [Scheduled Search](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/scheduled-search/) | idn:saved-search-complete | FIRE_AND_FORGET | After a scheduled search completed. |\n| [Source Created](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/source-created/) | idn:source-created | FIRE_AND_FORGET | After a source is created. |\n| [Source Deleted](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/source-deleted/) | idn:source-deleted | FIRE_AND_FORGET | After a source is deleted. |\n| [Source Updated](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/source-updated/) | idn:source-updated | FIRE_AND_FORGET | After configuration changes have been made to a source. |\n| [VA Cluster Status Change](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/va-cluster-status-change/) | idn:va-cluster-status-change | FIRE_AND_FORGET | After the status of a VA cluster has changed. |\n\n## Early Access Event Triggers\nTriggers that are in-development and not ready for production use. Please contact support to enable these triggers in your tenant.\n\n| Name | ID | Type | Trigger condition |\n|-|-|-|-|\n| [Identity Deleted](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/identity-deleted/) | idn:identity-deleted | FIRE_AND_FORGET | After an identity is deleted. |\n| [Source Account Created](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/source-account-created/) | idn:source-account-created | FIRE_AND_FORGET | After a source account is created. |\n| [Source Account Deleted](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/source-account-deleted/) | idn:source-account-deleted | FIRE_AND_FORGET | After a source account is deleted. |\n| [Source Account Updated](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/source-account-updated/) | idn:source-account-updated | FIRE_AND_FORGET | After a source account is changed. |\n", "item": [ { - "id": "21b73eaa-95ca-4770-863d-e658adafe2fe", + "id": "b832171d-9cb6-4344-95cb-21b81b58eff3", "name": "List Triggers", "request": { "name": "List Triggers", @@ -238407,7 +238407,7 @@ }, "response": [ { - "id": "f676346e-eb3c-48c2-b7b7-613573bbc6c0", + "id": "83a06664-2871-410c-8e50-270482e2b851", "name": "List of triggers.", "originalRequest": { "url": { @@ -238496,7 +238496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15e02176-52cf-49e6-b05c-de45c48b7ae5", + "id": "1c22cce6-3507-4927-b1ea-1c660d27839c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -238585,7 +238585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39e8c440-cdeb-45d9-a99e-fbca211d447c", + "id": "210cbf7a-bebe-4ace-90c0-48c5d2a2d1a5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -238674,7 +238674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8baa4e4-472c-41ec-a745-7c28fdbb6f1a", + "id": "cb31ae8f-052f-4c44-9e85-b1955f5c117b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -238763,7 +238763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8353e0b-1db9-4c39-b6cc-57d8696e82e2", + "id": "d2651ec2-a435-458b-8def-1dde7c6020df", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -238852,7 +238852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7eb175a-9ae1-4341-95f9-a766be4096bf", + "id": "d6b845fe-7980-447a-ab16-959a1c75588f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -238947,7 +238947,7 @@ } }, { - "id": "8511fe96-101b-4aa3-b3f6-0e39c336a8e6", + "id": "a80def98-f01f-42b9-b5d6-578985243bfb", "name": "Create a Subscription", "request": { "name": "Create a Subscription", @@ -238989,7 +238989,7 @@ }, "response": [ { - "id": "714d820c-3109-42fa-9079-9075446b2ddb", + "id": "6b4cb329-1de2-4fc4-a4ba-5a2c6c574fca", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -239045,7 +239045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9300c25-04fa-48a6-a5a2-b8372c29c19f", + "id": "9dbcb40d-52e7-4b36-9ddf-110d0c7a1f92", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -239101,7 +239101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab3eaadc-a75e-4668-ae43-61f60205f030", + "id": "19df0ae1-f11e-46bf-bb97-2b65915267f2", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -239157,7 +239157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cea0a8f6-2671-4dd2-b151-6342d226b98d", + "id": "95fce0db-3832-48c4-95de-96e1ebbb5f6c", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -239213,7 +239213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f458b463-f7d4-43df-9290-f1320e18b410", + "id": "c5a1b2c6-1454-462d-9dee-56849a92762a", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -239269,7 +239269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d464f38-6139-4039-82eb-29d41a0bc205", + "id": "6df7c468-30c0-4a5d-82ed-1ea32b1018c3", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -239325,7 +239325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "349d7e53-3693-460e-b17f-d65373bb7fdf", + "id": "8fd732e0-a302-4ba7-b345-7b0c92adb0ce", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -239381,7 +239381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ae7c785-1772-49e2-b50f-b6e332237e2c", + "id": "5db5ed6c-cc69-4826-9516-004062c27cb4", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -239437,7 +239437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f03a5a0f-8bb6-4895-be0b-03bbde836147", + "id": "7cc8272e-919f-4711-a2b0-d996c0e8c48e", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -239493,7 +239493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd6fe4e4-1d6c-4db6-a7c3-1ba73a74d287", + "id": "98def3bd-8e6b-4d9e-bc29-c50120210d5d", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -239549,7 +239549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c0d0d51-8722-45b2-b5af-fdf369aea6b9", + "id": "77a67b87-bcb4-45f8-876e-ef13f7d9711e", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -239605,7 +239605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "102b9a72-550b-4bf0-9896-3e6f31dac84c", + "id": "8caf183d-2ce2-43d6-b4b6-9efc45078314", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -239661,7 +239661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ffe60cb-0c3e-4f68-bcca-f8ebffdad5ed", + "id": "b4716461-000c-42c6-a201-50cb6cde39a5", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -239717,7 +239717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf4dd944-830c-4b84-ac37-f0711edf07b9", + "id": "469952a2-1937-43c8-a16c-ef38142cc30a", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -239773,7 +239773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c73e96b7-3296-467f-9f1f-6502566f77ed", + "id": "1fff5a66-6e08-41c8-a2ff-0da119486911", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -239829,7 +239829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9b601d0-85a5-47ba-b7c7-1bd3f97fd310", + "id": "c0baf247-a3d8-4754-9c55-5a639dedc7c4", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -239885,7 +239885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "110b46c3-11ea-4e57-a677-7c3504f9462c", + "id": "0ee08222-ac85-46ea-8da8-84d38f98b9cd", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -239941,7 +239941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bb643e3-93ee-4984-b3a0-2599784bdf28", + "id": "5d6bcfb0-0b6e-4190-b5e0-a572c90c2a4a", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -240003,7 +240003,7 @@ } }, { - "id": "ca2a00e6-b7b0-4d7c-b8cf-178dd91b08da", + "id": "3cbb23a9-e4a0-4765-af39-1d35c79b6595", "name": "List Subscriptions", "request": { "name": "List Subscriptions", @@ -240078,7 +240078,7 @@ }, "response": [ { - "id": "c234f2f9-fe86-4b0e-9ca3-0c589ddd0e0d", + "id": "16c3c08d-da26-42e7-a933-a8d0378a6de8", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -240167,7 +240167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6aee78e0-1df0-43fd-bd8e-2e2e7f82bb32", + "id": "b49a3588-1b56-44c3-9965-e3d076cb2c96", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -240256,7 +240256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e2dff88-486a-44e8-aff0-3f416fe437dc", + "id": "a2222e8f-8ffc-4298-8dec-591e1aed1c5e", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -240345,7 +240345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8827e0ee-e4af-440e-bc27-417a3a0f1c81", + "id": "14b7762a-e5a4-4a15-80e9-645168157621", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -240434,7 +240434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afac9c6e-aaef-4a75-9af1-bb8b5115f934", + "id": "f646d37a-0c67-4abf-b02b-ec55ac58deec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -240523,7 +240523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ca6b297-9ed0-4409-9058-c5f2e74ccb85", + "id": "93ad212b-6191-4aba-a6af-eb428f3cf870", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -240612,7 +240612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c950d234-7f33-4348-9880-ee763d526e73", + "id": "6722e03a-79f2-436b-895c-f75b64c65696", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -240701,7 +240701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "790e80b2-6114-4e15-89aa-6e42af55117f", + "id": "8c41b8bb-1bc0-44b0-a086-a7edea1463d5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -240796,7 +240796,7 @@ } }, { - "id": "f856af78-fb8b-4372-805a-be810594d42b", + "id": "ec34d6ef-79ef-468b-98a5-0b6f11ecb637", "name": "Update a Subscription", "request": { "name": "Update a Subscription", @@ -240850,7 +240850,7 @@ }, "response": [ { - "id": "abafc895-c998-4234-b906-5a397fbe712c", + "id": "bc0af70b-91ac-4b56-8800-4da0f135a66b", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -240907,7 +240907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e750d693-13f3-4f20-81ca-36df826ec57f", + "id": "4e8ffa34-4137-40a2-be7c-cf92db86994c", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -240964,7 +240964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53190bd6-b317-4882-aae7-20a8f6602a76", + "id": "6cd7d1fb-355b-4116-aa2c-c8357e64ab1f", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -241021,7 +241021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5f209b3-b4a3-48e5-b023-cf9a7d747e85", + "id": "41ceb23e-735f-40ed-afda-0253dea1584f", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -241078,7 +241078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5756aef2-c019-4808-9bc9-5b1121cc1c9e", + "id": "4d0c3049-3eb3-4bf2-bd6d-652a54cfffb7", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -241135,7 +241135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af7c9c75-933c-491b-9b21-c78d98113806", + "id": "2ef81bc0-9399-4a39-ae7d-199399972a23", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -241192,7 +241192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ec12abb-df23-4a96-87d7-c145939e7f7c", + "id": "768b41f7-3bf6-4be5-b839-2e8bca71ac5a", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -241249,7 +241249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "322a7e6a-8ae2-4a94-8fb0-6b5699eae560", + "id": "fd2caa8f-de6d-43d7-95d8-72c59a7e7824", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -241306,7 +241306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d71f5576-fe4d-4bb0-9b27-ea7ba6ac9dcb", + "id": "ff4da5d4-b62c-4702-8142-be032bf35fc3", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -241363,7 +241363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f33b5542-f914-46bf-94c1-a96a41be61de", + "id": "9e08666b-5d27-46cd-8ace-3e3eab0602b2", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -241420,7 +241420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6357932c-5b5a-4086-976e-f2be0e02c2e2", + "id": "474c1e34-fd3c-4965-904e-2709bc64e148", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -241477,7 +241477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17b697ca-9e6e-420e-b49d-b581d2676ec9", + "id": "5dec7155-da8a-4c05-aa1c-81048464dc90", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -241534,7 +241534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0401d9da-f851-4f9f-9010-3ae81e45bdfc", + "id": "27f6ab04-cfcf-499d-8107-380bb3f9dcd7", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -241591,7 +241591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f2d5387-66b6-49e0-b567-35609af465ea", + "id": "91b6bfb6-5357-4901-8dd4-3a99eb526e36", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -241648,7 +241648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "895d9262-2c81-4143-ac05-f90f75eb7097", + "id": "7a50cfa6-87df-4154-82bb-2f78d622edc6", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -241705,7 +241705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2494a080-9851-49c9-92a6-52120e8f20e8", + "id": "232761d3-e73a-468a-991a-4880c06c5235", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -241762,7 +241762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27a934f9-5def-4f46-9bfc-53836c8aff3e", + "id": "80100516-650b-4e59-9eae-69e9e5ca4cd9", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -241819,7 +241819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "885f76e1-8cf2-4e47-a15c-fb131a6f5f23", + "id": "6c7e3537-6e05-4515-9dc1-28506acddb25", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -241876,7 +241876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8047c10c-57ae-405c-89b6-d32da058510a", + "id": "9579d452-9683-477d-bbb0-cef443201f71", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -241933,7 +241933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "505b38aa-ccce-42c4-9f14-1d140df42240", + "id": "4450a512-acb3-491d-abce-9499a2a7e3c2", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -241990,7 +241990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef7ceed8-623f-4852-a828-d2d73a5c8692", + "id": "6cf669e5-7cb1-4c6b-a322-455115dfd482", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -242053,7 +242053,7 @@ } }, { - "id": "52e36151-84a7-4e5e-90c3-24ecd97417ae", + "id": "14aebb8b-cc01-46e4-bd62-a1f9d40d1cef", "name": "Patch a Subscription", "request": { "name": "Patch a Subscription", @@ -242107,7 +242107,7 @@ }, "response": [ { - "id": "f544cd32-56f8-4e08-9231-b538cadec1a6", + "id": "26c36e1a-9187-4275-bad2-8662a3725bbd", "name": "Updated subscription.", "originalRequest": { "url": { @@ -242164,7 +242164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be1c3f0b-01cd-43ac-8fbc-55b73bda92fa", + "id": "89bfac66-99b9-479d-a2e1-07f05494fe8d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -242221,7 +242221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa0f8c24-41c2-48d0-bd08-6ebab3432ce4", + "id": "0827700d-7b9f-40ba-b30e-11cdab7e7a54", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -242278,7 +242278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b1894f8-3544-496a-8481-117e596b982a", + "id": "b079d9ef-45a2-402d-b109-7fd00cf57cc4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -242335,7 +242335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6356cd0-49e8-4d89-8af9-720c981985cd", + "id": "6663a80b-a16e-4da2-a48d-65b1f9133ae9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -242392,7 +242392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1baca50-361d-406d-b96b-1e11c3d43abc", + "id": "824c7ac0-6ba4-4005-8054-7720cb89bb03", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -242449,7 +242449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "312e0722-6497-4c65-8df6-86eb1d042114", + "id": "98ee44e9-98d2-4901-ba36-3d1542efa901", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -242512,7 +242512,7 @@ } }, { - "id": "d63f19ae-c66d-4674-a996-26eda8f8cd0b", + "id": "0993360e-2af5-4fff-a7c0-59b233288e34", "name": "Delete a Subscription", "request": { "name": "Delete a Subscription", @@ -242553,7 +242553,7 @@ }, "response": [ { - "id": "06d6f679-8824-4f08-9c00-50c833c29f7c", + "id": "4f0b95aa-08b4-42f0-a83e-a93333a5cb3c", "name": "Subscription is deleted successfully.", "originalRequest": { "url": { @@ -242587,7 +242587,7 @@ "_postman_previewlanguage": "text" }, { - "id": "681f5f34-82d0-4c6a-ba65-abf8b5abb6bf", + "id": "5b1e67c8-e612-4cd9-9bd2-796741fbc3c9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -242631,7 +242631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc87db0c-38d9-40eb-9bfa-fae85a9002f9", + "id": "ab476a3b-2b81-4f3e-a479-c8b51c3e77e9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -242675,7 +242675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3268a2b8-8470-4e06-98b8-d8ed367ea459", + "id": "07affee8-6da3-499b-9d54-cd9e00077876", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -242719,7 +242719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30407c50-ac70-4ba8-81d0-a43768f0f4d6", + "id": "d4a839ba-226f-4d0d-bac6-5e708ce698f0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -242763,7 +242763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2107c6d1-fb40-4a01-9a4a-dbbaa2c97b14", + "id": "513b990f-fd93-4bf6-a3a9-a4fb02cdb27c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -242807,7 +242807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b6a8139-6bee-44a6-95c0-2f7e63ef1a6e", + "id": "e0440fe9-37e6-436e-88e6-2f197a90595f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -242857,7 +242857,7 @@ } }, { - "id": "f08354b6-61a3-4fc4-9c38-2486d1a26f42", + "id": "2891aafe-57f5-4f66-9ac0-1e199f491b62", "name": "Validate a Subscription Filter", "request": { "name": "Validate a Subscription Filter", @@ -242900,7 +242900,7 @@ }, "response": [ { - "id": "e10a8edd-e729-42a2-a5b7-1ea0ffc4aef2", + "id": "97a193b6-3377-4339-bae1-603968203cc3", "name": "Boolean whether specified filter expression is valid against the input.", "originalRequest": { "url": { @@ -242957,7 +242957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a3d7441-8718-4b54-9317-b357aca71fd0", + "id": "3f970150-976d-4962-b2cb-602ff01b24a1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -243014,7 +243014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1949bdee-43a8-4345-8006-9995c0375b6e", + "id": "405c6013-e33c-4ebf-9f6b-e6d28b5b8bfc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -243071,7 +243071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c515ac03-d12e-460a-9221-5be6523e8720", + "id": "bbab0420-2785-40aa-ae4d-e515dfa61b59", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -243128,7 +243128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f65d033-0447-4c6f-b8f0-a6cc1427cde5", + "id": "2bda71b0-50c2-496f-b077-a710bd5680fc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -243185,7 +243185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b36e3979-ccbf-453f-9bc5-9508fe1e9e1b", + "id": "6e95bb6d-a5d1-4185-88cb-aa2985e31fd6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -243248,7 +243248,7 @@ } }, { - "id": "17bb5ae2-8a48-4e19-ace9-cd6e984fd7d8", + "id": "5a96a34d-0339-474d-ab7f-ca2d0dc8bbcf", "name": "List Latest Invocation Statuses", "request": { "name": "List Latest Invocation Statuses", @@ -243324,7 +243324,7 @@ }, "response": [ { - "id": "aa4c6406-933b-4860-8def-53e463e25c7c", + "id": "c3810ee0-9439-420e-ad64-63cc31e46f99", "name": "List of latest invocation statuses.", "originalRequest": { "url": { @@ -243414,7 +243414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bf62569-be07-47d2-9ade-cced0082589b", + "id": "4e99d110-345b-4bbe-89fd-8e18960fe3c6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -243504,7 +243504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b44d6281-df14-4b1d-bf39-798d2e2a26aa", + "id": "3a5965f7-159f-4bf0-ad85-4990a05e3901", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -243594,7 +243594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "595fc11c-417c-46c8-b894-4dc2b9dc7427", + "id": "6632e0fd-d714-4749-8b27-ff76145aee2c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -243684,7 +243684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94b9a369-15c6-4a03-9e0d-9ba5fa6526c4", + "id": "233757c2-88ec-4a7d-8302-69fc868cafaf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -243774,7 +243774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50ffc3a2-ab8b-4ebb-a1ac-beea977e622a", + "id": "e969686b-47b9-458b-b07b-12503d7777c7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -243870,7 +243870,7 @@ } }, { - "id": "ebe6c635-8da1-4510-b2f3-1a1bf3c93a3c", + "id": "cdb7697b-d01f-40cd-9d27-b56da78c5904", "name": "Complete Trigger Invocation", "request": { "name": "Complete Trigger Invocation", @@ -243925,7 +243925,7 @@ }, "response": [ { - "id": "1c1c9700-f310-43f7-bd14-f1db24732a29", + "id": "8b25e70c-2c8c-4cd2-862f-fd0bfe1cfc5f", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -243973,7 +243973,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6b588c8d-935c-4ad5-b1e0-2911e80d629d", + "id": "0113a330-9b9c-4cd8-93cf-0f14af80e791", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -244031,7 +244031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a30bbde6-e40a-4fa0-ac3b-850ea2a5140b", + "id": "f9d44b13-9fec-400d-82e2-904e5110fb66", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -244089,7 +244089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98a326de-bead-40ee-bd51-35e42f963eee", + "id": "5918e5ca-985f-46fb-8f6d-aa490ab9cc1c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -244147,7 +244147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4c4b031-ac49-468a-b6f5-c87bf1a2478a", + "id": "de008f17-ff24-4cf7-9094-d5e89da20a32", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -244205,7 +244205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03533468-cad9-4102-a484-a0c9651d3275", + "id": "a0e7b218-20c4-4a74-a397-88fc818c6c5f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -244269,7 +244269,7 @@ } }, { - "id": "39c1f481-f219-4dcb-a5a5-86675df1574b", + "id": "1c4da1a1-a01a-43dc-b708-86a556f969d9", "name": "Start a Test Invocation", "request": { "name": "Start a Test Invocation", @@ -244312,7 +244312,7 @@ }, "response": [ { - "id": "95d15dc6-6be4-4d10-aa3e-2d47caf36b5a", + "id": "1a9f0016-244c-46fc-9642-364e014bd706", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -244369,7 +244369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1abab6d2-96f5-4071-a6f6-6eb8451c447b", + "id": "0ead93fe-29b5-4fe9-be10-49bb5717db31", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -244426,7 +244426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd43051e-7a08-4b68-9699-54dff3efc9b6", + "id": "89f95e99-4c0b-4c45-8df5-48905c746777", "name": "Trigger invocation is skipped, because tenant has not subscribed to the specified trigger.", "originalRequest": { "url": { @@ -244473,7 +244473,7 @@ "_postman_previewlanguage": "text" }, { - "id": "fc0c8664-21aa-44a7-a0df-c25fd87d5bc9", + "id": "fb8b7374-e2eb-42b8-b8ac-e5832ee711db", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -244530,7 +244530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea7d76b4-481f-4177-9422-35f231cb9b30", + "id": "32b65a83-9aa6-4f4c-8e88-6b53e5e8e8c8", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -244587,7 +244587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18ae9457-992b-431b-84b1-eb9c988a3ebd", + "id": "dbe47ce1-308d-41e6-99af-8007a5557bf6", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -244644,7 +244644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16e93e49-a5ee-458c-9129-aca1903f0392", + "id": "8ace1c89-ab6a-4aad-a5e2-1a58f558351a", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -244701,7 +244701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db0022fc-a07a-4107-b511-0ee130ff0f3e", + "id": "b42c4661-b07f-4338-8882-2b3843507764", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -244758,7 +244758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f215e237-616f-408b-a3a4-7c315c05691d", + "id": "0a750817-5926-45a8-95cf-e7f2f1590d20", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -244815,7 +244815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1b4a11e-5b02-4cdd-8159-293f932698ec", + "id": "1c9498dd-df4b-4abe-86aa-7ccc98aa1902", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -244872,7 +244872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f6ffc13-c3ad-4c7b-9d2a-cd36405cc9fe", + "id": "6305790a-0ef3-4db1-a23e-854882e9b6da", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -244929,7 +244929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f835a012-9802-444d-94e2-75397c74ae5a", + "id": "d5589708-f472-4cd8-a766-5555d152bc43", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -244986,7 +244986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eeece387-79ae-441c-8a4c-130ac08f1b43", + "id": "ab9e3bc6-c502-4af3-ad30-6e1d60913909", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -245055,7 +245055,7 @@ "description": "API for managing UI Metadata. Use this API to manage metadata about your User Interface.\nFor example you can set the iFrameWhitelist parameter to permit another domain to encapsulate IDN within an iframe or set the usernameEmptyText to change the placeholder text for Username on your tenant's login screen.", "item": [ { - "id": "860b5f1c-75b8-4d0c-8b84-c7e6a81284cf", + "id": "1b7457fb-f2ba-476c-842d-fbb8316b128d", "name": "Get a tenant UI metadata", "request": { "name": "Get a tenant UI metadata", @@ -245085,7 +245085,7 @@ }, "response": [ { - "id": "53fb983e-cf79-463a-bb52-6b67f16963ef", + "id": "e1cc0397-2464-4c9f-9fa1-7b562060c23b", "name": "A tenant UI metadata object", "originalRequest": { "url": { @@ -245129,7 +245129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fd87a5e-c3b2-4b52-8677-d551c4ef4dc6", + "id": "6325b6fa-89eb-4888-8f89-500e57e7ca5e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -245173,7 +245173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d493f86a-8bf6-4a36-8480-d265e6e5ffeb", + "id": "b7e07dff-d3e3-45d6-bdae-d2cea3bd5cfe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -245217,7 +245217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54279815-5fd8-4dff-afdb-c38ad493e46a", + "id": "9ce85a12-c6d4-4430-a944-d44f0843a273", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -245261,7 +245261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bba111ba-b16b-4c61-88fe-93569a7d807c", + "id": "cd759da9-dd82-45af-9dd7-4b70f200ea1e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -245305,7 +245305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dfa5785-2104-4df8-82e5-0ce6bd8d185a", + "id": "51e4bd29-1920-4b50-8e86-e5f6b04b08bb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -245349,7 +245349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b04d9bbb-fe52-4fa9-b9db-4f0ad8b5525a", + "id": "a633d0be-3bc7-49e4-9a20-4f9e1954a8b8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -245399,7 +245399,7 @@ } }, { - "id": "1b437c2c-0563-47f3-a7e7-c945d2680206", + "id": "d11a118c-7367-480f-9483-00a4609fc8b6", "name": "Update tenant UI metadata", "request": { "name": "Update tenant UI metadata", @@ -245442,7 +245442,7 @@ }, "response": [ { - "id": "9e3071c7-3833-4566-acbb-fd0956e42028", + "id": "599cd508-bd94-40d6-8617-3237afe7cd3c", "name": "A tenant UI metadata object", "originalRequest": { "url": { @@ -245499,7 +245499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce24641f-e507-4991-8f94-a10bb7e619b0", + "id": "41e8124b-7dc1-4335-8669-06cd44418167", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -245556,7 +245556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea209886-207b-4374-aa80-d65aa05a6e1b", + "id": "587b10e6-95c3-4c78-bdf7-bc45eeb8acd5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -245613,7 +245613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac760824-f00c-42c5-bcb8-24f59b881a5d", + "id": "80764ab7-49a3-40fe-9100-ba163a57cf83", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -245670,7 +245670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f783a82c-b413-4522-ba42-71606c620ae8", + "id": "39da7aa9-2f01-4784-a01b-f11c691494a9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -245727,7 +245727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13cc488b-9f85-428b-86dc-f73eda921ead", + "id": "567dad3c-5b12-4c20-84af-d590350f3df0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -245784,7 +245784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21641306-e00d-4ce7-8085-897b0a0af8e8", + "id": "8a4a5e77-ab05-4b0c-b574-b0920ac3b4fd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -245853,7 +245853,7 @@ "description": "Vendors use ISC connectors to connect their source data to ISC, but the data in their source and the data in ISC may be stored in different formats. \nConnector mappings allow vendors to match their data on both sides of the connection. \nThe vendors can then track and manage access across their sources from ISC. \nThis API allows you to create and manage these vendor connector mappings.\n", "item": [ { - "id": "4577fe4c-075b-467c-906b-e09338f51f46", + "id": "5bfae1a5-96b3-4003-9baa-ea21b1015fb9", "name": "List Vendor Connector Mappings", "request": { "name": "List Vendor Connector Mappings", @@ -245882,7 +245882,7 @@ }, "response": [ { - "id": "e18e70d1-97d6-4253-811d-d03981b5a5e9", + "id": "69649121-c329-4447-aeab-fd4412034358", "name": "Successfully retrieved list.", "originalRequest": { "url": { @@ -245925,7 +245925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d180d89-8356-4124-91fd-61bde739991f", + "id": "6ba6967d-58fe-494b-be92-96f8d5d4a79e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -245968,7 +245968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbbc0c24-dcee-4277-84a2-85f56ecc1436", + "id": "1c7e1110-956b-41be-922b-d76956309777", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -246011,7 +246011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f46b19d-dd0b-4fef-a154-0d0815ed5651", + "id": "218756f6-4b14-4b47-a7bb-f43832c7cf6a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -246054,7 +246054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1853fbe-96e6-4081-9dfb-61e62f02ec6d", + "id": "586c14e4-dd9f-4293-bfcb-da9716ff0ca5", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -246097,7 +246097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "813130a3-8794-4ead-955e-f75c90e735ab", + "id": "0932d8e1-fc42-43e8-abb0-d2bb8c8bf148", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -246140,7 +246140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8bf9975-bcb9-4558-9a3f-c23ca492661a", + "id": "958dae71-18dc-4241-a7a3-379c75318972", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -246189,7 +246189,7 @@ } }, { - "id": "165130ea-17ac-480b-81c6-5873c4ce27b5", + "id": "f31a9df0-ebd8-4991-bc8b-4d2e8cab8c93", "name": "Create Vendor Connector Mapping", "request": { "name": "Create Vendor Connector Mapping", @@ -246231,7 +246231,7 @@ }, "response": [ { - "id": "3b7fd11e-1a23-420e-ba60-a777db4e27ea", + "id": "af3d6300-fdd6-4c27-a36f-73c8470d53b9", "name": "Successfully created a new vendor connector mapping.", "originalRequest": { "url": { @@ -246287,7 +246287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "578219bc-dc09-4cc8-a612-9a4aede6f891", + "id": "672c0609-bca7-4d23-9c13-9a235a77e250", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -246343,7 +246343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f352242-9cf3-428c-850b-24fbcb7aa855", + "id": "ba0abe31-5c18-4f89-b2d2-b2200c3af675", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -246399,7 +246399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5e5e5d9-d171-4a7c-a357-1af24ff80d8b", + "id": "e62706a9-fecc-4f0c-833c-9ad508c9c5bf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -246455,7 +246455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d366ca92-d2e3-4a45-996c-8d3e00433cf6", + "id": "07ea3e3f-3f6f-4d54-8b65-3afc92e9acec", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -246511,7 +246511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ab1389c-04e6-40bf-bc7c-76130037d9fb", + "id": "534be711-4a53-451f-99fb-81ead18dad08", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -246567,7 +246567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5d54e2a-a1ab-40f7-8789-f211c48b1483", + "id": "b1139086-cadc-4bd5-94df-60add429619f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -246629,7 +246629,7 @@ } }, { - "id": "638c0b0a-eec9-4313-ba97-9a0e68f5002a", + "id": "86bee691-ec24-48e0-b005-416ec1d60b26", "name": "Delete Vendor Connector Mapping", "request": { "name": "Delete Vendor Connector Mapping", @@ -246671,7 +246671,7 @@ }, "response": [ { - "id": "bcb10e62-3753-481b-b31a-2230a18df7a0", + "id": "84b5967a-1588-4495-81e3-8571e08105b0", "name": "Successfully deleted the specified vendor connector mapping.", "originalRequest": { "url": { @@ -246727,7 +246727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e138cd7c-f1a6-4b91-9e80-8db0d1bfcdfc", + "id": "b4743948-973b-49e9-a140-ee915db3b784", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -246783,7 +246783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "009b3986-069c-46ee-86b9-98990a701a11", + "id": "cab27d2e-269f-434b-97b1-5308e3ed8598", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -246839,7 +246839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bc2d4a0-a62e-40d1-9fc0-a02dbf88051a", + "id": "a8ad54b0-c80f-42b9-a3e9-6208e780eb0a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -246895,7 +246895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "465efdca-7ef0-4d5d-a75d-1bae41ba9b30", + "id": "e1c1f024-a4a7-48c8-9c1f-1f32a9de9a85", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -246951,7 +246951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bb65f90-2e53-46e2-b38e-7907e62ce19d", + "id": "8745bb10-d61a-4d75-a576-cba00ac38d61", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -247007,7 +247007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2038377-2ef4-4953-a4ab-b6c621ab2ae7", + "id": "5ffd824a-d81f-4ea6-bcfc-6d5629594eb3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -247075,7 +247075,7 @@ "description": "Use this API to implement work item functionality.\nWith this functionality in place, users can manage their work items (tasks).\n\nWork items refer to the tasks users see in Identity Security Cloud's Task Manager.\nThey can see the pending work items they need to complete, as well as the work items they have already completed.\nTask Manager lists the work items along with the involved sources, identities, accounts, and the timestamp when the work item was created.\nFor example, a user may see a pending 'Create an Account' work item for the identity Fred.Astaire in GitHub for Fred's GitHub account, fred-astaire-sp.\nOnce the user completes the work item, the work item will be listed with his or her other completed work items.\n\nTo complete work items, users can use their dashboards and select the 'My Tasks' widget.\nThe widget will list any work items they need to complete, and they can select the work item from the list to review its details.\nWhen they complete the work item, they can select 'Mark Complete' to add it to their list of completed work items.\n\nRefer to [Task Manager](https://documentation.sailpoint.com/saas/user-help/task_manager.html) for more information about work items, including the different types of work items users may need to complete.\n", "item": [ { - "id": "217dde09-47ea-4b4e-be82-559fdc7a1d33", + "id": "f7a75bfa-c9c9-4a1c-b7ff-06561c4f2121", "name": "List Work Items", "request": { "name": "List Work Items", @@ -247125,7 +247125,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -247141,7 +247141,7 @@ }, "response": [ { - "id": "85424a3f-82f4-4a01-a235-3c5eb2522914", + "id": "82aff7d1-699a-43de-8d0c-d3917cc99629", "name": "List of work items", "originalRequest": { "url": { @@ -247186,7 +247186,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -247221,7 +247221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1209948-2944-4bd0-bfba-3e7f06cebf61", + "id": "e1477e9a-5e19-460e-9968-edb4b991d4b3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -247266,7 +247266,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -247301,7 +247301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f295596-0d6d-45de-ab8b-e1f21f0be618", + "id": "d5cf7016-933b-4104-aaf3-b2f7839f4824", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -247346,7 +247346,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -247381,7 +247381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75400b4a-bd18-4ce5-b521-5e54ec39879e", + "id": "46067ad4-c1e1-4a0a-ae74-d4825b5a4fc2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -247426,7 +247426,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -247467,7 +247467,7 @@ } }, { - "id": "ffb4a88a-31e0-4b70-a6f1-d14348d3072f", + "id": "c5475ef9-ba2f-453c-9984-fc0cb589fa95", "name": "Completed Work Items", "request": { "name": "Completed Work Items", @@ -247491,7 +247491,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -247534,7 +247534,7 @@ }, "response": [ { - "id": "dbc2f6e8-3ab2-416b-a375-154614fedf1f", + "id": "c2ee05be-9a4c-4a01-9ded-b238d25211cb", "name": "List of completed work items.", "originalRequest": { "url": { @@ -247553,7 +247553,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -247615,7 +247615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e5ac19b-69fb-4e73-8da1-fab2c170ade8", + "id": "0cb4343d-d5cf-4dc2-9305-2ad1938e3893", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -247634,7 +247634,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -247696,7 +247696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61eafe41-427e-4c4d-9041-3861da0cec91", + "id": "3203a545-bdeb-4c64-8562-59d8900c367e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -247715,7 +247715,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -247777,7 +247777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93c666ce-4e78-485f-bb38-78effeadb91e", + "id": "f9200fc7-affb-4e22-81bf-076c80f57e9e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -247796,7 +247796,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" }, { "disabled": true, @@ -247864,7 +247864,7 @@ } }, { - "id": "2768e22b-bb5d-4b82-bdcd-f9df21dc4b23", + "id": "bf5396d1-9648-4138-a8b3-c23bc030c690", "name": "Count Work Items", "request": { "name": "Count Work Items", @@ -247888,7 +247888,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -247904,7 +247904,7 @@ }, "response": [ { - "id": "8da58f71-cf27-4b2b-9eac-b20789da4fb9", + "id": "1ef051ab-625d-4645-ba7a-b15c996d17f0", "name": "List of work items", "originalRequest": { "url": { @@ -247923,7 +247923,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -247958,7 +247958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cd4e49d-5344-41f1-8f82-445dd4487f58", + "id": "52971c82-664d-47a0-ba96-51a528636b73", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -247977,7 +247977,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -248012,7 +248012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cd5f54f-9851-4bbb-a84d-f248d27d5bab", + "id": "5bf7040c-e084-4864-9dc0-fccb5953acda", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -248031,7 +248031,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -248066,7 +248066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f68c1933-7135-48e4-8856-493b9273c290", + "id": "8fcc675c-72b3-472b-a461-9f170168dfd9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -248085,7 +248085,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -248126,7 +248126,7 @@ } }, { - "id": "e10dba17-da80-430a-82d8-20a49e899498", + "id": "a1b8ced2-968c-4e29-b400-d03ed4c55762", "name": "Count Completed Work Items", "request": { "name": "Count Completed Work Items", @@ -248151,7 +248151,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -248167,7 +248167,7 @@ }, "response": [ { - "id": "b409604f-30df-4fcb-a76c-a24c56dfac1d", + "id": "409555a0-443d-4507-a3b5-9d94473f8dfe", "name": "List of work items", "originalRequest": { "url": { @@ -248187,7 +248187,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -248222,7 +248222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d0e5579-d6f4-4bf7-b730-15fae7c7de14", + "id": "381de2b7-96a3-49e3-b1e8-eb5edb7e8d4f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -248242,7 +248242,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -248277,7 +248277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "974fd0ae-1f83-41d8-b2df-38f1ddc7dc57", + "id": "5f4b7d70-759f-46eb-a3ff-9468767766b4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -248297,7 +248297,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -248332,7 +248332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41a41f4c-dd29-4d8b-b206-8f90a6521206", + "id": "dcc1e040-a66c-4ee2-a4ea-ab9ac847d1b1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -248352,7 +248352,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -248393,7 +248393,7 @@ } }, { - "id": "b76aee90-3ce3-4db9-8fb1-bb0d1b0acde7", + "id": "5cd9e5c7-a35c-4b65-8961-e59bc9b98a43", "name": "Work Items Summary", "request": { "name": "Work Items Summary", @@ -248417,7 +248417,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -248433,7 +248433,7 @@ }, "response": [ { - "id": "2fed265a-0a5c-441e-b7cd-1a1e840b8b78", + "id": "e19202d3-437c-48b1-b101-2bec0b6e5bdd", "name": "List of work items", "originalRequest": { "url": { @@ -248452,7 +248452,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -248487,7 +248487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10a73ffa-d138-4ffd-a47d-ecb490281f24", + "id": "ece7bd79-b2b7-4642-b237-11d32efa8c2e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -248506,7 +248506,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -248541,7 +248541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04a5fb14-304f-4c76-b4df-4e9845aa36ae", + "id": "fb360ba6-6037-4b21-8df3-d7043fa9e2db", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -248560,7 +248560,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -248595,7 +248595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3497d26-c690-4e49-acd7-0010123166ab", + "id": "f30043be-2e32-4bcf-8673-17df8c6db707", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -248614,7 +248614,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -248655,7 +248655,7 @@ } }, { - "id": "8d45e111-6c91-4afe-b061-9181b02ef534", + "id": "8841acdf-df4a-4f43-9263-55a886cb5f87", "name": "Get a Work Item", "request": { "name": "Get a Work Item", @@ -248679,13 +248679,13 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [ { "type": "any", - "value": "eiusmod qui in ullamco", + "value": "nisi", "key": "id", "disabled": true, "description": { @@ -248706,7 +248706,7 @@ }, "response": [ { - "id": "7f67e8ba-9170-4459-aa11-5c544d7a3b00", + "id": "c1afd432-6071-4040-8dda-4ae63ed743f9", "name": "The work item with the given ID.", "originalRequest": { "url": { @@ -248725,7 +248725,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -248760,7 +248760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0473ebac-e7fe-4566-b299-0b8fdd1423ae", + "id": "716cc311-6b73-469a-a0d7-5e2493a0cced", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -248779,7 +248779,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -248814,7 +248814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4bedc33-5305-4092-9b36-6333d866fb07", + "id": "d09a747d-f1f3-4c03-bd35-e0186b584859", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -248833,7 +248833,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -248868,7 +248868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "359f9a0b-a088-42df-bb54-c7fe81439f67", + "id": "3d57c58e-78d6-4cd1-8605-c004b1cacde4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -248887,7 +248887,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "eiusmod qui in ullamco" + "value": "nisi" } ], "variable": [] @@ -248928,7 +248928,7 @@ } }, { - "id": "494c372a-74c1-4924-991f-e3e0eb68c3fe", + "id": "03670737-faeb-466f-bb89-752e1ca999e0", "name": "Complete a Work Item", "request": { "name": "Complete a Work Item", @@ -248969,7 +248969,7 @@ }, "response": [ { - "id": "064c99f5-27bb-4c04-a3c4-e974ea4f15de", + "id": "9a72e712-cd53-4a76-9378-9257802f0353", "name": "A WorkItems object", "originalRequest": { "url": { @@ -249013,7 +249013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "add71171-b0b6-47aa-adac-aeaa268becb9", + "id": "e7fb1baa-8b10-4542-a443-7436da008df3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -249057,7 +249057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "226c336b-5255-4375-aa11-28c62eb2fdec", + "id": "da4d7c24-6e40-43fd-bb39-65615d011740", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -249101,7 +249101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5aa4f27-43c0-4c0d-a4e7-9a53a344c490", + "id": "3e3c2e46-f18f-4bcf-90ca-208c438ae733", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -249151,7 +249151,7 @@ } }, { - "id": "41321ce7-90cf-4ea1-a3fa-77b54d223813", + "id": "3033dc1f-0f7a-4967-81b4-3d0e9f38bbcf", "name": "Forward a Work Item", "request": { "name": "Forward a Work Item", @@ -249206,7 +249206,7 @@ }, "response": [ { - "id": "8e104f1d-ed27-4d73-b617-504f59aa32ed", + "id": "b3e153d4-9102-4f06-99dc-088cd9714222", "name": "Success, but no data is returned.", "originalRequest": { "url": { @@ -249254,7 +249254,7 @@ "_postman_previewlanguage": "text" }, { - "id": "93408180-5a1b-4ca3-a928-8d8b0b847bf4", + "id": "eb91c8b1-0e18-41c8-8962-38d7859d7efd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -249312,7 +249312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4c26ac1-e213-42c6-a16b-d2cc790a0328", + "id": "4ba0eb41-bbd1-4a8f-8f11-d4f6074803c2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -249370,7 +249370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f8ed16a-28d9-4571-8267-e7b96d5f19c8", + "id": "9e5e5728-6540-438d-bd29-4a2095046454", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -249428,7 +249428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d073b51-c8b3-43a5-94c3-60c16692a802", + "id": "6ba66362-6d01-4125-b8f5-14ffa9a1b056", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -249486,7 +249486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab56e14c-c633-42f2-abd5-164c99caee73", + "id": "5f8fecbc-38ab-488e-bd48-ffa431452102", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -249550,7 +249550,7 @@ } }, { - "id": "8cdcf71d-a23a-4c2c-9f76-550d38faa802", + "id": "388215f6-2a84-45e4-8b18-576a33c05d5d", "name": "Approve an Approval Item", "request": { "name": "Approve an Approval Item", @@ -249603,7 +249603,7 @@ }, "response": [ { - "id": "9de809cc-5c2d-40ba-9de7-6480c23bdb73", + "id": "b8b6aec8-a1f6-40ff-a7c3-62486aa2ce30", "name": "A work items details object.", "originalRequest": { "url": { @@ -249649,7 +249649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce79ac0e-95d8-4d76-898b-76593757ab60", + "id": "dc5d0969-c919-4b2c-aeaa-06b031ee8cf7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -249695,7 +249695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26a4f34b-4277-49a8-8c05-d0d2f1b61470", + "id": "10ce041b-7218-4572-8ce9-87ed19737426", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -249741,7 +249741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77611f31-c39c-4de3-a5a2-0434086c1d4f", + "id": "3404a15c-6e99-4ffd-bf15-388598e3315e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -249793,7 +249793,7 @@ } }, { - "id": "367d8a11-d435-41b9-bdff-a5291ee4e059", + "id": "189bcc22-d125-432c-a472-9c6ba24359d4", "name": "Reject an Approval Item", "request": { "name": "Reject an Approval Item", @@ -249846,7 +249846,7 @@ }, "response": [ { - "id": "06fb5c1a-605a-4fe1-a074-b94a76cf2ef5", + "id": "6822e5c0-5eb4-4168-b6bf-84a73b005fbb", "name": "A work items details object.", "originalRequest": { "url": { @@ -249892,7 +249892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dde45185-687a-498c-89ef-f18d3e252b5e", + "id": "cc6c23e7-1f1b-42a0-9f69-9fca1fc75fe7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -249938,7 +249938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9801b5a7-f809-416e-a8a0-592218669839", + "id": "b202b85e-ac63-4f50-ba46-e459d0ce2a59", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -249984,7 +249984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2107fbfc-cd14-4721-837a-642f428781d5", + "id": "ec2aaa7d-f35a-4823-bffa-f2f5e94112e7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -250036,7 +250036,7 @@ } }, { - "id": "5d011c0c-4330-4546-b871-b792dfe5c085", + "id": "e69e28f5-3b15-45b1-9c1b-0f7b8597c378", "name": "Bulk approve Approval Items", "request": { "name": "Bulk approve Approval Items", @@ -250078,7 +250078,7 @@ }, "response": [ { - "id": "b5ceb885-6d74-4872-b6e9-5684a1bfb70d", + "id": "04098bae-2b3f-4ba2-a0b8-c279ec78082c", "name": "A work items details object.", "originalRequest": { "url": { @@ -250123,7 +250123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97aa9950-db31-4a2b-8e12-09fc28c00242", + "id": "2974706e-aa92-4641-967b-ef808d6383bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -250168,7 +250168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02ea4f1e-43ec-4660-8f47-827531c48e93", + "id": "ef7c59f2-ec15-418c-9826-7c08aa105a25", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -250213,7 +250213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab56c35d-14ec-4c54-afe2-5e9f088ba4cf", + "id": "b3d7e18f-d6b4-4569-af9d-aaea9535336c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -250264,7 +250264,7 @@ } }, { - "id": "d7bae03a-ec4a-4384-88dc-f23755a159b4", + "id": "a419d553-ef04-4b0e-930a-b1b43c6d8001", "name": "Bulk reject Approval Items", "request": { "name": "Bulk reject Approval Items", @@ -250306,7 +250306,7 @@ }, "response": [ { - "id": "182e7d75-e9a5-4ac7-99b4-3ac9a7e96c74", + "id": "9213ea5b-e38c-44fc-9bc6-4e99074846a3", "name": "A work items details object.", "originalRequest": { "url": { @@ -250351,7 +250351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4b0ce24-fc50-473f-bb8a-18f6fb6dd669", + "id": "f9f19edd-bb6b-45e8-a7f3-2ebceb77e1b7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -250396,7 +250396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "713fa96b-ac89-475c-bc22-a75689d162d2", + "id": "41665006-559d-4cd6-8f1b-d65a90c59577", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -250441,7 +250441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "deabf938-12b7-4948-94c1-6ad6019eeefe", + "id": "10b069fb-04c9-4c18-bcdf-8f378d026c5d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -250492,7 +250492,7 @@ } }, { - "id": "96bf0e93-a069-44b2-990c-78177af31480", + "id": "39a97355-9ed6-46bd-a303-6ee2e45660ad", "name": "Submit Account Selections", "request": { "name": "Submit Account Selections", @@ -250547,7 +250547,7 @@ }, "response": [ { - "id": "2d62a29f-9c0b-4ab0-b439-42aac0bc9f27", + "id": "554e2c21-9176-431d-93d6-b8ede3332264", "name": "A work items details object.", "originalRequest": { "url": { @@ -250605,7 +250605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05a73dbe-d16a-4589-9607-69c425c411b8", + "id": "34140a1a-d3d0-4f6c-8a50-ef81b545a1f8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -250663,7 +250663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e5ddfc4-a573-494a-a79d-f8ff47d3c6a0", + "id": "4e8a9e39-d0f2-4da5-9690-c4caeb418fca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -250721,7 +250721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0c67ec0-b0dc-470e-bcd4-1e33f4f60a2c", + "id": "ed58fa9d-6f3d-4a9a-977c-9dde68b19ba7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -250791,7 +250791,7 @@ "description": "Use this API to implement work reassignment functionality.\n\nWork Reassignment allows access request reviews, certifications, and manual provisioning tasks assigned to a user to be reassigned to a different user. This is primarily used for:\n\n- Temporarily redirecting work for users who are out of office, such as on vacation or sick leave\n- Permanently redirecting work for users who should not be assigned these tasks at all, such as senior executives or service identities\n\nUsers can define reassignments for themselves, managers can add them for their team members, and administrators can configure them on any user’s behalf. Work assigned during the specified reassignment timeframes will be automatically reassigned to the designated user as it is created.\n\nRefer to [Work Reassignment](https://documentation.sailpoint.com/saas/help/users/work_reassignment.html) for more information about this topic.\n", "item": [ { - "id": "95095b9b-fd42-41e0-a7c8-c2994ebcf74e", + "id": "a994ae13-022a-41f3-b413-1561c5935dfe", "name": "List Reassignment Config Types", "request": { "name": "List Reassignment Config Types", @@ -250821,7 +250821,7 @@ }, "response": [ { - "id": "8c5168d1-0b67-441b-99fc-911c3369b0f5", + "id": "76df36d4-9fba-4bc0-895b-628760a944d1", "name": "List of Reassignment Configuration Types", "originalRequest": { "url": { @@ -250865,7 +250865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4c3fd1b-42b6-4e7d-beb8-3abbf3ce4a03", + "id": "214fffad-d672-498c-896c-33e659c44b68", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -250909,7 +250909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21d12d1a-7c5e-4e0a-8a53-8e3218a06acb", + "id": "55f665da-1dfa-49a9-8d6f-b35df96efb61", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -250953,7 +250953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb7d204a-6f8b-4680-9176-3d8aa6fd1e63", + "id": "a460e4f1-caf7-4811-917e-f1f459a8707c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -250997,7 +250997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "090e0301-19af-4e44-a5b9-558b6c5dde2c", + "id": "7465f041-c40b-4dd3-a80f-58a332b3cc13", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -251041,7 +251041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6d9f213-12d2-4fc1-adf8-b0b9e7bebd7a", + "id": "987f0d92-0560-4252-bdc5-8b3f56993c4c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -251091,7 +251091,7 @@ } }, { - "id": "504f7bdc-19c5-4cf8-ae7b-cf99ce7c1f38", + "id": "3e3c556b-e4a0-4b98-9c1c-6f49326170a4", "name": "List Reassignment Configurations", "request": { "name": "List Reassignment Configurations", @@ -251120,7 +251120,7 @@ }, "response": [ { - "id": "b02a4f0d-884d-43f7-91ca-0fd34fdcf69c", + "id": "489743f4-db63-48d9-9365-feb31efdefaa", "name": "A list of Reassignment Configurations for an org", "originalRequest": { "url": { @@ -251163,7 +251163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "734d1077-1008-4e8a-9923-b1207c7bc665", + "id": "f24c9dbe-c0f7-4c0a-ba53-11dbd607ec3f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -251206,7 +251206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4ec2d40-5497-4925-9873-9b4eff68b70f", + "id": "73812d99-0b40-443e-89a4-e067573effd3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -251249,7 +251249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ea9c049-82e6-4889-9a6b-5f2075af5ab8", + "id": "2ac789ad-9c9f-4a13-86b9-d28a617c9840", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -251292,7 +251292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9be48b4-742f-4f0d-bae7-3419d1e8d5c2", + "id": "46ba5462-8068-42b5-8cc3-65e079f924a4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -251335,7 +251335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5466060d-e6ec-4fa8-a9b1-ed05c92f091f", + "id": "ac1c1577-d117-42ac-bb6b-0333013e5d33", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -251378,7 +251378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f92813a8-a0b4-43b0-8835-bef98dfb4866", + "id": "c6af587f-1762-44e0-bffd-ff134e506c61", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -251427,7 +251427,7 @@ } }, { - "id": "b3151258-9bd7-473d-818b-8971ac9b3ae8", + "id": "9f17ad5e-ab30-489c-89eb-7645bd586fac", "name": "Create a Reassignment Configuration", "request": { "name": "Create a Reassignment Configuration", @@ -251469,7 +251469,7 @@ }, "response": [ { - "id": "95247cb2-5b3f-4c67-af99-b5ae61bb66fe", + "id": "6bb52295-9041-4162-b330-c3c84526819c", "name": "The newly created Reassignment Configuration object", "originalRequest": { "url": { @@ -251525,7 +251525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d409df6-d703-4d7a-9bd2-7bdacfb937e1", + "id": "0569888f-54a6-47b4-8eae-7afccfc2db74", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -251581,7 +251581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c767828-45f4-442e-9908-c4ff4512f93b", + "id": "cd9c5e5d-6b5f-4ee6-ac65-bee540579a94", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -251637,7 +251637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3bd4507-fee7-4f4d-a315-712341ec1b9c", + "id": "57ccb70b-0729-4a95-8301-8f2d5bbb50dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -251693,7 +251693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b38b4d1-5106-407f-a6f8-39a4fd9fb841", + "id": "2b3b792f-edd4-40c6-9e27-b7bb5ec5ad85", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -251749,7 +251749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f16027c7-8204-4df7-8666-51f8242c3ed7", + "id": "0b4f3ab4-7ac6-495f-ace5-3c458b8e8344", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -251811,7 +251811,7 @@ } }, { - "id": "8ad7454b-a7f3-4ab4-a59f-f7aa918b3a1d", + "id": "92cdab72-ffa7-4513-9132-de9f63fec9c1", "name": "Get Reassignment Configuration", "request": { "name": "Get Reassignment Configuration", @@ -251852,7 +251852,7 @@ }, "response": [ { - "id": "6e626c83-75c9-430b-b86e-3aeae4695056", + "id": "0c86f461-287e-4e89-bb51-e0de52343a5f", "name": "Reassignment Configuration for an identity", "originalRequest": { "url": { @@ -251896,7 +251896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "560238d3-eb6e-4a5a-b662-8ca40949b168", + "id": "1242ad1e-8d87-44a9-be40-158dc8474ab8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -251940,7 +251940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "342ab93f-1cc6-4879-a922-d181c855ce78", + "id": "fb4f45ee-47f1-4b40-9c13-9b32fa462106", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -251984,7 +251984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d6b4f8e-5661-4c50-a82b-9f9423a7152c", + "id": "685952b1-f719-4a26-800c-e90163c03acd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -252028,7 +252028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "395d166e-9e41-44ce-b63b-900e23371b6b", + "id": "8f191863-8de0-4f97-b5a5-4dc8d79f4f6d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -252072,7 +252072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c00f6dff-8faf-47e3-b546-8022aaecd4c9", + "id": "bb74ba60-0d47-482c-b7a9-826536ee6551", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -252116,7 +252116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "237c35b6-60f5-44a6-b27d-b96fca5a19a9", + "id": "979c4e33-ee4a-4b2a-8d08-342120dbd8f3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -252166,7 +252166,7 @@ } }, { - "id": "5e4e76fa-6c92-4d51-a8d4-018b3ce5e7cf", + "id": "8879a886-3ff7-4e77-be22-24dca3a7a7ef", "name": "Update Reassignment Configuration", "request": { "name": "Update Reassignment Configuration", @@ -252220,7 +252220,7 @@ }, "response": [ { - "id": "76f2d6c8-af18-40a1-ab3e-b6f4aea44ae9", + "id": "bfda82c0-6d9c-4d6b-af9b-9b6e93355c5a", "name": "Reassignment Configuration updated", "originalRequest": { "url": { @@ -252277,7 +252277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd7649ae-2640-47be-b03b-e929213251cb", + "id": "61bd04f8-bb7e-48c0-b5c0-cd7d44279640", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -252334,7 +252334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2e9e756-77a6-4b7f-9dbb-a71aa68fd36c", + "id": "f009d1b3-8a1f-4c05-a8be-af80a83017e0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -252391,7 +252391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95a7d3b5-7bfc-4957-b3f7-4cd5d0ff9239", + "id": "68b55149-7791-43f5-b77d-7005d7938f15", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -252448,7 +252448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b24691f9-0197-45e0-8a66-1235d452529e", + "id": "34f42a1a-a198-4f92-9db4-06806bf3ae13", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -252505,7 +252505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe77988a-2ebe-4435-afa9-338dc6537566", + "id": "ef0bfc97-0993-47b1-9cca-702a193721c9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -252568,7 +252568,7 @@ } }, { - "id": "3a8c5d69-0d9f-4bed-908b-4b7e9172526a", + "id": "864b7938-ff87-4f36-8363-79bccba4c412", "name": "Delete Reassignment Configuration", "request": { "name": "Delete Reassignment Configuration", @@ -252620,7 +252620,7 @@ }, "response": [ { - "id": "19026de6-efd2-4523-895b-42c89b6e5d2c", + "id": "004f970d-88e5-4710-9b64-da8ffb40f185", "name": "Reassignment Configuration deleted", "originalRequest": { "url": { @@ -252655,7 +252655,7 @@ "_postman_previewlanguage": "text" }, { - "id": "42dd1c3e-90b5-4fdf-b623-223bd7fd4c19", + "id": "d049efc0-e42e-49a0-8420-b8ec2f265aef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -252700,7 +252700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fef30fab-d388-44cb-a3dd-46011921f5bd", + "id": "89c1868e-2608-4815-afba-47075ee44683", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -252745,7 +252745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d53fd1b5-17a7-4357-901e-c86a2a497518", + "id": "656633db-062a-487e-8df1-426c7a010460", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -252790,7 +252790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d475064-c717-46be-a190-103b310a68e0", + "id": "3ac5a010-0cd9-4569-8ba8-134f81a4106f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -252835,7 +252835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f00a2099-8e5d-4792-a308-911e055cba92", + "id": "e83908db-3238-40ff-95bc-907fd102caf1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -252886,7 +252886,7 @@ } }, { - "id": "494c51e5-90ce-4fff-8095-14aef6ce18c7", + "id": "e8ac972a-c6e0-4838-a587-111f74370da1", "name": "Evaluate Reassignment Configuration", "request": { "name": "Evaluate Reassignment Configuration", @@ -252949,7 +252949,7 @@ }, "response": [ { - "id": "e82c4d50-8b1d-4bc6-bb47-465daaaa627c", + "id": "a7cd9011-ae6d-4729-9039-97fca56e596c", "name": "Evaluate response when no Reassignment Configuration is found", "originalRequest": { "url": { @@ -253005,7 +253005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b1a74ee-e14d-451b-82c8-c75d022dfe81", + "id": "5c6c76f9-b0fc-4180-a716-e7af457d5da0", "name": "Evaluate response when a long Reassignment trail is found", "originalRequest": { "url": { @@ -253061,7 +253061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0487b6d-4a2b-40d6-bb61-a5aa282c9abc", + "id": "3841241c-814d-4de3-afd9-9aa8f1581ae6", "name": "Evaluate response when a self-review is found and manager or org admin escalation is applied", "originalRequest": { "url": { @@ -253117,7 +253117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f05c1e14-aeb6-4af6-93f7-8a0183cd3b6c", + "id": "b3452875-4a1c-4c29-a9c3-f84ba3ed1b5b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -253173,7 +253173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "969044df-02c5-4acb-a2f5-e3f0641d0518", + "id": "c373ccb8-8efd-4432-8b0a-586274bdce2c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -253229,7 +253229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f228bff-abea-43e4-8a7f-77ed321136e6", + "id": "38ba8504-d983-4ba6-bffb-69acc7fd4613", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -253285,7 +253285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec2d13ce-cf9b-4bea-89d6-808b2d23cdba", + "id": "931afe80-dcec-4771-acfb-71ec10589949", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -253341,7 +253341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d25b413-70b9-4dae-be02-2f0ec04f656a", + "id": "aca17a7b-6e84-4f4a-9b62-536cb3e93d71", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -253403,7 +253403,7 @@ } }, { - "id": "bdb14bf0-3084-49e8-9f8b-a156cc040e62", + "id": "719d7b52-7e58-40ce-bece-7bd06fa91a3d", "name": "Get Tenant-wide Reassignment Configuration settings", "request": { "name": "Get Tenant-wide Reassignment Configuration settings", @@ -253433,7 +253433,7 @@ }, "response": [ { - "id": "75ab6fd7-ab6b-4f6f-8fbe-e41ddf53fb44", + "id": "005c5576-0dd0-4b7f-bf39-945712f7aa50", "name": "Tenant-wide Reassignment Configuration settings", "originalRequest": { "url": { @@ -253477,7 +253477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ab322d3-4b52-4804-87c1-44912e847480", + "id": "37530e57-5b4c-40a2-ba53-d42b2098d680", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -253521,7 +253521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef16bc3d-3fc3-4573-b79a-512fb01eff57", + "id": "abd77914-e7ed-45a3-8389-8e5acd81c4d6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -253565,7 +253565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3fde479-e9ea-4160-bf60-ce5705ca9316", + "id": "8a413b6f-7510-4bef-884d-7f6340fdd976", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -253609,7 +253609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20cf11b1-1737-48e0-bc2b-0656b1b3f075", + "id": "01872b75-42d9-4be1-a26d-0160a8cc089b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -253653,7 +253653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e196fa67-c98f-49ed-b9cc-17f1bef8d784", + "id": "c08cc642-8a0c-4626-b0aa-d4f8337ac2a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -253697,7 +253697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69b13d29-da32-498b-a29d-5228d448bb33", + "id": "8b60b6e3-5cf3-4728-9cfb-3e246f06e924", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -253747,7 +253747,7 @@ } }, { - "id": "c5a9d570-2651-4897-bacb-70ad494eed04", + "id": "d67bddb6-35b0-4809-b3bb-0fab77a265f4", "name": "Update Tenant-wide Reassignment Configuration settings", "request": { "name": "Update Tenant-wide Reassignment Configuration settings", @@ -253790,7 +253790,7 @@ }, "response": [ { - "id": "d819063d-bf76-4e12-8849-fee7cc989cf9", + "id": "2bac06e4-0579-4f08-8223-78dc31f9bbec", "name": "Tenant-wide Reassignment Configuration settings", "originalRequest": { "url": { @@ -253847,7 +253847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "781b7f1d-e9e6-48e8-8d3e-18c1cbcd2f67", + "id": "2d96fe0a-65fb-4aea-b500-6a91551bc271", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -253904,7 +253904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cacf7b21-82b7-415d-a223-1bd75640ed3a", + "id": "afae9644-fad4-4e54-8181-1b9548b38e9b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -253961,7 +253961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e026998-5061-4a4c-a9a4-37836d85c43c", + "id": "578f89e6-b195-4ac0-a1d1-740b4bf4a248", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -254018,7 +254018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07a6f626-8adf-4704-bc6b-1b668830d440", + "id": "b37d8c09-6d84-4899-82c5-f7c0c90dbec5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -254075,7 +254075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3aef2c98-860c-4103-bb82-e904f747e4f1", + "id": "79571830-5055-422c-806d-b5eda3f0a2c5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -254144,7 +254144,7 @@ "description": "Workflows allow administrators to create custom automation scripts directly within Identity Security Cloud. These automation scripts respond to [event triggers](https://developer.sailpoint.com/docs/extensibility/event-triggers/#how-to-get-started-with-event-triggers) and perform a series of actions to perform tasks that are either too cumbersome or not available in the Identity Security Cloud UI. Workflows can be configured via a graphical user interface within Identity Security Cloud, or by creating and uploading a JSON formatted script to the Workflow service. The Workflows API collection provides the necessary functionality to create, manage, and test your workflows via REST.\n", "item": [ { - "id": "dfb69e36-a7ca-48a5-bfe8-130ee4232c44", + "id": "e7e3da70-e82a-4e9b-98e7-405447395bee", "name": "Create Workflow", "request": { "name": "Create Workflow", @@ -254186,7 +254186,7 @@ }, "response": [ { - "id": "7b93b85a-e969-4cd6-b459-f07a63f1c2cf", + "id": "9677a526-4ac1-4860-abeb-79c9939d74fa", "name": "Event Trigger", "originalRequest": { "url": { @@ -254237,12 +254237,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"Ut nisi aliquip\"\n },\n \"displayName\": \"adipisicing Duis\"\n }\n}", + "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"id\"\n },\n \"displayName\": \"deserunt eiusmod esse\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6808acb3-13e8-4a39-bcec-ecc3198276af", + "id": "76f0472b-ab9c-48af-b219-2520ac816477", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -254293,12 +254293,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"Ut nisi aliquip\"\n },\n \"displayName\": \"adipisicing Duis\"\n }\n}", + "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"id\"\n },\n \"displayName\": \"deserunt eiusmod esse\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "685a0861-6254-425a-9f4f-249e8702551d", + "id": "2f048a2c-d865-4ab7-b036-b6e9a1cf9740", "name": "Event Trigger", "originalRequest": { "url": { @@ -254354,7 +254354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac1892e0-0f31-433f-9955-cb86703fd266", + "id": "93946afd-e2ad-405e-bb0b-a48f25d9b90f", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -254410,7 +254410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e49fa29-53f1-40b2-87c9-a1036cc1ee68", + "id": "d1660090-ba69-4d83-8614-059a397a25ae", "name": "Event Trigger", "originalRequest": { "url": { @@ -254466,7 +254466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c9cbf2b-f48b-4e0b-9e8b-8fe9c0c038b0", + "id": "dc4cb972-d7ba-43f8-a5ef-199eec4d5791", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -254522,7 +254522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7e39240-fae2-4aa2-ae78-ce631b08a21a", + "id": "5cdc3b8c-eb51-4a7d-98c4-5432c156c7e8", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -254578,7 +254578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93762436-22eb-4768-8a1f-fa2b445b0e13", + "id": "2e99ffe8-8aac-4ee3-a1ea-c64e757c7e76", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -254634,7 +254634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47623104-34a0-42f2-ab2d-0b1eecb2aa45", + "id": "d3b024ef-664b-4cd0-8005-4fda510585d6", "name": "Event Trigger", "originalRequest": { "url": { @@ -254690,7 +254690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb7cf935-d93a-4d22-9206-e87f38412c42", + "id": "39538604-0f96-453f-9b08-e2bb213080cd", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -254746,7 +254746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25d635f8-9bb9-4ac5-b6e0-97aa766f3f4b", + "id": "3baf3425-9fc5-49cc-b752-66118d89bbe4", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -254802,7 +254802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3610cd11-b4cb-4bd6-b3eb-63e3d0ef1360", + "id": "5576af5a-5531-4bad-b368-966b1e33dcc7", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -254864,7 +254864,7 @@ } }, { - "id": "1af5fae5-737d-4144-a47e-530c1840e939", + "id": "f506f1df-e6ce-4e81-8196-1b47e291db21", "name": "List Workflows", "request": { "name": "List Workflows", @@ -254893,7 +254893,7 @@ }, "response": [ { - "id": "00945212-97b9-4458-bd5d-bc75ee7a2711", + "id": "f8fee172-ec21-4a47-9b59-3b0c29ecd899", "name": "List of workflows", "originalRequest": { "url": { @@ -254931,12 +254931,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"dolore labore\"\n },\n \"displayName\": \"incididunt irure ut\"\n }\n },\n {\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"dolore proident elit\"\n },\n \"displayName\": \"aliqua\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"deserunt dolore\"\n },\n \"displayName\": \"adipisicing anim in\"\n }\n },\n {\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"quis laboris minim ut aliqua\"\n },\n \"displayName\": \"aliqua l\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "20bb975a-4d9a-4793-9973-99db35912972", + "id": "972d10c2-17c5-4df4-abc9-698b29296db9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -254979,7 +254979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5524742c-0d8d-4a46-8d5f-14b63a2988b9", + "id": "d0ca92fb-4377-451c-9b26-bc6a13e1e43e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -255022,7 +255022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28fab375-87b4-42cd-b4c6-b188aea852e7", + "id": "21af3877-9c80-4580-824a-4cf639159872", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -255065,7 +255065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c59d21f7-78c9-4dc2-a42a-4dad44421125", + "id": "1238a1c0-24f9-4bf5-b0d6-4a1b329204e9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -255108,7 +255108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01491011-ebfb-45a0-9775-674076fbc34d", + "id": "56bbc173-b685-43f9-97cd-8893f26e7543", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -255157,7 +255157,7 @@ } }, { - "id": "5ac15f7c-42c8-4c71-b142-7ec9c77ffa9e", + "id": "1b925502-bfd3-453b-8e60-73716617bd16", "name": "Get Workflow By Id", "request": { "name": "Get Workflow By Id", @@ -255198,7 +255198,7 @@ }, "response": [ { - "id": "7f582087-e1b2-48e1-9ffd-18b99dcf3ba0", + "id": "0eced15c-d865-4fc6-bd3e-7077f2210db6", "name": "The workflow object", "originalRequest": { "url": { @@ -255237,12 +255237,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"Ut nisi aliquip\"\n },\n \"displayName\": \"adipisicing Duis\"\n }\n}", + "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"id\"\n },\n \"displayName\": \"deserunt eiusmod esse\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4361a089-d7b5-45d3-a304-daa559f08b42", + "id": "a975bbc3-1db8-4794-befe-281cf2851424", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -255286,7 +255286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c26e8ae6-0bf6-433f-bf7e-de2454fa6446", + "id": "93a82838-da4e-493f-b8e4-589f400521e3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -255330,7 +255330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fe90c40-dc70-43b9-aa37-b04f6eabdb26", + "id": "e7a53691-3180-4ff0-8a00-553090402b4c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -255374,7 +255374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e1498ae-5b1e-4591-b119-5326460d093f", + "id": "a9ac057d-3e05-46ef-8e83-616c6015b45e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -255418,7 +255418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf923a50-ccc5-4d21-998c-fd3db46023e7", + "id": "37da521d-0d9d-4220-807f-703752741c6c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -255468,7 +255468,7 @@ } }, { - "id": "fc228d4c-5497-460e-9953-a211e37003fd", + "id": "a8b097ae-7f56-4123-bb0a-ae22e8de57e8", "name": "Update Workflow", "request": { "name": "Update Workflow", @@ -255511,7 +255511,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"esse minim in\"\n },\n \"displayName\": \"ipsum id enim velit\"\n }\n}", + "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"labore minim\"\n },\n \"displayName\": \"Duis ipsum pariatur\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -255522,7 +255522,7 @@ }, "response": [ { - "id": "508cef81-51ee-45b7-901c-5de8d6a8f399", + "id": "d183bc15-1212-4342-87f5-30c7e6e477fe", "name": "The Workflow object", "originalRequest": { "url": { @@ -255557,7 +255557,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"esse minim in\"\n },\n \"displayName\": \"ipsum id enim velit\"\n }\n}", + "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"labore minim\"\n },\n \"displayName\": \"Duis ipsum pariatur\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -255574,12 +255574,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"Ut nisi aliquip\"\n },\n \"displayName\": \"adipisicing Duis\"\n }\n}", + "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"id\"\n },\n \"displayName\": \"deserunt eiusmod esse\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "742e12d4-a82c-4d21-9ec7-72db2436f131", + "id": "c9fc34c2-86dc-44c2-97bc-b8b1a96be5ca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -255614,7 +255614,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"esse minim in\"\n },\n \"displayName\": \"ipsum id enim velit\"\n }\n}", + "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"labore minim\"\n },\n \"displayName\": \"Duis ipsum pariatur\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -255636,7 +255636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c846a58b-b497-4d13-87ec-12445d6b056d", + "id": "e78207dd-e60a-400c-879f-45ab8538c120", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -255671,7 +255671,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"esse minim in\"\n },\n \"displayName\": \"ipsum id enim velit\"\n }\n}", + "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"labore minim\"\n },\n \"displayName\": \"Duis ipsum pariatur\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -255693,7 +255693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d89985d0-4439-40a4-a5c0-5b03f171ccbb", + "id": "204beba8-3067-40e6-aa20-f27c82517734", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -255728,7 +255728,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"esse minim in\"\n },\n \"displayName\": \"ipsum id enim velit\"\n }\n}", + "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"labore minim\"\n },\n \"displayName\": \"Duis ipsum pariatur\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -255750,7 +255750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "393785f4-4fe2-41c8-a07b-e4a45cba5617", + "id": "564b0bcd-334c-44b5-9aab-61843920c6b3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -255785,7 +255785,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"esse minim in\"\n },\n \"displayName\": \"ipsum id enim velit\"\n }\n}", + "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"labore minim\"\n },\n \"displayName\": \"Duis ipsum pariatur\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -255807,7 +255807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8b6df63-82a5-454e-88bb-363ad4fce22f", + "id": "cc1d980f-0c0e-492d-b5e7-6a6f2755478f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -255842,7 +255842,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"esse minim in\"\n },\n \"displayName\": \"ipsum id enim velit\"\n }\n}", + "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"labore minim\"\n },\n \"displayName\": \"Duis ipsum pariatur\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -255870,7 +255870,7 @@ } }, { - "id": "2c8c1147-1162-49d5-bfe3-422e66e28c4e", + "id": "2a4abfcd-e37c-48c9-91d9-fa458bf5dc0c", "name": "Patch Workflow", "request": { "name": "Patch Workflow", @@ -255924,7 +255924,7 @@ }, "response": [ { - "id": "a9feafe6-6f5f-4355-ab8b-f968c577dc9c", + "id": "b2c9085a-04df-4106-9869-61e8108411de", "name": "The Workflow object", "originalRequest": { "url": { @@ -255976,12 +255976,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"Ut nisi aliquip\"\n },\n \"displayName\": \"adipisicing Duis\"\n }\n}", + "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"id\"\n },\n \"displayName\": \"deserunt eiusmod esse\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d6893444-f5a2-44a6-b1ae-abf8a52573a7", + "id": "af692f9d-3916-4a22-929e-3ad415fbab96", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -256038,7 +256038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "934e1a34-c7a5-44cc-adc8-bfd46e602877", + "id": "4824fbfa-bf8f-488a-820c-043b7b2a06fa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -256095,7 +256095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae6e4fd6-04f7-4608-bea7-57bd28878988", + "id": "2bd9df8b-e6d7-4a36-8e5d-87d162d62c51", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -256152,7 +256152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ea6becd-795d-415f-8d0b-ce96b73d604b", + "id": "b83511cf-8532-4256-884b-dea4b7fa3c7e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -256209,7 +256209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3376d7f4-2c3b-42ff-815e-1ed2d4656c2d", + "id": "5a3570c9-6461-40c0-88c3-fc2f8f1e58c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -256272,7 +256272,7 @@ } }, { - "id": "90fd0f33-59c9-475d-a004-4ab1ed256c2f", + "id": "b0c8deba-8927-4b02-9be6-aec757e89828", "name": "Delete Workflow By Id", "request": { "name": "Delete Workflow By Id", @@ -256313,7 +256313,7 @@ }, "response": [ { - "id": "5f49cd95-fd20-49bf-932c-8e2cd9788330", + "id": "7ab81d30-41e0-4ada-9bcb-91aff9612488", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -256347,7 +256347,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e6ebfe21-7449-4094-b5a6-18c735176281", + "id": "f1276f5a-55ab-4346-8074-e0051ccd504d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -256391,7 +256391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6b9bc21-049c-47d3-8708-d0fe0e6465a6", + "id": "f7fa22a3-e5bb-4f73-9b99-f094a9051ac2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -256435,7 +256435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bcbcf3b-9393-4ebf-a0af-3bd286573bb2", + "id": "8e3c9f05-1388-44a2-be8f-b69bf1b8d38c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -256479,7 +256479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9081170e-50d4-4d36-b1e5-6cb2ed8155f9", + "id": "cb09a088-1678-4ef1-a95a-3f9fbad8a0fc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -256523,7 +256523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c50d243-f6d1-4230-8520-cf920258ddfc", + "id": "33a56d22-507c-4c6b-b72c-982e53590076", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -256573,7 +256573,7 @@ } }, { - "id": "8034bf63-0130-4608-a917-116c6ee8bc66", + "id": "13cab6d0-afb6-4e18-9e13-74b6c8c97fcf", "name": "Test Workflow By Id", "request": { "name": "Test Workflow By Id", @@ -256628,7 +256628,7 @@ }, "response": [ { - "id": "4ef31895-7731-4f13-b982-46793c026ed2", + "id": "0912b4bd-2a16-44b9-b3f5-c88ee01c709b", "name": "The Workflow object", "originalRequest": { "url": { @@ -256686,7 +256686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c9476e8-39ec-41dd-98db-d5e960c38120", + "id": "914a6fec-bee2-47b4-ba93-b5a35074ed43", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -256744,7 +256744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4da3a75-432d-4b5b-88ab-51e1288c2b0d", + "id": "14aaed53-6457-41be-9e8b-397462bc4ae5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -256802,7 +256802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "460deaaf-eb72-4d38-bb25-16bd78f55c70", + "id": "75d9c5e7-b600-4625-8adb-191be6ad1f75", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -256860,7 +256860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10cf2b96-17b7-4c62-ad1e-107c88e2d603", + "id": "d0095852-75a2-4fe8-93f8-42caf8f28ba6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -256918,7 +256918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a60ca60b-88fb-40ae-90ab-3aa53e2ee74e", + "id": "b8c690a2-52b7-440d-a322-ae78a11f638a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -256982,7 +256982,7 @@ } }, { - "id": "499bae4d-ef6c-4ee1-9886-d8d83eca0b81", + "id": "481a2509-d043-46fe-b344-ec99bee207e1", "name": "List Workflow Executions", "request": { "name": "List Workflow Executions", @@ -257061,7 +257061,7 @@ }, "response": [ { - "id": "a03ed304-d419-43c9-9a03-89adea3582b4", + "id": "4e5a20b0-5653-4620-86e3-acd0fbf8f9c8", "name": "List of workflow executions for the specified workflow. ", "originalRequest": { "url": { @@ -257143,7 +257143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfa73227-8478-4874-9287-9c8b9174b9e4", + "id": "ff3a7ebe-30ed-4bf6-a152-0b85106e2a34", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -257225,7 +257225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "225973ac-aaa6-41ad-9295-2d94925338fa", + "id": "027edc75-0211-448c-8181-ce065568b310", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -257307,7 +257307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "617872ef-77de-4a26-823a-53b9322c4d6e", + "id": "7acda3ce-f79f-4fb1-b641-2bb61fedf6e0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -257389,7 +257389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7f3b5f6-c3d3-4260-8615-e93d090444cc", + "id": "0a696e9f-f3a5-4737-a831-4316469b061c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -257471,7 +257471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45c850e9-5b16-44ad-9d32-28e5d2632386", + "id": "71ef982d-85aa-4391-b215-c53e6ff69f82", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -257553,7 +257553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f40d4980-2fee-4fae-864b-acd1809f1bb6", + "id": "8ed4a7d4-36bf-4903-805b-d5c8f1f42b8c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -257641,7 +257641,7 @@ } }, { - "id": "725a4363-a778-4e07-b532-0b51496fce8e", + "id": "c6ef1711-8c9c-4798-a0e9-088d17d82288", "name": "Get Workflow Execution", "request": { "name": "Get Workflow Execution", @@ -257682,7 +257682,7 @@ }, "response": [ { - "id": "42e688bd-5de6-4a80-b56d-1a873da3eacd", + "id": "3447ea58-f26a-4da1-8530-1ecb1adc5fa3", "name": "Workflow execution.", "originalRequest": { "url": { @@ -257726,7 +257726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baf6da5e-3172-44ac-9c53-4e2533fa8358", + "id": "c97d04b8-586e-428e-a39e-881715f3556b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -257770,7 +257770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61ba1120-08f9-4671-a1af-3cb02e93a2f1", + "id": "fc741eb4-5dbe-4a6b-b834-0d9fc57e9390", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -257814,7 +257814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9037d6aa-66b3-4341-811a-632a7049f765", + "id": "77f07506-c61b-4e43-b0a4-32e61278d14b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -257858,7 +257858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3b7e71f-8027-4596-aa0f-de07d72acaf5", + "id": "98878e98-79ef-4392-9f88-9cddc77a59e6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -257902,7 +257902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6306854-152d-41c5-965c-262af7218815", + "id": "2ae1ee19-4115-49b6-a19e-2a0ae38c8d48", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -257946,7 +257946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a08772d6-c580-4a90-ab1c-1593a62fe511", + "id": "43ccd5c2-a077-4396-851b-398e6749620e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -257996,7 +257996,7 @@ } }, { - "id": "01465d29-b9cc-4ee3-9602-f539c0e22aea", + "id": "fe03f2ae-c5bd-4693-9d37-c795d9c1702b", "name": "Get Workflow Execution History", "request": { "name": "Get Workflow Execution History", @@ -258038,7 +258038,7 @@ }, "response": [ { - "id": "66cd5cdf-311f-4881-a597-b3ffff95cbd9", + "id": "9d3c132c-854d-4c06-9a5e-47a2604d46cc", "name": "List of workflow execution events for the given workflow execution", "originalRequest": { "url": { @@ -258083,7 +258083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb10b5c9-4fcd-4b24-89cf-7c4040b307c2", + "id": "3ced1b1b-85f1-4e6f-ad30-87cae6480efc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -258128,7 +258128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "851e9628-617e-4be0-8577-81144dcbec53", + "id": "3f5f668a-1140-47d3-ab73-c58e45db889e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -258173,7 +258173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1473d38-5c6b-48c2-8cae-e1e1c53d2ebb", + "id": "2d19a235-a227-406f-8f51-aa67ea8763cd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -258218,7 +258218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cabdedf9-1e61-4837-b180-a765351004fb", + "id": "236be6f2-60b4-4ed7-9106-4dcfa975998f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -258263,7 +258263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8f349f4-1b44-4155-9a00-07c99ced8cba", + "id": "743acf4d-0be0-4dd5-886e-349cde6f44f5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -258308,7 +258308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "774f82aa-0c42-4e90-a056-2c609e2a534c", + "id": "667e1aba-3415-40a4-a800-1cba002fbba7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -258359,7 +258359,7 @@ } }, { - "id": "d03e5e89-d15a-42d3-a909-817b380a4c2b", + "id": "593c5cd7-cf90-4b6b-9f45-db437015d570", "name": "Cancel Workflow Execution by ID", "request": { "name": "Cancel Workflow Execution by ID", @@ -258401,7 +258401,7 @@ }, "response": [ { - "id": "0ab4c3aa-7c9f-4ade-b487-354199ab9955", + "id": "2fa09b38-aa90-407d-b384-303ef6eb3378", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -258436,7 +258436,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9004a1c3-1f95-4961-82ce-baf2e3d844e9", + "id": "e7d77213-f6ff-4f3d-924b-f7f54db224ef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -258481,7 +258481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "535cc029-548e-4565-8812-d707f12139f6", + "id": "171691c8-8746-4377-ac5b-5e627fafb4a3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -258526,7 +258526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "310ddd5c-c39b-49cc-8d57-70e80bfcd0de", + "id": "a6fba08a-de41-4f06-a621-63c8485a83f7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -258571,7 +258571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7874173e-a288-4aba-9b24-fbe34cfbd403", + "id": "53e9d380-28ec-408a-b435-9310078de675", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -258616,7 +258616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bf15b58-3197-4034-abee-9525523ea1b2", + "id": "3ee3fb05-ef77-4e49-b4d6-a3f3b20ba09f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -258661,7 +258661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63e0c683-b7bc-4a89-a5df-f4bcba0c0874", + "id": "02137e5c-c3f3-43b3-a23a-0dd273d08773", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -258712,7 +258712,7 @@ } }, { - "id": "b907f3cf-2eb7-452f-bc79-0669c2a7445c", + "id": "67f53e37-0566-4c4a-bfb3-1c2b09c3461f", "name": "List Complete Workflow Library", "request": { "name": "List Complete Workflow Library", @@ -258760,7 +258760,7 @@ }, "response": [ { - "id": "6156c283-3cf6-4e92-b2f6-af15ae9c6246", + "id": "19786fde-1985-4b22-b8b3-cf59b2df483a", "name": "List of workflow steps", "originalRequest": { "url": { @@ -258817,12 +258817,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": true,\n \"deprecatedBy\": \"1987-10-18T19:16:08.958Z\",\n \"versionNumber\": -65821611,\n \"isSimulationEnabled\": false,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n },\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": true,\n \"deprecatedBy\": \"2013-03-05T14:22:56.319Z\",\n \"versionNumber\": -49905600,\n \"isSimulationEnabled\": false,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": false,\n \"deprecatedBy\": \"1945-08-22T17:27:48.638Z\",\n \"versionNumber\": -43953399,\n \"isSimulationEnabled\": true,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n },\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": false,\n \"deprecatedBy\": \"1971-12-15T01:32:55.651Z\",\n \"versionNumber\": -10838418,\n \"isSimulationEnabled\": true,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b3ae4a70-e5fa-42b0-bdbf-6872afcefa3a", + "id": "0c249839-4ffa-492a-beee-98f560e3f206", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -258884,7 +258884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83495dd4-de53-4adf-b88d-7ae87cf1c903", + "id": "d2e7e251-081a-429f-a8dc-6d5d902c4501", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -258946,7 +258946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ef6d80f-619f-43eb-84d0-a55e16a8d854", + "id": "be308113-1a18-4166-b677-6dd71e947fe3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -259008,7 +259008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7eff02fb-1215-4847-8c9c-d631382be061", + "id": "781e257a-6fd2-4f6b-be9d-334700ec2b09", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -259070,7 +259070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a5c57dd-a824-4239-af3a-3b10f74a88d2", + "id": "7bb3298a-cc9a-43ce-b14b-fb3b2f5d418b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -259138,7 +259138,7 @@ } }, { - "id": "bbc16374-9f7e-43f4-ade9-80130e1bc6b0", + "id": "a6257a15-08a5-4693-ae54-bf8887539f6b", "name": "List Workflow Library Actions", "request": { "name": "List Workflow Library Actions", @@ -259196,7 +259196,7 @@ }, "response": [ { - "id": "a66cf0da-f173-4b9c-9d16-1ebce7dca88a", + "id": "4a06a1d3-13a0-450f-91ff-ea973f85b7d6", "name": "List of workflow actions", "originalRequest": { "url": { @@ -259263,12 +259263,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": true,\n \"deprecatedBy\": \"1987-10-18T19:16:08.958Z\",\n \"versionNumber\": -65821611,\n \"isSimulationEnabled\": false,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n },\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": true,\n \"deprecatedBy\": \"2013-03-05T14:22:56.319Z\",\n \"versionNumber\": -49905600,\n \"isSimulationEnabled\": false,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": false,\n \"deprecatedBy\": \"1945-08-22T17:27:48.638Z\",\n \"versionNumber\": -43953399,\n \"isSimulationEnabled\": true,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n },\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": false,\n \"deprecatedBy\": \"1971-12-15T01:32:55.651Z\",\n \"versionNumber\": -10838418,\n \"isSimulationEnabled\": true,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "57b38f3c-6a4c-46fe-80f4-5bc883c1e9b0", + "id": "374f1983-7b40-4821-ba2e-0a38cd11dbf5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -259340,7 +259340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3768b5d8-b001-42af-aa8a-250a7148a2b1", + "id": "c0ae702c-1cad-4390-9f34-5bdfa44f853e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -259412,7 +259412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46cb3dd9-0bba-4184-a811-69329d6c24af", + "id": "6a933b4d-8487-4f97-9d72-0af22efdc2f1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -259484,7 +259484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d77dcb3-be50-42bb-b881-575d76141353", + "id": "818355fd-e4c7-4caf-8d3c-ea43c1f061c8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -259556,7 +259556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11e7abf9-4f8d-4c48-836c-c047881e5e57", + "id": "c805ace8-750f-4ef5-a8e3-f5e168c6e474", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -259634,7 +259634,7 @@ } }, { - "id": "8ad295b5-e38a-4c8f-b5b2-9d93658dcf36", + "id": "df2512a1-3a52-47ac-bb86-681a5a11547a", "name": "List Workflow Library Triggers", "request": { "name": "List Workflow Library Triggers", @@ -259692,7 +259692,7 @@ }, "response": [ { - "id": "43a9fc4f-3b78-4d3c-887c-bbb723d82ac1", + "id": "15bd15b4-5902-452a-9fcd-790cbaad1efd", "name": "List of workflow triggers", "originalRequest": { "url": { @@ -259759,12 +259759,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"idn:identity-attributes-changed\",\n \"type\": \"EVENT\",\n \"deprecated\": false,\n \"deprecatedBy\": \"2021-09-13T22:44:31.775Z\",\n \"isSimulationEnabled\": true,\n \"outputSchema\": {},\n \"name\": \"Identity Attributes Changed\",\n \"description\": \"One or more identity attributes changed.\",\n \"isDynamicSchema\": false,\n \"inputExample\": {\n \"changes\": [\n {\n \"attribute\": \"department\",\n \"newValue\": \"marketing\",\n \"oldValue\": \"sales\"\n },\n {\n \"attribute\": \"manager\",\n \"newValue\": {\n \"name\": \"mean.guy\",\n \"type\": \"IDENTITY\"\n },\n \"oldValue\": {\n \"name\": \"nice.guy\",\n \"type\": \"IDENTITY\"\n }\n },\n {\n \"attribute\": \"email\",\n \"newValue\": \"john.doe@gmail.com\",\n \"oldValue\": \"john.doe@hotmail.com\"\n }\n ],\n \"identity\": {\n \"name\": \"john.doe\",\n \"type\": \"IDENTITY\"\n }\n }\n },\n {\n \"id\": \"idn:identity-attributes-changed\",\n \"type\": \"EVENT\",\n \"deprecated\": true,\n \"deprecatedBy\": \"1956-02-03T01:01:47.041Z\",\n \"isSimulationEnabled\": false,\n \"outputSchema\": {},\n \"name\": \"Identity Attributes Changed\",\n \"description\": \"One or more identity attributes changed.\",\n \"isDynamicSchema\": false,\n \"inputExample\": {\n \"changes\": [\n {\n \"attribute\": \"department\",\n \"newValue\": \"marketing\",\n \"oldValue\": \"sales\"\n },\n {\n \"attribute\": \"manager\",\n \"newValue\": {\n \"name\": \"mean.guy\",\n \"type\": \"IDENTITY\"\n },\n \"oldValue\": {\n \"name\": \"nice.guy\",\n \"type\": \"IDENTITY\"\n }\n },\n {\n \"attribute\": \"email\",\n \"newValue\": \"john.doe@gmail.com\",\n \"oldValue\": \"john.doe@hotmail.com\"\n }\n ],\n \"identity\": {\n \"name\": \"john.doe\",\n \"type\": \"IDENTITY\"\n }\n }\n }\n]", + "body": "[\n {\n \"id\": \"idn:identity-attributes-changed\",\n \"type\": \"EVENT\",\n \"deprecated\": true,\n \"deprecatedBy\": \"1965-12-07T01:52:03.349Z\",\n \"isSimulationEnabled\": true,\n \"outputSchema\": {},\n \"name\": \"Identity Attributes Changed\",\n \"description\": \"One or more identity attributes changed.\",\n \"isDynamicSchema\": false,\n \"inputExample\": {\n \"changes\": [\n {\n \"attribute\": \"department\",\n \"newValue\": \"marketing\",\n \"oldValue\": \"sales\"\n },\n {\n \"attribute\": \"manager\",\n \"newValue\": {\n \"name\": \"mean.guy\",\n \"type\": \"IDENTITY\"\n },\n \"oldValue\": {\n \"name\": \"nice.guy\",\n \"type\": \"IDENTITY\"\n }\n },\n {\n \"attribute\": \"email\",\n \"newValue\": \"john.doe@gmail.com\",\n \"oldValue\": \"john.doe@hotmail.com\"\n }\n ],\n \"identity\": {\n \"name\": \"john.doe\",\n \"type\": \"IDENTITY\"\n }\n }\n },\n {\n \"id\": \"idn:identity-attributes-changed\",\n \"type\": \"EVENT\",\n \"deprecated\": false,\n \"deprecatedBy\": \"1950-05-24T14:12:20.829Z\",\n \"isSimulationEnabled\": true,\n \"outputSchema\": {},\n \"name\": \"Identity Attributes Changed\",\n \"description\": \"One or more identity attributes changed.\",\n \"isDynamicSchema\": false,\n \"inputExample\": {\n \"changes\": [\n {\n \"attribute\": \"department\",\n \"newValue\": \"marketing\",\n \"oldValue\": \"sales\"\n },\n {\n \"attribute\": \"manager\",\n \"newValue\": {\n \"name\": \"mean.guy\",\n \"type\": \"IDENTITY\"\n },\n \"oldValue\": {\n \"name\": \"nice.guy\",\n \"type\": \"IDENTITY\"\n }\n },\n {\n \"attribute\": \"email\",\n \"newValue\": \"john.doe@gmail.com\",\n \"oldValue\": \"john.doe@hotmail.com\"\n }\n ],\n \"identity\": {\n \"name\": \"john.doe\",\n \"type\": \"IDENTITY\"\n }\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d50e7639-edd8-4c36-ab94-e131ff349e06", + "id": "a3e5558e-f71c-4951-b7c5-c7b432eec4ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -259836,7 +259836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09e7d6cf-b29e-453c-bbe7-eea1b7f0f091", + "id": "0dc61180-1ebf-4ada-bbd6-bdbbe2a5fd4a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -259908,7 +259908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f050a991-9f1e-4749-aa3d-b51b142d03d8", + "id": "73081d32-9f10-4cfc-a16f-7ddf190c72f0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -259980,7 +259980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae6700a8-d368-45dd-8f5f-6180f2e25cf3", + "id": "8ea1f8a8-9257-4552-9da2-5f035a41945a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -260052,7 +260052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "356e910f-6126-468c-9448-6c3442af3f4a", + "id": "5113b017-0436-4458-b6be-df1c64e95fa4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -260130,7 +260130,7 @@ } }, { - "id": "918b4b5c-b23f-4bdb-a7e4-1e75850bdfb7", + "id": "4e8b43ad-bbf2-4943-94b0-bbc61a7f4ae2", "name": "List Workflow Library Operators", "request": { "name": "List Workflow Library Operators", @@ -260160,7 +260160,7 @@ }, "response": [ { - "id": "fdbc59ff-3ea6-49ae-80df-9ab3a15c1d5f", + "id": "4ac6754f-8106-4e41-b3ba-9353fd328b97", "name": "List of workflow operators", "originalRequest": { "url": { @@ -260199,12 +260199,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"sp:compare-boolean\",\n \"name\": \"Compare Boolean Values\",\n \"type\": \"OPERATOR\",\n \"description\": \"Compare two boolean values and decide what happens based on the result.\",\n \"isDynamicSchema\": false,\n \"deprecated\": false,\n \"deprecatedBy\": \"1962-10-11T23:28:33.814Z\",\n \"isSimulationEnabled\": true,\n \"formFields\": [\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable B.\",\n \"helpText\": \"\",\n \"label\": \"Variable A\",\n \"name\": \"variableA.$\",\n \"required\": true,\n \"type\": \"text\"\n },\n {\n \"helpText\": \"Select an operation.\",\n \"label\": \"Operation\",\n \"name\": \"operator\",\n \"options\": [\n {\n \"label\": \"Equals\",\n \"value\": \"BooleanEquals\"\n }\n ],\n \"required\": true,\n \"type\": \"select\"\n },\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable A.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB.$\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"Enter True or False.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB\",\n \"required\": false,\n \"type\": \"text\"\n }\n ]\n },\n {\n \"id\": \"sp:compare-boolean\",\n \"name\": \"Compare Boolean Values\",\n \"type\": \"OPERATOR\",\n \"description\": \"Compare two boolean values and decide what happens based on the result.\",\n \"isDynamicSchema\": false,\n \"deprecated\": false,\n \"deprecatedBy\": \"1988-03-09T15:47:43.239Z\",\n \"isSimulationEnabled\": false,\n \"formFields\": [\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable B.\",\n \"helpText\": \"\",\n \"label\": \"Variable A\",\n \"name\": \"variableA.$\",\n \"required\": true,\n \"type\": \"text\"\n },\n {\n \"helpText\": \"Select an operation.\",\n \"label\": \"Operation\",\n \"name\": \"operator\",\n \"options\": [\n {\n \"label\": \"Equals\",\n \"value\": \"BooleanEquals\"\n }\n ],\n \"required\": true,\n \"type\": \"select\"\n },\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable A.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB.$\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"Enter True or False.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB\",\n \"required\": false,\n \"type\": \"text\"\n }\n ]\n }\n]", + "body": "[\n {\n \"id\": \"sp:compare-boolean\",\n \"name\": \"Compare Boolean Values\",\n \"type\": \"OPERATOR\",\n \"description\": \"Compare two boolean values and decide what happens based on the result.\",\n \"isDynamicSchema\": false,\n \"deprecated\": true,\n \"deprecatedBy\": \"2017-09-20T18:04:19.710Z\",\n \"isSimulationEnabled\": false,\n \"formFields\": [\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable B.\",\n \"helpText\": \"\",\n \"label\": \"Variable A\",\n \"name\": \"variableA.$\",\n \"required\": true,\n \"type\": \"text\"\n },\n {\n \"helpText\": \"Select an operation.\",\n \"label\": \"Operation\",\n \"name\": \"operator\",\n \"options\": [\n {\n \"label\": \"Equals\",\n \"value\": \"BooleanEquals\"\n }\n ],\n \"required\": true,\n \"type\": \"select\"\n },\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable A.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB.$\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"Enter True or False.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB\",\n \"required\": false,\n \"type\": \"text\"\n }\n ]\n },\n {\n \"id\": \"sp:compare-boolean\",\n \"name\": \"Compare Boolean Values\",\n \"type\": \"OPERATOR\",\n \"description\": \"Compare two boolean values and decide what happens based on the result.\",\n \"isDynamicSchema\": false,\n \"deprecated\": true,\n \"deprecatedBy\": \"1975-01-30T21:18:29.754Z\",\n \"isSimulationEnabled\": false,\n \"formFields\": [\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable B.\",\n \"helpText\": \"\",\n \"label\": \"Variable A\",\n \"name\": \"variableA.$\",\n \"required\": true,\n \"type\": \"text\"\n },\n {\n \"helpText\": \"Select an operation.\",\n \"label\": \"Operation\",\n \"name\": \"operator\",\n \"options\": [\n {\n \"label\": \"Equals\",\n \"value\": \"BooleanEquals\"\n }\n ],\n \"required\": true,\n \"type\": \"select\"\n },\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable A.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB.$\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"Enter True or False.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB\",\n \"required\": false,\n \"type\": \"text\"\n }\n ]\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2a1b4784-c89e-4b11-aee5-aa52c6e57f0e", + "id": "a2e72c83-773a-4ac2-be4a-6ad84c957e7b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -260248,7 +260248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2886b7ee-8ac4-49de-83e6-97d0bb832d61", + "id": "c834484b-eae1-44fb-b57e-f7f21d2f2a46", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -260292,7 +260292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddf20f83-e9ca-4510-8674-b0678242e3fa", + "id": "ad62ae50-f1e6-4cfc-8dd8-29e420136634", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -260336,7 +260336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4be11e8c-ac89-4440-b93a-65255fe0fda0", + "id": "a187d1c1-16f2-46f4-ab71-bd6a29c9c985", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -260380,7 +260380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1e3c991-84dc-4660-ac1a-d59a984d729a", + "id": "862894fd-9bf3-404b-a559-c0eb86afafd0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -260430,7 +260430,7 @@ } }, { - "id": "578e0a60-dec4-43bd-922c-5dc1b057fd2a", + "id": "e7d7410a-8838-4d8c-b7ef-3e2025c57dd2", "name": "Generate External Trigger OAuth Client", "request": { "name": "Generate External Trigger OAuth Client", @@ -260473,7 +260473,7 @@ }, "response": [ { - "id": "73d31040-7fa8-48e6-b4ac-15be08d189cc", + "id": "0a8258e6-5908-4618-a02d-def641885753", "name": "The OAuth Client object", "originalRequest": { "url": { @@ -260519,7 +260519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd531457-4d81-4cf5-bf56-4939bd809756", + "id": "3aa494ed-2038-4fce-8e92-65f5a42bdfcc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -260565,7 +260565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "243bf602-d350-456d-88de-d3f8bdedf374", + "id": "6ab94536-e04b-4962-8cf2-7b5c78a3b312", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -260611,7 +260611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb239213-d976-4b3d-aa1d-bf4ddbf6d557", + "id": "fa733977-1778-48c2-b03d-5360e124e079", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -260657,7 +260657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5bfffb8-0276-4072-8589-c2e4365e80f8", + "id": "f37ea1c9-7a5f-417e-b0f0-c2c439eb1ce2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -260703,7 +260703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d9cd63f-112b-40e9-9655-ae2a51a421b9", + "id": "703c17a1-5af9-45bd-95cf-b345232a8791", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -260755,7 +260755,7 @@ } }, { - "id": "4f3d5c8e-7dfb-47c5-be33-9196206e6342", + "id": "8cbd4b93-ec68-4188-b794-d2aac4be3805", "name": "Execute Workflow via External Trigger", "request": { "name": "Execute Workflow via External Trigger", @@ -260811,7 +260811,7 @@ }, "response": [ { - "id": "212ea165-6565-4680-b809-e799365b6579", + "id": "583246c8-52dc-4e91-b1b6-d7e69b19de95", "name": "The Workflow object", "originalRequest": { "url": { @@ -260870,7 +260870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abb7bf3a-bb85-49bb-aabe-5b3c2e606f07", + "id": "e3451377-029f-49e5-946a-25332f8b5b87", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -260929,7 +260929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28341ceb-3b77-4fe9-bae5-ca536d25d25d", + "id": "a87cb647-5a70-405d-b481-a917948a7917", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -260988,7 +260988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae1d664f-8216-4399-915f-221ead922c17", + "id": "89532f5e-ae24-4eeb-8d54-d57385871997", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -261047,7 +261047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb4d6b27-0aa7-4b25-9105-129f95c4e43b", + "id": "53a05522-5151-4c74-b10e-30c38d34ccc7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -261106,7 +261106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae1e2a52-247e-4824-875f-30dd0f9c36c3", + "id": "c1bf08c3-9073-429b-ae47-95f3ed330654", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -261171,7 +261171,7 @@ } }, { - "id": "cb260601-1b5e-4765-ba5f-93aeef16496f", + "id": "9f6bb554-e4c6-4e5a-8159-68d77bf03629", "name": "Test Workflow via External Trigger", "request": { "name": "Test Workflow via External Trigger", @@ -261228,7 +261228,7 @@ }, "response": [ { - "id": "1f6f7c8c-ed76-4a11-b53f-6e738a071163", + "id": "66afd7c3-3c9d-4c3c-b61c-e7b1196345fe", "name": "Responds with the test input", "originalRequest": { "url": { @@ -261288,7 +261288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b774f70-f550-441d-9142-67403322377e", + "id": "5e9c53c5-6374-41f4-8e18-c4b559c7164f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -261348,7 +261348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ad98961-0fc5-4c5a-9efd-7b410829a2bc", + "id": "b0ed748e-3fe5-4f75-8977-d212e7fe6287", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -261408,7 +261408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "332937a9-2715-4b80-af15-ee34caebe057", + "id": "336771b2-a6fc-4937-9244-4abdd963cbb1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -261468,7 +261468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b1eeae6-5292-4e5b-8827-69874d6824c3", + "id": "53892cb1-8d3d-4d66-83f4-952ee2eb1f6a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -261528,7 +261528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a602479b-a8ca-4b65-9a1c-1abaad3fdc7c", + "id": "38e08efb-4c06-4bd1-8e2b-f6bc2b83639d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -261674,7 +261674,7 @@ } ], "info": { - "_postman_id": "c0808160-0064-4f4b-9f0c-bffc8f5c0483", + "_postman_id": "fdb010bb-675d-49ea-9995-73ff4970955b", "name": "Identity Security Cloud Beta API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { diff --git a/postman/collections/sailpoint-api-nerm.json b/postman/collections/sailpoint-api-nerm.json index 9c2c7e07..f6cc4e1e 100644 --- a/postman/collections/sailpoint-api-nerm.json +++ b/postman/collections/sailpoint-api-nerm.json @@ -5,7 +5,7 @@ "description": "", "item": [ { - "id": "8bcda99a-098b-4d30-aae4-8223a0a6bd71", + "id": "93cddc3f-67d5-4ddb-a219-19f529dc7b06", "name": "Query for Audit events", "request": { "name": "Query for Audit events", @@ -37,7 +37,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"audit_events\": {\n \"offset\": 100,\n \"sort_by\": \"created_at\",\n \"limit\": 10,\n \"order\": \"asc\",\n \"filters\": {\n \"created_at\": {\n \"gt\": \"1997-02-01\",\n \"lt\": \"1978-05-03\",\n \"eq\": \"2004-11-17\"\n },\n \"subject_type\": \"Profile\",\n \"type\": \"AuditableProfileCreate\",\n \"subject_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"data\": {\n \"profile_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_name\": \"My Workflow\",\n \"workflow_uid\": \"my_workflow\",\n \"profile_type_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\"\n }\n }\n }\n}", + "raw": "{\n \"audit_events\": {\n \"offset\": 100,\n \"sort_by\": \"created_at\",\n \"limit\": 10,\n \"order\": \"asc\",\n \"filters\": {\n \"created_at\": {\n \"gt\": \"2009-03-20\",\n \"lt\": \"1965-04-06\",\n \"eq\": \"1970-09-26\"\n },\n \"subject_type\": \"Profile\",\n \"type\": \"AuditableProfileCreate\",\n \"subject_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"data\": {\n \"profile_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_name\": \"My Workflow\",\n \"workflow_uid\": \"my_workflow\",\n \"profile_type_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -49,7 +49,7 @@ }, "response": [ { - "id": "ac291bca-0842-4801-b76f-a7277d6836f3", + "id": "96b1f5ef-78fd-4cdc-a133-d8fffac8e4c0", "name": "AuditEvents", "originalRequest": { "url": { @@ -84,7 +84,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"audit_events\": {\n \"offset\": 100,\n \"sort_by\": \"created_at\",\n \"limit\": 10,\n \"order\": \"asc\",\n \"filters\": {\n \"created_at\": {\n \"gt\": \"1997-02-01\",\n \"lt\": \"1978-05-03\",\n \"eq\": \"2004-11-17\"\n },\n \"subject_type\": \"Profile\",\n \"type\": \"AuditableProfileCreate\",\n \"subject_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"data\": {\n \"profile_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_name\": \"My Workflow\",\n \"workflow_uid\": \"my_workflow\",\n \"profile_type_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\"\n }\n }\n }\n}", + "raw": "{\n \"audit_events\": {\n \"offset\": 100,\n \"sort_by\": \"created_at\",\n \"limit\": 10,\n \"order\": \"asc\",\n \"filters\": {\n \"created_at\": {\n \"gt\": \"2009-03-20\",\n \"lt\": \"1965-04-06\",\n \"eq\": \"1970-09-26\"\n },\n \"subject_type\": \"Profile\",\n \"type\": \"AuditableProfileCreate\",\n \"subject_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"data\": {\n \"profile_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_name\": \"My Workflow\",\n \"workflow_uid\": \"my_workflow\",\n \"profile_type_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -101,12 +101,12 @@ "value": "application/json" } ], - "body": "{\n \"audit_events\": [\n {\n \"created_at\": {\n \"gt\": \"1996-02-13\",\n \"lt\": \"1955-07-09\",\n \"eq\": \"2005-12-05\"\n },\n \"subject_type\": \"Profile\",\n \"type\": \"AuditableProfileCreate\",\n \"subject_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"data\": {\n \"profile_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_name\": \"My Workflow\",\n \"workflow_uid\": \"my_workflow\",\n \"profile_type_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\"\n }\n },\n {\n \"created_at\": {\n \"gt\": \"1974-09-09\",\n \"lt\": \"1968-10-28\",\n \"eq\": \"2002-11-10\"\n },\n \"subject_type\": \"Profile\",\n \"type\": \"AuditableProfileCreate\",\n \"subject_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"data\": {\n \"profile_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_name\": \"My Workflow\",\n \"workflow_uid\": \"my_workflow\",\n \"profile_type_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\"\n }\n }\n ]\n}", + "body": "{\n \"audit_events\": [\n {\n \"created_at\": {\n \"gt\": \"2006-04-02\",\n \"lt\": \"1968-07-18\",\n \"eq\": \"1966-12-17\"\n },\n \"subject_type\": \"Profile\",\n \"type\": \"AuditableProfileCreate\",\n \"subject_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"data\": {\n \"profile_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_name\": \"My Workflow\",\n \"workflow_uid\": \"my_workflow\",\n \"profile_type_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\"\n }\n },\n {\n \"created_at\": {\n \"gt\": \"1967-08-31\",\n \"lt\": \"2003-10-31\",\n \"eq\": \"1945-06-11\"\n },\n \"subject_type\": \"Profile\",\n \"type\": \"AuditableProfileCreate\",\n \"subject_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"data\": {\n \"profile_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_name\": \"My Workflow\",\n \"workflow_uid\": \"my_workflow\",\n \"profile_type_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4ab35dbf-d795-49a5-87c2-a98854327189", + "id": "de19c17c-7bb2-404c-b931-db6ca072c5d9", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -141,7 +141,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"audit_events\": {\n \"offset\": 100,\n \"sort_by\": \"created_at\",\n \"limit\": 10,\n \"order\": \"asc\",\n \"filters\": {\n \"created_at\": {\n \"gt\": \"1997-02-01\",\n \"lt\": \"1978-05-03\",\n \"eq\": \"2004-11-17\"\n },\n \"subject_type\": \"Profile\",\n \"type\": \"AuditableProfileCreate\",\n \"subject_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"data\": {\n \"profile_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_name\": \"My Workflow\",\n \"workflow_uid\": \"my_workflow\",\n \"profile_type_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\"\n }\n }\n }\n}", + "raw": "{\n \"audit_events\": {\n \"offset\": 100,\n \"sort_by\": \"created_at\",\n \"limit\": 10,\n \"order\": \"asc\",\n \"filters\": {\n \"created_at\": {\n \"gt\": \"2009-03-20\",\n \"lt\": \"1965-04-06\",\n \"eq\": \"1970-09-26\"\n },\n \"subject_type\": \"Profile\",\n \"type\": \"AuditableProfileCreate\",\n \"subject_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"data\": {\n \"profile_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_name\": \"My Workflow\",\n \"workflow_uid\": \"my_workflow\",\n \"profile_type_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -163,7 +163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98781dad-9a1c-4ad6-9d4d-f6ebd6f23a5f", + "id": "8b7f9ddb-6693-4932-a800-43ad43a8419b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -198,7 +198,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"audit_events\": {\n \"offset\": 100,\n \"sort_by\": \"created_at\",\n \"limit\": 10,\n \"order\": \"asc\",\n \"filters\": {\n \"created_at\": {\n \"gt\": \"1997-02-01\",\n \"lt\": \"1978-05-03\",\n \"eq\": \"2004-11-17\"\n },\n \"subject_type\": \"Profile\",\n \"type\": \"AuditableProfileCreate\",\n \"subject_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"data\": {\n \"profile_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_name\": \"My Workflow\",\n \"workflow_uid\": \"my_workflow\",\n \"profile_type_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\"\n }\n }\n }\n}", + "raw": "{\n \"audit_events\": {\n \"offset\": 100,\n \"sort_by\": \"created_at\",\n \"limit\": 10,\n \"order\": \"asc\",\n \"filters\": {\n \"created_at\": {\n \"gt\": \"2009-03-20\",\n \"lt\": \"1965-04-06\",\n \"eq\": \"1970-09-26\"\n },\n \"subject_type\": \"Profile\",\n \"type\": \"AuditableProfileCreate\",\n \"subject_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"data\": {\n \"profile_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\",\n \"workflow_name\": \"My Workflow\",\n \"workflow_uid\": \"my_workflow\",\n \"profile_type_id\": \"7d8c53ca-e99d-485c-9524-ea3849e82c79\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -232,7 +232,7 @@ "description": "", "item": [ { - "id": "67ae403b-10f4-4d0a-b636-0a0d17d0b59f", + "id": "442a9dd8-da4b-448c-a015-3abaeb43d242", "name": "Create a new user", "request": { "name": "Create a new user", @@ -275,7 +275,7 @@ }, "response": [ { - "id": "7f6502c6-196f-411a-824e-941846d6c921", + "id": "24b28035-042f-4978-ab39-631f659f28d8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -326,12 +326,12 @@ "value": "application/json" } ], - "body": "{\n \"user\": {\n \"id\": \"db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e\",\n \"uid\": \"in aliqua nullaesse reprehenderi\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1993-10-20T06:38:01.116Z\",\n \"cookies_accepted_at\": \"1993-02-05T17:31:45.685Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n }\n}", + "body": "{\n \"user\": {\n \"id\": \"db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e\",\n \"uid\": \"tempor eiusmodoccaecat fugiat la\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1993-05-13T22:19:26.028Z\",\n \"cookies_accepted_at\": \"1990-08-05T18:06:53.667Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "305c1671-5f9c-47df-9aad-038954b1dd36", + "id": "c1d0b916-6159-4552-b710-4634ce884711", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -387,7 +387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd6998bd-b1bc-4e0a-b3e8-b1400d101f30", + "id": "0d419c4c-45dd-48c0-b9c5-0667c5a8442a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -449,7 +449,7 @@ } }, { - "id": "62608c97-643c-4422-be9e-247eba041374", + "id": "46ab28c2-1519-4e9b-b718-bb05a32285ba", "name": "Get users", "request": { "name": "Get users", @@ -508,7 +508,7 @@ "type": "text/plain" }, "key": "login", - "value": "nulla anim ea labore aute" + "value": "voluptate in" }, { "disabled": false, @@ -517,7 +517,7 @@ "type": "text/plain" }, "key": "title", - "value": "nulla anim ea labore aute" + "value": "voluptate in" }, { "disabled": false, @@ -535,7 +535,7 @@ "type": "text/plain" }, "key": "email", - "value": "Pody14a9oeA@ZLtNOTpaJCcXsYWVJFyVJSEf.xo" + "value": "ypoCxszBBFzy5Ma@tVhilxyhFwrkgA.vlq" }, { "disabled": false, @@ -561,7 +561,7 @@ }, "response": [ { - "id": "14439c47-ee6b-4fcf-8abf-707045218b6c", + "id": "a9fba832-97ef-4d47-9f75-a42e5888b071", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -615,7 +615,7 @@ "type": "text/plain" }, "key": "login", - "value": "nulla anim ea labore aute" + "value": "voluptate in" }, { "disabled": false, @@ -624,7 +624,7 @@ "type": "text/plain" }, "key": "title", - "value": "nulla anim ea labore aute" + "value": "voluptate in" }, { "disabled": false, @@ -642,7 +642,7 @@ "type": "text/plain" }, "key": "email", - "value": "Pody14a9oeA@ZLtNOTpaJCcXsYWVJFyVJSEf.xo" + "value": "ypoCxszBBFzy5Ma@tVhilxyhFwrkgA.vlq" }, { "disabled": false, @@ -681,12 +681,12 @@ "value": "application/json" } ], - "body": "{\n \"users\": [\n {\n \"id\": \"db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e\",\n \"uid\": \"est pariatur voluptate ipsum occ\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1974-10-13T23:33:50.542Z\",\n \"cookies_accepted_at\": \"1999-12-13T12:38:07.630Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n },\n {\n \"id\": \"db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e\",\n \"uid\": \"Lorem idexercitation eu officiac\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1975-02-25T22:31:42.700Z\",\n \"cookies_accepted_at\": \"2018-10-03T19:16:03.271Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n }\n ],\n \"_metadata\": {\n \"limit\": -26182072,\n \"offset\": -75183364,\n \"total\": -49299472,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"users\": [\n {\n \"id\": \"db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e\",\n \"uid\": \"aliqua dolore eiusmodtempormolli\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1949-07-08T20:36:57.005Z\",\n \"cookies_accepted_at\": \"1971-08-23T08:58:21.837Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n },\n {\n \"id\": \"db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e\",\n \"uid\": \"autedolorelaboris voluptate quis\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"2014-08-21T20:39:21.737Z\",\n \"cookies_accepted_at\": \"2019-07-06T22:14:47.556Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n }\n ],\n \"_metadata\": {\n \"limit\": -38776969,\n \"offset\": -39229481,\n \"total\": -24305429,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "14c0331f-470b-4a12-9c0c-76aada4e8f92", + "id": "e953dc0e-f4d2-4b92-bef9-d390345d64e9", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -740,7 +740,7 @@ "type": "text/plain" }, "key": "login", - "value": "nulla anim ea labore aute" + "value": "voluptate in" }, { "disabled": false, @@ -749,7 +749,7 @@ "type": "text/plain" }, "key": "title", - "value": "nulla anim ea labore aute" + "value": "voluptate in" }, { "disabled": false, @@ -767,7 +767,7 @@ "type": "text/plain" }, "key": "email", - "value": "Pody14a9oeA@ZLtNOTpaJCcXsYWVJFyVJSEf.xo" + "value": "ypoCxszBBFzy5Ma@tVhilxyhFwrkgA.vlq" }, { "disabled": false, @@ -811,7 +811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4c96366-1cdf-4eb2-b3f8-08cf26958752", + "id": "7fc266db-ba22-40db-a2e9-a5ddc7ffc77d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -865,7 +865,7 @@ "type": "text/plain" }, "key": "login", - "value": "nulla anim ea labore aute" + "value": "voluptate in" }, { "disabled": false, @@ -874,7 +874,7 @@ "type": "text/plain" }, "key": "title", - "value": "nulla anim ea labore aute" + "value": "voluptate in" }, { "disabled": false, @@ -892,7 +892,7 @@ "type": "text/plain" }, "key": "email", - "value": "Pody14a9oeA@ZLtNOTpaJCcXsYWVJFyVJSEf.xo" + "value": "ypoCxszBBFzy5Ma@tVhilxyhFwrkgA.vlq" }, { "disabled": false, @@ -942,7 +942,7 @@ } }, { - "id": "baba6d95-4c6d-484a-8332-8fa9e9bdd6d4", + "id": "9b171af9-a38a-4de9-bf75-cf3f846ac73e", "name": "Create multiple new users", "request": { "name": "Create multiple new users", @@ -985,7 +985,7 @@ }, "response": [ { - "id": "4d9acc97-f893-4dde-b8a2-c4f3cbdb0a7a", + "id": "1bff94ca-d822-48da-a7b1-9add6666e177", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1036,12 +1036,12 @@ "value": "application/json" } ], - "body": "{\n \"users\": [\n {\n \"id\": \"db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e\",\n \"uid\": \"laborum voluptate labore utnostr\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"2010-06-14T03:12:05.394Z\",\n \"cookies_accepted_at\": \"2007-02-07T02:55:25.525Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n },\n {\n \"id\": \"db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e\",\n \"uid\": \"laboris elit mollit consectetur \",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1993-07-03T23:58:50.829Z\",\n \"cookies_accepted_at\": \"1952-12-02T20:06:07.748Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n }\n ]\n}", + "body": "{\n \"users\": [\n {\n \"id\": \"db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e\",\n \"uid\": \"et qui sitirure quisad labore Du\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1986-10-14T02:31:18.681Z\",\n \"cookies_accepted_at\": \"1961-07-13T02:54:12.019Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n },\n {\n \"id\": \"db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e\",\n \"uid\": \"id ipsum quitempor officia aliqu\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1975-03-28T04:44:19.512Z\",\n \"cookies_accepted_at\": \"1980-02-18T14:14:58.769Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "301891b7-d51d-47e9-9b32-5a57dd59c2c3", + "id": "99b9d3e1-4346-4f31-a71c-d1a5557ec925", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1097,7 +1097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e06723a1-2a26-4222-b97f-4a0d1fac0970", + "id": "cda7e95b-5cd7-40af-b85a-178e2380d9bd", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1159,7 +1159,7 @@ } }, { - "id": "d2a182b3-b4c8-43ff-aa8b-6822b4c954e2", + "id": "4eb0e0c9-991e-490f-9e59-17dad5978e05", "name": "Update multiple users", "request": { "name": "Update multiple users", @@ -1202,7 +1202,7 @@ }, "response": [ { - "id": "51468a0a-303f-4e2b-b413-e431f6ddef3a", + "id": "11511795-e2d0-46b2-aa91-e79f1054438d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1253,12 +1253,12 @@ "value": "application/json" } ], - "body": "{\n \"users\": [\n {\n \"id\": \"db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e\",\n \"uid\": \"laborum voluptate labore utnostr\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"2010-06-14T03:12:05.394Z\",\n \"cookies_accepted_at\": \"2007-02-07T02:55:25.525Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n },\n {\n \"id\": \"db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e\",\n \"uid\": \"laboris elit mollit consectetur \",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1993-07-03T23:58:50.829Z\",\n \"cookies_accepted_at\": \"1952-12-02T20:06:07.748Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n }\n ]\n}", + "body": "{\n \"users\": [\n {\n \"id\": \"db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e\",\n \"uid\": \"et qui sitirure quisad labore Du\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1986-10-14T02:31:18.681Z\",\n \"cookies_accepted_at\": \"1961-07-13T02:54:12.019Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n },\n {\n \"id\": \"db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e\",\n \"uid\": \"id ipsum quitempor officia aliqu\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1975-03-28T04:44:19.512Z\",\n \"cookies_accepted_at\": \"1980-02-18T14:14:58.769Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "87fc1bfb-1f33-42ba-9e5a-6a78fe58d53b", + "id": "56d2e2db-8049-471b-b56f-2c81db00be09", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1314,7 +1314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a209123-2846-4dca-89f3-3c5976fef30a", + "id": "8770b9a5-4591-4367-9e69-6f26e64dc641", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1376,7 +1376,7 @@ } }, { - "id": "cee874d1-35c9-45e5-9914-2e7107f54946", + "id": "327c29f0-3f98-4609-9b51-5fe8d040eb03", "name": "Find user by id", "request": { "name": "Find user by id", @@ -1418,7 +1418,7 @@ }, "response": [ { - "id": "9466b53c-4cf5-4a7c-91d8-7bfc1d83bafb", + "id": "4988942f-1445-47ce-afc9-91dfb25c8d01", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1457,12 +1457,12 @@ "value": "application/json" } ], - "body": "{\n \"user\": {\n \"id\": \"db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e\",\n \"uid\": \"in aliqua nullaesse reprehenderi\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1993-10-20T06:38:01.116Z\",\n \"cookies_accepted_at\": \"1993-02-05T17:31:45.685Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n }\n}", + "body": "{\n \"user\": {\n \"id\": \"db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e\",\n \"uid\": \"tempor eiusmodoccaecat fugiat la\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1993-05-13T22:19:26.028Z\",\n \"cookies_accepted_at\": \"1990-08-05T18:06:53.667Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "06927ba5-fa32-4fc7-afaf-bd31c5ad03d8", + "id": "1831c067-595c-4633-9962-3beffd010325", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1506,7 +1506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b7783a6-a223-48f9-bf67-8e40e1017f9d", + "id": "ae5d2864-1c1f-4c2c-8a6a-ab5c6dc1dcfd", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1556,7 +1556,7 @@ } }, { - "id": "bd5b3173-9e9e-4296-bc4c-beac0eea1484", + "id": "9d33bae1-d632-422a-bb54-839794bd1a8e", "name": "Update a user by id", "request": { "name": "Update a user by id", @@ -1611,7 +1611,7 @@ }, "response": [ { - "id": "f083d24e-96a8-4c70-9cb7-55d3f790b2cc", + "id": "f40df17d-7749-49ee-8275-bb567218c476", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1663,12 +1663,12 @@ "value": "application/json" } ], - "body": "{\n \"user\": {\n \"id\": \"db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e\",\n \"uid\": \"in aliqua nullaesse reprehenderi\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1993-10-20T06:38:01.116Z\",\n \"cookies_accepted_at\": \"1993-02-05T17:31:45.685Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n }\n}", + "body": "{\n \"user\": {\n \"id\": \"db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e\",\n \"uid\": \"tempor eiusmodoccaecat fugiat la\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1993-05-13T22:19:26.028Z\",\n \"cookies_accepted_at\": \"1990-08-05T18:06:53.667Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fb620b71-9211-4f44-bcf5-963e8280bacb", + "id": "db384d58-7b9b-400f-a692-59662f90ad02", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1725,7 +1725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d708b2b2-13f4-496e-8452-22cdaa632ad1", + "id": "355d3bd9-fa55-4612-b380-060a1b2abafb", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1788,7 +1788,7 @@ } }, { - "id": "97fd6784-ad77-4b71-bf19-6d060705543d", + "id": "f0baa88c-b75b-4707-a29a-0fe4d0fe12cb", "name": "Delete a user", "request": { "name": "Delete a user", @@ -1830,7 +1830,7 @@ }, "response": [ { - "id": "8c0b21bf-9cd2-4208-ad3a-41bff1f9dbce", + "id": "e6010c70-266e-49cf-a4fb-9e3b12618291", "name": "Info about the operation", "originalRequest": { "url": { @@ -1874,7 +1874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "861f9581-593c-4c7c-a34e-41549863afd1", + "id": "90830a62-194c-47b5-8d9f-61993f4e5ca6", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1918,7 +1918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfd72a14-933c-431b-97fb-dfd973a1cf7c", + "id": "0fcce92c-2d0c-4201-925e-030010729583", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1968,7 +1968,7 @@ } }, { - "id": "ca2d73da-cab2-4d48-a935-4358e80e7d67", + "id": "e0dde751-9fbe-4e7f-9c45-e33f5d89ba67", "name": "Retrieves the URL of the user avatar", "request": { "name": "Retrieves the URL of the user avatar", @@ -2011,7 +2011,7 @@ }, "response": [ { - "id": "84a9bc34-08ac-4838-a59a-c00c40851dda", + "id": "f7779bf0-a54b-440f-9994-ca9b4c61e420", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2051,12 +2051,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"est\"\n}", + "body": "{\n \"url\": \"anim\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bad9ec7f-704a-458a-a6ac-55dfae9847f6", + "id": "68d8929c-41be-4ba4-81ac-b84e17bf9861", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2101,7 +2101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7d482a7-9fcd-4739-ab5d-5949e6169146", + "id": "702d2d5f-cf16-4aed-8a57-8d4d11d73af7", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2152,7 +2152,7 @@ } }, { - "id": "a19c9752-90aa-4c8f-bc39-c9a952ff4200", + "id": "62221ba6-cd5d-4645-9776-13221961ad1f", "name": "Uploads a new user avatar", "request": { "name": "Uploads a new user avatar", @@ -2211,7 +2211,7 @@ }, "response": [ { - "id": "17426736-f0ff-42c3-a87e-2133cedef574", + "id": "64c15a97-22d3-47c1-91c2-5be9f3729069", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2267,12 +2267,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"est\"\n}", + "body": "{\n \"url\": \"anim\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7fa96f8c-0baa-4b5d-8c64-2d632af4124b", + "id": "81e8fd7f-0f0f-4d83-bb86-e3461e595493", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2333,7 +2333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a13fade0-94f0-44bf-9214-a84f09510d21", + "id": "7cf9f7c6-e401-4acf-8aa7-745108514350", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2406,7 +2406,7 @@ "description": "", "item": [ { - "id": "9d8f320a-9ec4-47fc-b77d-446338dd8fb3", + "id": "6d75385b-9e3b-4619-b8c8-68594489b455", "name": "Update a language by locale", "request": { "name": "Update a language by locale", @@ -2465,7 +2465,7 @@ }, "response": [ { - "id": "2eb71273-fa6f-4293-b9e0-936add82a58e", + "id": "484d7e2d-c78e-457a-9a40-e0bc3ca2f63a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2522,7 +2522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b55b68e-04da-436e-b7ae-73e5f36bdf25", + "id": "ee2c9def-076e-4ca3-8901-3528798712d4", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2579,7 +2579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d4d0eb6-7007-4776-8728-8a72b12f83b8", + "id": "e9e5ace4-aa8a-493d-b9cf-834380abce9e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2648,7 +2648,7 @@ "description": "", "item": [ { - "id": "8acbf2fd-c05f-4b58-84f0-8414e53bb869", + "id": "7bd41f88-8924-44d4-b86f-fd7e026cf460", "name": "Create a new user-manager relationship", "request": { "name": "Create a new user-manager relationship", @@ -2679,7 +2679,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:69eece22-43fa-a9e5-dade-b8ed18d75650\",\n \"manager_id\": \"86c5b348-ab2c-6398-bf45-35870a2531a4\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:b74ab35e-89ff-a1db-eb03-3cc205f36cbb\",\n \"manager_id\": \"urn:uuid:bd964f2d-451d-4310-682c-0f11fab841d5\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2691,7 +2691,7 @@ }, "response": [ { - "id": "3e5a21d7-05c6-4c1e-a8c8-bf86f375bfb2", + "id": "cd9bd0ed-58fa-4117-9d64-64081d2622f7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2725,7 +2725,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:69eece22-43fa-a9e5-dade-b8ed18d75650\",\n \"manager_id\": \"86c5b348-ab2c-6398-bf45-35870a2531a4\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:b74ab35e-89ff-a1db-eb03-3cc205f36cbb\",\n \"manager_id\": \"urn:uuid:bd964f2d-451d-4310-682c-0f11fab841d5\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2742,12 +2742,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:675af80b-a906-3fea-a816-f3ab6b34af50\",\n \"uid\": \"mollit veniam deseruntsit essela\",\n \"user_id\": \"ddf7aae3-bef2-92e6-cdcb-a4b0722c3f06\",\n \"manager_id\": \"73db34a9-37ba-a277-a73b-2e9a82b45f3d\"\n }\n}", + "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:be04caa7-cf98-bdd7-3243-7969e170a04a\",\n \"uid\": \"magna ullamco laborum sedreprehe\",\n \"user_id\": \"78f7e03f-9b04-3e59-a7a0-cb3d9ae6ebde\",\n \"manager_id\": \"12f333dd-add1-0a65-9bbc-315e5a9d6164\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "46cfc690-63df-4485-928d-ca342523242f", + "id": "f602fdb1-bc53-4726-b258-58bce4dfac60", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2781,7 +2781,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:69eece22-43fa-a9e5-dade-b8ed18d75650\",\n \"manager_id\": \"86c5b348-ab2c-6398-bf45-35870a2531a4\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:b74ab35e-89ff-a1db-eb03-3cc205f36cbb\",\n \"manager_id\": \"urn:uuid:bd964f2d-451d-4310-682c-0f11fab841d5\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2803,7 +2803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2859cde3-a528-43b6-8f27-61a6c6ffa667", + "id": "fe0670f4-b4cd-4f48-89f4-2b1ffc01be7a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2837,7 +2837,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:69eece22-43fa-a9e5-dade-b8ed18d75650\",\n \"manager_id\": \"86c5b348-ab2c-6398-bf45-35870a2531a4\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:b74ab35e-89ff-a1db-eb03-3cc205f36cbb\",\n \"manager_id\": \"urn:uuid:bd964f2d-451d-4310-682c-0f11fab841d5\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2865,7 +2865,7 @@ } }, { - "id": "963c638d-c59c-427a-a05f-d12ce0012429", + "id": "542ca470-0435-4468-89b4-e8b2f094ad35", "name": "Get user-manager relationships", "request": { "name": "Get user-manager relationships", @@ -2924,7 +2924,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -2950,7 +2950,7 @@ }, "response": [ { - "id": "a898b722-ce4e-4f76-a563-e91ea87a7bb4", + "id": "4f922055-6947-4495-9b68-69617aa686d2", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3004,7 +3004,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -3043,12 +3043,12 @@ "value": "application/json" } ], - "body": "{\n \"user_managers\": [\n {\n \"id\": \"c41c0a4f-36d7-7293-e0c6-53279ed25e88\",\n \"uid\": \"labore consecteturveniam Utsint \",\n \"user_id\": \"43aae02e-da8e-a980-0a8b-0001d3607cd5\",\n \"manager_id\": \"a35b8ab5-369e-8181-d947-c7f31ba3f8c3\"\n },\n {\n \"id\": \"urn:uuid:42740b6c-0cea-4c3e-e7eb-dfdecc6d5d0f\",\n \"uid\": \"aliqua incididuntvoluptate eiusm\",\n \"user_id\": \"urn:uuid:bfc331e5-9e97-3b3d-50c7-e93b3a3ce320\",\n \"manager_id\": \"urn:uuid:f07e460a-df61-c533-89ed-4db439ef924b\"\n }\n ],\n \"_metadata\": {\n \"limit\": -84421845,\n \"offset\": 9985150,\n \"total\": -77399838,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:0a37634e-e615-a4bf-cef7-d4acd1bde16c\",\n \"uid\": \"officiaullamco exnostrud dolor i\",\n \"user_id\": \"bbca1060-10cf-87fd-3ffa-6fafd536da78\",\n \"manager_id\": \"e83301dd-3592-8958-0411-f6134794b8fa\"\n },\n {\n \"id\": \"7a7706dd-fa28-4bcd-25cf-1806ca1dfde6\",\n \"uid\": \"cillum quis elit temporipsum nul\",\n \"user_id\": \"224f1b92-9985-5828-9f17-0a5068571175\",\n \"manager_id\": \"b88ee919-a162-ffe0-189f-3c6fc307e26b\"\n }\n ],\n \"_metadata\": {\n \"limit\": 18171204,\n \"offset\": -27041766,\n \"total\": 94829857,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "89e6da40-859c-41b6-b7e9-a8eaa7ae33d6", + "id": "1d07ea33-a61f-4467-a40b-3d46a985dcd3", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3102,7 +3102,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -3146,7 +3146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ac26c7a-e67b-4650-bcc9-7875851a30f8", + "id": "a26f8175-f646-4bf0-b0a6-0982d16af814", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -3200,7 +3200,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -3250,7 +3250,7 @@ } }, { - "id": "d50a09ed-1b49-49f8-a6c7-c0cba49a7b09", + "id": "a6d411b8-d674-4981-b1e8-b96929f3e544", "name": "Create multiple new user-manager relationships", "request": { "name": "Create multiple new user-manager relationships", @@ -3281,7 +3281,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:a7877ad8-2b5b-22d0-4104-0f094d112728\",\n \"manager_id\": \"99ec31ba-3583-397a-b505-11b60c759c43\"\n },\n {\n \"user_id\": \"urn:uuid:e9891648-7497-474e-172a-3cd72aac59b7\",\n \"manager_id\": \"92382296-41c9-dff7-a40d-635c38e65927\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"9216d929-4a49-0041-62f3-bc183b684e94\",\n \"manager_id\": \"62605baf-e4a8-70e7-036d-2eb8c27ec9a1\"\n },\n {\n \"user_id\": \"urn:uuid:f275bbd7-494d-0c5c-4b3a-3b7b652e9545\",\n \"manager_id\": \"d71c4766-8599-5272-e39d-2245f9176cbc\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3293,7 +3293,7 @@ }, "response": [ { - "id": "a361903f-63fa-4e11-9011-a9f0316ab35a", + "id": "9a044ed9-57be-49c1-ad5d-c7b74d9b094c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3327,7 +3327,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:a7877ad8-2b5b-22d0-4104-0f094d112728\",\n \"manager_id\": \"99ec31ba-3583-397a-b505-11b60c759c43\"\n },\n {\n \"user_id\": \"urn:uuid:e9891648-7497-474e-172a-3cd72aac59b7\",\n \"manager_id\": \"92382296-41c9-dff7-a40d-635c38e65927\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"9216d929-4a49-0041-62f3-bc183b684e94\",\n \"manager_id\": \"62605baf-e4a8-70e7-036d-2eb8c27ec9a1\"\n },\n {\n \"user_id\": \"urn:uuid:f275bbd7-494d-0c5c-4b3a-3b7b652e9545\",\n \"manager_id\": \"d71c4766-8599-5272-e39d-2245f9176cbc\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3349,7 +3349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c832fcd-879f-4669-9a34-fb61e9ddbb17", + "id": "d3efbbb5-6800-4a56-9d53-ee9e29dd7b9e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3383,7 +3383,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:a7877ad8-2b5b-22d0-4104-0f094d112728\",\n \"manager_id\": \"99ec31ba-3583-397a-b505-11b60c759c43\"\n },\n {\n \"user_id\": \"urn:uuid:e9891648-7497-474e-172a-3cd72aac59b7\",\n \"manager_id\": \"92382296-41c9-dff7-a40d-635c38e65927\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"9216d929-4a49-0041-62f3-bc183b684e94\",\n \"manager_id\": \"62605baf-e4a8-70e7-036d-2eb8c27ec9a1\"\n },\n {\n \"user_id\": \"urn:uuid:f275bbd7-494d-0c5c-4b3a-3b7b652e9545\",\n \"manager_id\": \"d71c4766-8599-5272-e39d-2245f9176cbc\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3405,7 +3405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e84361ef-f032-4a23-a6d7-9b18cc11c2e5", + "id": "90be28fa-785f-4602-b0d1-feeece3b685c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -3439,7 +3439,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:a7877ad8-2b5b-22d0-4104-0f094d112728\",\n \"manager_id\": \"99ec31ba-3583-397a-b505-11b60c759c43\"\n },\n {\n \"user_id\": \"urn:uuid:e9891648-7497-474e-172a-3cd72aac59b7\",\n \"manager_id\": \"92382296-41c9-dff7-a40d-635c38e65927\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"9216d929-4a49-0041-62f3-bc183b684e94\",\n \"manager_id\": \"62605baf-e4a8-70e7-036d-2eb8c27ec9a1\"\n },\n {\n \"user_id\": \"urn:uuid:f275bbd7-494d-0c5c-4b3a-3b7b652e9545\",\n \"manager_id\": \"d71c4766-8599-5272-e39d-2245f9176cbc\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3467,7 +3467,7 @@ } }, { - "id": "ef746689-1ec0-49ad-a0b2-4d983b2cd078", + "id": "241ca3c0-ca86-4a59-bb81-2e96db6d70f9", "name": "Update multiple user-manager relationships", "request": { "name": "Update multiple user-manager relationships", @@ -3498,7 +3498,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"id\": \"ca8394d8-d8ae-b660-075b-329e6a154da9\",\n \"user_id\": \"urn:uuid:2dff4470-1dca-8a52-4c4a-0c5bfcc62916\",\n \"manager_id\": \"urn:uuid:1e1c9e16-160b-72f7-68ed-4543ba254177\"\n },\n {\n \"id\": \"urn:uuid:1dc4cea0-3b2a-78dc-0f9f-0f4237c6d2c2\",\n \"user_id\": \"4d81bda0-97f7-f4d1-a0e7-112373ba5312\",\n \"manager_id\": \"urn:uuid:ae7ea468-0deb-d6a1-3a9d-b904f7ee18ea\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:22d93b50-da8d-3ee6-177f-f3432bd04246\",\n \"user_id\": \"urn:uuid:7e3d7c35-170d-c472-aa2a-226552aabea9\",\n \"manager_id\": \"urn:uuid:35544584-bccf-0f2e-62f2-bfbc2712e32f\"\n },\n {\n \"id\": \"urn:uuid:b14af74e-4b5d-dd8b-cf00-369691f418bd\",\n \"user_id\": \"urn:uuid:331f4301-2c8c-abf1-bda7-1d352d92c231\",\n \"manager_id\": \"urn:uuid:135298d5-914f-4061-cace-0e629c395d3e\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3510,7 +3510,7 @@ }, "response": [ { - "id": "408f24d2-687f-4d0b-98be-6f2850823cf8", + "id": "296a78d1-bcec-455d-ae80-089bca250a9f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3544,7 +3544,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"id\": \"ca8394d8-d8ae-b660-075b-329e6a154da9\",\n \"user_id\": \"urn:uuid:2dff4470-1dca-8a52-4c4a-0c5bfcc62916\",\n \"manager_id\": \"urn:uuid:1e1c9e16-160b-72f7-68ed-4543ba254177\"\n },\n {\n \"id\": \"urn:uuid:1dc4cea0-3b2a-78dc-0f9f-0f4237c6d2c2\",\n \"user_id\": \"4d81bda0-97f7-f4d1-a0e7-112373ba5312\",\n \"manager_id\": \"urn:uuid:ae7ea468-0deb-d6a1-3a9d-b904f7ee18ea\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:22d93b50-da8d-3ee6-177f-f3432bd04246\",\n \"user_id\": \"urn:uuid:7e3d7c35-170d-c472-aa2a-226552aabea9\",\n \"manager_id\": \"urn:uuid:35544584-bccf-0f2e-62f2-bfbc2712e32f\"\n },\n {\n \"id\": \"urn:uuid:b14af74e-4b5d-dd8b-cf00-369691f418bd\",\n \"user_id\": \"urn:uuid:331f4301-2c8c-abf1-bda7-1d352d92c231\",\n \"manager_id\": \"urn:uuid:135298d5-914f-4061-cace-0e629c395d3e\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3566,7 +3566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e8dc601-b35d-4817-843e-687a0751a7cc", + "id": "c7b4f671-a69d-4d6a-9deb-85bdd83d3ac7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3600,7 +3600,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"id\": \"ca8394d8-d8ae-b660-075b-329e6a154da9\",\n \"user_id\": \"urn:uuid:2dff4470-1dca-8a52-4c4a-0c5bfcc62916\",\n \"manager_id\": \"urn:uuid:1e1c9e16-160b-72f7-68ed-4543ba254177\"\n },\n {\n \"id\": \"urn:uuid:1dc4cea0-3b2a-78dc-0f9f-0f4237c6d2c2\",\n \"user_id\": \"4d81bda0-97f7-f4d1-a0e7-112373ba5312\",\n \"manager_id\": \"urn:uuid:ae7ea468-0deb-d6a1-3a9d-b904f7ee18ea\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:22d93b50-da8d-3ee6-177f-f3432bd04246\",\n \"user_id\": \"urn:uuid:7e3d7c35-170d-c472-aa2a-226552aabea9\",\n \"manager_id\": \"urn:uuid:35544584-bccf-0f2e-62f2-bfbc2712e32f\"\n },\n {\n \"id\": \"urn:uuid:b14af74e-4b5d-dd8b-cf00-369691f418bd\",\n \"user_id\": \"urn:uuid:331f4301-2c8c-abf1-bda7-1d352d92c231\",\n \"manager_id\": \"urn:uuid:135298d5-914f-4061-cace-0e629c395d3e\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3622,7 +3622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "351a45d8-9b27-40fe-80e6-2e0d01bcae21", + "id": "58efbe0d-fde5-4f8e-ae72-03308fd7bca2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -3656,7 +3656,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"id\": \"ca8394d8-d8ae-b660-075b-329e6a154da9\",\n \"user_id\": \"urn:uuid:2dff4470-1dca-8a52-4c4a-0c5bfcc62916\",\n \"manager_id\": \"urn:uuid:1e1c9e16-160b-72f7-68ed-4543ba254177\"\n },\n {\n \"id\": \"urn:uuid:1dc4cea0-3b2a-78dc-0f9f-0f4237c6d2c2\",\n \"user_id\": \"4d81bda0-97f7-f4d1-a0e7-112373ba5312\",\n \"manager_id\": \"urn:uuid:ae7ea468-0deb-d6a1-3a9d-b904f7ee18ea\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:22d93b50-da8d-3ee6-177f-f3432bd04246\",\n \"user_id\": \"urn:uuid:7e3d7c35-170d-c472-aa2a-226552aabea9\",\n \"manager_id\": \"urn:uuid:35544584-bccf-0f2e-62f2-bfbc2712e32f\"\n },\n {\n \"id\": \"urn:uuid:b14af74e-4b5d-dd8b-cf00-369691f418bd\",\n \"user_id\": \"urn:uuid:331f4301-2c8c-abf1-bda7-1d352d92c231\",\n \"manager_id\": \"urn:uuid:135298d5-914f-4061-cace-0e629c395d3e\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3684,7 +3684,7 @@ } }, { - "id": "13f3708b-2644-43a0-81af-136cc3bdd311", + "id": "84ba821e-c544-4b76-ae13-513bc17b3a2a", "name": "Find user-manager relationship by id", "request": { "name": "Find user-manager relationship by id", @@ -3726,7 +3726,7 @@ }, "response": [ { - "id": "cf00ae2e-172a-4ddc-9d27-28a40766f062", + "id": "4bf9311f-0258-4bad-9eb3-ccd40f37a747", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3765,12 +3765,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:675af80b-a906-3fea-a816-f3ab6b34af50\",\n \"uid\": \"mollit veniam deseruntsit essela\",\n \"user_id\": \"ddf7aae3-bef2-92e6-cdcb-a4b0722c3f06\",\n \"manager_id\": \"73db34a9-37ba-a277-a73b-2e9a82b45f3d\"\n }\n}", + "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:be04caa7-cf98-bdd7-3243-7969e170a04a\",\n \"uid\": \"magna ullamco laborum sedreprehe\",\n \"user_id\": \"78f7e03f-9b04-3e59-a7a0-cb3d9ae6ebde\",\n \"manager_id\": \"12f333dd-add1-0a65-9bbc-315e5a9d6164\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "10f55c51-6d97-476c-bdba-2856dedf2faf", + "id": "17234568-6ecc-453a-82e6-f2c28bfdd18d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3814,7 +3814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95d8828e-1f8c-4de9-91c3-d2e4f981c20f", + "id": "ee83b70e-843f-4419-8b71-ff3f45ee6e97", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -3864,7 +3864,7 @@ } }, { - "id": "1306017f-b22a-4ad9-b07f-4577069d4f61", + "id": "4a80752c-0255-49e5-930d-3cf43b066937", "name": "Update a user-manager relationship by id", "request": { "name": "Update a user-manager relationship by id", @@ -3907,7 +3907,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:69eece22-43fa-a9e5-dade-b8ed18d75650\",\n \"manager_id\": \"86c5b348-ab2c-6398-bf45-35870a2531a4\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:b74ab35e-89ff-a1db-eb03-3cc205f36cbb\",\n \"manager_id\": \"urn:uuid:bd964f2d-451d-4310-682c-0f11fab841d5\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3919,7 +3919,7 @@ }, "response": [ { - "id": "9e4083c9-0929-4443-b166-d8dce2a8b5b5", + "id": "10fddd3c-2828-4acd-9877-56150cf1425c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3954,7 +3954,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:69eece22-43fa-a9e5-dade-b8ed18d75650\",\n \"manager_id\": \"86c5b348-ab2c-6398-bf45-35870a2531a4\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:b74ab35e-89ff-a1db-eb03-3cc205f36cbb\",\n \"manager_id\": \"urn:uuid:bd964f2d-451d-4310-682c-0f11fab841d5\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3971,12 +3971,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:675af80b-a906-3fea-a816-f3ab6b34af50\",\n \"uid\": \"mollit veniam deseruntsit essela\",\n \"user_id\": \"ddf7aae3-bef2-92e6-cdcb-a4b0722c3f06\",\n \"manager_id\": \"73db34a9-37ba-a277-a73b-2e9a82b45f3d\"\n }\n}", + "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:be04caa7-cf98-bdd7-3243-7969e170a04a\",\n \"uid\": \"magna ullamco laborum sedreprehe\",\n \"user_id\": \"78f7e03f-9b04-3e59-a7a0-cb3d9ae6ebde\",\n \"manager_id\": \"12f333dd-add1-0a65-9bbc-315e5a9d6164\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "da55cc4f-c8cd-4bbe-8ee7-ff15765be33c", + "id": "3d9e938c-f05a-4544-b565-5141d8764165", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4011,7 +4011,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:69eece22-43fa-a9e5-dade-b8ed18d75650\",\n \"manager_id\": \"86c5b348-ab2c-6398-bf45-35870a2531a4\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:b74ab35e-89ff-a1db-eb03-3cc205f36cbb\",\n \"manager_id\": \"urn:uuid:bd964f2d-451d-4310-682c-0f11fab841d5\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -4033,7 +4033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "831d425a-0504-43c7-8b7d-5643949ab2a4", + "id": "d43269e8-f0cf-434d-b40d-d9a09ff34595", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4068,7 +4068,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:69eece22-43fa-a9e5-dade-b8ed18d75650\",\n \"manager_id\": \"86c5b348-ab2c-6398-bf45-35870a2531a4\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:b74ab35e-89ff-a1db-eb03-3cc205f36cbb\",\n \"manager_id\": \"urn:uuid:bd964f2d-451d-4310-682c-0f11fab841d5\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -4102,7 +4102,7 @@ "description": "", "item": [ { - "id": "a87b2f73-417e-400f-b95a-0495ad81653f", + "id": "a52f20a9-b4fc-4a16-b10d-fbc68e03c169", "name": "Get roles", "request": { "name": "Get roles", @@ -4169,7 +4169,7 @@ }, "response": [ { - "id": "22767f6b-93a1-4e87-8fd0-6bbdac10489b", + "id": "3d52e3a1-3f6c-469d-9843-9d8469799a67", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4244,12 +4244,12 @@ "value": "application/json" } ], - "body": "{\n \"roles\": [\n {\n \"id\": \"urn:uuid:0abd6f2e-d687-1350-f504-60b2fa573d89\",\n \"uid\": \"adipisicing aliqua Excepteur ess\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"urn:uuid:03cbc8c2-1b0f-38fd-d66c-b647f0029ba4\",\n \"uid\": \"veniam deserunt aute estin est o\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ],\n \"_metadata\": {\n \"limit\": 58444827,\n \"offset\": 15332643,\n \"total\": 30750085,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"roles\": [\n {\n \"id\": \"dd291c6e-0ef3-a42c-3535-cefdbc58d239\",\n \"uid\": \"in consectetur ipsum aliquipdolo\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"4cc5b231-bbd2-ed07-59f2-0f5e93127ea0\",\n \"uid\": \"cupidatat eusunt mollitvoluptate\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ],\n \"_metadata\": {\n \"limit\": -79125600,\n \"offset\": -95012141,\n \"total\": -39559574,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6bec0ae3-09dd-48f0-81f7-27c4649a0a0d", + "id": "370a2b18-0ce8-49b8-9a52-15d4da69c930", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4329,7 +4329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd20bee5-7f05-45c9-ad7d-94749be25f20", + "id": "0a1fd4c1-a319-4225-9b81-b94d1e24ef87", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4415,7 +4415,7 @@ } }, { - "id": "d36d9748-8f84-47a9-bda4-4e9275ab9f8c", + "id": "ff0b6897-4484-4ef5-a23a-efb482c55ee6", "name": "Create multiple new roles", "request": { "name": "Create multiple new roles", @@ -4446,7 +4446,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n {\n \"uid\": \"aute aliquipamet labore aliquipe\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"aliquiplabore occaecatin enim et\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"dolor laborisea laboris doloret \",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"dolore enimsint cillum ut proide\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -4458,7 +4458,7 @@ }, "response": [ { - "id": "3c82e1e5-3293-45ae-9293-b33f6b816945", + "id": "bf7c2b2e-f8ff-4d70-af9b-821867d7f6a7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4492,7 +4492,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n {\n \"uid\": \"aute aliquipamet labore aliquipe\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"aliquiplabore occaecatin enim et\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"dolor laborisea laboris doloret \",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"dolore enimsint cillum ut proide\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -4509,12 +4509,12 @@ "value": "application/json" } ], - "body": "{\n \"roles\": [\n {\n \"id\": \"fd6c01f8-640a-20e2-9e9f-e1902f134c77\",\n \"uid\": \"Excepteurqui Excepteuramet quis \",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"2630370c-97d7-faec-782f-8905d2acef1b\",\n \"uid\": \"laborum nullautexercitation ex c\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "body": "{\n \"roles\": [\n {\n \"id\": \"urn:uuid:761c0304-47a8-8c8f-e686-eb813f7a4e0b\",\n \"uid\": \"reprehenderit laborum aliquipsin\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"urn:uuid:76e0c0ab-c04c-02c8-5446-40a99b73bbe4\",\n \"uid\": \"labore qui nulla Loremincididunt\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f42324d4-938d-44a0-9c61-43449a91897f", + "id": "0c9785d5-85f8-48ac-b343-56825c1a24b5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4548,7 +4548,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n {\n \"uid\": \"aute aliquipamet labore aliquipe\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"aliquiplabore occaecatin enim et\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"dolor laborisea laboris doloret \",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"dolore enimsint cillum ut proide\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -4570,7 +4570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77c4fa82-f7ee-44a9-bbfd-7b7dc118b10a", + "id": "7064ab0b-189a-453a-9155-fdc9ab91fead", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4604,7 +4604,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n {\n \"uid\": \"aute aliquipamet labore aliquipe\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"aliquiplabore occaecatin enim et\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"dolor laborisea laboris doloret \",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"dolore enimsint cillum ut proide\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -4632,7 +4632,7 @@ } }, { - "id": "25dc7269-b100-4751-a345-30d005e5f8c8", + "id": "4da62f26-634e-4d96-aa50-f62a079956e7", "name": "Update multiple roles", "request": { "name": "Update multiple roles", @@ -4675,7 +4675,7 @@ }, "response": [ { - "id": "0e6ec2c2-a016-4a14-bb2f-1f2569f9e61d", + "id": "e6b42b09-5487-4d68-9b54-ee8800decb36", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4726,12 +4726,12 @@ "value": "application/json" } ], - "body": "{\n \"roles\": [\n {\n \"id\": \"fd6c01f8-640a-20e2-9e9f-e1902f134c77\",\n \"uid\": \"Excepteurqui Excepteuramet quis \",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"2630370c-97d7-faec-782f-8905d2acef1b\",\n \"uid\": \"laborum nullautexercitation ex c\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "body": "{\n \"roles\": [\n {\n \"id\": \"urn:uuid:761c0304-47a8-8c8f-e686-eb813f7a4e0b\",\n \"uid\": \"reprehenderit laborum aliquipsin\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"urn:uuid:76e0c0ab-c04c-02c8-5446-40a99b73bbe4\",\n \"uid\": \"labore qui nulla Loremincididunt\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f122aac7-0a94-4a36-b9bd-7b29bb323413", + "id": "36404239-d719-4c72-8b5a-2b0d82e9d831", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4787,7 +4787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7118b00e-60f8-4f30-950f-64f0981be098", + "id": "139eba45-55d9-4c0b-b06a-28d1c4abe2c4", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4849,7 +4849,7 @@ } }, { - "id": "96953f2d-a605-49b2-b542-0ce0df3bacba", + "id": "e2834cd3-f158-42a2-8a84-593ce56e977e", "name": "Create a new role", "request": { "name": "Create a new role", @@ -4880,7 +4880,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"Duis sed eu adcupidatat nullarep\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"do sunt eiusmod pariatursit eu U\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -4892,7 +4892,7 @@ }, "response": [ { - "id": "5e200cbf-2244-4b26-872e-7805a7a108f6", + "id": "a7d845d5-21ab-441a-bb39-b3b93590a30f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4926,7 +4926,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"Duis sed eu adcupidatat nullarep\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"do sunt eiusmod pariatursit eu U\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -4943,12 +4943,12 @@ "value": "application/json" } ], - "body": "{\n \"role\": {\n \"id\": \"1aac8f51-c23d-caf6-f2dc-03301181507d\",\n \"uid\": \"occaecat cupidatat fugiatUt volu\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "body": "{\n \"role\": {\n \"id\": \"urn:uuid:c3cc8f11-0c8e-3bed-75b6-658dcf5ea534\",\n \"uid\": \"Ut reprehenderitconsequat irureo\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e5762079-7a92-4da0-97b5-d2e01e7d1035", + "id": "d6730f7c-15e9-4055-8b19-aee509535922", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4982,7 +4982,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"Duis sed eu adcupidatat nullarep\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"do sunt eiusmod pariatursit eu U\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5004,7 +5004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fcf13c7-3a02-4240-9b7b-f47c20c1114b", + "id": "e88bb3f5-9ead-480c-8ea7-9d20dc59a7db", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5038,7 +5038,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"Duis sed eu adcupidatat nullarep\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"do sunt eiusmod pariatursit eu U\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5066,7 +5066,7 @@ } }, { - "id": "aaa2cbce-525b-404b-b228-29db250b6b97", + "id": "5ca4b1c2-9d8d-4d44-8b07-e10504182174", "name": "Find role by id", "request": { "name": "Find role by id", @@ -5108,7 +5108,7 @@ }, "response": [ { - "id": "cb5c7b30-99b6-481a-9d2d-816e130c33e7", + "id": "3ca0934d-ffa6-4854-a9bc-4925b110e43c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5147,12 +5147,12 @@ "value": "application/json" } ], - "body": "{\n \"role\": {\n \"id\": \"1aac8f51-c23d-caf6-f2dc-03301181507d\",\n \"uid\": \"occaecat cupidatat fugiatUt volu\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "body": "{\n \"role\": {\n \"id\": \"urn:uuid:c3cc8f11-0c8e-3bed-75b6-658dcf5ea534\",\n \"uid\": \"Ut reprehenderitconsequat irureo\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e75d0e38-25f3-4d5b-bd66-2d5aa81cb6f7", + "id": "decf586f-878e-4d4a-99f6-6a68ac5c299f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5196,7 +5196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20c9eb8a-6039-47e4-b7d4-572ed0daf059", + "id": "2584e661-201e-4469-9aea-301328576c87", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5246,7 +5246,7 @@ } }, { - "id": "8b038a27-0199-43bf-80b4-36df3c3b1424", + "id": "117548c7-ac42-44d9-aec0-50fe73a0a1f8", "name": "Update an existing role", "request": { "name": "Update an existing role", @@ -5301,7 +5301,7 @@ }, "response": [ { - "id": "0a0d149a-77dc-413d-b295-4625049a2a5c", + "id": "7a25293e-1da9-4309-8f98-f50193180377", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5353,12 +5353,12 @@ "value": "application/json" } ], - "body": "{\n \"role\": {\n \"id\": \"1aac8f51-c23d-caf6-f2dc-03301181507d\",\n \"uid\": \"occaecat cupidatat fugiatUt volu\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "body": "{\n \"role\": {\n \"id\": \"urn:uuid:c3cc8f11-0c8e-3bed-75b6-658dcf5ea534\",\n \"uid\": \"Ut reprehenderitconsequat irureo\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e292e361-d5a1-4c75-9eec-ede086ca7207", + "id": "2ec2257f-aaea-4bd7-a321-19b7e5e083fd", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5415,7 +5415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a2201e1-3f57-4568-922e-85caca7140fa", + "id": "b13e1331-2fbf-4995-9ecd-6a1981bc841f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5484,7 +5484,7 @@ "description": "", "item": [ { - "id": "bc8ec7d8-5a9b-4ae5-b2ac-e43e026d5a9a", + "id": "1be8e009-0f7b-400e-bc5d-b0d9a157a17d", "name": "Get system roles", "request": { "name": "Get system roles", @@ -5551,7 +5551,7 @@ }, "response": [ { - "id": "b31a90d6-b092-4fae-8fea-ed5bc106e00d", + "id": "d2bd59f4-591a-4a29-8bdb-0586ccc3691f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5626,12 +5626,12 @@ "value": "application/json" } ], - "body": "{\n \"system_roles\": [\n {\n \"id\": \"2e06b876-f456-473d-bd65-b6435e0b6b2d\",\n \"uid\": \"profile_owner profile_owner prof\",\n \"name\": \"Profile Contributor\"\n },\n {\n \"id\": \"2e06b876-f456-473d-bd65-b6435e0b6b2d\",\n \"uid\": \"profile_owner profile_owner prof\",\n \"name\": \"Profile Contributor\"\n }\n ],\n \"_metadata\": {\n \"limit\": 69854478,\n \"offset\": 12993652,\n \"total\": -24717356,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"system_roles\": [\n {\n \"id\": \"2e06b876-f456-473d-bd65-b6435e0b6b2d\",\n \"uid\": \"profile_contributor profile_cont\",\n \"name\": \"Profile Contributor\"\n },\n {\n \"id\": \"2e06b876-f456-473d-bd65-b6435e0b6b2d\",\n \"uid\": \"profile_owner profile_owner prof\",\n \"name\": \"Profile Contributor\"\n }\n ],\n \"_metadata\": {\n \"limit\": 76877663,\n \"offset\": -36479927,\n \"total\": 85906854,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d9f5e1b0-e103-4db1-9f13-a5df80ddd506", + "id": "dcc5411e-0570-45bf-9d6a-c5a2619c4d08", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5711,7 +5711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a8264a5-b772-4fee-abe0-8386f12df995", + "id": "f8866ad2-6bb3-4c1a-8151-d5e5dbdad583", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5803,7 +5803,7 @@ "description": "", "item": [ { - "id": "ba059a06-4812-474e-895a-2d764c335f9c", + "id": "7d4a89d7-5674-4123-9db2-f21a5632326f", "name": "Create a system role permission", "request": { "name": "Create a system role permission", @@ -5846,7 +5846,7 @@ }, "response": [ { - "id": "335c7fb1-9456-45a5-b641-604838db91e6", + "id": "5c861529-f4e5-4819-9010-b908f0524fac", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5902,7 +5902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cda9ebf-dfee-4825-bf8f-52304a4a34e4", + "id": "0a9717cb-9587-4cda-a875-9125ff981c2e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5958,7 +5958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7a55f19-9ea1-48ed-86a7-2808d819608d", + "id": "51d4afa6-c4de-43e1-99e1-2ba1b7c2bc43", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6026,7 +6026,7 @@ "description": "", "item": [ { - "id": "67adbbd7-ba88-4c7b-90ff-24994a3c1287", + "id": "a26e9aa3-1e56-4937-8169-489b9b56ed56", "name": "Create a permission", "request": { "name": "Create a permission", @@ -6069,7 +6069,7 @@ }, "response": [ { - "id": "42f70dc6-c595-4838-9b7c-0f778e9af686", + "id": "e5b797c1-3ea1-4043-928e-91ba527d4ecf", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -6125,7 +6125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffddb580-28f1-4eff-b86d-6d3d936b0479", + "id": "98da7a0a-a1dc-4162-89b4-5c14421f8650", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6181,7 +6181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1586cde-02e1-4f3c-99e0-4dd8b09d9760", + "id": "dcd89ebb-a1dd-4229-b9e0-f481f83c8ca6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6249,7 +6249,7 @@ "description": "", "item": [ { - "id": "dbbe0943-1fe6-4250-bd6f-3bd6648722ba", + "id": "bd08f5cd-5699-47c1-ac69-d3e783a4c89c", "name": "Assign a new role to a user", "request": { "name": "Assign a new role to a user", @@ -6280,7 +6280,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:f28a3b81-80b4-99c7-c6ae-95558e61e7e5\",\n \"role_id\": \"26010ccb-844d-5a93-f2e7-31ddecde0f0f\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"c9b64382-7321-f09f-8f92-47d2ec050366\",\n \"role_id\": \"urn:uuid:fdbbed2c-b403-8be0-662f-f0fc66141e03\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6292,7 +6292,7 @@ }, "response": [ { - "id": "a46fe8ac-733a-4024-82f6-b65e512a2c74", + "id": "121306fc-3873-4216-9cc0-32fa7129aa91", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -6326,7 +6326,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:f28a3b81-80b4-99c7-c6ae-95558e61e7e5\",\n \"role_id\": \"26010ccb-844d-5a93-f2e7-31ddecde0f0f\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"c9b64382-7321-f09f-8f92-47d2ec050366\",\n \"role_id\": \"urn:uuid:fdbbed2c-b403-8be0-662f-f0fc66141e03\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6343,12 +6343,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"urn:uuid:fb63e3b7-62c6-f5ef-605f-11fcf0c24759\",\n \"uid\": \"adipisicingaute dolorfugiat ut e\",\n \"user_id\": \"3846f447-2213-cb9c-fff8-201d51f58dd5\",\n \"role_id\": \"3db1d6bd-3c38-9e57-9214-d411ec3d88a3\"\n }\n}", + "body": "{\n \"user_role\": {\n \"id\": \"ffb72420-b974-2498-0c23-9f430d30ad4a\",\n \"uid\": \"nulla quis elitsednon est autenu\",\n \"user_id\": \"a6793221-368f-e163-1377-7faf615cd1a1\",\n \"role_id\": \"urn:uuid:a8a4c079-8fc4-3daa-ef7e-7dbeb6f6cdb5\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "01d3a281-9977-4d99-aced-ca81baff5e38", + "id": "5b011adf-6a32-4a4c-8eb5-bfb9aeffc6e1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6382,7 +6382,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:f28a3b81-80b4-99c7-c6ae-95558e61e7e5\",\n \"role_id\": \"26010ccb-844d-5a93-f2e7-31ddecde0f0f\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"c9b64382-7321-f09f-8f92-47d2ec050366\",\n \"role_id\": \"urn:uuid:fdbbed2c-b403-8be0-662f-f0fc66141e03\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6404,7 +6404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45f17c39-cbf1-4c0e-9084-0b9cae18e5c9", + "id": "a9c1b054-1e96-4e25-8218-f7fadcec16ab", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6438,7 +6438,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:f28a3b81-80b4-99c7-c6ae-95558e61e7e5\",\n \"role_id\": \"26010ccb-844d-5a93-f2e7-31ddecde0f0f\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"c9b64382-7321-f09f-8f92-47d2ec050366\",\n \"role_id\": \"urn:uuid:fdbbed2c-b403-8be0-662f-f0fc66141e03\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6466,7 +6466,7 @@ } }, { - "id": "d84600c1-d807-4b35-88af-d3e7d9f70e22", + "id": "ad78bacc-581d-4b6c-a6d6-5607991ec445", "name": "Get user role pairings", "request": { "name": "Get user role pairings", @@ -6525,7 +6525,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -6551,7 +6551,7 @@ }, "response": [ { - "id": "b32f2f37-a150-43f4-8b54-7e66d112a3ce", + "id": "aae55507-0d70-4f66-a214-a04df0caca87", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -6605,7 +6605,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -6644,12 +6644,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"d3e5aceb-425d-8301-e164-90fbf9553cd0\",\n \"uid\": \"proident ad dolor occaecat cillu\",\n \"user_id\": \"urn:uuid:88909c07-c715-c516-5aca-a21817b44d7b\",\n \"role_id\": \"613ae01f-42ca-4496-6557-a749173ba765\"\n },\n {\n \"id\": \"98bd34b6-714c-ad83-963d-aa064d80b92b\",\n \"uid\": \"cillumqui laboriscommodo exercit\",\n \"user_id\": \"urn:uuid:c75b141b-5d62-7d1f-a909-b17ad23488fc\",\n \"role_id\": \"urn:uuid:a248aa7f-360b-6e87-1568-c04b1725352e\"\n }\n ],\n \"_metadata\": {\n \"limit\": -19468746,\n \"offset\": -6663068,\n \"total\": -17753164,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"user_roles\": [\n {\n \"id\": \"f282543a-4e8f-9d73-d077-188b52d5d40d\",\n \"uid\": \"nulla laboresunt ullamco pariatu\",\n \"user_id\": \"urn:uuid:32a295d5-1091-86b0-871d-4ead41248e2f\",\n \"role_id\": \"urn:uuid:12028f23-a42a-64f5-41ef-b2c457272c96\"\n },\n {\n \"id\": \"58806ae2-aaf3-49a1-e94c-5027b79c5b05\",\n \"uid\": \"animsit doloreculpa id anim aliq\",\n \"user_id\": \"3d9ca12b-0e3f-5cfd-9490-c9424db69514\",\n \"role_id\": \"b80b6380-0990-0e3a-43c3-c45eb7deac3f\"\n }\n ],\n \"_metadata\": {\n \"limit\": 87930775,\n \"offset\": 67881168,\n \"total\": 25198209,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a9fd15f0-4cd1-4114-baba-c226bde11121", + "id": "0fc6ab78-b0ee-4a53-99f6-4ed65962ea87", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6703,7 +6703,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -6747,7 +6747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ecb526c-0ed0-4243-86d9-417e6a22ab54", + "id": "86f6c3a3-04f6-421a-b18c-975562f2f09a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6801,7 +6801,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -6851,7 +6851,7 @@ } }, { - "id": "7592a975-13e1-4ab2-b7ec-d7ab37850532", + "id": "45b7102e-8026-4e2c-8737-d8d418a70ba8", "name": "Create multiple new user role pairings", "request": { "name": "Create multiple new user role pairings", @@ -6882,7 +6882,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:9ca43a4c-93ab-faff-6b97-5484adb00d05\",\n \"role_id\": \"urn:uuid:9d7a642e-01fe-c12d-ca2d-eebd90edfef6\"\n },\n {\n \"user_id\": \"urn:uuid:38c68a20-2acc-4cd0-329f-c999507860a2\",\n \"role_id\": \"7f57e6b4-87bc-cdd9-3620-96dd148efe96\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:ec67413e-107c-8964-0bd0-8dd6ba4efc80\",\n \"role_id\": \"89443442-f96d-8341-239e-63e929550caa\"\n },\n {\n \"user_id\": \"c34fedd7-3140-eb01-1975-69c173c172d4\",\n \"role_id\": \"urn:uuid:9aaa890f-781c-0f93-7efb-f162f34e8ea3\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6894,7 +6894,7 @@ }, "response": [ { - "id": "0e7527dd-c7c2-4e13-9ae7-b4b13a488f9c", + "id": "843ddf87-c991-4457-a473-b65bb0f6c786", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -6928,7 +6928,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:9ca43a4c-93ab-faff-6b97-5484adb00d05\",\n \"role_id\": \"urn:uuid:9d7a642e-01fe-c12d-ca2d-eebd90edfef6\"\n },\n {\n \"user_id\": \"urn:uuid:38c68a20-2acc-4cd0-329f-c999507860a2\",\n \"role_id\": \"7f57e6b4-87bc-cdd9-3620-96dd148efe96\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:ec67413e-107c-8964-0bd0-8dd6ba4efc80\",\n \"role_id\": \"89443442-f96d-8341-239e-63e929550caa\"\n },\n {\n \"user_id\": \"c34fedd7-3140-eb01-1975-69c173c172d4\",\n \"role_id\": \"urn:uuid:9aaa890f-781c-0f93-7efb-f162f34e8ea3\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6945,12 +6945,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"5ae55e21-3852-961c-1ed9-a7e4e0fd25ac\",\n \"uid\": \"cillum Duislabore consequatlabor\",\n \"user_id\": \"daeeb469-7110-09c9-71b9-b316142f8a6c\",\n \"role_id\": \"14b282cc-7db2-806b-0b36-65afd8ed6796\"\n },\n {\n \"id\": \"urn:uuid:47a8fd52-4678-2b6c-c6fd-85099e3549a8\",\n \"uid\": \"ut fugiat mollit aliquapariatur \",\n \"user_id\": \"urn:uuid:fff267ef-0af2-fce2-f1ac-5fa6899e011f\",\n \"role_id\": \"e4c1505b-2c39-8b10-e10c-fa51e8ec6f31\"\n }\n ]\n}", + "body": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:b70ed6f2-7675-50aa-23cd-c644e306daee\",\n \"uid\": \"Lorem magnacillum mollit volupta\",\n \"user_id\": \"urn:uuid:eed05b64-eaa9-082b-0d0f-c5c7b0f1952f\",\n \"role_id\": \"urn:uuid:a14df030-76ea-bc0b-59ac-d0d4f9a2b07d\"\n },\n {\n \"id\": \"99a6a0d5-8527-d900-db7d-b160d9319b68\",\n \"uid\": \"temporanimad incididunt et cillu\",\n \"user_id\": \"urn:uuid:161e4b4a-79d4-aa5b-a8bf-d5b89cededa7\",\n \"role_id\": \"urn:uuid:3944ed41-8fc7-edfb-04ca-37585ec98424\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "096ee6bb-8fd4-4f88-991c-de2304f46204", + "id": "b47804ef-2d1c-42ce-8ab5-3a98f208dfb4", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6984,7 +6984,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:9ca43a4c-93ab-faff-6b97-5484adb00d05\",\n \"role_id\": \"urn:uuid:9d7a642e-01fe-c12d-ca2d-eebd90edfef6\"\n },\n {\n \"user_id\": \"urn:uuid:38c68a20-2acc-4cd0-329f-c999507860a2\",\n \"role_id\": \"7f57e6b4-87bc-cdd9-3620-96dd148efe96\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:ec67413e-107c-8964-0bd0-8dd6ba4efc80\",\n \"role_id\": \"89443442-f96d-8341-239e-63e929550caa\"\n },\n {\n \"user_id\": \"c34fedd7-3140-eb01-1975-69c173c172d4\",\n \"role_id\": \"urn:uuid:9aaa890f-781c-0f93-7efb-f162f34e8ea3\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -7006,7 +7006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe4637f9-ebaf-4d3e-8042-1b2e6bbd9ccc", + "id": "ebff45ba-1922-4264-815f-861222ead068", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7040,7 +7040,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:9ca43a4c-93ab-faff-6b97-5484adb00d05\",\n \"role_id\": \"urn:uuid:9d7a642e-01fe-c12d-ca2d-eebd90edfef6\"\n },\n {\n \"user_id\": \"urn:uuid:38c68a20-2acc-4cd0-329f-c999507860a2\",\n \"role_id\": \"7f57e6b4-87bc-cdd9-3620-96dd148efe96\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:ec67413e-107c-8964-0bd0-8dd6ba4efc80\",\n \"role_id\": \"89443442-f96d-8341-239e-63e929550caa\"\n },\n {\n \"user_id\": \"c34fedd7-3140-eb01-1975-69c173c172d4\",\n \"role_id\": \"urn:uuid:9aaa890f-781c-0f93-7efb-f162f34e8ea3\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -7068,7 +7068,7 @@ } }, { - "id": "c354c50f-2681-4726-8369-e89ed9b4d84b", + "id": "73a4a632-eeff-45ed-8c1c-3e8fc87ddabd", "name": "Update multiple user role pairings", "request": { "name": "Update multiple user role pairings", @@ -7099,7 +7099,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"id\": \"f613c836-8c3a-3028-eed4-a3e7bf0288d7\",\n \"user_id\": \"urn:uuid:14e86cf1-b762-7e34-a438-0025e6bcf119\",\n \"role_id\": \"108cc358-ecd2-541a-3481-7e436126c328\"\n },\n {\n \"id\": \"d09c4c69-938a-a28c-ac7e-60466687db1e\",\n \"user_id\": \"urn:uuid:e0f40864-0098-4175-0181-5005154638d4\",\n \"role_id\": \"urn:uuid:8970676b-7150-0977-4593-709b5f1fcefc\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:a0247d73-8c3f-227a-bf0d-29b8774833db\",\n \"user_id\": \"urn:uuid:c4110664-e9f9-2557-bac4-fd60041a63be\",\n \"role_id\": \"urn:uuid:449426a9-534e-6903-6d89-389bf1d5aae8\"\n },\n {\n \"id\": \"35a39263-cd14-4da7-17f3-d9972ed49cda\",\n \"user_id\": \"efd2680a-a91c-a3aa-02cf-8c0bf8aadb8b\",\n \"role_id\": \"urn:uuid:c2c6c8e5-365c-efbb-12d3-4167e2fe3f37\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -7111,7 +7111,7 @@ }, "response": [ { - "id": "05cd1a2b-84ac-40fe-94d4-222d64dbb76a", + "id": "08be30ff-d079-4298-aae6-8cdd957c17f6", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -7145,7 +7145,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"id\": \"f613c836-8c3a-3028-eed4-a3e7bf0288d7\",\n \"user_id\": \"urn:uuid:14e86cf1-b762-7e34-a438-0025e6bcf119\",\n \"role_id\": \"108cc358-ecd2-541a-3481-7e436126c328\"\n },\n {\n \"id\": \"d09c4c69-938a-a28c-ac7e-60466687db1e\",\n \"user_id\": \"urn:uuid:e0f40864-0098-4175-0181-5005154638d4\",\n \"role_id\": \"urn:uuid:8970676b-7150-0977-4593-709b5f1fcefc\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:a0247d73-8c3f-227a-bf0d-29b8774833db\",\n \"user_id\": \"urn:uuid:c4110664-e9f9-2557-bac4-fd60041a63be\",\n \"role_id\": \"urn:uuid:449426a9-534e-6903-6d89-389bf1d5aae8\"\n },\n {\n \"id\": \"35a39263-cd14-4da7-17f3-d9972ed49cda\",\n \"user_id\": \"efd2680a-a91c-a3aa-02cf-8c0bf8aadb8b\",\n \"role_id\": \"urn:uuid:c2c6c8e5-365c-efbb-12d3-4167e2fe3f37\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -7162,12 +7162,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"5ae55e21-3852-961c-1ed9-a7e4e0fd25ac\",\n \"uid\": \"cillum Duislabore consequatlabor\",\n \"user_id\": \"daeeb469-7110-09c9-71b9-b316142f8a6c\",\n \"role_id\": \"14b282cc-7db2-806b-0b36-65afd8ed6796\"\n },\n {\n \"id\": \"urn:uuid:47a8fd52-4678-2b6c-c6fd-85099e3549a8\",\n \"uid\": \"ut fugiat mollit aliquapariatur \",\n \"user_id\": \"urn:uuid:fff267ef-0af2-fce2-f1ac-5fa6899e011f\",\n \"role_id\": \"e4c1505b-2c39-8b10-e10c-fa51e8ec6f31\"\n }\n ]\n}", + "body": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:b70ed6f2-7675-50aa-23cd-c644e306daee\",\n \"uid\": \"Lorem magnacillum mollit volupta\",\n \"user_id\": \"urn:uuid:eed05b64-eaa9-082b-0d0f-c5c7b0f1952f\",\n \"role_id\": \"urn:uuid:a14df030-76ea-bc0b-59ac-d0d4f9a2b07d\"\n },\n {\n \"id\": \"99a6a0d5-8527-d900-db7d-b160d9319b68\",\n \"uid\": \"temporanimad incididunt et cillu\",\n \"user_id\": \"urn:uuid:161e4b4a-79d4-aa5b-a8bf-d5b89cededa7\",\n \"role_id\": \"urn:uuid:3944ed41-8fc7-edfb-04ca-37585ec98424\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2d299701-1688-4754-94b1-e4fe87344037", + "id": "832d2dff-12c6-436d-8c2c-bc9eb8c48ad6", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7201,7 +7201,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"id\": \"f613c836-8c3a-3028-eed4-a3e7bf0288d7\",\n \"user_id\": \"urn:uuid:14e86cf1-b762-7e34-a438-0025e6bcf119\",\n \"role_id\": \"108cc358-ecd2-541a-3481-7e436126c328\"\n },\n {\n \"id\": \"d09c4c69-938a-a28c-ac7e-60466687db1e\",\n \"user_id\": \"urn:uuid:e0f40864-0098-4175-0181-5005154638d4\",\n \"role_id\": \"urn:uuid:8970676b-7150-0977-4593-709b5f1fcefc\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:a0247d73-8c3f-227a-bf0d-29b8774833db\",\n \"user_id\": \"urn:uuid:c4110664-e9f9-2557-bac4-fd60041a63be\",\n \"role_id\": \"urn:uuid:449426a9-534e-6903-6d89-389bf1d5aae8\"\n },\n {\n \"id\": \"35a39263-cd14-4da7-17f3-d9972ed49cda\",\n \"user_id\": \"efd2680a-a91c-a3aa-02cf-8c0bf8aadb8b\",\n \"role_id\": \"urn:uuid:c2c6c8e5-365c-efbb-12d3-4167e2fe3f37\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -7223,7 +7223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f411a9d-2a32-4dbb-90ac-daa3b705b94f", + "id": "fe1d548d-dcd0-458c-b03d-5a28425b0ece", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7257,7 +7257,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"id\": \"f613c836-8c3a-3028-eed4-a3e7bf0288d7\",\n \"user_id\": \"urn:uuid:14e86cf1-b762-7e34-a438-0025e6bcf119\",\n \"role_id\": \"108cc358-ecd2-541a-3481-7e436126c328\"\n },\n {\n \"id\": \"d09c4c69-938a-a28c-ac7e-60466687db1e\",\n \"user_id\": \"urn:uuid:e0f40864-0098-4175-0181-5005154638d4\",\n \"role_id\": \"urn:uuid:8970676b-7150-0977-4593-709b5f1fcefc\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:a0247d73-8c3f-227a-bf0d-29b8774833db\",\n \"user_id\": \"urn:uuid:c4110664-e9f9-2557-bac4-fd60041a63be\",\n \"role_id\": \"urn:uuid:449426a9-534e-6903-6d89-389bf1d5aae8\"\n },\n {\n \"id\": \"35a39263-cd14-4da7-17f3-d9972ed49cda\",\n \"user_id\": \"efd2680a-a91c-a3aa-02cf-8c0bf8aadb8b\",\n \"role_id\": \"urn:uuid:c2c6c8e5-365c-efbb-12d3-4167e2fe3f37\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -7285,7 +7285,7 @@ } }, { - "id": "45901ed8-30f4-4d3f-8901-93ff0ecdac41", + "id": "15ba06c2-1f25-46b2-afa8-dfd21625137d", "name": "Find user role pairing by id", "request": { "name": "Find user role pairing by id", @@ -7327,7 +7327,7 @@ }, "response": [ { - "id": "2766866f-0314-4f46-a65c-b827150fe166", + "id": "dccc67ad-0d37-4686-bb03-02fb93cde16a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -7366,12 +7366,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"urn:uuid:fb63e3b7-62c6-f5ef-605f-11fcf0c24759\",\n \"uid\": \"adipisicingaute dolorfugiat ut e\",\n \"user_id\": \"3846f447-2213-cb9c-fff8-201d51f58dd5\",\n \"role_id\": \"3db1d6bd-3c38-9e57-9214-d411ec3d88a3\"\n }\n}", + "body": "{\n \"user_role\": {\n \"id\": \"ffb72420-b974-2498-0c23-9f430d30ad4a\",\n \"uid\": \"nulla quis elitsednon est autenu\",\n \"user_id\": \"a6793221-368f-e163-1377-7faf615cd1a1\",\n \"role_id\": \"urn:uuid:a8a4c079-8fc4-3daa-ef7e-7dbeb6f6cdb5\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "03304015-0ca5-417c-ae51-c7fb3e4f1577", + "id": "232eeb32-1277-45a1-b00b-115caf3fcc44", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7415,7 +7415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a91fbe5-382b-43eb-81c2-5c9757341710", + "id": "d0719ded-65f8-4076-8832-192a38f78200", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7465,7 +7465,7 @@ } }, { - "id": "0c8bbfba-92f7-4681-bc8b-91ed420b8d2a", + "id": "6b5f951d-30df-4e07-9081-d0eef2711259", "name": "Update a user role pairing by id", "request": { "name": "Update a user role pairing by id", @@ -7508,7 +7508,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:f28a3b81-80b4-99c7-c6ae-95558e61e7e5\",\n \"role_id\": \"26010ccb-844d-5a93-f2e7-31ddecde0f0f\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"c9b64382-7321-f09f-8f92-47d2ec050366\",\n \"role_id\": \"urn:uuid:fdbbed2c-b403-8be0-662f-f0fc66141e03\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7520,7 +7520,7 @@ }, "response": [ { - "id": "6106eab9-2d58-4f07-a6e7-7e6023935374", + "id": "4db3d90d-0f2e-4e44-98bb-031bd1f56f6f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -7555,7 +7555,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:f28a3b81-80b4-99c7-c6ae-95558e61e7e5\",\n \"role_id\": \"26010ccb-844d-5a93-f2e7-31ddecde0f0f\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"c9b64382-7321-f09f-8f92-47d2ec050366\",\n \"role_id\": \"urn:uuid:fdbbed2c-b403-8be0-662f-f0fc66141e03\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7572,12 +7572,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"urn:uuid:fb63e3b7-62c6-f5ef-605f-11fcf0c24759\",\n \"uid\": \"adipisicingaute dolorfugiat ut e\",\n \"user_id\": \"3846f447-2213-cb9c-fff8-201d51f58dd5\",\n \"role_id\": \"3db1d6bd-3c38-9e57-9214-d411ec3d88a3\"\n }\n}", + "body": "{\n \"user_role\": {\n \"id\": \"ffb72420-b974-2498-0c23-9f430d30ad4a\",\n \"uid\": \"nulla quis elitsednon est autenu\",\n \"user_id\": \"a6793221-368f-e163-1377-7faf615cd1a1\",\n \"role_id\": \"urn:uuid:a8a4c079-8fc4-3daa-ef7e-7dbeb6f6cdb5\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e0827d2b-712e-424d-8b6e-e911c28e7322", + "id": "9ec048b1-38e8-455e-9b1b-4dd457b7fca6", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7612,7 +7612,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:f28a3b81-80b4-99c7-c6ae-95558e61e7e5\",\n \"role_id\": \"26010ccb-844d-5a93-f2e7-31ddecde0f0f\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"c9b64382-7321-f09f-8f92-47d2ec050366\",\n \"role_id\": \"urn:uuid:fdbbed2c-b403-8be0-662f-f0fc66141e03\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7634,7 +7634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04078cfb-02d5-47a8-b66b-1b06be8c1532", + "id": "67d49896-da2b-4838-964e-783bc0fb682c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7669,7 +7669,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:f28a3b81-80b4-99c7-c6ae-95558e61e7e5\",\n \"role_id\": \"26010ccb-844d-5a93-f2e7-31ddecde0f0f\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"c9b64382-7321-f09f-8f92-47d2ec050366\",\n \"role_id\": \"urn:uuid:fdbbed2c-b403-8be0-662f-f0fc66141e03\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7697,7 +7697,7 @@ } }, { - "id": "e279e527-b1d8-4df6-9e39-ac6e2d41d0d7", + "id": "f1c2dd28-7159-4572-a3ee-0b771485185e", "name": "Delete a user role assignment", "request": { "name": "Delete a user role assignment", @@ -7739,7 +7739,7 @@ }, "response": [ { - "id": "3e8021be-d2e5-4c2f-9233-edabb59f543b", + "id": "ab3afaef-1534-4c2c-bdf3-8f5b6e4ef666", "name": "User role was destroyed", "originalRequest": { "url": { @@ -7783,7 +7783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f07577fc-5a69-44f1-9251-c6b1f005e5ba", + "id": "c560cc42-52a1-40f2-b44f-ed03774625ac", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7827,7 +7827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc864c43-e03b-4ade-be00-4eb47770ef80", + "id": "345dda61-c271-483a-891b-66b639ebe6aa", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7883,7 +7883,7 @@ "description": "", "item": [ { - "id": "6ff813cd-262f-4cae-9df9-d9607c569b60", + "id": "2b12a90f-2e65-43e0-bb05-eda25f77f0e8", "name": "Get attribute data in bulk", "request": { "name": "Get attribute data in bulk", @@ -7968,7 +7968,7 @@ }, "response": [ { - "id": "83140845-75ee-457a-bcc0-bc02883c832c", + "id": "cc613d94-b90e-4025-bf78-c9accccaaddb", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -8061,12 +8061,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attributes\": [\n {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"commodo sit magna admagna dolore\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2023-12-04T13:53:33.154Z\",\n \"created_at\": \"1971-03-12T01:24:44.882Z\",\n \"updated_at\": \"2005-04-03T02:13:21.608Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driven\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"irure Duisoccaecatut consequat u\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2024-06-24T13:52:38.802Z\",\n \"created_at\": \"1970-09-09T06:29:08.102Z\",\n \"updated_at\": \"1975-07-25T10:26:30.765Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driven\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1946-03-14T20:47:30.645Z\",\n \"tmp_updated_at\": \"1961-03-27T07:46:53.484Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n },\n {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"ut aute incididunt proidentin vo\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2008-02-18T23:19:29.060Z\",\n \"created_at\": \"1950-12-18T17:37:29.580Z\",\n \"updated_at\": \"2019-01-29T08:35:32.267Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driven\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"proident do exercitation anim in\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1949-09-05T15:53:27.473Z\",\n \"created_at\": \"1967-10-19T13:28:51.901Z\",\n \"updated_at\": \"2020-06-25T13:28:28.290Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driven\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1945-09-13T10:44:44.282Z\",\n \"tmp_updated_at\": \"1968-12-28T23:21:16.340Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n ],\n \"_metadata\": {\n \"limit\": -63490689,\n \"offset\": -76836477,\n \"total\": 55952082,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"ne_attributes\": [\n {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"Excepteur laboreminim cupidatat \",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1965-01-22T20:45:02.076Z\",\n \"created_at\": \"1962-05-17T12:00:45.854Z\",\n \"updated_at\": \"1951-01-19T10:17:39.703Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driven\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"esse eu velitquis cupidatat anim\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2021-11-26T21:59:29.794Z\",\n \"created_at\": \"2013-07-11T17:23:56.684Z\",\n \"updated_at\": \"2004-11-26T18:46:41.122Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driven\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"2017-04-22T11:10:49.039Z\",\n \"tmp_updated_at\": \"1964-09-04T03:48:32.704Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n },\n {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"in ipsum et consequatsit Excepte\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1988-09-15T08:36:17.969Z\",\n \"created_at\": \"2017-03-09T03:50:00.477Z\",\n \"updated_at\": \"1975-05-22T11:19:49.583Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driven\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"nisinulla nostrud commodo tempor\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1951-12-07T14:59:17.132Z\",\n \"created_at\": \"2008-09-18T15:14:11.322Z\",\n \"updated_at\": \"1975-03-13T10:19:01.823Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driven\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1985-05-12T16:59:30.280Z\",\n \"tmp_updated_at\": \"1983-03-30T14:32:25.111Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n ],\n \"_metadata\": {\n \"limit\": -62668518,\n \"offset\": -82883383,\n \"total\": -21350624,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1f07847c-1a53-4593-bc73-72b6da0190f2", + "id": "b49768aa-11ad-49af-ab45-bae42aff0be5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8164,7 +8164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75500502-4195-48fc-9c70-5c04a8598090", + "id": "a474d929-a6b9-4d57-a7e4-2edfffb4b38f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -8268,7 +8268,7 @@ } }, { - "id": "ca0997c1-a56a-409d-b4dd-468699577080", + "id": "7097e3f6-e947-4037-b3eb-8416d3902836", "name": "Create an attribute", "request": { "name": "Create an attribute", @@ -8311,7 +8311,7 @@ }, "response": [ { - "id": "7d9579ae-f421-4032-9f64-7a4a739b1d66", + "id": "06c57186-f82c-47a1-a968-0b2a1868700d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -8362,12 +8362,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"deserunt in sintdolor nisicupida\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2012-05-24T18:28:42.938Z\",\n \"created_at\": \"2007-09-14T16:59:04.783Z\",\n \"updated_at\": \"1992-01-16T08:48:10.632Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driven\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"consectetur dolore dolore tempor\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1980-10-31T12:27:25.690Z\",\n \"created_at\": \"2010-05-14T03:48:52.257Z\",\n \"updated_at\": \"2015-06-27T13:53:24.266Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driven\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"2022-11-26T05:12:50.127Z\",\n \"tmp_updated_at\": \"2016-01-19T18:21:44.020Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n}", + "body": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"in enim sunt magnamollit cupidat\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1994-01-06T17:24:15.754Z\",\n \"created_at\": \"2019-06-15T11:15:24.199Z\",\n \"updated_at\": \"1958-05-05T23:26:10.593Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driven\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"cillum occaecatnulla et consecte\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1989-09-27T00:16:41.417Z\",\n \"created_at\": \"1973-10-16T23:42:01.722Z\",\n \"updated_at\": \"1980-08-22T18:33:07.385Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driven\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1967-02-08T11:33:26.737Z\",\n \"tmp_updated_at\": \"2018-11-04T22:30:55.669Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c4226252-0620-43d5-88f5-a47b345dee22", + "id": "be1486f4-063f-47f0-80c7-4b501e087a6f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8423,7 +8423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f3eb105-4996-423b-82ea-910f8ec98a99", + "id": "31482a7a-91d7-44a3-b96e-be3ae788067c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -8485,7 +8485,7 @@ } }, { - "id": "6ebbbc87-842f-4c65-a152-0b76af6174b3", + "id": "d0490689-f4a9-4f29-adfd-99c0a446f907", "name": "Find attribute data by id", "request": { "name": "Find attribute data by id", @@ -8527,7 +8527,7 @@ }, "response": [ { - "id": "31bbb3c4-ea59-4a7b-8a0e-c8cc515ab709", + "id": "c541308b-c503-4fff-a976-04e7d804d6d8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -8566,12 +8566,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"deserunt in sintdolor nisicupida\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2012-05-24T18:28:42.938Z\",\n \"created_at\": \"2007-09-14T16:59:04.783Z\",\n \"updated_at\": \"1992-01-16T08:48:10.632Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driven\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"consectetur dolore dolore tempor\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1980-10-31T12:27:25.690Z\",\n \"created_at\": \"2010-05-14T03:48:52.257Z\",\n \"updated_at\": \"2015-06-27T13:53:24.266Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driven\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"2022-11-26T05:12:50.127Z\",\n \"tmp_updated_at\": \"2016-01-19T18:21:44.020Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n}", + "body": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"in enim sunt magnamollit cupidat\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1994-01-06T17:24:15.754Z\",\n \"created_at\": \"2019-06-15T11:15:24.199Z\",\n \"updated_at\": \"1958-05-05T23:26:10.593Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driven\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"cillum occaecatnulla et consecte\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1989-09-27T00:16:41.417Z\",\n \"created_at\": \"1973-10-16T23:42:01.722Z\",\n \"updated_at\": \"1980-08-22T18:33:07.385Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driven\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1967-02-08T11:33:26.737Z\",\n \"tmp_updated_at\": \"2018-11-04T22:30:55.669Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "635059f3-9371-4a14-8869-30276c51498d", + "id": "3ac5f703-a23f-4837-98d6-60f3498cc1d9", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8615,7 +8615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fa30e03-9744-40e8-abc2-317c6783d857", + "id": "44c0487f-80ed-4799-9a5c-44a206435d7c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -8665,7 +8665,7 @@ } }, { - "id": "dcbff86f-acb9-4648-a07a-764fb136dd14", + "id": "e82b5aa5-4ae8-444b-8db6-a28131dcb552", "name": "Update attribute data by id", "request": { "name": "Update attribute data by id", @@ -8720,7 +8720,7 @@ }, "response": [ { - "id": "2ca3e3c5-fa1e-41f8-9127-bd95b6a9b3d4", + "id": "3d632246-d1e6-4ba8-99a3-c848bea75d18", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -8772,12 +8772,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"deserunt in sintdolor nisicupida\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2012-05-24T18:28:42.938Z\",\n \"created_at\": \"2007-09-14T16:59:04.783Z\",\n \"updated_at\": \"1992-01-16T08:48:10.632Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driven\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"consectetur dolore dolore tempor\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1980-10-31T12:27:25.690Z\",\n \"created_at\": \"2010-05-14T03:48:52.257Z\",\n \"updated_at\": \"2015-06-27T13:53:24.266Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driven\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"2022-11-26T05:12:50.127Z\",\n \"tmp_updated_at\": \"2016-01-19T18:21:44.020Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n}", + "body": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"in enim sunt magnamollit cupidat\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1994-01-06T17:24:15.754Z\",\n \"created_at\": \"2019-06-15T11:15:24.199Z\",\n \"updated_at\": \"1958-05-05T23:26:10.593Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driven\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"cillum occaecatnulla et consecte\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1989-09-27T00:16:41.417Z\",\n \"created_at\": \"1973-10-16T23:42:01.722Z\",\n \"updated_at\": \"1980-08-22T18:33:07.385Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driven\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1967-02-08T11:33:26.737Z\",\n \"tmp_updated_at\": \"2018-11-04T22:30:55.669Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "87fbbd6d-4420-4dae-9d85-7c44201d4bb9", + "id": "2e5d53b1-75f5-4d6a-aff9-f8b80a6b93ee", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8834,7 +8834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f3628ca-b5ee-4eb7-b9a9-d814077e4830", + "id": "69357cf0-a9c4-4b18-99d2-fd140d1684b2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -8903,7 +8903,7 @@ "description": "", "item": [ { - "id": "66d6950f-4c30-4e5d-9ddf-efe8a615b342", + "id": "6737cbeb-2ff9-419f-8692-7589e892e6d0", "name": "Add a value to an option based attribute", "request": { "name": "Add a value to an option based attribute", @@ -8934,7 +8934,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:b55b0996-298d-913b-e9b0-2a2ac1c1d681\",\n \"option\": \"deserunt ut esse Excepteur\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"00d2c290-6271-cdc7-c26c-44db12b7771f\",\n \"option\": \"do eu\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -8946,7 +8946,7 @@ }, "response": [ { - "id": "10f324be-e5a3-4654-96a0-67e434f75250", + "id": "e175d29a-a9e6-447f-afe0-4ba8d0875db5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -8980,7 +8980,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:b55b0996-298d-913b-e9b0-2a2ac1c1d681\",\n \"option\": \"deserunt ut esse Excepteur\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"00d2c290-6271-cdc7-c26c-44db12b7771f\",\n \"option\": \"do eu\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -8997,12 +8997,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_option\": {\n \"id\": \"31f5c797-e729-2d20-5058-6eca7ac0e9a9\",\n \"uid\": \"ipsum cupidatatUt occaecat molli\",\n \"ne_attribute_id\": \"4c6c313c-31a3-805d-7984-c5777b6c5eb3\",\n \"option\": \"in nulla fugi\"\n }\n}", + "body": "{\n \"ne_attribute_option\": {\n \"id\": \"770c10b6-d825-e304-7668-a1d3e54116aa\",\n \"uid\": \"ex essenostrud velit esse euaute\",\n \"ne_attribute_id\": \"5fb3b14b-6fd2-4a48-7134-b281cbd2284f\",\n \"option\": \"tempor ut\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dc873db1-c9cf-4dfc-be17-b27aa6d2c294", + "id": "9f501e53-bc91-45ee-ad3d-ca2890ff4dd4", "name": "Invalid input", "originalRequest": { "url": { @@ -9032,7 +9032,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:b55b0996-298d-913b-e9b0-2a2ac1c1d681\",\n \"option\": \"deserunt ut esse Excepteur\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"00d2c290-6271-cdc7-c26c-44db12b7771f\",\n \"option\": \"do eu\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9054,7 +9054,7 @@ } }, { - "id": "9b189e04-4c9b-40b5-ac7a-229b26e08211", + "id": "a0eb4781-1523-4bb4-a413-8ff85644cadf", "name": "Get option based attribute values", "request": { "name": "Get option based attribute values", @@ -9130,7 +9130,7 @@ }, "response": [ { - "id": "9216de57-bd54-402a-82ab-34383c225d14", + "id": "1a570490-588c-4899-847c-244064ed369e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -9214,12 +9214,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:82e3994d-27b8-bb2a-efdc-15dfe1e05eb7\",\n \"uid\": \"aliqua in ullamco doreprehenderi\",\n \"ne_attribute_id\": \"urn:uuid:fab6fdc6-b83c-7188-7a03-502da621059d\",\n \"option\": \"sint occaecat nisi commodo\"\n },\n {\n \"id\": \"63614d7b-3b58-3ff7-374b-c81da7b1a9b9\",\n \"uid\": \"laboris aliquaUt dolor quinostru\",\n \"ne_attribute_id\": \"e818d1da-ef55-ea62-6b88-1184eaaece73\",\n \"option\": \"labore adipisicing consectetur sed\"\n }\n ],\n \"_metadata\": {\n \"limit\": 79621881,\n \"offset\": -51018771,\n \"total\": -66423918,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:d1245fa2-7b6b-6c1d-0af0-7db7e3d2548c\",\n \"uid\": \"pariatur Lorem laborisaliquip Ex\",\n \"ne_attribute_id\": \"urn:uuid:c9414063-fb2d-a44a-bddd-021b7b434a9a\",\n \"option\": \"quis voluptate elit\"\n },\n {\n \"id\": \"018daec4-dada-7b68-d358-3165d2397175\",\n \"uid\": \"culpa pariatur sintsit ut in sin\",\n \"ne_attribute_id\": \"96c8d36d-10b3-10cd-1614-773ccb0e585b\",\n \"option\": \"voluptate sed est non enim\"\n }\n ],\n \"_metadata\": {\n \"limit\": -31920996,\n \"offset\": 41981963,\n \"total\": 69882078,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "58407d7e-18de-47f4-b23e-ee2636e176e8", + "id": "62407970-dcf1-48bf-905c-c1086479ecd4", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9308,7 +9308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83eabbf0-1c5a-434a-bfe4-1f306273b449", + "id": "3f994eb3-c0ae-4d66-bc63-21baba64074c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9403,7 +9403,7 @@ } }, { - "id": "0aa7fa96-3afc-4419-8df4-779b39037311", + "id": "1182b3a9-f01c-4ed3-afd3-9cd3a96db4d8", "name": "Create multiple new option based attribute values", "request": { "name": "Create multiple new option based attribute values", @@ -9434,7 +9434,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"bcf0ff7b-5691-ffdf-ef1c-65d0c9c3b2cd\",\n \"option\": \"cillum dolore Duis quis\"\n },\n {\n \"ne_attribute_id\": \"3f882e43-cbe8-fef1-6914-da6047933d1c\",\n \"option\": \"non amet enim\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"fee3ba5c-9c47-0bf8-1da5-cd398f6fc7a6\",\n \"option\": \"non\"\n },\n {\n \"ne_attribute_id\": \"5277b48e-d878-a9be-bc8c-c4e2d9ef8f48\",\n \"option\": \"ex sed ad\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -9446,7 +9446,7 @@ }, "response": [ { - "id": "22b517ae-50af-4a11-95cf-ba1ee794594b", + "id": "117748b3-dab7-4e9b-b3bd-0ff44ce7d133", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -9480,7 +9480,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"bcf0ff7b-5691-ffdf-ef1c-65d0c9c3b2cd\",\n \"option\": \"cillum dolore Duis quis\"\n },\n {\n \"ne_attribute_id\": \"3f882e43-cbe8-fef1-6914-da6047933d1c\",\n \"option\": \"non amet enim\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"fee3ba5c-9c47-0bf8-1da5-cd398f6fc7a6\",\n \"option\": \"non\"\n },\n {\n \"ne_attribute_id\": \"5277b48e-d878-a9be-bc8c-c4e2d9ef8f48\",\n \"option\": \"ex sed ad\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -9497,12 +9497,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:a7524749-2fdb-2c92-b0f8-65d0108ed69f\",\n \"uid\": \"in nisi magna aliquipUt ea nisi \",\n \"ne_attribute_id\": \"urn:uuid:1b56fbd0-a228-1dad-704c-697786a4529d\",\n \"option\": \"fugiat occaecat laboris pariatur minim\"\n },\n {\n \"id\": \"9403ed6f-86c8-f6a6-2f96-ba0c387411c2\",\n \"uid\": \"incididunt dolorenisi Loremdo la\",\n \"ne_attribute_id\": \"622c53cb-b995-bff4-4ea9-f81512b8d18c\",\n \"option\": \"adipisicing non veniam\"\n }\n ]\n}", + "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"5fed94c2-9d02-45bb-a85c-d58ec7bb0d57\",\n \"uid\": \"veniam nisi dolore Loremdolor su\",\n \"ne_attribute_id\": \"eec64e62-790d-bca3-c0b2-8341a62d6298\",\n \"option\": \"nulla mollit sed in\"\n },\n {\n \"id\": \"c528bf74-3c32-db97-026f-1523da534217\",\n \"uid\": \"commodo laboriset aliqua utdolor\",\n \"ne_attribute_id\": \"urn:uuid:c2491ca5-d0de-f953-0e8b-8b78578b2ea0\",\n \"option\": \"exercitation aliquip\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ba80b8fc-17ee-47b0-a813-516792add5cb", + "id": "f0de068b-4dbf-4cc5-9dbe-3400be9f14e1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9536,7 +9536,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"bcf0ff7b-5691-ffdf-ef1c-65d0c9c3b2cd\",\n \"option\": \"cillum dolore Duis quis\"\n },\n {\n \"ne_attribute_id\": \"3f882e43-cbe8-fef1-6914-da6047933d1c\",\n \"option\": \"non amet enim\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"fee3ba5c-9c47-0bf8-1da5-cd398f6fc7a6\",\n \"option\": \"non\"\n },\n {\n \"ne_attribute_id\": \"5277b48e-d878-a9be-bc8c-c4e2d9ef8f48\",\n \"option\": \"ex sed ad\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -9558,7 +9558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fd07550-3236-44d2-80ef-fd35efb9acc3", + "id": "60ca60cb-9b1e-4077-907a-36a60ad5d71b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9592,7 +9592,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"bcf0ff7b-5691-ffdf-ef1c-65d0c9c3b2cd\",\n \"option\": \"cillum dolore Duis quis\"\n },\n {\n \"ne_attribute_id\": \"3f882e43-cbe8-fef1-6914-da6047933d1c\",\n \"option\": \"non amet enim\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"fee3ba5c-9c47-0bf8-1da5-cd398f6fc7a6\",\n \"option\": \"non\"\n },\n {\n \"ne_attribute_id\": \"5277b48e-d878-a9be-bc8c-c4e2d9ef8f48\",\n \"option\": \"ex sed ad\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -9620,7 +9620,7 @@ } }, { - "id": "6f36c77c-bdd2-49a5-88b2-eb6105e343f9", + "id": "4469d477-a840-4e57-9011-a1b1ef8b27cb", "name": "Update multiple option based attribute values", "request": { "name": "Update multiple option based attribute values", @@ -9651,7 +9651,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:51ebdff8-c7c3-a74c-a38f-d949e461baf9\",\n \"ne_attribute_id\": \"56ab9290-868f-4282-f6cf-f830b84d9272\",\n \"option\": \"non quis in esse\"\n },\n {\n \"id\": \"cbec5b65-e0f0-6e2a-af97-e1f83910a3f6\",\n \"ne_attribute_id\": \"10ad6f90-ce2b-6aa4-d9f7-fe302e416ed8\",\n \"option\": \"nisi fugiat exercitation\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:db783464-9532-b447-9a1e-dbbae6dd9dec\",\n \"ne_attribute_id\": \"56a791ee-b63d-86fb-b27c-a06071dfbf4e\",\n \"option\": \"in enim dolor non\"\n },\n {\n \"id\": \"ff23bf65-baec-8288-03be-da583265cd20\",\n \"ne_attribute_id\": \"urn:uuid:d35bda5d-85c6-0374-31a8-c0a2403594f2\",\n \"option\": \"culpa dolore\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -9663,7 +9663,7 @@ }, "response": [ { - "id": "4eb6e174-f040-4840-b9e4-b97e128596b2", + "id": "1a0c8124-fa43-4bc6-98b4-366541bc3075", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -9697,7 +9697,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:51ebdff8-c7c3-a74c-a38f-d949e461baf9\",\n \"ne_attribute_id\": \"56ab9290-868f-4282-f6cf-f830b84d9272\",\n \"option\": \"non quis in esse\"\n },\n {\n \"id\": \"cbec5b65-e0f0-6e2a-af97-e1f83910a3f6\",\n \"ne_attribute_id\": \"10ad6f90-ce2b-6aa4-d9f7-fe302e416ed8\",\n \"option\": \"nisi fugiat exercitation\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:db783464-9532-b447-9a1e-dbbae6dd9dec\",\n \"ne_attribute_id\": \"56a791ee-b63d-86fb-b27c-a06071dfbf4e\",\n \"option\": \"in enim dolor non\"\n },\n {\n \"id\": \"ff23bf65-baec-8288-03be-da583265cd20\",\n \"ne_attribute_id\": \"urn:uuid:d35bda5d-85c6-0374-31a8-c0a2403594f2\",\n \"option\": \"culpa dolore\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -9714,12 +9714,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:a7524749-2fdb-2c92-b0f8-65d0108ed69f\",\n \"uid\": \"in nisi magna aliquipUt ea nisi \",\n \"ne_attribute_id\": \"urn:uuid:1b56fbd0-a228-1dad-704c-697786a4529d\",\n \"option\": \"fugiat occaecat laboris pariatur minim\"\n },\n {\n \"id\": \"9403ed6f-86c8-f6a6-2f96-ba0c387411c2\",\n \"uid\": \"incididunt dolorenisi Loremdo la\",\n \"ne_attribute_id\": \"622c53cb-b995-bff4-4ea9-f81512b8d18c\",\n \"option\": \"adipisicing non veniam\"\n }\n ]\n}", + "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"5fed94c2-9d02-45bb-a85c-d58ec7bb0d57\",\n \"uid\": \"veniam nisi dolore Loremdolor su\",\n \"ne_attribute_id\": \"eec64e62-790d-bca3-c0b2-8341a62d6298\",\n \"option\": \"nulla mollit sed in\"\n },\n {\n \"id\": \"c528bf74-3c32-db97-026f-1523da534217\",\n \"uid\": \"commodo laboriset aliqua utdolor\",\n \"ne_attribute_id\": \"urn:uuid:c2491ca5-d0de-f953-0e8b-8b78578b2ea0\",\n \"option\": \"exercitation aliquip\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d3b2ae4a-0014-4e61-97b4-a74167352d78", + "id": "7115a23a-a7d0-4bea-86f9-5913f607d137", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9753,7 +9753,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:51ebdff8-c7c3-a74c-a38f-d949e461baf9\",\n \"ne_attribute_id\": \"56ab9290-868f-4282-f6cf-f830b84d9272\",\n \"option\": \"non quis in esse\"\n },\n {\n \"id\": \"cbec5b65-e0f0-6e2a-af97-e1f83910a3f6\",\n \"ne_attribute_id\": \"10ad6f90-ce2b-6aa4-d9f7-fe302e416ed8\",\n \"option\": \"nisi fugiat exercitation\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:db783464-9532-b447-9a1e-dbbae6dd9dec\",\n \"ne_attribute_id\": \"56a791ee-b63d-86fb-b27c-a06071dfbf4e\",\n \"option\": \"in enim dolor non\"\n },\n {\n \"id\": \"ff23bf65-baec-8288-03be-da583265cd20\",\n \"ne_attribute_id\": \"urn:uuid:d35bda5d-85c6-0374-31a8-c0a2403594f2\",\n \"option\": \"culpa dolore\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -9775,7 +9775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b29b9220-ad6a-4f5d-923b-111c488cd800", + "id": "3601e4e9-b82b-4738-9e49-df764c721463", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9809,7 +9809,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:51ebdff8-c7c3-a74c-a38f-d949e461baf9\",\n \"ne_attribute_id\": \"56ab9290-868f-4282-f6cf-f830b84d9272\",\n \"option\": \"non quis in esse\"\n },\n {\n \"id\": \"cbec5b65-e0f0-6e2a-af97-e1f83910a3f6\",\n \"ne_attribute_id\": \"10ad6f90-ce2b-6aa4-d9f7-fe302e416ed8\",\n \"option\": \"nisi fugiat exercitation\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:db783464-9532-b447-9a1e-dbbae6dd9dec\",\n \"ne_attribute_id\": \"56a791ee-b63d-86fb-b27c-a06071dfbf4e\",\n \"option\": \"in enim dolor non\"\n },\n {\n \"id\": \"ff23bf65-baec-8288-03be-da583265cd20\",\n \"ne_attribute_id\": \"urn:uuid:d35bda5d-85c6-0374-31a8-c0a2403594f2\",\n \"option\": \"culpa dolore\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -9837,7 +9837,7 @@ } }, { - "id": "6076039b-035c-42b3-890c-9919b89822d0", + "id": "8d308b30-6182-4e52-9dde-23ef36a78b53", "name": "Find option based attribute value by id", "request": { "name": "Find option based attribute value by id", @@ -9879,7 +9879,7 @@ }, "response": [ { - "id": "bea972b3-0090-49c6-9006-c5f3d8d82330", + "id": "b61e8893-ded7-4cb0-bf96-ef6c0d3f078d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -9918,12 +9918,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_option\": {\n \"id\": \"31f5c797-e729-2d20-5058-6eca7ac0e9a9\",\n \"uid\": \"ipsum cupidatatUt occaecat molli\",\n \"ne_attribute_id\": \"4c6c313c-31a3-805d-7984-c5777b6c5eb3\",\n \"option\": \"in nulla fugi\"\n }\n}", + "body": "{\n \"ne_attribute_option\": {\n \"id\": \"770c10b6-d825-e304-7668-a1d3e54116aa\",\n \"uid\": \"ex essenostrud velit esse euaute\",\n \"ne_attribute_id\": \"5fb3b14b-6fd2-4a48-7134-b281cbd2284f\",\n \"option\": \"tempor ut\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ae5946e3-3f18-41b2-9ac1-6e19503046b1", + "id": "f88971c9-f656-49a4-9315-f0b17d4e4e0b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9967,7 +9967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5979a8f5-b7a9-4e10-82c4-fb4a2c0cda8d", + "id": "7bedfd84-50c3-47dc-b271-5e38f8925d78", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10017,7 +10017,7 @@ } }, { - "id": "e0637641-1e5e-492f-962c-8657dad5d9fd", + "id": "66953200-01d6-4d2c-9afb-b970d31ab5e9", "name": "Update a option based attribute value by id", "request": { "name": "Update a option based attribute value by id", @@ -10060,7 +10060,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:b55b0996-298d-913b-e9b0-2a2ac1c1d681\",\n \"option\": \"deserunt ut esse Excepteur\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"00d2c290-6271-cdc7-c26c-44db12b7771f\",\n \"option\": \"do eu\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10072,7 +10072,7 @@ }, "response": [ { - "id": "d812196b-fe72-4a76-bd04-cab4fb88158b", + "id": "6f4417ae-8467-4aac-af87-b45e4ddf0063", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -10107,7 +10107,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:b55b0996-298d-913b-e9b0-2a2ac1c1d681\",\n \"option\": \"deserunt ut esse Excepteur\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"00d2c290-6271-cdc7-c26c-44db12b7771f\",\n \"option\": \"do eu\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10124,12 +10124,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_option\": {\n \"id\": \"31f5c797-e729-2d20-5058-6eca7ac0e9a9\",\n \"uid\": \"ipsum cupidatatUt occaecat molli\",\n \"ne_attribute_id\": \"4c6c313c-31a3-805d-7984-c5777b6c5eb3\",\n \"option\": \"in nulla fugi\"\n }\n}", + "body": "{\n \"ne_attribute_option\": {\n \"id\": \"770c10b6-d825-e304-7668-a1d3e54116aa\",\n \"uid\": \"ex essenostrud velit esse euaute\",\n \"ne_attribute_id\": \"5fb3b14b-6fd2-4a48-7134-b281cbd2284f\",\n \"option\": \"tempor ut\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c825251c-00e4-4ffc-b3bb-8154b783fd5b", + "id": "7e18ff80-6434-4564-87ac-6f4950b68df8", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10164,7 +10164,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:b55b0996-298d-913b-e9b0-2a2ac1c1d681\",\n \"option\": \"deserunt ut esse Excepteur\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"00d2c290-6271-cdc7-c26c-44db12b7771f\",\n \"option\": \"do eu\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10186,7 +10186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e172133-af1e-4b09-a2a6-1b9821145ae0", + "id": "ead8cf09-b47c-45c9-b944-605c582aad71", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10221,7 +10221,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:b55b0996-298d-913b-e9b0-2a2ac1c1d681\",\n \"option\": \"deserunt ut esse Excepteur\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"00d2c290-6271-cdc7-c26c-44db12b7771f\",\n \"option\": \"do eu\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10249,7 +10249,7 @@ } }, { - "id": "d5f621b9-8072-49b1-a75a-98d9a315e261", + "id": "4feaf08d-d788-4df2-83e3-45a028522619", "name": "Delete a option based attribute value by id", "request": { "name": "Delete a option based attribute value by id", @@ -10291,7 +10291,7 @@ }, "response": [ { - "id": "07ec5f24-cad7-4f71-8e13-fbaa31bdc3b3", + "id": "9981fc96-3f29-43f2-b81f-5fe7a6759605", "name": "Confirmation of a deleted object", "originalRequest": { "url": { @@ -10335,7 +10335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ab58eab-5eef-40ed-b242-cc75b21afd6d", + "id": "ea643675-6ef6-43c9-931f-c0f286bd99df", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10379,7 +10379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ef59a7c-fb98-41b6-91fe-c1d054b50a66", + "id": "2bbc475f-f877-47e8-806c-c25af553c0b0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10435,7 +10435,7 @@ "description": "", "item": [ { - "id": "566a218e-17a3-4c2c-b93e-732027ff647b", + "id": "949c8421-2b91-4487-9f50-45a80e94203c", "name": "Create a profile page", "request": { "name": "Create a profile page", @@ -10479,7 +10479,7 @@ }, "response": [ { - "id": "33f3accf-ee37-44a7-a76b-fd619fc3224b", + "id": "2ac340fe-f71d-47cd-bbe2-e0ce6cf8f9e1", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -10536,7 +10536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c80c5ed4-5ca5-4a87-830a-5ae1d19c068a", + "id": "bea92382-ce5a-413b-b941-4e6b3de1f9b2", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10593,7 +10593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96eb8965-c973-463c-8080-556d21c36dfa", + "id": "aae1505d-f586-4c3c-b4c6-521a709d2e7d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10656,7 +10656,7 @@ } }, { - "id": "70703a3e-e06b-4d81-8687-09c4cd972ac2", + "id": "1a965f6b-3031-41d5-a97f-7bfbe19e3155", "name": "Create a workflow page", "request": { "name": "Create a workflow page", @@ -10700,7 +10700,7 @@ }, "response": [ { - "id": "072d9022-8313-4606-8ac7-4c6c0b775b71", + "id": "fd8d4878-731d-4391-9e1d-c58e11a3d129", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -10757,7 +10757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94ada97d-0250-465f-995e-96197882cc39", + "id": "12b0f7e0-3da5-42c9-9449-438ea8c4cca1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10814,7 +10814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ea6e20f-4c7a-431c-871c-ec0608a877b0", + "id": "b90659bd-c5ec-432a-9f36-19a0d6597154", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10883,7 +10883,7 @@ "description": "", "item": [ { - "id": "6f3c07f0-1008-4f9a-ab8a-b38691ec8191", + "id": "bc057fb4-9b16-434a-a939-6f53352b0e92", "name": "Create a profile type", "request": { "name": "Create a profile type", @@ -10926,7 +10926,7 @@ }, "response": [ { - "id": "d19cd46e-ed1d-479b-9642-5835db1c5a45", + "id": "3f2cc647-9fb0-435a-a972-680397dca624", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -10977,12 +10977,12 @@ "value": "application/json" } ], - "body": "{\n \"profile_type\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"nulla enim Utin culpa quis irure\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ex nostrud occaecat mollitaute p\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ipsum quiset sint exercitationve\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"iruresint consecteturproident ni\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"mollit consequat id irure suntvo\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "body": "{\n \"profile_type\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"tempor amet fugiat quiquis cupid\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"cupidatat estaute doloreipsum do\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"dolore utenim inutin sint esse a\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"pariatur ullamco esse nulla offi\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"laboris veniam velit consequatam\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dfb973a0-c99a-4814-9f19-ca77ab4fc267", + "id": "fcc5e888-b489-4580-8ed3-2e02531b7b69", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11038,7 +11038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92fd7dfb-62c0-43d2-9e3f-6f0e523f9fbc", + "id": "64df39ec-41c7-449c-a070-86b7f4c27471", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11100,7 +11100,7 @@ } }, { - "id": "7ca543d7-514d-49c9-acbb-462fd8bb18bd", + "id": "4693c6c6-9f56-43ff-bd17-15223c102ed6", "name": "Get profile types", "request": { "name": "Get profile types", @@ -11185,7 +11185,7 @@ }, "response": [ { - "id": "61107d44-1349-4c88-987b-3f645d864ea7", + "id": "dc036198-7f6c-40a7-ac30-a485cd420534", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -11278,12 +11278,12 @@ "value": "application/json" } ], - "body": "{\n \"profile_types\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"incididunt adipisicing qui offic\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"proident qui sunt exercitation a\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ipsum id incididunt utcupidatat \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ea officia deseruntipsumdolor ni\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"adipisicingut minim eiusmodlabor\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ut incididunt sintsunt eiusmod v\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"nostrud consequatirure elit fugi\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"enimelit ipsumaliqua quis insint\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"consectetur mollit laboris culpa\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"reprehenderit sit minim Ut commo\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n ],\n \"_metadata\": {\n \"limit\": -79890855,\n \"offset\": -38187978,\n \"total\": -58393047,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"profile_types\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ullamco deseruntelit laborismini\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"idquisquis occaecatinUtanim ut s\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sed dolor laborumvelit amet proi\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ad etnulla irure in et Loremirur\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"adipisicing Utcillum insed paria\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"cupidatat culpa irurecillum cupi\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"eu deserunt laborisexercitation \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"veniam in reprehenderit utexerci\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"laborum nondo Excepteur aliquami\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"consectetur culpa adeu incididun\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n ],\n \"_metadata\": {\n \"limit\": -57957610,\n \"offset\": -49188694,\n \"total\": 46967050,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d1860d0a-57e8-48c5-bb1f-717b6d588d14", + "id": "c7c5de86-0919-4348-bed5-652e14c1c0ec", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11381,7 +11381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "733a0c3d-c074-4038-8f52-b0ce95a815b4", + "id": "e527f82c-b052-4d5a-8628-24742c288dc9", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11485,7 +11485,7 @@ } }, { - "id": "b35f3290-aaf5-4a28-8bbe-b7bfe5c2f35a", + "id": "b6b7ef6e-faa5-4732-ad32-9429e20c8af8", "name": "Find profile type by id", "request": { "name": "Find profile type by id", @@ -11527,7 +11527,7 @@ }, "response": [ { - "id": "a0cfbc4a-b116-4e49-9628-77a00d9eadb6", + "id": "b1931693-6abc-47be-a343-6c596fc48c3e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -11566,12 +11566,12 @@ "value": "application/json" } ], - "body": "{\n \"profile_type\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"nulla enim Utin culpa quis irure\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ex nostrud occaecat mollitaute p\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ipsum quiset sint exercitationve\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"iruresint consecteturproident ni\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"mollit consequat id irure suntvo\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "body": "{\n \"profile_type\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"tempor amet fugiat quiquis cupid\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"cupidatat estaute doloreipsum do\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"dolore utenim inutin sint esse a\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"pariatur ullamco esse nulla offi\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"laboris veniam velit consequatam\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5e303f67-ebdb-43eb-9d32-1bce8b84ed5d", + "id": "88a0827c-10a2-48bc-a79d-ac3dcc18a736", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11615,7 +11615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ae3e1e8-67e8-4617-be0f-7d971c709cff", + "id": "b20c8b75-1ef1-49a1-834b-61ca57b665b6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11665,7 +11665,7 @@ } }, { - "id": "3dd2351e-29e9-4ebe-b312-5626c3bc269c", + "id": "0c2900cb-1526-42c8-83ad-9ef045f16c71", "name": "Update a profile type by id", "request": { "name": "Update a profile type by id", @@ -11720,7 +11720,7 @@ }, "response": [ { - "id": "eacd2d42-5728-4260-b4c1-de581f789cc3", + "id": "806a04c6-d44e-4ade-ba8f-dcf580df58a2", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -11772,12 +11772,12 @@ "value": "application/json" } ], - "body": "{\n \"profile_type\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"nulla enim Utin culpa quis irure\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ex nostrud occaecat mollitaute p\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ipsum quiset sint exercitationve\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"iruresint consecteturproident ni\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"mollit consequat id irure suntvo\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "body": "{\n \"profile_type\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"tempor amet fugiat quiquis cupid\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"cupidatat estaute doloreipsum do\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"dolore utenim inutin sint esse a\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"pariatur ullamco esse nulla offi\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"laboris veniam velit consequatam\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d9dbf0aa-7a54-4c78-bb40-8aed0a0b415d", + "id": "500b4f8f-b48e-4867-a957-73cf343f4d9a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11834,7 +11834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b77b00e0-7acc-42da-99f8-a7c4de07490a", + "id": "52f48cb3-4a79-4c46-8036-837f100c1500", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11897,7 +11897,7 @@ } }, { - "id": "cf71f2ee-3613-4479-bfdf-95d5a0f0845b", + "id": "4fc70de6-42bd-44ec-b4b3-ec70e507d1ca", "name": "Delete profile type", "request": { "name": "Delete profile type", @@ -11939,7 +11939,7 @@ }, "response": [ { - "id": "072daf22-4c62-45fc-b198-d9cecd603bad", + "id": "c6aeec6e-acec-47f2-8cba-394d65fb4390", "name": "Info about the operation", "originalRequest": { "url": { @@ -11983,7 +11983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "098fecce-1c59-4749-a9b3-8b1e345fea11", + "id": "a89b7216-66ec-465d-8590-4fea8f161fd8", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12027,7 +12027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d6ef96d-862b-4aba-bdc9-7d6441525c39", + "id": "2d61f47e-834e-4dd6-8390-ad0557914c0c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12083,7 +12083,7 @@ "description": "", "item": [ { - "id": "187193fc-8d4c-4637-ad45-7b383a72f7ec", + "id": "d0b0b578-6091-4fa1-a3a8-0aaf1ccc2618", "name": "profile_types/ne_attributes synced status", "request": { "name": "profile_types/ne_attributes synced status", @@ -12181,7 +12181,7 @@ }, "response": [ { - "id": "1eb39113-6c90-428f-9f9d-e77e181ca642", + "id": "f6a543b2-b361-465f-9a89-c10da037bd72", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12267,12 +12267,12 @@ "value": "application/json" } ], - "body": "{\n \"form\": {\n \"count\": 5,\n \"records\": [\n {\n \"id\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\",\n \"uid\": \"sint reprehenderit dolor eiusmod\",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n },\n {\n \"id\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\",\n \"uid\": \"tempor proident utealabore dolor\",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n }\n ]\n }\n}", + "body": "{\n \"form\": {\n \"count\": 5,\n \"records\": [\n {\n \"id\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\",\n \"uid\": \"aliqua mollit veniam doeu ipsum \",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n },\n {\n \"id\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\",\n \"uid\": \"et laborein amet sunt consectetu\",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4cae4f50-7185-4665-8e37-7c0796874486", + "id": "1250b2bd-db8b-42f1-a733-190db9dcb8ec", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12363,7 +12363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b782151b-2041-4390-b830-b80025036e1a", + "id": "19d8bf81-750f-4867-b118-088f0093f445", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12460,7 +12460,7 @@ } }, { - "id": "d830860e-967a-4769-82bb-53895b235baf", + "id": "d977ab53-2777-4eb9-8c24-7ce08be2702e", "name": "Create a synced attribute", "request": { "name": "Create a synced attribute", @@ -12510,7 +12510,7 @@ }, "response": [ { - "id": "a43a15de-db54-4fa7-94e5-d3b51a507a73", + "id": "3e828549-78a2-4715-a0f1-134b7133e7f9", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12568,7 +12568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc6fad22-7205-4f77-99d6-4ba3d59934bd", + "id": "5a5ca988-8242-4b18-9525-8c3a04549d5b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12626,7 +12626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8633f211-a620-420f-94ad-49a808424bd6", + "id": "7ab8c6b0-90bb-43e8-9178-11a2b1857a3a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12690,7 +12690,7 @@ } }, { - "id": "5a7a6511-0597-45cf-8a37-e5e9ee23a806", + "id": "ae40145e-cf98-4c7c-bf77-c3accc7ad3d4", "name": "Delete synced attribute", "request": { "name": "Delete synced attribute", @@ -12744,7 +12744,7 @@ }, "response": [ { - "id": "b4b68114-1e24-4ddc-b348-b0db0d04673c", + "id": "367a1ffa-50b6-47fb-a881-885011cd8317", "name": "Info about the operation", "originalRequest": { "url": { @@ -12790,7 +12790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "828dec20-780d-4919-8734-dccd05fe203d", + "id": "21bceef4-4e85-44c0-818c-30d94712caae", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12836,7 +12836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c212006-0368-408b-8fdb-7eb99850446b", + "id": "48b483b9-ca0c-44f5-9ad3-8f492c20bea1", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12894,7 +12894,7 @@ "description": "", "item": [ { - "id": "72e06e0e-d2d3-40c8-9820-26eaec6e1007", + "id": "5fe2cbf1-525c-4a8b-98de-fc65dc272891", "name": "Create a profile type role", "request": { "name": "Create a profile type role", @@ -12937,7 +12937,7 @@ }, "response": [ { - "id": "3e6b09d0-a6c6-44c9-9f03-3b6c6c64c128", + "id": "ab6cd7a0-3d0d-4b60-b677-e4e9f3975c40", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12993,7 +12993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c86655a9-f575-453b-b7f3-9454ccbc1db5", + "id": "611a73d1-4975-442d-aa9b-1228dae8084e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13049,7 +13049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f868ece5-7d42-4bbc-af12-de6afb83846b", + "id": "c6d819af-a5a0-4a3d-9c09-04a3b11f345c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13117,7 +13117,7 @@ "description": "", "item": [ { - "id": "8c4a2ddb-f21c-4f02-8cd6-671ca437cbff", + "id": "9c6e5311-d107-4c4a-875a-43b8c8a07fe2", "name": "Create a profile", "request": { "name": "Create a profile", @@ -13160,7 +13160,7 @@ }, "response": [ { - "id": "bb80a4d7-38b4-4ac3-8d2c-55a6b42e3fca", + "id": "62751ac0-6a02-4645-8fe4-53a793173640", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13211,12 +13211,12 @@ "value": "application/json" } ], - "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliqua id consequatin non ipsum \",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", + "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"exercitationadipisicing laborum \",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1db6baa9-0fa9-42bc-9339-1ddc21f05763", + "id": "d52e7de9-e6c1-4f7d-af06-85f98f00c824", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13272,7 +13272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98e7e2d0-c331-4452-8c4a-54cc1097b261", + "id": "b6af91f0-a97d-478e-9c60-f63516b06d93", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13334,7 +13334,7 @@ } }, { - "id": "2e51a17a-7f32-4396-bde5-4f0adeb18d20", + "id": "603a420b-0ab6-48e9-96f3-ef8c390a5bdb", "name": "Get profiles", "request": { "name": "Get profiles", @@ -13446,7 +13446,7 @@ }, "response": [ { - "id": "37eaad19-2b59-4584-bf2a-83bc248d0983", + "id": "d21f5539-aeb1-4c7c-ba2f-8181cf403020", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13566,12 +13566,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"esseincididuntpariatur amet aliq\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"voluptate aute incididuntnostrud\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n ],\n \"_metadata\": {\n \"limit\": -61718613,\n \"offset\": -16694260,\n \"total\": 17991936,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\",\n \"after_id\": \"4eaa719f-4312-4c5b-9264-d0eb04d4a02a\"\n }\n}", + "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"culpa nostrud labore voluptate D\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"do laborumlaborisdolor mollit co\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n ],\n \"_metadata\": {\n \"limit\": -63131640,\n \"offset\": 58187994,\n \"total\": -49976980,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\",\n \"after_id\": \"4eaa719f-4312-4c5b-9264-d0eb04d4a02a\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bbd0d3ae-c629-49e3-a8ee-78be733bb8da", + "id": "921df9e5-3421-4b58-901f-1fe4c5ba49d7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13696,7 +13696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c15f347-5dc5-4218-b192-ea0bb2cd37be", + "id": "ec4c4148-c11c-4ed7-b132-50015b3076ce", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13827,7 +13827,7 @@ } }, { - "id": "7ef35401-d2d6-4e02-9783-2708b3259c2d", + "id": "af55c8d2-9db1-4e68-acf7-5cb104220472", "name": "Create multiple profiles", "request": { "name": "Create multiple profiles", @@ -13870,7 +13870,7 @@ }, "response": [ { - "id": "9f389b08-83f7-49a6-a3b6-73ae042c1d73", + "id": "ba4788d7-997d-4024-b72d-adde103cae4b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13921,12 +13921,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"voluptate aliquip cupidatat veli\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"tempor sed occaecatcommodo incid\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n ]\n}", + "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"in occaecat in dolorDuis reprehe\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"quis deseruntsint occaecat labor\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9524ed68-1d3f-489a-88f1-7dc92741cfbc", + "id": "ff68afa8-c4dc-4d84-9618-e1ff81f075e4", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13982,7 +13982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0b3fe15-01d7-4da0-a7fa-c2f536530541", + "id": "2b975873-ad54-4a2d-8e74-6b89e5e6c9d3", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14044,7 +14044,7 @@ } }, { - "id": "d6e39d6d-ef0f-47c9-996a-e2d3b3e4ebea", + "id": "014e2238-b0da-40ce-aef7-ef5dd1cd6e28", "name": "Update multiple profiles", "request": { "name": "Update multiple profiles", @@ -14087,7 +14087,7 @@ }, "response": [ { - "id": "b645beb9-16f6-4f86-8a0d-1ea19b0848cc", + "id": "357d155f-03cb-4a8b-bff1-d8eea04bc3ae", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14138,12 +14138,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"voluptate aliquip cupidatat veli\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"tempor sed occaecatcommodo incid\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n ]\n}", + "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"in occaecat in dolorDuis reprehe\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"quis deseruntsint occaecat labor\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2341d3bf-c1e7-4ec7-a175-b6fe1a74d496", + "id": "2fb21f89-2328-44fd-8c1f-e0c0dada4c72", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14199,7 +14199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbd7350f-20f4-48e9-b5cd-a50f64f66bc0", + "id": "0db1f87c-f030-467f-8059-6fea64ddb6cb", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14261,7 +14261,7 @@ } }, { - "id": "14862611-8c6a-473a-ad9a-0fa1b4e9f650", + "id": "0141393e-079f-4293-98f3-642079d90566", "name": "Delete multiple profiles", "request": { "name": "Delete multiple profiles", @@ -14292,7 +14292,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:9f37010a-d16f-a8bc-4b36-a8e0c56bcb7a\"\n },\n {\n \"id\": \"dc1841ff-dba0-37d4-0b1c-7288d6ec6a3a\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:6dfa1db2-7287-f45c-bf7d-a2c12ccc4600\"\n },\n {\n \"id\": \"f0a4745f-b0ee-ba38-fdcd-6d6fdba6da0f\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -14304,7 +14304,7 @@ }, "response": [ { - "id": "27fdf59c-e4c2-4fd7-a46e-557b44cef46e", + "id": "53a6e8ba-69ea-45c5-991e-39abaa8319e0", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14338,7 +14338,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:9f37010a-d16f-a8bc-4b36-a8e0c56bcb7a\"\n },\n {\n \"id\": \"dc1841ff-dba0-37d4-0b1c-7288d6ec6a3a\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:6dfa1db2-7287-f45c-bf7d-a2c12ccc4600\"\n },\n {\n \"id\": \"f0a4745f-b0ee-ba38-fdcd-6d6fdba6da0f\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -14355,12 +14355,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"voluptate aliquip cupidatat veli\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"tempor sed occaecatcommodo incid\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n ]\n}", + "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"in occaecat in dolorDuis reprehe\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"quis deseruntsint occaecat labor\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dbe68638-50b9-40ce-8553-8aacb31e4918", + "id": "950a3632-4239-49d3-8b6e-d8dffec89941", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14394,7 +14394,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:9f37010a-d16f-a8bc-4b36-a8e0c56bcb7a\"\n },\n {\n \"id\": \"dc1841ff-dba0-37d4-0b1c-7288d6ec6a3a\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:6dfa1db2-7287-f45c-bf7d-a2c12ccc4600\"\n },\n {\n \"id\": \"f0a4745f-b0ee-ba38-fdcd-6d6fdba6da0f\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -14416,7 +14416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3391eeba-0c49-47b2-aa49-41389f38eada", + "id": "ef7aca0f-e810-4c1e-9f96-d2339dbe355c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14450,7 +14450,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:9f37010a-d16f-a8bc-4b36-a8e0c56bcb7a\"\n },\n {\n \"id\": \"dc1841ff-dba0-37d4-0b1c-7288d6ec6a3a\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:6dfa1db2-7287-f45c-bf7d-a2c12ccc4600\"\n },\n {\n \"id\": \"f0a4745f-b0ee-ba38-fdcd-6d6fdba6da0f\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -14478,7 +14478,7 @@ } }, { - "id": "694f493e-9fe0-431d-93d1-1d0aa108d1d2", + "id": "8250858b-0b66-46af-9b56-55d25395d6f7", "name": "Find profile by id", "request": { "name": "Find profile by id", @@ -14520,7 +14520,7 @@ }, "response": [ { - "id": "a76371d2-6012-433c-9c4d-bd8a68a0f7a3", + "id": "26126478-61c0-44fa-927f-0a08eeb005ae", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14559,12 +14559,12 @@ "value": "application/json" } ], - "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliqua id consequatin non ipsum \",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", + "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"exercitationadipisicing laborum \",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "45317189-0caa-45ec-bbc8-3965e5ea5298", + "id": "a826aa1e-3050-490f-8734-11670eb6f1c2", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14608,7 +14608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78cfed98-44c6-4e7b-b864-3338e6e833e6", + "id": "9d868ec4-f7d6-4fb0-951d-fd65d39179ed", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14658,7 +14658,7 @@ } }, { - "id": "58a6fef6-6c1e-4c93-935f-65b6d3a2f1a7", + "id": "a8f4c326-e436-4292-9708-67af886cb271", "name": "Update a profile by id", "request": { "name": "Update a profile by id", @@ -14713,7 +14713,7 @@ }, "response": [ { - "id": "b058214e-d4fe-4fe2-be18-e7f05459c099", + "id": "edc6b0fb-a6fe-4d23-bb52-0cb601c69b14", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14765,12 +14765,12 @@ "value": "application/json" } ], - "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliqua id consequatin non ipsum \",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", + "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"exercitationadipisicing laborum \",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "950c1f6c-429a-453c-a14d-316c50327944", + "id": "b8dabd5e-1ec0-4730-a5c1-dd6465306160", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14827,7 +14827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72b70aa4-2c44-4121-843d-54aaab913c39", + "id": "b617ed4d-ec41-48db-9d7a-d8758fc63046", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14890,7 +14890,7 @@ } }, { - "id": "fd8b23fe-b3b0-4da2-aa25-1d7a64312ea8", + "id": "5ae57f3f-ef0a-4a80-b4eb-ed7484df8cca", "name": "Delete a single profile", "request": { "name": "Delete a single profile", @@ -14932,7 +14932,7 @@ }, "response": [ { - "id": "a89d5427-e754-4e42-ab62-ddf138f96b34", + "id": "eb388373-d4bc-4819-b93b-21e4dc6a52a6", "name": "The Profile was successfully deleted.", "originalRequest": { "url": { @@ -14966,7 +14966,7 @@ "_postman_previewlanguage": "text" }, { - "id": "aa88d85b-30ce-476c-91c3-94f7f0dc1697", + "id": "f495a1c8-38f8-4ca5-903d-f1bd9622182b", "name": "Error deleting Profile", "originalRequest": { "url": { @@ -15005,12 +15005,12 @@ "value": "application/json" } ], - "body": "{\n \"error\": \"fugiat sunt\"\n}", + "body": "{\n \"error\": \"in aute anim exercitation do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5fd6d477-cab7-4336-bdcc-1fd8de0cbcd2", + "id": "e3a2db88-95a8-4d98-bf0e-12f01221606e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15060,7 +15060,7 @@ } }, { - "id": "82d29388-48e0-45f1-b934-5521c53815eb", + "id": "266f90ec-e6c1-4b04-a53d-10f539d43199", "name": "Retrieves the URL of an attachment attribute value from a profile", "request": { "name": "Retrieves the URL of an attachment attribute value from a profile", @@ -15114,7 +15114,7 @@ }, "response": [ { - "id": "430f79bb-b2ce-4710-a510-116c055d78ae", + "id": "b7cbf4e3-f244-4147-af9b-881fb913cbbe", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15155,12 +15155,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"est\"\n}", + "body": "{\n \"url\": \"anim\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9c5103f0-dd4c-4b7a-a258-dcde30c3e4b2", + "id": "a9c63f44-2732-475c-9473-d403f5786a8a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15206,7 +15206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c080b58-7403-44f0-a3d3-1fec30175ba5", + "id": "cb20d4c9-875d-4ac5-b465-a499260fa913", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15258,7 +15258,7 @@ } }, { - "id": "33fb1588-b3f8-47ad-9aa8-9b53649dbb8c", + "id": "23268618-a49c-4a2e-98bb-5c85997606ee", "name": "Uploads a new attachment attribute value to a profile", "request": { "name": "Uploads a new attachment attribute value to a profile", @@ -15328,7 +15328,7 @@ }, "response": [ { - "id": "8dfd1d62-f392-491f-82be-4c5e27891e98", + "id": "608271cd-ce0e-45c7-b31c-c956017d05bf", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15385,12 +15385,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"est\"\n}", + "body": "{\n \"url\": \"anim\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ef67d349-ecf3-4732-a4c9-c939d06ea745", + "id": "c999343d-5bc4-4310-80d6-f4f907889ddb", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15452,7 +15452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5eceb56a-4550-42f7-89ee-7dd7d0fe1e9a", + "id": "9074b43c-3b1d-4dd6-92c8-56f8091498fb", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15520,7 +15520,7 @@ } }, { - "id": "3ebf6b96-16b0-4bd4-86e7-099062416013", + "id": "d46a426c-3969-439a-bf4d-c4c3643d82a1", "name": "Retrieves the URL of the profile avatar", "request": { "name": "Retrieves the URL of the profile avatar", @@ -15563,7 +15563,7 @@ }, "response": [ { - "id": "70edbfc1-ce5a-4d0c-bea3-a5e7590c6371", + "id": "cfae7834-1f94-423c-a5c2-b3adcb72b49b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15603,12 +15603,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"est\"\n}", + "body": "{\n \"url\": \"anim\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3d1ce9c1-700c-4e23-af18-e063494cc626", + "id": "af5648da-59af-431e-8d67-9babab73d662", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15653,7 +15653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be249ff2-0fa3-434f-a990-12c98cc944e5", + "id": "c338ffd3-17bd-490f-a3c3-ac01c2a07e66", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15704,7 +15704,7 @@ } }, { - "id": "7dfac19b-3563-400c-bff0-47be48cbd1c0", + "id": "fc5a4653-fd82-4d8f-88e2-6b93382ebdc4", "name": "Uploads a new profile avatar", "request": { "name": "Uploads a new profile avatar", @@ -15763,7 +15763,7 @@ }, "response": [ { - "id": "d6ef04e4-2ef9-4164-9ff6-689b18b3281b", + "id": "101dd753-8a97-41c5-a7fb-501b3ecdc387", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15819,12 +15819,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"est\"\n}", + "body": "{\n \"url\": \"anim\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "50e3083f-a66d-4049-9502-821d58af83d4", + "id": "c8abbc56-20c8-4002-a2eb-d59ac8e7cc52", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15885,7 +15885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48290bea-44dd-45ca-87fc-7505de86a1d1", + "id": "8e1a1672-649e-4bd7-bb7b-352a5d697d67", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15958,7 +15958,7 @@ "description": "", "item": [ { - "id": "d3318c7f-1f98-4f38-bd07-ddd1a5acf0b0", + "id": "8c245d26-cbb4-4e92-9180-f5bce1eb1d86", "name": "Get risk score data in bulk", "request": { "name": "Get risk score data in bulk", @@ -16008,7 +16008,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -16026,7 +16026,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -16035,7 +16035,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -16044,7 +16044,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -16070,7 +16070,7 @@ }, "response": [ { - "id": "b36319ac-9ceb-4ad8-a2c8-7428de27d4e6", + "id": "53f93027-c187-4768-aab6-dc7a2636fe7d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -16115,7 +16115,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -16133,7 +16133,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -16142,7 +16142,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -16151,7 +16151,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -16190,12 +16190,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_scores\": [\n {\n \"id\": \"78822327-0740-d537-e115-23da5a186921\",\n \"uid\": \"fugiat aute sit adcillum reprehe\",\n \"object_id\": \"c5527c1c-eae9-6c08-ad7c-3945ee26a69b\",\n \"object_type\": \"Profile\",\n \"overall_score\": 22006823.86,\n \"overall_risk_level_id\": \"urn:uuid:521ea047-1136-2712-a510-9bee2fdb4230\",\n \"impact_score\": 79666772.62,\n \"impact_risk_level_id\": \"urn:uuid:ba42829b-b505-62f0-da53-c72592b5c645\",\n \"probability_score\": 155771392.71,\n \"probability_risk_level_id\": \"urn:uuid:a3013c78-27bd-a391-597c-5ce715b861f8\"\n },\n {\n \"id\": \"7bb823d5-9c5a-9b2e-634d-f3bbed7b1bc3\",\n \"uid\": \"ea dolore labore consecteturmagn\",\n \"object_id\": \"93d36240-9696-3e10-18a4-5245ed6f15d1\",\n \"object_type\": \"Profile\",\n \"overall_score\": 178847534.05,\n \"overall_risk_level_id\": \"urn:uuid:dd6492ad-c7b8-12ca-9712-eddc856a17a1\",\n \"impact_score\": 193198534.4,\n \"impact_risk_level_id\": \"urn:uuid:d61ff1bc-2913-d41f-17e6-5f57e0b6a551\",\n \"probability_score\": 1984837.71,\n \"probability_risk_level_id\": \"urn:uuid:72876104-e974-4ff9-22d0-f535c028a2ae\"\n }\n ],\n \"_metadata\": {\n \"limit\": 17588588,\n \"offset\": -61707816,\n \"total\": -57947725,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"risk_scores\": [\n {\n \"id\": \"urn:uuid:f94f221a-ebf7-663e-73fb-d82ace948fb8\",\n \"uid\": \"nisicommodo adipisicing qui magn\",\n \"object_id\": \"ba74824a-101a-fa35-4619-033a80ff240e\",\n \"object_type\": \"Profile\",\n \"overall_score\": 48101.450000000004,\n \"overall_risk_level_id\": \"urn:uuid:5ff6a6aa-b588-514b-06cf-67d132a0c4d2\",\n \"impact_score\": 159941058.49,\n \"impact_risk_level_id\": \"urn:uuid:df0a6e03-a7f5-fe3b-42b5-e01cd46d8ee2\",\n \"probability_score\": 128744427.99000001,\n \"probability_risk_level_id\": \"urn:uuid:2de4d289-03b7-27eb-0958-17aae41d1de1\"\n },\n {\n \"id\": \"urn:uuid:252eef94-8996-a10d-135c-719ddd1f2df8\",\n \"uid\": \"eu qui commodo magna doin enim e\",\n \"object_id\": \"b445a81e-81b1-f0dc-63f4-909f1d224999\",\n \"object_type\": \"WorkflowSession\",\n \"overall_score\": 98010727.71000001,\n \"overall_risk_level_id\": \"urn:uuid:82308d34-2300-edaf-f68b-8cb3b8149392\",\n \"impact_score\": 15888798.030000001,\n \"impact_risk_level_id\": \"urn:uuid:034b2e5f-4c1c-1168-dd6c-33ba42c7213e\",\n \"probability_score\": 61362614.5,\n \"probability_risk_level_id\": \"urn:uuid:68fb9f3e-646e-f5a9-f00a-5158469b8a6a\"\n }\n ],\n \"_metadata\": {\n \"limit\": 38092096,\n \"offset\": 51100369,\n \"total\": 14832726,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "888a89a9-20cf-4639-89cd-9a9fd0258240", + "id": "5ed8ac7d-9190-430f-bc6b-485e0576357e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -16240,7 +16240,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -16258,7 +16258,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -16267,7 +16267,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -16276,7 +16276,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -16320,7 +16320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24716d27-23e2-4fee-8a35-102e5c5b237b", + "id": "8a7e13ff-d952-42f1-9053-b8a9a0df86a4", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -16365,7 +16365,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -16383,7 +16383,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -16392,7 +16392,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -16401,7 +16401,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -16451,7 +16451,7 @@ } }, { - "id": "cc2f68be-da66-4630-b248-560ad20c28cd", + "id": "b3c19652-8d7d-48c4-a9ce-8bbb50c8d7e9", "name": "Find risk score data by id", "request": { "name": "Find risk score data by id", @@ -16493,7 +16493,7 @@ }, "response": [ { - "id": "3dbd6491-f60f-4ad3-ae5f-8544bc017fad", + "id": "7f14f0bb-3e12-4787-808f-ab8c19bac384", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -16532,12 +16532,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_score\": {\n \"id\": \"fd24e086-546b-67e8-4af5-40a4deb3d314\",\n \"uid\": \"laboris nisiLorem doloread paria\",\n \"object_id\": \"urn:uuid:7e421144-bc50-34f9-ef30-c3db2a2e9a0d\",\n \"object_type\": \"Profile\",\n \"overall_score\": 190961424.82,\n \"overall_risk_level_id\": \"urn:uuid:a16128ac-6ee6-31c8-240e-cefbde859586\",\n \"impact_score\": 66288663.86,\n \"impact_risk_level_id\": \"eb105d7f-944f-7217-5541-2f5213ca0b8d\",\n \"probability_score\": 186889765.95000002,\n \"probability_risk_level_id\": \"c54842a5-38f3-b135-5cec-91b39c961084\"\n }\n}", + "body": "{\n \"risk_score\": {\n \"id\": \"urn:uuid:407b531b-0ab5-0b9f-0957-9f17efa4dd71\",\n \"uid\": \"exercitation tempor sint quirepr\",\n \"object_id\": \"7d9fbf36-09d9-e0c9-205b-602a1c9f434b\",\n \"object_type\": \"Profile\",\n \"overall_score\": 199609302.28,\n \"overall_risk_level_id\": \"urn:uuid:b018ca63-f418-beb1-faa0-6f062f1ebcde\",\n \"impact_score\": 37544657.49,\n \"impact_risk_level_id\": \"985421d3-655d-4e84-d452-1c6d473ac21f\",\n \"probability_score\": 104782018.62,\n \"probability_risk_level_id\": \"bfdae179-5314-79a0-14ad-2b6f02999a04\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4e4c0423-11b5-4dcf-b90a-34416d389bbb", + "id": "fdc12743-260c-4b74-bea1-277879ad529d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -16581,7 +16581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f9537c5-ec70-42d4-91f8-ed0be56c0a13", + "id": "8339bf86-7331-4f77-ac88-bfcff5760526", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -16637,7 +16637,7 @@ "description": "", "item": [ { - "id": "9c4f2bca-8af5-45a2-8512-343c7cf2a7cb", + "id": "4ced069e-2d08-4ee8-b307-b7c87daf96f7", "name": "Get risk level data in bulk", "request": { "name": "Get risk level data in bulk", @@ -16713,7 +16713,7 @@ }, "response": [ { - "id": "b99e8451-6fa7-425a-a06d-063cf19b3d82", + "id": "c4025a9d-bfb1-4a0f-84b8-75c79209467c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -16797,12 +16797,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_levels\": [\n {\n \"id\": \"urn:uuid:b37a8b40-28ca-f34d-4b6d-0d7b930ed432\",\n \"uid\": \"voluptate non Lorempariatur magn\",\n \"label\": \"occaecat proident\",\n \"points\": 196599860.12,\n \"order\": 22269075\n },\n {\n \"id\": \"urn:uuid:81e5ddc7-058f-acba-7876-5247f8aeb621\",\n \"uid\": \"dolore ad irure euconsectetur no\",\n \"label\": \"et qui minim\",\n \"points\": 103262405.14,\n \"order\": 77324143\n }\n ],\n \"_metadata\": {\n \"limit\": 217186,\n \"offset\": 23298323,\n \"total\": 9876291,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"risk_levels\": [\n {\n \"id\": \"urn:uuid:911e9a18-aecb-52c5-24c8-a30eea3f1349\",\n \"uid\": \"irure minim dolor estdeserunt Ex\",\n \"label\": \"fugiat nostrud veniam dolor\",\n \"points\": 165876955.65,\n \"order\": 33836242\n },\n {\n \"id\": \"urn:uuid:941b7309-8c1b-f96f-55e5-3849c50eb14e\",\n \"uid\": \"officia consequatamet eu sunt la\",\n \"label\": \"eu cupidatat vel\",\n \"points\": 116015936.43,\n \"order\": 48576321\n }\n ],\n \"_metadata\": {\n \"limit\": -49465526,\n \"offset\": -11734145,\n \"total\": 39545908,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6896018f-5fea-46f7-ba42-be8542445c64", + "id": "0ec5cfd2-2f30-424d-b43f-d09f8c680426", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -16891,7 +16891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d684710-3a3a-4a1c-8393-7860f912c256", + "id": "d1dcbc8d-cd22-4b99-9e63-46cc49393860", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -16986,7 +16986,7 @@ } }, { - "id": "618d7180-ee70-471b-9f82-c48b8963970a", + "id": "cc5b6020-6f82-4850-874b-ce8b0f2a84bc", "name": "Find risk level data by id", "request": { "name": "Find risk level data by id", @@ -17028,7 +17028,7 @@ }, "response": [ { - "id": "d74f51b8-bb7f-4eca-b8cc-6efd9f05d4f4", + "id": "6f8da13b-dded-4d0a-85ea-4951029f4b49", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -17067,12 +17067,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_level\": {\n \"id\": \"urn:uuid:847492f4-52c4-a2fa-189f-9d521ed64208\",\n \"uid\": \"non in laboris Lorem incididuntp\",\n \"label\": \"aliqua amet\",\n \"points\": 183847261.38,\n \"order\": 56852954\n }\n}", + "body": "{\n \"risk_level\": {\n \"id\": \"660cb311-75bf-9c83-bcd5-bd78219f5b38\",\n \"uid\": \"irure cillum incididuntanim aute\",\n \"label\": \"et\",\n \"points\": 189731598.15,\n \"order\": 703096\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0b2434a0-a863-4c1f-a065-2ff31d6f3980", + "id": "5f8645f5-7503-4fa7-8eee-91ce301f4c9c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17116,7 +17116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c37c1d2-30bf-4375-9b52-07ce8244b243", + "id": "abe6addf-dbe0-4f84-a4a9-ca860a6db25e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17172,7 +17172,7 @@ "description": "", "item": [ { - "id": "df29bc40-25ec-488c-be95-7f168238b1b3", + "id": "2c136360-465a-4ec4-be7e-b57942d44ff0", "name": "Create a user-profile contributor relationship", "request": { "name": "Create a user-profile contributor relationship", @@ -17203,7 +17203,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:22080881-1f7f-7b09-5196-b4725da38e98\",\n \"profile_id\": \"22f83435-da62-f985-0d89-6b42be6f2271\",\n \"ne_attribute_id\": \"urn:uuid:35bfeb37-e881-f552-f5a1-8843181fb89e\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"d14f8725-cbd4-3902-60e8-35b1f251139e\",\n \"profile_id\": \"urn:uuid:abdd8199-553a-5e89-1c1e-75a5c2cbc971\",\n \"ne_attribute_id\": \"0b0db211-ea7c-c3c1-146a-5da7c2a20c2b\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17215,7 +17215,7 @@ }, "response": [ { - "id": "a28f66ae-3f0d-4453-a586-ca513c96505c", + "id": "df417fa8-1cd8-4cd7-952e-1e71ab88c068", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -17249,7 +17249,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:22080881-1f7f-7b09-5196-b4725da38e98\",\n \"profile_id\": \"22f83435-da62-f985-0d89-6b42be6f2271\",\n \"ne_attribute_id\": \"urn:uuid:35bfeb37-e881-f552-f5a1-8843181fb89e\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"d14f8725-cbd4-3902-60e8-35b1f251139e\",\n \"profile_id\": \"urn:uuid:abdd8199-553a-5e89-1c1e-75a5c2cbc971\",\n \"ne_attribute_id\": \"0b0db211-ea7c-c3c1-146a-5da7c2a20c2b\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17266,12 +17266,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"648ae6a4-0ec2-91ed-cb14-4a369fd4dc57\",\n \"uid\": \"esseExcepteur Duis sed occaecatd\",\n \"user_id\": \"e5fa783d-416b-ce8a-d601-208d2094cef7\",\n \"profile_id\": \"urn:uuid:6d153227-d98e-9659-a693-d124c2a04f49\",\n \"ne_attribute_id\": \"3ba50f45-e296-8115-4acb-f66ed99ae5ee\",\n \"relationship_type\": \"owner\"\n }\n}", + "body": "{\n \"user_profile\": {\n \"id\": \"8718dc95-39b4-6c4b-669a-187fda5a90c7\",\n \"uid\": \"et voluptatesint consecteturex m\",\n \"user_id\": \"981eb9af-cbd7-cc73-a427-5c2eef762e8c\",\n \"profile_id\": \"urn:uuid:dcc6ab8e-c5b7-e44a-9814-8fc1c382f989\",\n \"ne_attribute_id\": \"a2518afb-ad34-02d6-b72f-8ffbfefe8b62\",\n \"relationship_type\": \"contributor\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "028d2bce-10e1-44ab-9d3c-4d79099c8b9f", + "id": "a84ea2f7-fd85-4f19-a1e5-ed3120825e6d", "name": "Invalid input", "originalRequest": { "url": { @@ -17301,7 +17301,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:22080881-1f7f-7b09-5196-b4725da38e98\",\n \"profile_id\": \"22f83435-da62-f985-0d89-6b42be6f2271\",\n \"ne_attribute_id\": \"urn:uuid:35bfeb37-e881-f552-f5a1-8843181fb89e\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"d14f8725-cbd4-3902-60e8-35b1f251139e\",\n \"profile_id\": \"urn:uuid:abdd8199-553a-5e89-1c1e-75a5c2cbc971\",\n \"ne_attribute_id\": \"0b0db211-ea7c-c3c1-146a-5da7c2a20c2b\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17323,7 +17323,7 @@ } }, { - "id": "3ba4ff7f-378f-44b8-bf36-829c2581be5f", + "id": "c02ce6e3-e805-4326-af65-91db4e0e719f", "name": "Get user-profile contributor relationships", "request": { "name": "Get user-profile contributor relationships", @@ -17426,7 +17426,7 @@ }, "response": [ { - "id": "292612c1-76b9-4537-8804-c4e308fcf6a3", + "id": "a4580449-79d2-4249-932f-9d40dcd8e0ae", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -17537,12 +17537,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:495cc39f-b2be-94e0-1ad6-d3d755eea3a6\",\n \"uid\": \"incididunt nullaanimtempor amet \",\n \"user_id\": \"f0af5276-fefd-c0c9-04d0-c8ab84255812\",\n \"profile_id\": \"a40943dd-c51d-39b8-6308-98d6f8125108\",\n \"ne_attribute_id\": \"37482e66-cbc6-42d8-87e5-7b524094fa49\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:29f42b93-7f2e-60b5-da30-623ed03e4b50\",\n \"uid\": \"enim qui ad sint etesse dolordol\",\n \"user_id\": \"urn:uuid:6280e3cd-bce3-68fa-35f1-eb567ec2886c\",\n \"profile_id\": \"7ab49e24-36d7-87ff-b238-ff5f0db51730\",\n \"ne_attribute_id\": \"urn:uuid:1d0843dd-5ad3-0891-ea19-c89517a8fa8c\",\n \"relationship_type\": \"contributor\"\n }\n ],\n \"_metadata\": {\n \"limit\": -69366145,\n \"offset\": -10853482,\n \"total\": -90310127,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:88c0ea92-0985-a0ab-1997-26319d8c812c\",\n \"uid\": \"ipsumtempor Duis labore laborisL\",\n \"user_id\": \"urn:uuid:8c2eef8c-1fee-a9e8-b179-d2f361e61041\",\n \"profile_id\": \"urn:uuid:10f81065-049e-ec5d-48e5-5229f3619338\",\n \"ne_attribute_id\": \"3c6c3371-0cfc-a06b-33e0-8b35df4df70d\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:49d0906b-c458-7e2a-a2fd-0d9e0232d069\",\n \"uid\": \"exercitation etLorem mollit quis\",\n \"user_id\": \"9a5b0986-e67f-9f69-b1c3-4d368aad3290\",\n \"profile_id\": \"urn:uuid:c36bc17d-ce20-fbb9-2658-5b7c6b634e06\",\n \"ne_attribute_id\": \"urn:uuid:29b1ff23-1609-f6ad-b247-17f4bd932b8b\",\n \"relationship_type\": \"contributor\"\n }\n ],\n \"_metadata\": {\n \"limit\": -56010866,\n \"offset\": 80888212,\n \"total\": 65712181,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8dd5daf6-143f-4a9d-aca3-9200ffe5617f", + "id": "04c7fe48-74ff-441c-83b3-08fddecd38b0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17658,7 +17658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0868f473-4106-4ca1-8231-eb59ddb870d5", + "id": "b80af8d2-3568-407a-8dcc-90c13c0f79be", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17780,7 +17780,7 @@ } }, { - "id": "383e6556-7795-451a-b3c8-9325720c09f3", + "id": "aa9dadcf-d059-4525-ba5a-3106a9a28acf", "name": "Create multiple user-profile contributor relationships", "request": { "name": "Create multiple user-profile contributor relationships", @@ -17811,7 +17811,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"urn:uuid:267035bb-b31e-38eb-1a66-fa530e78d991\",\n \"profile_id\": \"f52c0fcf-80db-2f93-6497-4a6f70e7bdd7\",\n \"ne_attribute_id\": \"bdafed6d-4d8c-a5a6-906a-3c815226872e\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"urn:uuid:9bfa801a-5488-b8a0-2dcd-f46f1130ae1c\",\n \"profile_id\": \"cbd66996-8d9d-b008-0416-740bdd517238\",\n \"ne_attribute_id\": \"urn:uuid:75bfeca7-365b-12bd-4f20-80f0d32453a0\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"urn:uuid:2ef857ee-0241-738d-5cd9-21a83bcbe457\",\n \"profile_id\": \"b5e41e33-8fb1-08b2-7a68-819e40a978cb\",\n \"ne_attribute_id\": \"urn:uuid:52b3358c-9d94-61c9-1b2e-c23f3a6cb497\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"98fda191-c2fd-226e-a7a7-2a731f74a13d\",\n \"profile_id\": \"cf335c33-6835-9f18-e01e-316df276281d\",\n \"ne_attribute_id\": \"urn:uuid:afb99a7c-d628-4ec3-8ee3-433664150ae4\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17823,7 +17823,7 @@ }, "response": [ { - "id": "84f75a06-dfbc-47e5-bb58-4c5a12a5e5d4", + "id": "6c353535-17f3-4ce9-a1e9-1f6e2e0a2469", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -17857,7 +17857,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"urn:uuid:267035bb-b31e-38eb-1a66-fa530e78d991\",\n \"profile_id\": \"f52c0fcf-80db-2f93-6497-4a6f70e7bdd7\",\n \"ne_attribute_id\": \"bdafed6d-4d8c-a5a6-906a-3c815226872e\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"urn:uuid:9bfa801a-5488-b8a0-2dcd-f46f1130ae1c\",\n \"profile_id\": \"cbd66996-8d9d-b008-0416-740bdd517238\",\n \"ne_attribute_id\": \"urn:uuid:75bfeca7-365b-12bd-4f20-80f0d32453a0\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"urn:uuid:2ef857ee-0241-738d-5cd9-21a83bcbe457\",\n \"profile_id\": \"b5e41e33-8fb1-08b2-7a68-819e40a978cb\",\n \"ne_attribute_id\": \"urn:uuid:52b3358c-9d94-61c9-1b2e-c23f3a6cb497\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"98fda191-c2fd-226e-a7a7-2a731f74a13d\",\n \"profile_id\": \"cf335c33-6835-9f18-e01e-316df276281d\",\n \"ne_attribute_id\": \"urn:uuid:afb99a7c-d628-4ec3-8ee3-433664150ae4\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17874,12 +17874,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"fcce2ed1-d309-fa08-d7d6-fea29921e2d5\",\n \"uid\": \"esse deserunt adsint nisi inanim\",\n \"user_id\": \"urn:uuid:1a6f9da7-3fdb-36df-9e92-3d03435d1a6c\",\n \"profile_id\": \"6efaf72b-5f06-163a-b367-6e3b9c5eba83\",\n \"ne_attribute_id\": \"urn:uuid:42aaaa55-7b31-d32c-af56-25e4a5fc5a60\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"6872f9f9-d42d-ddba-f719-0da7969af34e\",\n \"uid\": \"quis dolore Excepteurlaborum est\",\n \"user_id\": \"845610b0-f514-16a1-dc3e-f69cf14436eb\",\n \"profile_id\": \"urn:uuid:acc9f095-4887-26b6-7f40-0cc60733a77c\",\n \"ne_attribute_id\": \"2b51ab0b-e2cc-adb5-1570-2879f6041937\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"74a9ecdc-be67-ff7d-0f65-6632f71c6b88\",\n \"uid\": \"eiusmod consectetur minim sitips\",\n \"user_id\": \"urn:uuid:c63ab45d-4d52-61ba-9976-0df02f480252\",\n \"profile_id\": \"4b57b11e-5f24-46ec-31f6-48b47fb074d5\",\n \"ne_attribute_id\": \"2c696740-8844-ae3b-863f-7b6dd2d0078c\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"f841b1c5-8dba-d8ea-837c-a884cd6948fb\",\n \"uid\": \"culpa nulla estamet mollit dolor\",\n \"user_id\": \"3517e426-c3a2-47ca-f738-30d69c8979af\",\n \"profile_id\": \"18bfa4b4-5c07-117e-9a09-4865f817ef61\",\n \"ne_attribute_id\": \"02fb4a86-2d3a-609d-3aa9-c2aef9c1467b\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a5a63ace-0132-41f1-b7ea-1b3ee3c71168", + "id": "863c4475-3d4a-473d-a506-9ccff7fa8385", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17913,7 +17913,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"urn:uuid:267035bb-b31e-38eb-1a66-fa530e78d991\",\n \"profile_id\": \"f52c0fcf-80db-2f93-6497-4a6f70e7bdd7\",\n \"ne_attribute_id\": \"bdafed6d-4d8c-a5a6-906a-3c815226872e\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"urn:uuid:9bfa801a-5488-b8a0-2dcd-f46f1130ae1c\",\n \"profile_id\": \"cbd66996-8d9d-b008-0416-740bdd517238\",\n \"ne_attribute_id\": \"urn:uuid:75bfeca7-365b-12bd-4f20-80f0d32453a0\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"urn:uuid:2ef857ee-0241-738d-5cd9-21a83bcbe457\",\n \"profile_id\": \"b5e41e33-8fb1-08b2-7a68-819e40a978cb\",\n \"ne_attribute_id\": \"urn:uuid:52b3358c-9d94-61c9-1b2e-c23f3a6cb497\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"98fda191-c2fd-226e-a7a7-2a731f74a13d\",\n \"profile_id\": \"cf335c33-6835-9f18-e01e-316df276281d\",\n \"ne_attribute_id\": \"urn:uuid:afb99a7c-d628-4ec3-8ee3-433664150ae4\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17935,7 +17935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4da2eacf-7993-45fa-b1e5-f7af5daeadaa", + "id": "8f90e50f-741a-4d96-8a30-5d9b7c36f8b8", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17969,7 +17969,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"urn:uuid:267035bb-b31e-38eb-1a66-fa530e78d991\",\n \"profile_id\": \"f52c0fcf-80db-2f93-6497-4a6f70e7bdd7\",\n \"ne_attribute_id\": \"bdafed6d-4d8c-a5a6-906a-3c815226872e\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"urn:uuid:9bfa801a-5488-b8a0-2dcd-f46f1130ae1c\",\n \"profile_id\": \"cbd66996-8d9d-b008-0416-740bdd517238\",\n \"ne_attribute_id\": \"urn:uuid:75bfeca7-365b-12bd-4f20-80f0d32453a0\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"urn:uuid:2ef857ee-0241-738d-5cd9-21a83bcbe457\",\n \"profile_id\": \"b5e41e33-8fb1-08b2-7a68-819e40a978cb\",\n \"ne_attribute_id\": \"urn:uuid:52b3358c-9d94-61c9-1b2e-c23f3a6cb497\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"98fda191-c2fd-226e-a7a7-2a731f74a13d\",\n \"profile_id\": \"cf335c33-6835-9f18-e01e-316df276281d\",\n \"ne_attribute_id\": \"urn:uuid:afb99a7c-d628-4ec3-8ee3-433664150ae4\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17997,7 +17997,7 @@ } }, { - "id": "d8b28e40-d720-4965-84f2-d3d69d2db071", + "id": "73d1063e-e58e-4493-b4aa-8a61b48982ae", "name": "Update multiple user-profile contributor relationships", "request": { "name": "Update multiple user-profile contributor relationships", @@ -18028,7 +18028,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"8f48affd-71a7-f4c7-c09e-192575bd5d91\",\n \"user_id\": \"urn:uuid:dc704cd1-b951-fe0b-06a5-c029a39fe4b2\",\n \"profile_id\": \"3a6c8bbf-2e43-104c-7b96-77e61ba47bba\",\n \"ne_attribute_id\": \"61724ee4-a895-ca09-ab6d-30bc6fed97d5\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"6b0798dd-01c2-349c-33f5-fd9c353f50a1\",\n \"user_id\": \"urn:uuid:bcb763b4-001d-1c95-ee45-46b847a9daec\",\n \"profile_id\": \"urn:uuid:716ac7eb-bc14-49aa-ccd4-eff3e39dad27\",\n \"ne_attribute_id\": \"urn:uuid:bfa93e2a-10de-5527-4959-d3ceec2c16f2\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"1da73287-72cf-0a97-012a-3ae0c58bf586\",\n \"user_id\": \"urn:uuid:37e25608-4041-f98c-44c7-45e1c89ef0a0\",\n \"profile_id\": \"0ea77780-8305-e2e1-3aac-d318e2444089\",\n \"ne_attribute_id\": \"urn:uuid:3790eaeb-4e55-47a6-61c8-01debe58d010\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:8c257d90-dcfa-9cda-8e77-6410bb51f52c\",\n \"user_id\": \"urn:uuid:dbbdec8c-84c9-eefa-98a1-161ab7a37955\",\n \"profile_id\": \"urn:uuid:000222d1-4fd3-c4ee-be7c-a6b191fde6b9\",\n \"ne_attribute_id\": \"urn:uuid:8248b21a-2878-2aa6-1b6b-7e3d0226ae3d\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18040,7 +18040,7 @@ }, "response": [ { - "id": "50e20783-446d-4c5a-a304-9734e14d4972", + "id": "8547cf7d-43e4-4b36-8ed4-9e2ff93ce48d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -18074,7 +18074,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"8f48affd-71a7-f4c7-c09e-192575bd5d91\",\n \"user_id\": \"urn:uuid:dc704cd1-b951-fe0b-06a5-c029a39fe4b2\",\n \"profile_id\": \"3a6c8bbf-2e43-104c-7b96-77e61ba47bba\",\n \"ne_attribute_id\": \"61724ee4-a895-ca09-ab6d-30bc6fed97d5\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"6b0798dd-01c2-349c-33f5-fd9c353f50a1\",\n \"user_id\": \"urn:uuid:bcb763b4-001d-1c95-ee45-46b847a9daec\",\n \"profile_id\": \"urn:uuid:716ac7eb-bc14-49aa-ccd4-eff3e39dad27\",\n \"ne_attribute_id\": \"urn:uuid:bfa93e2a-10de-5527-4959-d3ceec2c16f2\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"1da73287-72cf-0a97-012a-3ae0c58bf586\",\n \"user_id\": \"urn:uuid:37e25608-4041-f98c-44c7-45e1c89ef0a0\",\n \"profile_id\": \"0ea77780-8305-e2e1-3aac-d318e2444089\",\n \"ne_attribute_id\": \"urn:uuid:3790eaeb-4e55-47a6-61c8-01debe58d010\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:8c257d90-dcfa-9cda-8e77-6410bb51f52c\",\n \"user_id\": \"urn:uuid:dbbdec8c-84c9-eefa-98a1-161ab7a37955\",\n \"profile_id\": \"urn:uuid:000222d1-4fd3-c4ee-be7c-a6b191fde6b9\",\n \"ne_attribute_id\": \"urn:uuid:8248b21a-2878-2aa6-1b6b-7e3d0226ae3d\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18091,12 +18091,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"fcce2ed1-d309-fa08-d7d6-fea29921e2d5\",\n \"uid\": \"esse deserunt adsint nisi inanim\",\n \"user_id\": \"urn:uuid:1a6f9da7-3fdb-36df-9e92-3d03435d1a6c\",\n \"profile_id\": \"6efaf72b-5f06-163a-b367-6e3b9c5eba83\",\n \"ne_attribute_id\": \"urn:uuid:42aaaa55-7b31-d32c-af56-25e4a5fc5a60\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"6872f9f9-d42d-ddba-f719-0da7969af34e\",\n \"uid\": \"quis dolore Excepteurlaborum est\",\n \"user_id\": \"845610b0-f514-16a1-dc3e-f69cf14436eb\",\n \"profile_id\": \"urn:uuid:acc9f095-4887-26b6-7f40-0cc60733a77c\",\n \"ne_attribute_id\": \"2b51ab0b-e2cc-adb5-1570-2879f6041937\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"74a9ecdc-be67-ff7d-0f65-6632f71c6b88\",\n \"uid\": \"eiusmod consectetur minim sitips\",\n \"user_id\": \"urn:uuid:c63ab45d-4d52-61ba-9976-0df02f480252\",\n \"profile_id\": \"4b57b11e-5f24-46ec-31f6-48b47fb074d5\",\n \"ne_attribute_id\": \"2c696740-8844-ae3b-863f-7b6dd2d0078c\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"f841b1c5-8dba-d8ea-837c-a884cd6948fb\",\n \"uid\": \"culpa nulla estamet mollit dolor\",\n \"user_id\": \"3517e426-c3a2-47ca-f738-30d69c8979af\",\n \"profile_id\": \"18bfa4b4-5c07-117e-9a09-4865f817ef61\",\n \"ne_attribute_id\": \"02fb4a86-2d3a-609d-3aa9-c2aef9c1467b\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b3ba9224-b0d3-4467-9194-6f8d5f9378f2", + "id": "0a013426-1967-4229-b7ec-efadabd7cacc", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18130,7 +18130,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"8f48affd-71a7-f4c7-c09e-192575bd5d91\",\n \"user_id\": \"urn:uuid:dc704cd1-b951-fe0b-06a5-c029a39fe4b2\",\n \"profile_id\": \"3a6c8bbf-2e43-104c-7b96-77e61ba47bba\",\n \"ne_attribute_id\": \"61724ee4-a895-ca09-ab6d-30bc6fed97d5\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"6b0798dd-01c2-349c-33f5-fd9c353f50a1\",\n \"user_id\": \"urn:uuid:bcb763b4-001d-1c95-ee45-46b847a9daec\",\n \"profile_id\": \"urn:uuid:716ac7eb-bc14-49aa-ccd4-eff3e39dad27\",\n \"ne_attribute_id\": \"urn:uuid:bfa93e2a-10de-5527-4959-d3ceec2c16f2\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"1da73287-72cf-0a97-012a-3ae0c58bf586\",\n \"user_id\": \"urn:uuid:37e25608-4041-f98c-44c7-45e1c89ef0a0\",\n \"profile_id\": \"0ea77780-8305-e2e1-3aac-d318e2444089\",\n \"ne_attribute_id\": \"urn:uuid:3790eaeb-4e55-47a6-61c8-01debe58d010\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:8c257d90-dcfa-9cda-8e77-6410bb51f52c\",\n \"user_id\": \"urn:uuid:dbbdec8c-84c9-eefa-98a1-161ab7a37955\",\n \"profile_id\": \"urn:uuid:000222d1-4fd3-c4ee-be7c-a6b191fde6b9\",\n \"ne_attribute_id\": \"urn:uuid:8248b21a-2878-2aa6-1b6b-7e3d0226ae3d\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18152,7 +18152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55775888-0544-44cd-9532-380c3496cb73", + "id": "da5634ed-4e44-4c1f-8449-84af383f8fef", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -18186,7 +18186,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"8f48affd-71a7-f4c7-c09e-192575bd5d91\",\n \"user_id\": \"urn:uuid:dc704cd1-b951-fe0b-06a5-c029a39fe4b2\",\n \"profile_id\": \"3a6c8bbf-2e43-104c-7b96-77e61ba47bba\",\n \"ne_attribute_id\": \"61724ee4-a895-ca09-ab6d-30bc6fed97d5\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"6b0798dd-01c2-349c-33f5-fd9c353f50a1\",\n \"user_id\": \"urn:uuid:bcb763b4-001d-1c95-ee45-46b847a9daec\",\n \"profile_id\": \"urn:uuid:716ac7eb-bc14-49aa-ccd4-eff3e39dad27\",\n \"ne_attribute_id\": \"urn:uuid:bfa93e2a-10de-5527-4959-d3ceec2c16f2\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"1da73287-72cf-0a97-012a-3ae0c58bf586\",\n \"user_id\": \"urn:uuid:37e25608-4041-f98c-44c7-45e1c89ef0a0\",\n \"profile_id\": \"0ea77780-8305-e2e1-3aac-d318e2444089\",\n \"ne_attribute_id\": \"urn:uuid:3790eaeb-4e55-47a6-61c8-01debe58d010\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:8c257d90-dcfa-9cda-8e77-6410bb51f52c\",\n \"user_id\": \"urn:uuid:dbbdec8c-84c9-eefa-98a1-161ab7a37955\",\n \"profile_id\": \"urn:uuid:000222d1-4fd3-c4ee-be7c-a6b191fde6b9\",\n \"ne_attribute_id\": \"urn:uuid:8248b21a-2878-2aa6-1b6b-7e3d0226ae3d\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18214,7 +18214,7 @@ } }, { - "id": "183e0019-3591-4212-9994-209c9d32601a", + "id": "c6b249ff-574d-4053-acc9-29aea779e220", "name": "Delete multiple user-profile contributor relationships", "request": { "name": "Delete multiple user-profile contributor relationships", @@ -18245,7 +18245,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:f2efe956-9850-25ce-cc5f-b05af7886feb\"\n },\n {\n \"id\": \"urn:uuid:f17229a9-0fca-de7c-15fb-7971fc1488a2\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"18a9ac39-9113-5d6c-f026-37ba0b719390\"\n },\n {\n \"id\": \"a7738c4b-f792-2f2b-d32d-cf70dfaa337d\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18257,7 +18257,7 @@ }, "response": [ { - "id": "9f97fc32-54a5-41e1-8660-3ca348d345fb", + "id": "29ebe31e-09e7-45e0-9c6f-25fcf18ca4b5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -18291,7 +18291,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:f2efe956-9850-25ce-cc5f-b05af7886feb\"\n },\n {\n \"id\": \"urn:uuid:f17229a9-0fca-de7c-15fb-7971fc1488a2\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"18a9ac39-9113-5d6c-f026-37ba0b719390\"\n },\n {\n \"id\": \"a7738c4b-f792-2f2b-d32d-cf70dfaa337d\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18308,12 +18308,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"fcce2ed1-d309-fa08-d7d6-fea29921e2d5\",\n \"uid\": \"esse deserunt adsint nisi inanim\",\n \"user_id\": \"urn:uuid:1a6f9da7-3fdb-36df-9e92-3d03435d1a6c\",\n \"profile_id\": \"6efaf72b-5f06-163a-b367-6e3b9c5eba83\",\n \"ne_attribute_id\": \"urn:uuid:42aaaa55-7b31-d32c-af56-25e4a5fc5a60\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"6872f9f9-d42d-ddba-f719-0da7969af34e\",\n \"uid\": \"quis dolore Excepteurlaborum est\",\n \"user_id\": \"845610b0-f514-16a1-dc3e-f69cf14436eb\",\n \"profile_id\": \"urn:uuid:acc9f095-4887-26b6-7f40-0cc60733a77c\",\n \"ne_attribute_id\": \"2b51ab0b-e2cc-adb5-1570-2879f6041937\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"74a9ecdc-be67-ff7d-0f65-6632f71c6b88\",\n \"uid\": \"eiusmod consectetur minim sitips\",\n \"user_id\": \"urn:uuid:c63ab45d-4d52-61ba-9976-0df02f480252\",\n \"profile_id\": \"4b57b11e-5f24-46ec-31f6-48b47fb074d5\",\n \"ne_attribute_id\": \"2c696740-8844-ae3b-863f-7b6dd2d0078c\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"f841b1c5-8dba-d8ea-837c-a884cd6948fb\",\n \"uid\": \"culpa nulla estamet mollit dolor\",\n \"user_id\": \"3517e426-c3a2-47ca-f738-30d69c8979af\",\n \"profile_id\": \"18bfa4b4-5c07-117e-9a09-4865f817ef61\",\n \"ne_attribute_id\": \"02fb4a86-2d3a-609d-3aa9-c2aef9c1467b\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "38323b45-397c-48a6-8648-ba3f018ae514", + "id": "674fff7b-fe82-477d-9edc-196e43cd67d5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18347,7 +18347,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:f2efe956-9850-25ce-cc5f-b05af7886feb\"\n },\n {\n \"id\": \"urn:uuid:f17229a9-0fca-de7c-15fb-7971fc1488a2\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"18a9ac39-9113-5d6c-f026-37ba0b719390\"\n },\n {\n \"id\": \"a7738c4b-f792-2f2b-d32d-cf70dfaa337d\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18369,7 +18369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d11ec31e-a396-483c-adbc-dc2b00d2d15f", + "id": "66feab03-c4ea-4684-a680-35d349a50fe2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -18403,7 +18403,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:f2efe956-9850-25ce-cc5f-b05af7886feb\"\n },\n {\n \"id\": \"urn:uuid:f17229a9-0fca-de7c-15fb-7971fc1488a2\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"18a9ac39-9113-5d6c-f026-37ba0b719390\"\n },\n {\n \"id\": \"a7738c4b-f792-2f2b-d32d-cf70dfaa337d\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18431,7 +18431,7 @@ } }, { - "id": "b3cfd9fe-0d58-4d99-9854-c15236bc5768", + "id": "ec19df98-a24d-4e25-816e-36d3ab4b7b2c", "name": "Find user-profile contributor relationship by id", "request": { "name": "Find user-profile contributor relationship by id", @@ -18473,7 +18473,7 @@ }, "response": [ { - "id": "3e7d9c91-39d5-492e-8812-4856dc53d6dc", + "id": "bccd60d3-f33f-4fd5-a5cf-54f16d8db6d9", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -18512,12 +18512,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"648ae6a4-0ec2-91ed-cb14-4a369fd4dc57\",\n \"uid\": \"esseExcepteur Duis sed occaecatd\",\n \"user_id\": \"e5fa783d-416b-ce8a-d601-208d2094cef7\",\n \"profile_id\": \"urn:uuid:6d153227-d98e-9659-a693-d124c2a04f49\",\n \"ne_attribute_id\": \"3ba50f45-e296-8115-4acb-f66ed99ae5ee\",\n \"relationship_type\": \"owner\"\n }\n}", + "body": "{\n \"user_profile\": {\n \"id\": \"8718dc95-39b4-6c4b-669a-187fda5a90c7\",\n \"uid\": \"et voluptatesint consecteturex m\",\n \"user_id\": \"981eb9af-cbd7-cc73-a427-5c2eef762e8c\",\n \"profile_id\": \"urn:uuid:dcc6ab8e-c5b7-e44a-9814-8fc1c382f989\",\n \"ne_attribute_id\": \"a2518afb-ad34-02d6-b72f-8ffbfefe8b62\",\n \"relationship_type\": \"contributor\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3662ea22-d966-43e4-b31f-6bf11c09dfde", + "id": "c36b4837-cf4e-4f24-b6fd-e88eb6666b9e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18561,7 +18561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6059752-6beb-438b-b744-bedb5024898f", + "id": "d0935732-8ba0-41ae-82c2-210b91885eb3", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -18611,7 +18611,7 @@ } }, { - "id": "26ce5c61-e0fe-417e-8c24-051f0f4e00da", + "id": "ccdf3733-0d3c-421b-85c3-f0e746d77f01", "name": "Update a user-profile contributor relationship by id", "request": { "name": "Update a user-profile contributor relationship by id", @@ -18654,7 +18654,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:22080881-1f7f-7b09-5196-b4725da38e98\",\n \"profile_id\": \"22f83435-da62-f985-0d89-6b42be6f2271\",\n \"ne_attribute_id\": \"urn:uuid:35bfeb37-e881-f552-f5a1-8843181fb89e\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"d14f8725-cbd4-3902-60e8-35b1f251139e\",\n \"profile_id\": \"urn:uuid:abdd8199-553a-5e89-1c1e-75a5c2cbc971\",\n \"ne_attribute_id\": \"0b0db211-ea7c-c3c1-146a-5da7c2a20c2b\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18666,7 +18666,7 @@ }, "response": [ { - "id": "5482f1e7-7b06-4565-9bd7-4983358de2fe", + "id": "a0c32be6-78b2-45fd-8264-1d123096c942", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -18701,7 +18701,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:22080881-1f7f-7b09-5196-b4725da38e98\",\n \"profile_id\": \"22f83435-da62-f985-0d89-6b42be6f2271\",\n \"ne_attribute_id\": \"urn:uuid:35bfeb37-e881-f552-f5a1-8843181fb89e\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"d14f8725-cbd4-3902-60e8-35b1f251139e\",\n \"profile_id\": \"urn:uuid:abdd8199-553a-5e89-1c1e-75a5c2cbc971\",\n \"ne_attribute_id\": \"0b0db211-ea7c-c3c1-146a-5da7c2a20c2b\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18718,12 +18718,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"648ae6a4-0ec2-91ed-cb14-4a369fd4dc57\",\n \"uid\": \"esseExcepteur Duis sed occaecatd\",\n \"user_id\": \"e5fa783d-416b-ce8a-d601-208d2094cef7\",\n \"profile_id\": \"urn:uuid:6d153227-d98e-9659-a693-d124c2a04f49\",\n \"ne_attribute_id\": \"3ba50f45-e296-8115-4acb-f66ed99ae5ee\",\n \"relationship_type\": \"owner\"\n }\n}", + "body": "{\n \"user_profile\": {\n \"id\": \"8718dc95-39b4-6c4b-669a-187fda5a90c7\",\n \"uid\": \"et voluptatesint consecteturex m\",\n \"user_id\": \"981eb9af-cbd7-cc73-a427-5c2eef762e8c\",\n \"profile_id\": \"urn:uuid:dcc6ab8e-c5b7-e44a-9814-8fc1c382f989\",\n \"ne_attribute_id\": \"a2518afb-ad34-02d6-b72f-8ffbfefe8b62\",\n \"relationship_type\": \"contributor\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3dd0c2cc-1617-47b2-807c-9bcecb6b24c8", + "id": "460503dc-d555-4742-bb53-a93b0923ce26", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18758,7 +18758,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:22080881-1f7f-7b09-5196-b4725da38e98\",\n \"profile_id\": \"22f83435-da62-f985-0d89-6b42be6f2271\",\n \"ne_attribute_id\": \"urn:uuid:35bfeb37-e881-f552-f5a1-8843181fb89e\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"d14f8725-cbd4-3902-60e8-35b1f251139e\",\n \"profile_id\": \"urn:uuid:abdd8199-553a-5e89-1c1e-75a5c2cbc971\",\n \"ne_attribute_id\": \"0b0db211-ea7c-c3c1-146a-5da7c2a20c2b\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18780,7 +18780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca704449-d563-4bbe-8c97-273d95e14729", + "id": "705ddc7d-004c-4a42-8ccd-9e7f216bd56f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -18815,7 +18815,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:22080881-1f7f-7b09-5196-b4725da38e98\",\n \"profile_id\": \"22f83435-da62-f985-0d89-6b42be6f2271\",\n \"ne_attribute_id\": \"urn:uuid:35bfeb37-e881-f552-f5a1-8843181fb89e\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"d14f8725-cbd4-3902-60e8-35b1f251139e\",\n \"profile_id\": \"urn:uuid:abdd8199-553a-5e89-1c1e-75a5c2cbc971\",\n \"ne_attribute_id\": \"0b0db211-ea7c-c3c1-146a-5da7c2a20c2b\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18843,7 +18843,7 @@ } }, { - "id": "83e9c2e1-a01b-4094-8ddd-749f229fa0cb", + "id": "d6b60436-21f6-4157-a55c-4623fc3dd321", "name": "Delete a user profile assignment", "request": { "name": "Delete a user profile assignment", @@ -18885,7 +18885,7 @@ }, "response": [ { - "id": "8a53bc61-962e-4718-8a45-7c7c0b245814", + "id": "c1732cf1-60c2-4b1f-9643-25aa6cda10d8", "name": "User profile was destroyed", "originalRequest": { "url": { @@ -18929,7 +18929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "defdbe2d-44a6-42b1-8f3e-83957010a12e", + "id": "8b948dad-994b-47ec-9875-0a7235b5476e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18973,7 +18973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7815e85c-8ea1-4e01-a1e5-33a1ec993f8e", + "id": "78ebacda-a185-4c80-809e-e6e8d9601d71", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19029,7 +19029,7 @@ "description": "", "item": [ { - "id": "f812261e-9d72-4c3d-a629-b576ea54931f", + "id": "6e2ce6d0-7a8c-490f-87da-e05fb2ef22dc", "name": "Create a role-profile contributor relationship", "request": { "name": "Create a role-profile contributor relationship", @@ -19060,7 +19060,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:5c6afcf2-096e-2f19-a635-6665040d94fd\",\n \"profile_id\": \"urn:uuid:cc776f9a-2e38-a9c2-e7cc-65573c5d65b9\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"b56cdee2-3b70-3029-f18a-0929002c1d3c\",\n \"profile_id\": \"urn:uuid:850f511f-2ac5-935c-59c4-854e227c4837\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19072,7 +19072,7 @@ }, "response": [ { - "id": "57cdc210-b9f1-4605-a608-7aace1e5e165", + "id": "6a1c992c-0ee6-4170-a331-aa82faffae22", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19106,7 +19106,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:5c6afcf2-096e-2f19-a635-6665040d94fd\",\n \"profile_id\": \"urn:uuid:cc776f9a-2e38-a9c2-e7cc-65573c5d65b9\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"b56cdee2-3b70-3029-f18a-0929002c1d3c\",\n \"profile_id\": \"urn:uuid:850f511f-2ac5-935c-59c4-854e227c4837\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19123,12 +19123,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:68a40a1c-b6a0-9eb9-08ff-f9379da963b8\",\n \"uid\": \"culpaquis ex sed officiaeuesse d\",\n \"role_id\": \"b1c510eb-d086-727c-2472-5c2d7cbd5912\",\n \"profile_id\": \"urn:uuid:c5c0844a-7532-891a-f5b3-fb722297f33f\"\n }\n}", + "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:46a80f61-cb2c-de86-c168-6eb0a5057944\",\n \"uid\": \"in aliquipdo utofficiaut sunt al\",\n \"role_id\": \"cbd13460-5e8a-37bc-5163-4569efadef85\",\n \"profile_id\": \"urn:uuid:6cdcba9e-e70f-7810-e593-d43e2a514b0d\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8e55c45f-2646-4700-9810-285868e1e049", + "id": "c5179776-2f3b-4f1f-8ce4-a541d5876360", "name": "Invalid input", "originalRequest": { "url": { @@ -19158,7 +19158,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:5c6afcf2-096e-2f19-a635-6665040d94fd\",\n \"profile_id\": \"urn:uuid:cc776f9a-2e38-a9c2-e7cc-65573c5d65b9\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"b56cdee2-3b70-3029-f18a-0929002c1d3c\",\n \"profile_id\": \"urn:uuid:850f511f-2ac5-935c-59c4-854e227c4837\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19180,7 +19180,7 @@ } }, { - "id": "5524da07-ab48-4747-8d94-d4a23c68c506", + "id": "0db1961e-1b89-4a35-a3a3-c7341876a11a", "name": "Get role-profile contributor relationships", "request": { "name": "Get role-profile contributor relationships", @@ -19230,7 +19230,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -19265,7 +19265,7 @@ }, "response": [ { - "id": "3de35981-d80a-43a6-9e14-d2c61586beaa", + "id": "a12d8e51-2f10-4eb0-8496-bf9fb3560117", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19310,7 +19310,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -19358,12 +19358,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:79f3776a-1ccb-17e7-f003-e77ee72abed5\",\n \"uid\": \"aute Duis estet occaecat Duisvel\",\n \"role_id\": \"urn:uuid:efa8d052-97c0-6531-7f82-012fb40305aa\",\n \"profile_id\": \"b2a90801-ac3c-c24f-5b92-cfdf1696e686\"\n },\n {\n \"id\": \"urn:uuid:d78409e2-6981-a7ba-dbd6-e7eaf7c965d2\",\n \"uid\": \"magna eu sunt nostrudUt laborese\",\n \"role_id\": \"50063c37-1994-4294-4801-66651d9498b1\",\n \"profile_id\": \"urn:uuid:c3377114-52b7-d98e-c66b-c02fdaf437e8\"\n }\n ],\n \"_metadata\": {\n \"limit\": -26070903,\n \"offset\": -35641288,\n \"total\": 64120867,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"role_profiles\": [\n {\n \"id\": \"1fc01579-bc26-019f-14f1-80a0628a3985\",\n \"uid\": \"laborum nisi pariaturExcepteur i\",\n \"role_id\": \"6edd0c30-58b5-ee31-7469-08c3372975e3\",\n \"profile_id\": \"urn:uuid:81cca51e-8d34-c5a0-2fbd-fe466a2ee63e\"\n },\n {\n \"id\": \"36ff544d-3337-ee61-d339-f45d644ee7f4\",\n \"uid\": \"consequat adipisicing ut volupta\",\n \"role_id\": \"6d4551ea-bb28-7479-b784-801a22de4ebf\",\n \"profile_id\": \"urn:uuid:df06bf71-f43a-02db-5054-b431d8ada10d\"\n }\n ],\n \"_metadata\": {\n \"limit\": 75955296,\n \"offset\": 1853198,\n \"total\": 12178443,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ef698820-f202-4281-84a6-85ffde6d42bd", + "id": "f3dd22ad-857d-4449-8169-62f71ff083bf", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19408,7 +19408,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -19461,7 +19461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35feff83-669c-48ca-8409-84308fdcd8b7", + "id": "9baf704d-78f8-4f15-bf09-57be9d51476d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19506,7 +19506,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -19565,7 +19565,7 @@ } }, { - "id": "33aea1f3-ea28-4fa8-8db6-524fc792b826", + "id": "2e6e0f4e-4496-4d9f-86be-5942ad9df382", "name": "Create multiple role-profile contributor relationships", "request": { "name": "Create multiple role-profile contributor relationships", @@ -19596,7 +19596,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"3bd27c12-efa3-d94c-b642-dd6a87c9bcb4\",\n \"profile_id\": \"7000fe48-4975-5606-fabc-7eeee62c6fa8\"\n },\n {\n \"role_id\": \"urn:uuid:ffdb254c-f6ae-85fb-cfbd-53f02c5ecdc9\",\n \"profile_id\": \"ec080204-ecd9-a3dc-19c5-5bc2802ecf6b\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:5a074079-cb88-af24-952e-3268725afbfa\",\n \"profile_id\": \"urn:uuid:2df33d7d-edf7-6fa3-5c9a-dd5c0c4bbf9c\"\n },\n {\n \"role_id\": \"urn:uuid:7ea57af9-28d6-a577-4279-0e4024ab53cf\",\n \"profile_id\": \"urn:uuid:70dfff0a-2124-e028-a31e-4016c20be227\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -19608,7 +19608,7 @@ }, "response": [ { - "id": "7f377f01-29a1-4dfe-b27e-69deb582121c", + "id": "c2024621-f0fc-4c61-8a51-b4a8a978bdeb", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19642,7 +19642,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"3bd27c12-efa3-d94c-b642-dd6a87c9bcb4\",\n \"profile_id\": \"7000fe48-4975-5606-fabc-7eeee62c6fa8\"\n },\n {\n \"role_id\": \"urn:uuid:ffdb254c-f6ae-85fb-cfbd-53f02c5ecdc9\",\n \"profile_id\": \"ec080204-ecd9-a3dc-19c5-5bc2802ecf6b\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:5a074079-cb88-af24-952e-3268725afbfa\",\n \"profile_id\": \"urn:uuid:2df33d7d-edf7-6fa3-5c9a-dd5c0c4bbf9c\"\n },\n {\n \"role_id\": \"urn:uuid:7ea57af9-28d6-a577-4279-0e4024ab53cf\",\n \"profile_id\": \"urn:uuid:70dfff0a-2124-e028-a31e-4016c20be227\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -19659,12 +19659,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:d646b105-4294-19eb-1eef-083ca6b656b3\",\n \"uid\": \"occaecat fugiat laborum consecte\",\n \"role_id\": \"237d02fb-7c5a-0c0f-55d1-d593d9c14153\",\n \"profile_id\": \"urn:uuid:ffa6cabb-21ae-8bc4-fcba-2c6632ecadc8\"\n },\n {\n \"id\": \"urn:uuid:b4f4f7b7-a454-f6f7-07d9-e76eeee4dc67\",\n \"uid\": \"etaliqua Duisincididunt cillumau\",\n \"role_id\": \"91042543-c14e-2747-68f5-b84739f35073\",\n \"profile_id\": \"4daf7779-fd0e-d1e5-ea7e-83f012a555dc\"\n }\n ]\n}", + "body": "{\n \"role_profiles\": [\n {\n \"id\": \"fac7be9b-43ed-3667-1768-57bd7beea75a\",\n \"uid\": \"proident deserunt aute sint dolo\",\n \"role_id\": \"1dbd69fe-a007-983e-7516-5e716f2d7631\",\n \"profile_id\": \"urn:uuid:d7ee2736-e760-6e28-f6a0-9c33bd7a98e6\"\n },\n {\n \"id\": \"urn:uuid:93cffef9-8109-1eeb-6288-f687c12f9bea\",\n \"uid\": \"ad aute labore non nostrudlabore\",\n \"role_id\": \"eb944126-46d1-a748-b02f-f71d8021ea19\",\n \"profile_id\": \"urn:uuid:9c292c38-1295-5194-839b-bbc699aab348\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "486a669d-e167-471e-8f9e-11596ad01768", + "id": "6cf3e420-d1d0-4a3f-b3e9-9e2100a07263", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19698,7 +19698,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"3bd27c12-efa3-d94c-b642-dd6a87c9bcb4\",\n \"profile_id\": \"7000fe48-4975-5606-fabc-7eeee62c6fa8\"\n },\n {\n \"role_id\": \"urn:uuid:ffdb254c-f6ae-85fb-cfbd-53f02c5ecdc9\",\n \"profile_id\": \"ec080204-ecd9-a3dc-19c5-5bc2802ecf6b\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:5a074079-cb88-af24-952e-3268725afbfa\",\n \"profile_id\": \"urn:uuid:2df33d7d-edf7-6fa3-5c9a-dd5c0c4bbf9c\"\n },\n {\n \"role_id\": \"urn:uuid:7ea57af9-28d6-a577-4279-0e4024ab53cf\",\n \"profile_id\": \"urn:uuid:70dfff0a-2124-e028-a31e-4016c20be227\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -19720,7 +19720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7cbb1ef-2ca6-4be8-8b28-e8570e7d3593", + "id": "a0f56d85-9856-490e-a852-e1cb3c8c3a72", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19754,7 +19754,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"3bd27c12-efa3-d94c-b642-dd6a87c9bcb4\",\n \"profile_id\": \"7000fe48-4975-5606-fabc-7eeee62c6fa8\"\n },\n {\n \"role_id\": \"urn:uuid:ffdb254c-f6ae-85fb-cfbd-53f02c5ecdc9\",\n \"profile_id\": \"ec080204-ecd9-a3dc-19c5-5bc2802ecf6b\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:5a074079-cb88-af24-952e-3268725afbfa\",\n \"profile_id\": \"urn:uuid:2df33d7d-edf7-6fa3-5c9a-dd5c0c4bbf9c\"\n },\n {\n \"role_id\": \"urn:uuid:7ea57af9-28d6-a577-4279-0e4024ab53cf\",\n \"profile_id\": \"urn:uuid:70dfff0a-2124-e028-a31e-4016c20be227\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -19782,7 +19782,7 @@ } }, { - "id": "762734d8-c87c-4a89-88ed-2627997c57d3", + "id": "98e51b6e-a250-4710-9be4-d20a0aaafa2c", "name": "Update multiple role-profile contributor relationships", "request": { "name": "Update multiple role-profile contributor relationships", @@ -19813,7 +19813,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:89202d92-d8e5-2a9d-e496-2b96ba0a59aa\",\n \"role_id\": \"af8f3d16-4631-907d-0ccd-32595f4c8134\",\n \"profile_id\": \"urn:uuid:0976b7d2-7b35-c54a-fed0-c356a8dbafda\"\n },\n {\n \"id\": \"25a074a9-33d9-33dd-bdb4-a557bcb91c96\",\n \"role_id\": \"47bcc50d-0396-577e-6b54-08f20b180dff\",\n \"profile_id\": \"5f795446-5221-cf47-6226-d5133f0613a2\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:d8c2dce7-15f1-61bf-114c-7172d606440a\",\n \"role_id\": \"5dc7e717-9631-43fb-9c4d-e9923f3ed093\",\n \"profile_id\": \"urn:uuid:9a0b2c25-c92b-6fa8-8469-556135eb4bdd\"\n },\n {\n \"id\": \"urn:uuid:52068a28-bfb8-8659-c7f9-42558c5672a3\",\n \"role_id\": \"urn:uuid:d3fe0f18-7f37-1dfb-e8c9-c24538c34bd3\",\n \"profile_id\": \"e64a4314-8c24-8d30-1775-1e6d9e025eef\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -19825,7 +19825,7 @@ }, "response": [ { - "id": "18aab82f-0cf1-4966-aa5e-852eee072995", + "id": "6f101dc2-f074-425e-a5d5-d33e4d94e6c2", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19859,7 +19859,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:89202d92-d8e5-2a9d-e496-2b96ba0a59aa\",\n \"role_id\": \"af8f3d16-4631-907d-0ccd-32595f4c8134\",\n \"profile_id\": \"urn:uuid:0976b7d2-7b35-c54a-fed0-c356a8dbafda\"\n },\n {\n \"id\": \"25a074a9-33d9-33dd-bdb4-a557bcb91c96\",\n \"role_id\": \"47bcc50d-0396-577e-6b54-08f20b180dff\",\n \"profile_id\": \"5f795446-5221-cf47-6226-d5133f0613a2\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:d8c2dce7-15f1-61bf-114c-7172d606440a\",\n \"role_id\": \"5dc7e717-9631-43fb-9c4d-e9923f3ed093\",\n \"profile_id\": \"urn:uuid:9a0b2c25-c92b-6fa8-8469-556135eb4bdd\"\n },\n {\n \"id\": \"urn:uuid:52068a28-bfb8-8659-c7f9-42558c5672a3\",\n \"role_id\": \"urn:uuid:d3fe0f18-7f37-1dfb-e8c9-c24538c34bd3\",\n \"profile_id\": \"e64a4314-8c24-8d30-1775-1e6d9e025eef\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -19876,12 +19876,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:d646b105-4294-19eb-1eef-083ca6b656b3\",\n \"uid\": \"occaecat fugiat laborum consecte\",\n \"role_id\": \"237d02fb-7c5a-0c0f-55d1-d593d9c14153\",\n \"profile_id\": \"urn:uuid:ffa6cabb-21ae-8bc4-fcba-2c6632ecadc8\"\n },\n {\n \"id\": \"urn:uuid:b4f4f7b7-a454-f6f7-07d9-e76eeee4dc67\",\n \"uid\": \"etaliqua Duisincididunt cillumau\",\n \"role_id\": \"91042543-c14e-2747-68f5-b84739f35073\",\n \"profile_id\": \"4daf7779-fd0e-d1e5-ea7e-83f012a555dc\"\n }\n ]\n}", + "body": "{\n \"role_profiles\": [\n {\n \"id\": \"fac7be9b-43ed-3667-1768-57bd7beea75a\",\n \"uid\": \"proident deserunt aute sint dolo\",\n \"role_id\": \"1dbd69fe-a007-983e-7516-5e716f2d7631\",\n \"profile_id\": \"urn:uuid:d7ee2736-e760-6e28-f6a0-9c33bd7a98e6\"\n },\n {\n \"id\": \"urn:uuid:93cffef9-8109-1eeb-6288-f687c12f9bea\",\n \"uid\": \"ad aute labore non nostrudlabore\",\n \"role_id\": \"eb944126-46d1-a748-b02f-f71d8021ea19\",\n \"profile_id\": \"urn:uuid:9c292c38-1295-5194-839b-bbc699aab348\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "17274cf7-8541-4594-a2a4-b2e00deb2e84", + "id": "26d01183-8d9b-4914-b286-72fd7d3dada4", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19915,7 +19915,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:89202d92-d8e5-2a9d-e496-2b96ba0a59aa\",\n \"role_id\": \"af8f3d16-4631-907d-0ccd-32595f4c8134\",\n \"profile_id\": \"urn:uuid:0976b7d2-7b35-c54a-fed0-c356a8dbafda\"\n },\n {\n \"id\": \"25a074a9-33d9-33dd-bdb4-a557bcb91c96\",\n \"role_id\": \"47bcc50d-0396-577e-6b54-08f20b180dff\",\n \"profile_id\": \"5f795446-5221-cf47-6226-d5133f0613a2\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:d8c2dce7-15f1-61bf-114c-7172d606440a\",\n \"role_id\": \"5dc7e717-9631-43fb-9c4d-e9923f3ed093\",\n \"profile_id\": \"urn:uuid:9a0b2c25-c92b-6fa8-8469-556135eb4bdd\"\n },\n {\n \"id\": \"urn:uuid:52068a28-bfb8-8659-c7f9-42558c5672a3\",\n \"role_id\": \"urn:uuid:d3fe0f18-7f37-1dfb-e8c9-c24538c34bd3\",\n \"profile_id\": \"e64a4314-8c24-8d30-1775-1e6d9e025eef\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -19937,7 +19937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78921a32-d23b-455e-84c3-551f83746c32", + "id": "907db954-5806-41b4-8ef5-597288a49997", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19971,7 +19971,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:89202d92-d8e5-2a9d-e496-2b96ba0a59aa\",\n \"role_id\": \"af8f3d16-4631-907d-0ccd-32595f4c8134\",\n \"profile_id\": \"urn:uuid:0976b7d2-7b35-c54a-fed0-c356a8dbafda\"\n },\n {\n \"id\": \"25a074a9-33d9-33dd-bdb4-a557bcb91c96\",\n \"role_id\": \"47bcc50d-0396-577e-6b54-08f20b180dff\",\n \"profile_id\": \"5f795446-5221-cf47-6226-d5133f0613a2\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:d8c2dce7-15f1-61bf-114c-7172d606440a\",\n \"role_id\": \"5dc7e717-9631-43fb-9c4d-e9923f3ed093\",\n \"profile_id\": \"urn:uuid:9a0b2c25-c92b-6fa8-8469-556135eb4bdd\"\n },\n {\n \"id\": \"urn:uuid:52068a28-bfb8-8659-c7f9-42558c5672a3\",\n \"role_id\": \"urn:uuid:d3fe0f18-7f37-1dfb-e8c9-c24538c34bd3\",\n \"profile_id\": \"e64a4314-8c24-8d30-1775-1e6d9e025eef\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -19999,7 +19999,7 @@ } }, { - "id": "528cfad9-9a2a-4900-93e3-7d41a3e7aaa7", + "id": "145dbe38-4cad-4263-a6e4-1cf852eae698", "name": "Find role-profile contributor relationship by id", "request": { "name": "Find role-profile contributor relationship by id", @@ -20041,7 +20041,7 @@ }, "response": [ { - "id": "efdeb37a-2ac0-4400-bc65-87baa8c696bb", + "id": "440d965e-1001-4212-807b-d86820dfa2e5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20080,12 +20080,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:68a40a1c-b6a0-9eb9-08ff-f9379da963b8\",\n \"uid\": \"culpaquis ex sed officiaeuesse d\",\n \"role_id\": \"b1c510eb-d086-727c-2472-5c2d7cbd5912\",\n \"profile_id\": \"urn:uuid:c5c0844a-7532-891a-f5b3-fb722297f33f\"\n }\n}", + "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:46a80f61-cb2c-de86-c168-6eb0a5057944\",\n \"uid\": \"in aliquipdo utofficiaut sunt al\",\n \"role_id\": \"cbd13460-5e8a-37bc-5163-4569efadef85\",\n \"profile_id\": \"urn:uuid:6cdcba9e-e70f-7810-e593-d43e2a514b0d\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cfb99b4d-5b10-4283-9348-066914cabe8e", + "id": "e2e8b0e4-7f69-4f3d-8571-9fcc56e6e889", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20129,7 +20129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c7e5861-2ccb-4d80-beb9-dc8e8ea4b0d5", + "id": "e740bee0-d12a-4d72-9223-84b98daa768f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20179,7 +20179,7 @@ } }, { - "id": "3f656a7b-9749-4da0-bbba-dc2fdd0da722", + "id": "4bb7bf47-4e3d-4011-a6c5-83e33bc396e3", "name": "Update a role-profile contributor relationship by id", "request": { "name": "Update a role-profile contributor relationship by id", @@ -20222,7 +20222,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:5c6afcf2-096e-2f19-a635-6665040d94fd\",\n \"profile_id\": \"urn:uuid:cc776f9a-2e38-a9c2-e7cc-65573c5d65b9\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"b56cdee2-3b70-3029-f18a-0929002c1d3c\",\n \"profile_id\": \"urn:uuid:850f511f-2ac5-935c-59c4-854e227c4837\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -20234,7 +20234,7 @@ }, "response": [ { - "id": "b2dcbd8d-bfb1-47da-9e8d-83eb25eb5896", + "id": "d9757fa5-b494-40d3-9672-571fe2999999", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20269,7 +20269,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:5c6afcf2-096e-2f19-a635-6665040d94fd\",\n \"profile_id\": \"urn:uuid:cc776f9a-2e38-a9c2-e7cc-65573c5d65b9\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"b56cdee2-3b70-3029-f18a-0929002c1d3c\",\n \"profile_id\": \"urn:uuid:850f511f-2ac5-935c-59c4-854e227c4837\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -20286,12 +20286,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:68a40a1c-b6a0-9eb9-08ff-f9379da963b8\",\n \"uid\": \"culpaquis ex sed officiaeuesse d\",\n \"role_id\": \"b1c510eb-d086-727c-2472-5c2d7cbd5912\",\n \"profile_id\": \"urn:uuid:c5c0844a-7532-891a-f5b3-fb722297f33f\"\n }\n}", + "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:46a80f61-cb2c-de86-c168-6eb0a5057944\",\n \"uid\": \"in aliquipdo utofficiaut sunt al\",\n \"role_id\": \"cbd13460-5e8a-37bc-5163-4569efadef85\",\n \"profile_id\": \"urn:uuid:6cdcba9e-e70f-7810-e593-d43e2a514b0d\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "95398e21-2333-4dcc-9d02-bbd69e1f283c", + "id": "c80bfe54-7854-4e3c-b3ca-afb20d70fa6d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20326,7 +20326,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:5c6afcf2-096e-2f19-a635-6665040d94fd\",\n \"profile_id\": \"urn:uuid:cc776f9a-2e38-a9c2-e7cc-65573c5d65b9\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"b56cdee2-3b70-3029-f18a-0929002c1d3c\",\n \"profile_id\": \"urn:uuid:850f511f-2ac5-935c-59c4-854e227c4837\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -20348,7 +20348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4893a9e-440e-4e01-97ea-fea3e7a1ff79", + "id": "607756f5-08aa-4f74-a585-522e63531495", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20383,7 +20383,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:5c6afcf2-096e-2f19-a635-6665040d94fd\",\n \"profile_id\": \"urn:uuid:cc776f9a-2e38-a9c2-e7cc-65573c5d65b9\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"b56cdee2-3b70-3029-f18a-0929002c1d3c\",\n \"profile_id\": \"urn:uuid:850f511f-2ac5-935c-59c4-854e227c4837\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -20411,7 +20411,7 @@ } }, { - "id": "06ff16f9-7919-432a-b826-1d6c5ac37593", + "id": "3b0770e4-ff98-4b96-abc0-e8c17e7f1584", "name": "Delete a role profile assignment", "request": { "name": "Delete a role profile assignment", @@ -20453,7 +20453,7 @@ }, "response": [ { - "id": "172220a2-90a5-4b99-8d80-d6b104fea160", + "id": "7d4f0cb3-b74f-44ed-acf3-e06f208f0af2", "name": "Role profile was destroyed", "originalRequest": { "url": { @@ -20497,7 +20497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cc78bb7-7454-422d-9b7a-c4dad5e6bf55", + "id": "a0924993-51e4-4397-b64c-163c15ca5e33", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20541,7 +20541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efeb1138-b30e-46da-b5a3-a096c92937fa", + "id": "42314806-d823-4207-96de-cdceeeb56060", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20597,7 +20597,7 @@ "description": "", "item": [ { - "id": "34125d44-9693-4331-ad89-dc3c0852b13e", + "id": "f486e97d-e726-4037-b63d-707a5b5c2897", "name": "Create a create workflow", "request": { "name": "Create a create workflow", @@ -20641,7 +20641,7 @@ }, "response": [ { - "id": "1e409c25-93a6-48bf-ad4b-4a8dcff12104", + "id": "6a70046f-a306-4e87-937b-ad7ecfa15b73", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20693,12 +20693,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"esse do voluptate ipsum laborisa\",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"urn:uuid:805535a9-554c-9704-8478-6a46333397d6\",\n \"055e6ab5-738a-3643-8369-656885b7ea0b\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", + "body": "{\n \"workflow\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ut velitesse aliqua Excepteur si\",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"2a864d54-17c5-2106-4b85-0d2a51aa90bd\",\n \"901b3653-d716-0915-4e71-16c66872c595\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b53c8d61-c0d5-4cae-b1ef-140a22a7b859", + "id": "ad8c3d29-a396-44eb-858c-1b3dcb34383e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20755,7 +20755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f325c395-b1ba-4edf-a1bb-5f092d958bc0", + "id": "37b21335-453a-4356-8190-8d4f7efe962f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20818,7 +20818,7 @@ } }, { - "id": "82c81811-7ea7-48bf-be55-aa5a24ec6049", + "id": "a0da0e51-4177-490f-984e-409913f9161a", "name": "Create an update workflow", "request": { "name": "Create an update workflow", @@ -20862,7 +20862,7 @@ }, "response": [ { - "id": "f9cf56f7-af2b-4ed8-931a-2bf6d403471f", + "id": "5d97eebb-d10e-411d-8333-7962dbc23bbb", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20914,12 +20914,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"esse do voluptate ipsum laborisa\",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"urn:uuid:805535a9-554c-9704-8478-6a46333397d6\",\n \"055e6ab5-738a-3643-8369-656885b7ea0b\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", + "body": "{\n \"workflow\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ut velitesse aliqua Excepteur si\",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"2a864d54-17c5-2106-4b85-0d2a51aa90bd\",\n \"901b3653-d716-0915-4e71-16c66872c595\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "df657d11-60b3-44de-8a15-d22ed0058a4e", + "id": "b006be10-1906-4466-b2a7-5ecf995a33bf", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20976,7 +20976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41e29142-593a-4f6c-ba78-518d7a166ff9", + "id": "73ccc20d-0cfe-4cd8-a30a-c63e101d592d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21039,7 +21039,7 @@ } }, { - "id": "644e17f0-3651-4e6b-87f6-111086cb554f", + "id": "7067db8a-8c08-4c27-8c4a-597d08596555", "name": "Create a batch workflow", "request": { "name": "Create a batch workflow", @@ -21083,7 +21083,7 @@ }, "response": [ { - "id": "0b17e9f7-1b6d-4aca-a514-e861d3351e10", + "id": "ea07743e-5939-4b7a-8b51-4c64d5c583be", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21135,12 +21135,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"esse do voluptate ipsum laborisa\",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"urn:uuid:805535a9-554c-9704-8478-6a46333397d6\",\n \"055e6ab5-738a-3643-8369-656885b7ea0b\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", + "body": "{\n \"workflow\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ut velitesse aliqua Excepteur si\",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"2a864d54-17c5-2106-4b85-0d2a51aa90bd\",\n \"901b3653-d716-0915-4e71-16c66872c595\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "64c6c5ea-8ef6-40b5-a02c-d44a2e1880ed", + "id": "85133cff-7542-438b-b200-5f5b3141cefc", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21197,7 +21197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f20fdff-df34-4bc7-b91b-440e70176ce9", + "id": "a0e1eef0-baf6-435a-ae02-38cd683a0f1e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21260,7 +21260,7 @@ } }, { - "id": "0f13ec13-9a90-4067-b5b4-eaccd9546dd4", + "id": "be02395a-0393-405f-af73-5b2f006e6aeb", "name": "Create an automated workflow", "request": { "name": "Create an automated workflow", @@ -21304,7 +21304,7 @@ }, "response": [ { - "id": "fee2a2fe-436e-4c23-a79d-08436462d442", + "id": "1e5e78d6-31ff-4b2b-a390-883d3ecc8a1a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21356,12 +21356,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"esse do voluptate ipsum laborisa\",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"urn:uuid:805535a9-554c-9704-8478-6a46333397d6\",\n \"055e6ab5-738a-3643-8369-656885b7ea0b\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", + "body": "{\n \"workflow\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ut velitesse aliqua Excepteur si\",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"2a864d54-17c5-2106-4b85-0d2a51aa90bd\",\n \"901b3653-d716-0915-4e71-16c66872c595\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5ee2cfee-20b5-454a-a254-85f46c4e447f", + "id": "501859a9-71c4-4c8a-960e-cab7ba99bfd8", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21418,7 +21418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d34c7669-a638-4ffd-847f-94fdfe0cdced", + "id": "5679d08d-acc5-4f14-94fe-44431b2fb216", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21481,7 +21481,7 @@ } }, { - "id": "e39e72de-fae1-4f7d-b12d-cc65081179cd", + "id": "29fa9fc5-7471-4ae9-af88-2b9b703bbd5a", "name": "Create a registration workflow", "request": { "name": "Create a registration workflow", @@ -21525,7 +21525,7 @@ }, "response": [ { - "id": "bf1ec76d-c448-42ea-845d-e97d579b86a7", + "id": "f20ea8b3-2743-4f24-97e9-94223c434af1", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21577,12 +21577,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"esse do voluptate ipsum laborisa\",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"urn:uuid:805535a9-554c-9704-8478-6a46333397d6\",\n \"055e6ab5-738a-3643-8369-656885b7ea0b\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", + "body": "{\n \"workflow\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ut velitesse aliqua Excepteur si\",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"2a864d54-17c5-2106-4b85-0d2a51aa90bd\",\n \"901b3653-d716-0915-4e71-16c66872c595\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0e73ab87-1143-4540-9426-db9589844abf", + "id": "c1b35ae1-c865-4e50-b4f5-3063ebbb06b1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21639,7 +21639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "891832f5-6e04-4dd0-9aee-ba4363b8041d", + "id": "549115f5-dd3f-4a6e-8776-b2a4160877bd", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21702,7 +21702,7 @@ } }, { - "id": "06066084-b464-4ff8-b2f9-aec5d713285d", + "id": "8f169d2c-2edd-402f-b421-b7b06013b33f", "name": "Create a login workflow", "request": { "name": "Create a login workflow", @@ -21746,7 +21746,7 @@ }, "response": [ { - "id": "5c5118a3-8047-46eb-8374-18bbc1107edf", + "id": "7bd8d567-235e-4c97-9c58-397fde2ce97d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21798,12 +21798,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"esse do voluptate ipsum laborisa\",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"urn:uuid:805535a9-554c-9704-8478-6a46333397d6\",\n \"055e6ab5-738a-3643-8369-656885b7ea0b\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", + "body": "{\n \"workflow\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ut velitesse aliqua Excepteur si\",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"2a864d54-17c5-2106-4b85-0d2a51aa90bd\",\n \"901b3653-d716-0915-4e71-16c66872c595\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ff1b2326-925c-4c3d-8326-004fe30ba06e", + "id": "d41eb480-95b5-41c3-b048-917895d7da9b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21860,7 +21860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce043489-1611-4fa3-8bf4-80364f040a5a", + "id": "2c11e58a-dee5-48ed-a7d8-7037ba42bd18", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21923,7 +21923,7 @@ } }, { - "id": "a1274cfe-7462-4383-98f4-f4a6faa26780", + "id": "c1cde655-fd59-40d7-8aa0-285e73686d56", "name": "Create a password reset workflow", "request": { "name": "Create a password reset workflow", @@ -21967,7 +21967,7 @@ }, "response": [ { - "id": "ca272d29-5212-4495-819f-b6ebb3b6133b", + "id": "6445d5bd-9dfd-4609-b52d-2ae092ef91ca", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22019,12 +22019,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"esse do voluptate ipsum laborisa\",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"urn:uuid:805535a9-554c-9704-8478-6a46333397d6\",\n \"055e6ab5-738a-3643-8369-656885b7ea0b\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", + "body": "{\n \"workflow\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ut velitesse aliqua Excepteur si\",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"2a864d54-17c5-2106-4b85-0d2a51aa90bd\",\n \"901b3653-d716-0915-4e71-16c66872c595\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "41a5907a-a5b1-4cae-b1fc-65a7672d5a1c", + "id": "0f48be94-6416-4e79-b4f1-2c31ce6a4713", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22081,7 +22081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f60b65f-f311-496e-bfed-b5eb4b227723", + "id": "3f975870-e2eb-4f95-b414-4ec410dc6815", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22150,7 +22150,7 @@ "description": "", "item": [ { - "id": "8ad6b648-f53c-4f1d-8d29-65c3975c06e3", + "id": "25c6b8a9-7619-4912-acd5-3e9a6e81fd4f", "name": "Create an approval action", "request": { "name": "Create an approval action", @@ -22194,7 +22194,7 @@ }, "response": [ { - "id": "3ab4fec6-5779-4b2c-885f-919d5c83b4cc", + "id": "482d8604-b27d-4a2c-9999-007f2d190e8b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22251,7 +22251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e5f74c8-0b31-4acf-9d79-e636f62fe7fc", + "id": "4bf4ae74-e3af-43ba-97ab-40b1aec24b45", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22308,7 +22308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0bdd6f2-be28-4731-97b2-a10658937285", + "id": "3fb74af7-764c-43b0-9972-bbc56710498f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22371,7 +22371,7 @@ } }, { - "id": "c87d38a4-5831-47a8-a92c-e009e0f31c58", + "id": "a914009b-dbbf-4e00-a618-100b60e3cb25", "name": "Create ask security question action", "request": { "name": "Create ask security question action", @@ -22415,7 +22415,7 @@ }, "response": [ { - "id": "c76269b3-404d-4152-99ba-bcfe106f5e8f", + "id": "9f9e4754-7f6c-4129-802e-62d38ee69ec5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22472,7 +22472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a1683bd-b7af-4c6e-bfdb-808f77cbfd9f", + "id": "62bd3ec3-004f-443a-9398-f4a5ad376ab9", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22529,7 +22529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed49fef1-1296-458f-9b85-61b82eff8ccd", + "id": "3a790a0d-d923-4388-8cdf-b783ba0419db", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22592,7 +22592,7 @@ } }, { - "id": "82ca3b02-de23-458f-81de-c9e368a44ab8", + "id": "cdddb4f9-fe86-42fe-b015-233ea3062c16", "name": "Create an auto assign action", "request": { "name": "Create an auto assign action", @@ -22636,7 +22636,7 @@ }, "response": [ { - "id": "73cf3803-edd2-4b6a-bd99-a3dbf38c95a9", + "id": "c134ea42-274c-4c96-9aa9-e5fe930eae56", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22693,7 +22693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ea45257-9e51-429a-a32b-b03feda38bb6", + "id": "ef546017-ce99-4978-882c-9982aa18a831", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22750,7 +22750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f64cb79-bc88-4341-9756-b75fb3b6753b", + "id": "30750533-c91b-4eb1-9d2e-abe4afc5f21f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22813,7 +22813,7 @@ } }, { - "id": "f37ceec5-3130-4d97-a2df-e26784e69ec1", + "id": "43bb49c4-9464-4744-b5bc-8e79d9cfdc3c", "name": "Create a batch update action", "request": { "name": "Create a batch update action", @@ -22857,7 +22857,7 @@ }, "response": [ { - "id": "f75c29d8-a54c-42a6-9839-5a218b7e682f", + "id": "283f21c0-386f-4781-ad48-55af1975da5f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22914,7 +22914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22dff314-7a1e-42d1-8c8f-a245e2cc0b3d", + "id": "ba99d36b-9ec1-4d73-938a-ffb2dd4410e0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22971,7 +22971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fef0b47e-1224-4edc-95dc-8ff2349daf34", + "id": "019bb52c-43da-423a-ba8d-19dc3124552c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23034,7 +23034,7 @@ } }, { - "id": "d8ea557b-9245-42a9-9875-92dd03494140", + "id": "fd23c571-c9c2-40bc-bad4-313086b06d5b", "name": "Create a close session action", "request": { "name": "Create a close session action", @@ -23078,7 +23078,7 @@ }, "response": [ { - "id": "fc99898a-6c79-4de2-9946-5a41a6636788", + "id": "b2df0b92-b464-4c30-9f04-94e9ec505cb1", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23135,7 +23135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91acffe1-b7e8-467a-8c54-37f0bc9eaa62", + "id": "18678e1c-4d8b-429f-841d-5fbb329dea45", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23192,7 +23192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd611422-9d62-44e7-a6d1-ba0924e0d553", + "id": "0201b390-c9e7-487d-9f2e-af3134a4d7e0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23255,7 +23255,7 @@ } }, { - "id": "5bc620fd-d656-49b6-a74c-379e229ed409", + "id": "8d11fab2-1226-4394-a982-fc5d02bd8707", "name": "Create a contributors action", "request": { "name": "Create a contributors action", @@ -23299,7 +23299,7 @@ }, "response": [ { - "id": "e704595f-ce41-4bd3-a1c7-f35d323aedfd", + "id": "052529eb-d262-4dee-8eb7-631a7c006d2a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23356,7 +23356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ffccf95-5165-4d50-8675-877212cef12b", + "id": "f1ec316b-2d19-43e3-b2e1-7d352927b591", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23413,7 +23413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5953223-d31d-4d20-981e-db1fb2ffc950", + "id": "f112858f-4882-4cd5-bf18-b92c0df2ff57", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23476,7 +23476,7 @@ } }, { - "id": "2ec05d39-6c67-4f0b-8c28-a46da0d6a3d6", + "id": "ae8dee8c-7333-4cad-9e32-7c73722fb112", "name": "Create a create profile action", "request": { "name": "Create a create profile action", @@ -23520,7 +23520,7 @@ }, "response": [ { - "id": "30cc06bc-f724-4466-8cff-9f470da6bc61", + "id": "9f1c8f16-fda1-4516-82b1-111c8ea75e08", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23577,7 +23577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "975ffb5c-f4c2-46a0-8f21-0d2c4ccaa3d5", + "id": "ba90754d-e0bf-45c7-9ec9-4bafb9225c49", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23634,7 +23634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00b6018a-c034-415d-8e46-d34aebc36868", + "id": "3b93e61b-9283-4740-aab6-83834864a5be", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23697,7 +23697,7 @@ } }, { - "id": "1362a6b0-eede-4efd-b9d2-8f18c0b3a91e", + "id": "1d65ac59-043c-488d-80f3-a3918e312b44", "name": "Create a duplicate prevention action", "request": { "name": "Create a duplicate prevention action", @@ -23741,7 +23741,7 @@ }, "response": [ { - "id": "54676c68-a9c5-4d1b-8910-d9b36e491d9b", + "id": "c0c098f8-b691-4624-9190-c34d2fce2d99", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23798,7 +23798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1642c4c5-9df1-4864-ad72-4ca8eb3d2cad", + "id": "d63ed615-59b3-4fb7-8a50-fd2e8aff4ad7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23855,7 +23855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65374c5a-1e1f-4ef9-b1ed-59df78cda638", + "id": "a0c025b5-751b-4519-8cdb-f042fe390c8b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23918,7 +23918,7 @@ } }, { - "id": "9c60381f-2115-4145-9a44-674dc31e6141", + "id": "dad33172-b05c-400b-80ce-80ef6497aafc", "name": "Create an email verification action", "request": { "name": "Create an email verification action", @@ -23962,7 +23962,7 @@ }, "response": [ { - "id": "0ae00096-2005-47d8-a074-2c013b652151", + "id": "d8f58f99-0b56-45f4-8ade-28e3bb7f5ed8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24019,7 +24019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b96d88ab-d4b4-4305-8e29-32e8f8d61f6e", + "id": "4459c5c0-cfaa-4938-b6e4-82530028dc9f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24076,7 +24076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52cc010c-6fdf-4d2d-8616-12911ca8c9fb", + "id": "d558215f-4818-4652-a074-0385c71cbe67", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24139,7 +24139,7 @@ } }, { - "id": "31f8d630-8d80-4624-bbf5-7bc36210090c", + "id": "0036e6ea-4acd-47e5-a20b-a283beab1730", "name": "Create a fulfillment action", "request": { "name": "Create a fulfillment action", @@ -24183,7 +24183,7 @@ }, "response": [ { - "id": "713bafeb-999c-4ba5-ac4e-51cdc1c73864", + "id": "731bf615-a135-4b3f-87cc-0969db531d09", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24240,7 +24240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e917cdc3-4265-4528-b865-04418d8d4002", + "id": "24e93b2d-e293-4225-86cf-ac9e8394e09f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24297,7 +24297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c27cedae-bffe-4291-b021-1a9cbdb4e2a5", + "id": "3206b08a-f60c-47c5-9079-c617d838919e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24360,7 +24360,7 @@ } }, { - "id": "8e0d6282-8e99-4208-9ef5-3142a09303f7", + "id": "30df743c-80f3-49d3-bb40-8d9e011dc4bf", "name": "Create an identity proofing action", "request": { "name": "Create an identity proofing action", @@ -24404,7 +24404,7 @@ }, "response": [ { - "id": "0bb99003-2762-4294-9870-21582b3bc7e4", + "id": "e6828953-af2e-4107-9230-cb4b9d8ea39d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24461,7 +24461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2919566b-92fa-427c-88bf-c7e177350364", + "id": "8cb8a008-976d-4849-ba3b-e2d44da1af56", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24518,7 +24518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e28cf265-aa15-4033-b99c-bfeaf406f2f4", + "id": "3babba09-7927-4094-98f7-c1b7fa974872", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24581,7 +24581,7 @@ } }, { - "id": "8ff4e621-5ae0-4261-8d07-95ba50500d8b", + "id": "6a4715ae-a194-4d09-9240-e236bdd19897", "name": "Create an invitation action", "request": { "name": "Create an invitation action", @@ -24625,7 +24625,7 @@ }, "response": [ { - "id": "ff6222db-1729-4488-92c1-4f39be1b85e2", + "id": "ceff6e33-4544-4ddb-8877-ab71456a9f4e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24682,7 +24682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a3351b2-c8cf-4e3b-aef4-94ec85bb44ed", + "id": "de8eacbd-9927-427f-a061-5a3b774e65ed", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24739,7 +24739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "497c742f-1b83-42cc-8193-f159eca9d663", + "id": "affb364f-c254-48eb-a483-936f314a3d1b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24802,7 +24802,7 @@ } }, { - "id": "661850a7-ad3e-4694-9368-3c9c8066e8fe", + "id": "de0cb42d-96be-4b51-ab35-cdac79074bd1", "name": "Create a ldap action", "request": { "name": "Create a ldap action", @@ -24846,7 +24846,7 @@ }, "response": [ { - "id": "5b3467a8-3727-4502-88fd-5075cb7005f0", + "id": "645663bd-a2b1-4294-a498-f282b6e59a36", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24903,7 +24903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c5b2d54-dc54-4507-864f-bfb12e90d1ab", + "id": "de02394c-faad-4cc7-b630-4615bec33a1f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24960,7 +24960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d6a3ff6-163e-4cad-a8f5-5e1243c07f17", + "id": "7f5ffed0-b1d9-4bc5-a589-1e8d04df2c2b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25023,7 +25023,7 @@ } }, { - "id": "7c50abd9-ef62-415b-bc73-34598a2f3516", + "id": "08d03af9-0797-4934-a374-d7290de23dcb", "name": "Create a notification action", "request": { "name": "Create a notification action", @@ -25067,7 +25067,7 @@ }, "response": [ { - "id": "790552d7-969e-41a9-8de1-15274aa2359b", + "id": "37c9f55d-5e5a-4f68-9ef0-318df87d1d4c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25124,7 +25124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a32a3b4b-b5b3-418f-85c4-9f096f155379", + "id": "62430134-2232-4990-8605-892669b74ac2", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25181,7 +25181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b9dfc82-4ffb-48be-aab6-9b03ce6937d9", + "id": "4118e811-3576-4689-8482-6f39bdef4c72", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25244,7 +25244,7 @@ } }, { - "id": "49c9b6da-d83b-4951-9153-26734016a071", + "id": "35eb71ea-dc82-4f24-8feb-9c0bc30b35a3", "name": "Create a password reset action", "request": { "name": "Create a password reset action", @@ -25288,7 +25288,7 @@ }, "response": [ { - "id": "fa6c656c-89a0-41bf-bb18-0d73823512ed", + "id": "0c67f905-ea24-4e66-9af5-edfb6b91dbb3", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25345,7 +25345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63b6c007-8ce9-4fb6-b5fe-dcc794a12d99", + "id": "b76de201-6a8e-4036-963a-b98200c93a4b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25402,7 +25402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03514593-8bdc-4df4-97ab-260801e3f1ba", + "id": "f4a28ab8-8c85-4283-ad8b-a0cae173fbe3", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25465,7 +25465,7 @@ } }, { - "id": "4ce38ba3-cfbb-43ca-b0d3-f4a993dbb02d", + "id": "0b70991a-0a36-4672-b895-371e17929212", "name": "Create a profile check action", "request": { "name": "Create a profile check action", @@ -25509,7 +25509,7 @@ }, "response": [ { - "id": "d0d51838-f842-41e5-bac8-cf98d215260c", + "id": "399d74e5-ad38-4b27-be63-b9235e1961b5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25566,7 +25566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f22406b-26b1-4e88-9f50-71947d228cce", + "id": "8b10cd0e-b44f-4774-88a9-780d18fc85e7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25623,7 +25623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e661d437-8c4b-4fd4-8f28-be49af27d17d", + "id": "af90753b-f3cc-477b-ab7c-8ee80be6f44b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25686,7 +25686,7 @@ } }, { - "id": "7f884412-dbee-439f-8c6f-d5c87b77b0f1", + "id": "3e720b42-e94e-42b2-acf3-1b8941567039", "name": "Create a profile select action", "request": { "name": "Create a profile select action", @@ -25730,7 +25730,7 @@ }, "response": [ { - "id": "84e24b8c-8fd0-40ae-a7be-dcb6a6bc6823", + "id": "d8802607-0162-4aee-8452-8215a14cb18d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25787,7 +25787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f9b7eb5-0f76-46ab-8441-7f75299a3780", + "id": "f6e39953-9a6b-4d60-90b0-475677c07503", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25844,7 +25844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1daea73-094c-4c66-82c2-978bdc44b4b9", + "id": "592ab2f2-8939-4a25-8203-2718774085de", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25907,7 +25907,7 @@ } }, { - "id": "8faabadf-9a16-4398-a31f-1d5185830fec", + "id": "f9af1531-5ca6-4efb-bf7f-c39800463bc9", "name": "Create a request action", "request": { "name": "Create a request action", @@ -25951,7 +25951,7 @@ }, "response": [ { - "id": "7285d491-0563-45d6-9dc1-24808a6ea21e", + "id": "76b27905-db58-447a-970f-cfcd98bd1fa8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26008,7 +26008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ab389f6-4b86-4bfb-a6b8-6d82f7cc011d", + "id": "5b4a5b5e-36f4-418f-b387-7c5316f31fd8", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26065,7 +26065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "136c9296-a767-41cf-84c8-b0034e256817", + "id": "f8ac2b29-1d63-43f3-93bf-6c9a87ecd927", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26128,7 +26128,7 @@ } }, { - "id": "6b7f299d-0b8f-42f6-b3e6-615992f480d8", + "id": "e2ba84c1-26a4-45d3-a9d2-d7d5e82e04d2", "name": "Create a REST API action", "request": { "name": "Create a REST API action", @@ -26172,7 +26172,7 @@ }, "response": [ { - "id": "1b687d03-0779-43e7-b6f7-159bf57923d8", + "id": "14075d1a-9f66-4746-9c0a-23a20d915414", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26229,7 +26229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "596abb3b-2e61-40f5-a3c6-2a6bddd6d4e2", + "id": "cf09ad65-67b9-4bb2-ab52-3087f25998b0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26286,7 +26286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fe13e1f-2671-4c3c-8079-c4ed1016f44b", + "id": "5680729b-2679-4932-b162-c148275bf989", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26349,7 +26349,7 @@ } }, { - "id": "a0e7959c-eb47-450a-ac37-c61777a09c25", + "id": "03eadaba-3086-4571-9776-ab38845bfcdd", "name": "Create a review action", "request": { "name": "Create a review action", @@ -26393,7 +26393,7 @@ }, "response": [ { - "id": "fa1fc799-bb41-4a04-8772-919203f1cf27", + "id": "52669c3d-2e1e-4a43-9442-2b22927294a3", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26450,7 +26450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "014c7ae3-9a11-4b00-849d-b1b6d8f13453", + "id": "ec4104a6-b561-4e56-9858-c8fedf0f9f97", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26507,7 +26507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5cb5f3d-caf5-4c35-b49a-51c69fb50222", + "id": "edce2f9f-7289-470d-ba5f-29aa6c6b703c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26570,7 +26570,7 @@ } }, { - "id": "ddcd4c11-3f46-4483-b190-c3dec9bcaae8", + "id": "4143cef3-efae-4f59-a650-9916b929275a", "name": "Create a run workflow action", "request": { "name": "Create a run workflow action", @@ -26614,7 +26614,7 @@ }, "response": [ { - "id": "2ae59fea-5849-4901-aec2-7b9385cab73c", + "id": "186d9042-b3d2-4503-99ff-e27140139875", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26671,7 +26671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e968481-cc75-4072-97ac-c5268e192662", + "id": "e7024096-b0a1-4042-8b2f-add9d1b17108", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26728,7 +26728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38e24f44-afda-44ab-ad98-ac0f4ed42325", + "id": "a1762ce3-aa5a-459e-bc4c-8064c0bb9de0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26791,7 +26791,7 @@ } }, { - "id": "e0304e75-2872-4ac5-badb-60e7666195a8", + "id": "bbd4c21c-4fb3-4b16-9479-d00cb6eefe7b", "name": "Create a set attributes action", "request": { "name": "Create a set attributes action", @@ -26835,7 +26835,7 @@ }, "response": [ { - "id": "80862797-d8c9-4041-b1e0-5724db51973b", + "id": "2533008d-f346-46d3-afd0-6c59e0acbda8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26892,7 +26892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12cb1e91-2391-4af4-ab69-8cff0806b71b", + "id": "41f23604-c455-49f1-96f9-6d4de1e03374", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26949,7 +26949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "172c0384-4400-4470-a05c-e6ae5670c8b6", + "id": "53f15eea-ce9c-48d1-938a-fab090ed0d92", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27012,7 +27012,7 @@ } }, { - "id": "8877a0af-49d0-4e62-9a5a-4253c98f02ae", + "id": "ab490420-fe33-4296-9c10-f636676bd226", "name": "Create set security question action", "request": { "name": "Create set security question action", @@ -27056,7 +27056,7 @@ }, "response": [ { - "id": "cc7bda81-132c-408b-955b-85202bdbcd94", + "id": "780eda06-5f16-404e-8ed4-d781a34ac88f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27113,7 +27113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76938b9e-945f-465e-8f4d-384437980eb4", + "id": "c098361b-d4dc-4d72-8e1b-6219d9a81b59", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27170,7 +27170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3f31f60-5676-48f8-908a-43cd0e398d3e", + "id": "42884681-9ee0-468c-ab8e-2f728a1a086f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27233,7 +27233,7 @@ } }, { - "id": "72f92045-1893-486c-90bb-ca06c961c34a", + "id": "fc3cd33c-ba48-4e9b-aaac-95fc05edcc3c", "name": "Create a SOAP API action", "request": { "name": "Create a SOAP API action", @@ -27277,7 +27277,7 @@ }, "response": [ { - "id": "fc81730a-9ac8-4c07-8b3e-a6347936c0fe", + "id": "40451625-c363-429b-96ed-6d32b7a049e5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27334,7 +27334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72585f4e-720f-4fd6-b82a-d4a055bc020b", + "id": "a7eaad79-bcb7-4dc1-9d34-582e41e5b910", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27391,7 +27391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bade13b-6488-4cbe-b0e2-cffe11ba1ac5", + "id": "beaf8b93-a02a-4c29-aedf-ae35b97ed780", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27454,7 +27454,7 @@ } }, { - "id": "dd3025f3-fbf6-4aaa-a72b-30bc40c1a0ca", + "id": "48f60a89-22d7-4313-ac1e-9cb7cd7a28e2", "name": "Create a status change action", "request": { "name": "Create a status change action", @@ -27498,7 +27498,7 @@ }, "response": [ { - "id": "d249534b-942c-4f1d-aff4-76df17462715", + "id": "faab2b11-cdff-433d-9839-f29f990fbc7b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27555,7 +27555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "863d7997-c44e-4cbf-b3db-d0f31a8a81d9", + "id": "1ae0786b-eb27-4658-9cd8-8a3d13d0cba2", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27612,7 +27612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac1a3815-956d-4b34-8822-14cce3cb78b9", + "id": "4b943384-943e-4ebf-87b6-2ce2f937da65", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27675,7 +27675,7 @@ } }, { - "id": "ecc92587-c4eb-4850-b4ef-2f6ab1d71ffc", + "id": "587a2054-aee9-44aa-9401-2cf8a1e6168a", "name": "Create an unassign action", "request": { "name": "Create an unassign action", @@ -27719,7 +27719,7 @@ }, "response": [ { - "id": "2bba79c3-f44f-4c1a-b39b-7ce89caf0955", + "id": "1038b082-6d4c-4b8c-b5aa-5405afa8c0cd", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27776,7 +27776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4450c10-89eb-4ed5-bbe8-898a7116556a", + "id": "775def6c-7f16-4801-8267-7a25686b4754", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27833,7 +27833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0621aa66-37c5-4b37-b274-49e74ef22efe", + "id": "6fdb5df4-fb28-480d-a53a-620b36a672ae", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27896,7 +27896,7 @@ } }, { - "id": "346b558e-f1bb-4b47-a880-64399aa0259a", + "id": "66ee2b3c-a69c-4f13-a05d-a43ab629a51e", "name": "Create an update profile action", "request": { "name": "Create an update profile action", @@ -27940,7 +27940,7 @@ }, "response": [ { - "id": "7b6eb204-c123-4889-9234-4d8f5191019d", + "id": "4a7fc8a1-fa5a-4825-93c4-5e220e3cff50", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27997,7 +27997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4670690-5459-4517-be62-e8bf740a57ef", + "id": "0452fc97-aeea-49e0-905d-b31d08bb670e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28054,7 +28054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1014d5b8-8866-48e9-8719-079b7d712150", + "id": "965acd68-5d2e-429a-8d13-f6dcc7223e79", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28117,7 +28117,7 @@ } }, { - "id": "c12013a6-f947-42b0-a970-96eab12b1253", + "id": "e5b95354-e094-4d62-b0f4-0f4530e703f4", "name": "Create a username password action", "request": { "name": "Create a username password action", @@ -28161,7 +28161,7 @@ }, "response": [ { - "id": "5ac7b5df-2c7e-4542-8d24-0774c9ee2b29", + "id": "02b87a36-e17c-4781-8e37-e953cb7a28b4", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28218,7 +28218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34991763-320d-43d0-b9fd-512b8bc1a482", + "id": "7c37f612-eba5-444f-82c7-942cb3b7c91e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28275,7 +28275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fa4908b-e2c1-49af-83af-deec78c46296", + "id": "277656dc-11ab-44db-b01f-fd4d39121bd6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28338,7 +28338,7 @@ } }, { - "id": "6bf51763-19aa-491c-aa2a-302f6842c523", + "id": "1b50ba0b-ef2f-4f30-96f5-14b4cb134215", "name": "Get Workflow Actions", "request": { "name": "Get Workflow Actions", @@ -28378,7 +28378,7 @@ }, "response": [ { - "id": "b23dc016-e286-4d5e-a7b4-063712be3c6f", + "id": "e256157e-d1bf-450e-9e64-966046d67336", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28431,7 +28431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a81af9c4-a690-4266-8310-caeb3d141924", + "id": "4bc641c1-c719-420e-9524-5a528e7989f2", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28484,7 +28484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92de1862-fafe-40e5-ab19-6ec57defa99f", + "id": "b63138b0-918d-4693-94f2-9cb2a0b07429", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28549,7 +28549,7 @@ "description": "", "item": [ { - "id": "8117f772-2287-4881-bb50-55e8d456b684", + "id": "f486fdc3-0a7f-4e3a-9a96-a81f533c79ce", "name": "Create a workflow action performer", "request": { "name": "Create a workflow action performer", @@ -28592,7 +28592,7 @@ }, "response": [ { - "id": "94968730-a234-4105-a0c4-378f1e3ceec6", + "id": "3f5680f6-5829-4041-91f4-259d3b76682f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28648,7 +28648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0623d58-2895-4994-b124-6347f944b50e", + "id": "54917a7b-521c-4cfd-8e80-b8190905b98d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28704,7 +28704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f71b3bba-2444-4370-bc1e-3fb9d90d5fff", + "id": "65ca0747-8c7a-4c96-b77a-9c342c3c84cf", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28772,7 +28772,7 @@ "description": "", "item": [ { - "id": "64e0f900-c4c8-4a91-b15c-824d13411e0b", + "id": "2ecc7958-0caf-45ce-8f96-8ad94d42501c", "name": "Get workflow sessions", "request": { "name": "Get workflow sessions", @@ -28831,7 +28831,7 @@ "type": "text/plain" }, "key": "uid", - "value": "esse minim adipisicingdolor ipsu" + "value": "ea magna sunt consequatfugiat Du" }, { "disabled": false, @@ -28849,7 +28849,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -28858,7 +28858,7 @@ "type": "text/plain" }, "key": "status", - "value": "pending creation" + "value": "soap request sent" }, { "disabled": false, @@ -28884,7 +28884,7 @@ }, "response": [ { - "id": "348a3eb5-712c-4bd4-b765-29c46967f1ca", + "id": "f94ef0b9-ff1d-4eec-a3ca-1a4ec1f8ae48", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28938,7 +28938,7 @@ "type": "text/plain" }, "key": "uid", - "value": "esse minim adipisicingdolor ipsu" + "value": "ea magna sunt consequatfugiat Du" }, { "disabled": false, @@ -28956,7 +28956,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -28965,7 +28965,7 @@ "type": "text/plain" }, "key": "status", - "value": "pending creation" + "value": "soap request sent" }, { "disabled": false, @@ -29004,12 +29004,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_sessions\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"dolore consectetur dolordoloreiu\",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"0dc70d1d-f9a4-d2ad-c200-3a635384dbad\",\n \"b52ba317-c9be-7178-2896-183039d4a864\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"Ut aliqua ullamco dolor nondolor\",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"90171236-5856-cf0f-91ad-55c7b68bf183\",\n \"2adf99a6-d4d8-f7ce-c5cb-d4bc750f3e5b\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n ],\n \"_metadata\": {\n \"limit\": 22775383,\n \"offset\": 28584135,\n \"total\": -19673396,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"workflow_sessions\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"consequat officia sint mollitet \",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"urn:uuid:26ff87ed-8c29-e908-c378-b409313ecbb3\",\n \"e8e3e180-ce09-1a16-5aa8-0fa64beb9a10\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"irure velitsed laboris nullaenim\",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"ea80b1ab-60d2-c5d4-bd2c-c85fa7e964d5\",\n \"urn:uuid:3b41cd94-7da6-413f-93bb-d965bf33a80d\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n ],\n \"_metadata\": {\n \"limit\": 1476599,\n \"offset\": -24425803,\n \"total\": -20556591,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4ea0c776-3a3e-4b9b-9664-66a1d651ac6c", + "id": "cc705b73-367c-4554-af7e-1801a5cb833c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -29063,7 +29063,7 @@ "type": "text/plain" }, "key": "uid", - "value": "esse minim adipisicingdolor ipsu" + "value": "ea magna sunt consequatfugiat Du" }, { "disabled": false, @@ -29081,7 +29081,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -29090,7 +29090,7 @@ "type": "text/plain" }, "key": "status", - "value": "pending creation" + "value": "soap request sent" }, { "disabled": false, @@ -29134,7 +29134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92a2f173-5fc4-48d5-ac90-03a0d5c94bd4", + "id": "2a56be10-41cd-4ff5-9904-ca4fda71265c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -29188,7 +29188,7 @@ "type": "text/plain" }, "key": "uid", - "value": "esse minim adipisicingdolor ipsu" + "value": "ea magna sunt consequatfugiat Du" }, { "disabled": false, @@ -29206,7 +29206,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -29215,7 +29215,7 @@ "type": "text/plain" }, "key": "status", - "value": "pending creation" + "value": "soap request sent" }, { "disabled": false, @@ -29265,7 +29265,7 @@ } }, { - "id": "b92e257b-e3a5-4315-a154-bb0299a67b83", + "id": "7492d159-872a-4bb0-9490-6126e4890ae4", "name": "Create a workflow session", "request": { "name": "Create a workflow session", @@ -29306,7 +29306,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"urn:uuid:6b98b958-4f9f-7203-d054-944f4d743ee5\",\n \"5431628f-88ee-6cf0-3adc-0f64d2821df0\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_select_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"profile_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"contributor_select_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"contributor_search_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"multiple_contributor_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"8e3a8cd4-2d65-a086-d6d9-49480979e562\",\n \"dd449ef7-d608-c80d-1e35-5bfc3e3e06a0\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_select_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"profile_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"contributor_select_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"contributor_search_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"multiple_contributor_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29318,7 +29318,7 @@ }, "response": [ { - "id": "0335025c-eeb2-4854-ac37-66ae0c106cc0", + "id": "80deeb07-0034-4065-a636-59aa9672d87e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29362,7 +29362,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"urn:uuid:6b98b958-4f9f-7203-d054-944f4d743ee5\",\n \"5431628f-88ee-6cf0-3adc-0f64d2821df0\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_select_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"profile_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"contributor_select_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"contributor_search_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"multiple_contributor_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"8e3a8cd4-2d65-a086-d6d9-49480979e562\",\n \"dd449ef7-d608-c80d-1e35-5bfc3e3e06a0\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_select_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"profile_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"contributor_select_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"contributor_search_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"multiple_contributor_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29379,12 +29379,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_session\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"suntnon magna est dolore cupidat\",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"urn:uuid:1456ffa9-cb04-eec4-0512-7fad0dc78c2f\",\n \"9552d2dc-ee3d-080a-fbbe-3f9af9c33d55\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", + "body": "{\n \"workflow_session\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"et sunt indolor tempor nisilabor\",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"urn:uuid:6f16d73d-c893-74cb-02b7-79e201068f15\",\n \"7ebf2f7e-7314-4eaa-4694-9105a2f2bdc2\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1c5d1083-b467-40d5-a867-40f49784d38e", + "id": "7b8ba028-bb85-437f-b05e-bd3d1c4e628f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -29428,7 +29428,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"urn:uuid:6b98b958-4f9f-7203-d054-944f4d743ee5\",\n \"5431628f-88ee-6cf0-3adc-0f64d2821df0\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_select_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"profile_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"contributor_select_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"contributor_search_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"multiple_contributor_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"8e3a8cd4-2d65-a086-d6d9-49480979e562\",\n \"dd449ef7-d608-c80d-1e35-5bfc3e3e06a0\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_select_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"profile_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"contributor_select_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"contributor_search_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"multiple_contributor_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29450,7 +29450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99e3bfe8-ecd4-4e76-8b01-4189dfef0ce0", + "id": "90be522b-ba87-4386-baff-f1b5efb21723", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -29494,7 +29494,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"urn:uuid:6b98b958-4f9f-7203-d054-944f4d743ee5\",\n \"5431628f-88ee-6cf0-3adc-0f64d2821df0\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_select_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"profile_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"contributor_select_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"contributor_search_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"multiple_contributor_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"8e3a8cd4-2d65-a086-d6d9-49480979e562\",\n \"dd449ef7-d608-c80d-1e35-5bfc3e3e06a0\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_select_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"profile_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"contributor_select_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"contributor_search_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"multiple_contributor_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29522,7 +29522,7 @@ } }, { - "id": "75380cc2-8bdd-4d50-a0ff-54b9e7bc217c", + "id": "b7457893-9153-4e7e-acfe-2a11ba1d83fd", "name": "Find workflow session by id", "request": { "name": "Find workflow session by id", @@ -29564,7 +29564,7 @@ }, "response": [ { - "id": "dfcab262-9789-489f-aca4-fb7685af5616", + "id": "c7857b20-0789-4e43-9a31-38a5c186b66c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29603,12 +29603,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_session\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"suntnon magna est dolore cupidat\",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"urn:uuid:1456ffa9-cb04-eec4-0512-7fad0dc78c2f\",\n \"9552d2dc-ee3d-080a-fbbe-3f9af9c33d55\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", + "body": "{\n \"workflow_session\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"et sunt indolor tempor nisilabor\",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"urn:uuid:6f16d73d-c893-74cb-02b7-79e201068f15\",\n \"7ebf2f7e-7314-4eaa-4694-9105a2f2bdc2\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d1c891f0-abea-471c-98f8-14dd566fc891", + "id": "3833b80a-1385-41fb-b923-5f5d29a7685b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -29652,7 +29652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "166baff6-ec61-43f7-868d-5d556ba64fc0", + "id": "1b9b8d26-3811-47e9-93df-dddc01035f47", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -29702,7 +29702,7 @@ } }, { - "id": "62dd52a7-991f-4c0c-b8c0-de0afe89c5fc", + "id": "431496bd-9e0a-49ea-8832-214c8e39616f", "name": "Update a workflow session by id", "request": { "name": "Update a workflow session by id", @@ -29755,7 +29755,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"urn:uuid:d13a9aa3-6378-e156-2014-831941a59fd9\",\n \"urn:uuid:79f89a13-5574-aa40-7385-c82416854baa\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_select_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"profile_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"contributor_select_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"contributor_search_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"multiple_contributor_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"1dff7b5c-86bd-8a67-862c-a9b73165d075\",\n \"dbeeeeb1-b0fd-2bbf-0015-b0e199d1653b\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_select_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"profile_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"contributor_select_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"contributor_search_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"multiple_contributor_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29767,7 +29767,7 @@ }, "response": [ { - "id": "0e6ba581-1e5b-4962-a856-4e19852aefd5", + "id": "886998f5-58b6-4779-a73f-e4d5bf56273e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29812,7 +29812,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"urn:uuid:d13a9aa3-6378-e156-2014-831941a59fd9\",\n \"urn:uuid:79f89a13-5574-aa40-7385-c82416854baa\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_select_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"profile_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"contributor_select_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"contributor_search_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"multiple_contributor_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"1dff7b5c-86bd-8a67-862c-a9b73165d075\",\n \"dbeeeeb1-b0fd-2bbf-0015-b0e199d1653b\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_select_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"profile_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"contributor_select_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"contributor_search_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"multiple_contributor_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29829,12 +29829,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_session\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"suntnon magna est dolore cupidat\",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"urn:uuid:1456ffa9-cb04-eec4-0512-7fad0dc78c2f\",\n \"9552d2dc-ee3d-080a-fbbe-3f9af9c33d55\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", + "body": "{\n \"workflow_session\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"et sunt indolor tempor nisilabor\",\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"urn:uuid:6f16d73d-c893-74cb-02b7-79e201068f15\",\n \"7ebf2f7e-7314-4eaa-4694-9105a2f2bdc2\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2e122ae9-beb0-47bb-8ed4-b9998a841742", + "id": "438e4c57-5ebd-4126-b9ea-fe0c245b0d32", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -29879,7 +29879,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"urn:uuid:d13a9aa3-6378-e156-2014-831941a59fd9\",\n \"urn:uuid:79f89a13-5574-aa40-7385-c82416854baa\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_select_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"profile_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"contributor_select_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"contributor_search_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"multiple_contributor_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"1dff7b5c-86bd-8a67-862c-a9b73165d075\",\n \"dbeeeeb1-b0fd-2bbf-0015-b0e199d1653b\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_select_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"profile_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"contributor_select_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"contributor_search_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"multiple_contributor_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29901,7 +29901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc0e5bd2-981f-45b9-ac9b-2f0c02ec80bb", + "id": "cfc37ad5-0539-4e56-b4ab-1b7b7d112d42", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -29946,7 +29946,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"urn:uuid:d13a9aa3-6378-e156-2014-831941a59fd9\",\n \"urn:uuid:79f89a13-5574-aa40-7385-c82416854baa\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_select_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"profile_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"contributor_select_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"contributor_search_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"multiple_contributor_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"profile_ids\": [\n \"1dff7b5c-86bd-8a67-862c-a9b73165d075\",\n \"dbeeeeb1-b0fd-2bbf-0015-b0e199d1653b\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_select_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"profile_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"multiple_profile_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"contributor_select_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"contributor_search_attribute_uid\": \"49ed1cb6-9977-4965-9bfe-f2bcc2425244\",\n \"multiple_contributor_search_attribute_uid\": \"59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_select_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"owner_search_attribute_uid\": \"79ed1cb6-9977-4965-9bfe-f2bcc242523e\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29974,7 +29974,7 @@ } }, { - "id": "3dc676ff-9e12-4609-b52d-1a1fa6dc53e8", + "id": "f7eff1e3-1716-442e-aa52-fd04b4464108", "name": "Retrieves the URL of an attachment attribute value from a workflow session", "request": { "name": "Retrieves the URL of an attachment attribute value from a workflow session", @@ -30028,7 +30028,7 @@ }, "response": [ { - "id": "e2895068-f1b0-41e3-95d4-8ef39fffa84f", + "id": "d29eda52-fcd3-48de-b111-b6f4fc2c76f7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30069,12 +30069,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"est\"\n}", + "body": "{\n \"url\": \"anim\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "edb7a6d8-0cfc-4e41-b242-d402451596f1", + "id": "b1dedec4-8196-4f20-a78d-da6084d0eb11", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -30120,7 +30120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad911874-60e7-4827-ab6f-4d1cf7f76715", + "id": "bb6bd89d-0d75-4263-a686-f06d6e6b9b51", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -30172,7 +30172,7 @@ } }, { - "id": "927b9bfe-badb-4592-a0a3-9c1c059baea4", + "id": "29785f5d-9b2e-4bc1-92cc-454d98d15edd", "name": "Uploads a new attachment attribute value to a workflow session", "request": { "name": "Uploads a new attachment attribute value to a workflow session", @@ -30242,7 +30242,7 @@ }, "response": [ { - "id": "4802b944-a78b-4b52-ba08-66faa5588459", + "id": "a80f4823-d3fa-4b38-993e-c79f5351acd4", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30299,12 +30299,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"est\"\n}", + "body": "{\n \"url\": \"anim\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e6a9db79-85e1-440c-aaa0-a1d09857e8b6", + "id": "a2fd7888-5a49-4686-a70e-5f2f719ae030", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -30366,7 +30366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d428feb9-0993-4316-9798-35217cb4b92e", + "id": "51033bef-fb37-4cf4-99a6-6ceec60a521b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -30440,7 +30440,7 @@ "description": "", "item": [ { - "id": "6bbf1262-0c65-4818-8ecc-cf2fa7d6a8b5", + "id": "891fde57-dc48-4a45-8537-eebab6e35941", "name": "Get identity proofing result data in bulk", "request": { "name": "Get identity proofing result data in bulk", @@ -30499,7 +30499,7 @@ "type": "text/plain" }, "key": "workflow_session_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -30534,7 +30534,7 @@ }, "response": [ { - "id": "94ad1b97-20d8-43e8-9f59-f381794b1b93", + "id": "643feb86-f69b-4405-8a15-3c0f088c7cec", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30588,7 +30588,7 @@ "type": "text/plain" }, "key": "workflow_session_id", - "value": "urn:uuid:bd0b9196-e793-510f-f03a-65fad0b9de21" + "value": "0e03da7c-6906-57b6-6a09-db5070bf51af" }, { "disabled": false, @@ -30636,7 +30636,7 @@ "value": "application/json" } ], - "body": "{\n \"identity_proofing_results\": [\n {\n \"id\": \"912060ea-19c2-de2b-ba96-163322602e84\",\n \"identity_proofing_action_id\": \"c53970ab-2b61-6923-7b99-d2573e356b2c\",\n \"workflow_session_id\": \"urn:uuid:5381bd5d-a6ef-12cc-9997-692a73c85796\",\n \"profile_id\": \"0b75a548-161f-8c3f-c533-4306ee1dbe1a\",\n \"proofing_workflow\": \"c0b146a4-c59b-503a-0567-1ce76c18749c\",\n \"result\": \"pending\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"1947-04-06T04:30:24.239Z\",\n \"updated_at\": \"2012-03-08T05:05:08.989Z\"\n },\n {\n \"id\": \"urn:uuid:9ab44491-7ccf-9418-e012-d0883615c9c0\",\n \"identity_proofing_action_id\": \"34b11f30-5f73-a877-2671-0d64c325c198\",\n \"workflow_session_id\": \"7c79e3b3-4b27-eb3b-3f91-97d26abb283d\",\n \"profile_id\": \"2d4f56c0-d5a9-20ed-1782-d4f67115b4e1\",\n \"proofing_workflow\": \"ef384b58-128b-dcfa-574c-a0af3e245586\",\n \"result\": \"pass\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"1971-11-05T06:03:25.558Z\",\n \"updated_at\": \"1976-09-08T20:28:30.857Z\"\n }\n ],\n \"_metadata\": {\n \"limit\": 26041460,\n \"offset\": 80294984,\n \"total\": 75808887,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"identity_proofing_results\": [\n {\n \"id\": \"c0af4f97-e356-4f8c-4624-1822f64feee3\",\n \"identity_proofing_action_id\": \"urn:uuid:a53c30c5-4ef8-4186-f5ec-ef5ea2b5a5f4\",\n \"workflow_session_id\": \"d19b79b2-c850-f019-925e-d50a0fc086f6\",\n \"profile_id\": \"urn:uuid:3ff7f1f5-be3b-8d97-aa61-27e3115d22cd\",\n \"proofing_workflow\": \"e31877cb-ea3d-fe7c-277a-fd3d39d6cc1c\",\n \"result\": \"pending\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"1960-03-31T20:17:19.013Z\",\n \"updated_at\": \"2020-11-13T09:41:41.601Z\"\n },\n {\n \"id\": \"urn:uuid:c1f7cf21-ba18-9852-9b63-f26dbdd46e29\",\n \"identity_proofing_action_id\": \"urn:uuid:0e0c3d1f-1289-b1b9-c809-3f1e0e8eb470\",\n \"workflow_session_id\": \"urn:uuid:9d5c44e0-f85d-365e-19eb-90d449a1b306\",\n \"profile_id\": \"1cbdb5cf-5499-41e7-0052-446e075842ff\",\n \"proofing_workflow\": \"5b9c45a4-798b-3672-1ce9-5c8adbf8396e\",\n \"result\": \"pending\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"1955-05-16T19:39:32.526Z\",\n \"updated_at\": \"1977-11-17T11:45:12.990Z\"\n }\n ],\n \"_metadata\": {\n \"limit\": -90423563,\n \"offset\": 21989707,\n \"total\": -74321067,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -30653,7 +30653,7 @@ "description": "", "item": [ { - "id": "b182fa74-b691-4e6d-bb1a-0c79f77c7a1b", + "id": "34146b53-15de-4017-aaef-3dbc27498613", "name": "Get saved advanced search queries", "request": { "name": "Get saved advanced search queries", @@ -30683,7 +30683,7 @@ }, "response": [ { - "id": "012dacf1-8903-44e9-9102-50f3b0e04646", + "id": "544c88bd-dffa-4574-b848-747617ffab29", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30721,7 +30721,7 @@ "value": "application/json" } ], - "body": "{\n \"advanced_search\": [\n {\n \"id\": \"urn:uuid:9c3bfa4f-bc49-0e89-6060-6b61bea0712d\",\n \"uid\": \"sit laborelabore minim doconsequ\",\n \"label\": \"dolore irure\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"a02fe2b8-271a-5b06-bf42-63d26906db4b\",\n \"uid\": \"irure do adullamco voluptatenisi\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:f8250c27-331a-d616-12c8-a6e265f1a907\"\n },\n {\n \"id\": \"urn:uuid:a79ce50c-46d4-6bac-c4d3-0f5ac749affc\",\n \"uid\": \"non sunt aliquip adex tempor con\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:5a0c23a5-f93e-4965-f551-30c7a65251ac\"\n }\n ]\n },\n {\n \"id\": \"adca156b-58a7-8604-887f-17091809bb07\",\n \"uid\": \"cillum eu quis sitsit reprehende\",\n \"label\": \"consequat sint eiusmod\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"240bda70-3f5e-85dd-3a00-e58e73a94562\",\n \"uid\": \"Duis sedlabore sint est dolorete\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:9aaf5936-0ef8-7ce3-6d10-bc8c74631615\"\n },\n {\n \"id\": \"urn:uuid:4b5f04d9-180e-c8c8-3261-3070a3aee182\",\n \"uid\": \"non et ad nulla inconsecteturmag\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:e0f7e624-672d-b743-197b-8337fcc2d2ec\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"advanced_search\": [\n {\n \"id\": \"4b387155-961c-2c47-5804-3d17f3b8641f\",\n \"uid\": \"culpa mollit commodolaborumin si\",\n \"label\": \"laborum \",\n \"condition_rules_attributes\": [\n {\n \"id\": \"c1961e17-f59f-f436-9926-5cd24a176bd3\",\n \"uid\": \"laborumtempor id irureeu et in u\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"b544f0f5-1b42-eeb3-0926-c3563adfa6cf\"\n },\n {\n \"id\": \"4150be7b-294c-d278-e288-3e17348d910d\",\n \"uid\": \"mollit dolor ut dolordeseruntocc\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"4caa163b-7c8d-321c-863e-e37b9f4f1a92\"\n }\n ]\n },\n {\n \"id\": \"e972011a-92c2-d358-42b3-c63e6a6eb64e\",\n \"uid\": \"ullamcoincididuntdolor amet id c\",\n \"label\": \"ipsum\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:0e253399-f6f9-1957-63a1-7b7a03c72886\",\n \"uid\": \"eu qui commodoid nostrud aliquai\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:05c7e34f-ea27-5b34-b43a-7b19d8bb6851\"\n },\n {\n \"id\": \"5e2bb021-ab72-35ae-94af-e7fea59ac958\",\n \"uid\": \"eu proident fugiatveniam laboris\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"defb25af-867c-ee9f-5276-d939c6617c15\"\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -30732,7 +30732,7 @@ } }, { - "id": "420b49c0-047c-4a65-bd97-5f56891acb17", + "id": "db84467e-9dd4-484e-87bb-155f3fd8bf09", "name": "Save an advanced search query for later use", "request": { "name": "Save an advanced search query for later use", @@ -30763,7 +30763,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"commodo deserunt ut\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:a5bef109-0586-9185-fe98-1e05854aead0\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:441ffaee-c46d-2699-8b3e-51bc5ad282b1\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"ipsum\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"2e3593cf-2066-0ce0-cd3b-65985717bb99\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"01b78d3f-3d2a-604d-6594-1a2b665a91ca\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -30775,7 +30775,7 @@ }, "response": [ { - "id": "afce062c-05bc-43ee-9590-b4eef102945b", + "id": "f6e54eee-74b5-4643-bf46-3df613d00a07", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30809,7 +30809,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"commodo deserunt ut\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:a5bef109-0586-9185-fe98-1e05854aead0\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:441ffaee-c46d-2699-8b3e-51bc5ad282b1\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"ipsum\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"2e3593cf-2066-0ce0-cd3b-65985717bb99\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"01b78d3f-3d2a-604d-6594-1a2b665a91ca\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -30826,7 +30826,7 @@ "value": "application/json" } ], - "body": "{\n \"advanced_search\": {\n \"id\": \"urn:uuid:fd9cd0e0-1a1e-f267-3fb5-c1048dcb8771\",\n \"uid\": \"velit occaecatofficia consequat \",\n \"label\": \"nostrud in qui aliqua\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"0bbea222-5092-19b8-7834-881dd4885da4\",\n \"uid\": \"irure anim non pariaturirure com\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"43f97268-002a-46b3-a5a3-48aad06a7c48\"\n },\n {\n \"id\": \"a4b28b3a-64d1-c3f4-22d3-1dc78df418c8\",\n \"uid\": \"deserunt minim laboris sint Utsu\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"92f68ebe-684a-da54-4a68-f149cabecedb\"\n }\n ]\n }\n}", + "body": "{\n \"advanced_search\": {\n \"id\": \"urn:uuid:075ca75b-6cbc-3c20-b7d9-5b337f097c2f\",\n \"uid\": \"Duiselit voluptatetemporest fugi\",\n \"label\": \"Excepteur aute Duis consequat\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:40256c7e-a0cf-b5b2-0bf5-f0c425a29d89\",\n \"uid\": \"commodo ut proident laborumincid\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:390ecf3c-ffc0-38bb-3605-ddbfbdbdb355\"\n },\n {\n \"id\": \"urn:uuid:401d174e-bbd4-4816-56b0-a5bb69cb6458\",\n \"uid\": \"nostrud tempor anim consectetur \",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"44282e80-8784-6d59-9812-568ba3412903\"\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -30837,7 +30837,7 @@ } }, { - "id": "a9fe077f-90b2-4aac-9772-9c86aff71671", + "id": "8ad2c45b-5205-479b-87b2-1f93bcc5f88b", "name": "Run an advanced search for profiles, without saving the query", "request": { "name": "Run an advanced search for profiles, without saving the query", @@ -30897,7 +30897,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"commodo deserunt ut\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:a5bef109-0586-9185-fe98-1e05854aead0\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:441ffaee-c46d-2699-8b3e-51bc5ad282b1\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"ipsum\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"2e3593cf-2066-0ce0-cd3b-65985717bb99\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"01b78d3f-3d2a-604d-6594-1a2b665a91ca\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -30909,7 +30909,7 @@ }, "response": [ { - "id": "6ec282d6-4df1-44b2-a8fa-09bdd9db7a04", + "id": "23bf84b4-53cd-4a60-a5e8-c369e4129c56", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30972,7 +30972,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"commodo deserunt ut\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:a5bef109-0586-9185-fe98-1e05854aead0\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:441ffaee-c46d-2699-8b3e-51bc5ad282b1\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"ipsum\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"2e3593cf-2066-0ce0-cd3b-65985717bb99\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"01b78d3f-3d2a-604d-6594-1a2b665a91ca\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -30989,7 +30989,7 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"voluptate aliquip cupidatat veli\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"tempor sed occaecatcommodo incid\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n ]\n}", + "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"in occaecat in dolorDuis reprehe\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"quis deseruntsint occaecat labor\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -31000,7 +31000,7 @@ } }, { - "id": "ef17b13e-c863-47bf-a594-a5a54da291f0", + "id": "002f1ce0-dbc5-49c1-9eae-c24f08d7e5ec", "name": "Update a saved advanced search query", "request": { "name": "Update a saved advanced search query", @@ -31043,7 +31043,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"id\": \"18758d7a-cb3a-dced-57b9-29204c243b7f\",\n \"label\": \"culpa\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"08dfbcdd-eca2-f572-6c8a-be14695ad3cb\",\n \"_destroy\": false\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:b523775c-348a-0925-bc80-465e277b8c9e\",\n \"_destroy\": false\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"id\": \"8907f8d4-c591-8032-b6c0-27817b3f783b\",\n \"label\": \"officia elit eu\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"1953e168-d232-81f8-66db-45f6df544732\",\n \"_destroy\": false\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:f2b8c55a-daa1-4b69-9ab4-25322d8086b6\",\n \"_destroy\": false\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -31055,7 +31055,7 @@ }, "response": [ { - "id": "14bf2a8b-e37b-4516-ac96-71600daca001", + "id": "d898da31-ad37-4658-aa6c-1f95591d720f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -31090,7 +31090,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"id\": \"18758d7a-cb3a-dced-57b9-29204c243b7f\",\n \"label\": \"culpa\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"08dfbcdd-eca2-f572-6c8a-be14695ad3cb\",\n \"_destroy\": false\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:b523775c-348a-0925-bc80-465e277b8c9e\",\n \"_destroy\": false\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"id\": \"8907f8d4-c591-8032-b6c0-27817b3f783b\",\n \"label\": \"officia elit eu\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"1953e168-d232-81f8-66db-45f6df544732\",\n \"_destroy\": false\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:f2b8c55a-daa1-4b69-9ab4-25322d8086b6\",\n \"_destroy\": false\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -31107,7 +31107,7 @@ "value": "application/json" } ], - "body": "{\n \"advanced_search\": {\n \"id\": \"urn:uuid:fd9cd0e0-1a1e-f267-3fb5-c1048dcb8771\",\n \"uid\": \"velit occaecatofficia consequat \",\n \"label\": \"nostrud in qui aliqua\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"0bbea222-5092-19b8-7834-881dd4885da4\",\n \"uid\": \"irure anim non pariaturirure com\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"43f97268-002a-46b3-a5a3-48aad06a7c48\"\n },\n {\n \"id\": \"a4b28b3a-64d1-c3f4-22d3-1dc78df418c8\",\n \"uid\": \"deserunt minim laboris sint Utsu\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"92f68ebe-684a-da54-4a68-f149cabecedb\"\n }\n ]\n }\n}", + "body": "{\n \"advanced_search\": {\n \"id\": \"urn:uuid:075ca75b-6cbc-3c20-b7d9-5b337f097c2f\",\n \"uid\": \"Duiselit voluptatetemporest fugi\",\n \"label\": \"Excepteur aute Duis consequat\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:40256c7e-a0cf-b5b2-0bf5-f0c425a29d89\",\n \"uid\": \"commodo ut proident laborumincid\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:390ecf3c-ffc0-38bb-3605-ddbfbdbdb355\"\n },\n {\n \"id\": \"urn:uuid:401d174e-bbd4-4816-56b0-a5bb69cb6458\",\n \"uid\": \"nostrud tempor anim consectetur \",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"44282e80-8784-6d59-9812-568ba3412903\"\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -31118,7 +31118,7 @@ } }, { - "id": "126aeddf-7711-4207-8c0f-386ae9cfe5ad", + "id": "afc2deca-037d-4ece-9704-d30e5da70dad", "name": "Run a saved advanced search query", "request": { "name": "Run a saved advanced search query", @@ -31189,7 +31189,7 @@ }, "response": [ { - "id": "9ab95e9f-e5c4-49c1-8028-96a686ebb1ff", + "id": "17a310f8-2c8a-40a2-a842-85dcb0103780", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -31257,7 +31257,7 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"voluptate aliquip cupidatat veli\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"tempor sed occaecatcommodo incid\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n ]\n}", + "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"in occaecat in dolorDuis reprehe\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"quis deseruntsint occaecat labor\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"profile_search_attribute_uid\": \"Profile Name\",\n \"multiple_profile_search_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"contributor_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"multiple_contributor_search_attribute_uid\": \"User Name (user_email@test.com),Second User Name (user_email@test.com),Third User Name (user_email@test.com)\",\n \"owner_select_attribute_uid\": \"User Name (user_email@test.com)\",\n \"owner_search_attribute_uid\": \"User Name (user_email@test.com)\",\n \"dropdown_attribute_uid\": \"yes, no\",\n \"tags_attribute_uid\": \"yes, no\",\n \"checkbox_attribute_uid\": \"yes, no\",\n \"text_area_uid\": \"static text\",\n \"radio_attribute_uid\": \"yes, no\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -31274,7 +31274,7 @@ "description": "", "item": [ { - "id": "88174833-ec63-4474-b22e-46f2cca63576", + "id": "3d3241d4-fe65-4a84-8495-7627177a03d6", "name": "Get the status of a bulk job", "request": { "name": "Get the status of a bulk job", @@ -31297,7 +31297,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "nulla anim ea labore aute" + "value": "voluptate in" } ], "variable": [] @@ -31314,7 +31314,7 @@ }, "response": [ { - "id": "398a0d82-5975-487a-a8f2-e28379f9f994", + "id": "db9824f6-b7d9-4ff4-ba30-ef517c114c86", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -31332,7 +31332,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "nulla anim ea labore aute" + "value": "voluptate in" } ], "variable": [] @@ -31362,12 +31362,12 @@ "value": "application/json" } ], - "body": "{\n \"uid\": \"06877017-0b79-5fd9-f15f-f27f5d5924a3\",\n \"status\": \"complete\",\n \"job_type\": \"import\",\n \"job_data\": [\n {\n \"user_id\": \"918d9e07-c166-46d7-a78f-06fb2024f5c5\",\n \"manager_id\": \"2c610aa4-16be-8bee-baca-0bc9de41cf8b\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n },\n {\n \"user_id\": \"urn:uuid:f0abab01-5dee-b709-d516-907f9456b757\",\n \"manager_id\": \"urn:uuid:39bdf389-fe4e-34d2-0d8f-24976ef4036b\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n }\n ]\n}", + "body": "{\n \"uid\": \"e9497551-2ce3-a485-87f0-1c8f760cd5ff\",\n \"status\": \"complete\",\n \"job_type\": \"import\",\n \"job_data\": [\n {\n \"user_id\": \"abdf240e-ae90-16b4-376e-be5dbf28550d\",\n \"manager_id\": \"e15fa4d8-df0b-abf0-fb47-b083b80169d5\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n },\n {\n \"user_id\": \"c7e4579c-d2dd-efb6-c606-bc0b61d68fa2\",\n \"manager_id\": \"urn:uuid:c77e8f4c-ff41-9002-71fd-cb92398b53d2\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "160d809f-58bd-41eb-8522-bb86fc738275", + "id": "8e864a07-59c1-409e-beb8-0bf9ee6b45d0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -31385,7 +31385,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "nulla anim ea labore aute" + "value": "voluptate in" } ], "variable": [] @@ -31420,7 +31420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "981adcf4-07e2-41cd-ae56-91ff3e982607", + "id": "c3f3e9e8-de6d-4a00-9d35-e3bf8a0ca20f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -31438,7 +31438,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "nulla anim ea labore aute" + "value": "voluptate in" } ], "variable": [] @@ -31485,7 +31485,7 @@ "description": "", "item": [ { - "id": "709f37b4-10de-4241-9dcc-53fa04fc3b2f", + "id": "ea939a13-4a7f-4e07-8b3b-effcd540ccfb", "name": "Create a form", "request": { "name": "Create a form", @@ -31528,7 +31528,7 @@ }, "response": [ { - "id": "1cc52a55-4b9b-4117-a502-e3b3614540e5", + "id": "10b86bed-2987-4da2-ba02-6fee6bda57f2", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -31584,7 +31584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f5bcfc8-69ff-44ca-bd42-56aa9919e7fd", + "id": "6abda99e-4df5-46b3-b0be-cdb1357011aa", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -31640,7 +31640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d02d8747-538c-48c3-bd16-38738684dd1b", + "id": "dda323fb-f7d4-4db4-a7db-ce92e5b23d4a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -31708,7 +31708,7 @@ "description": "", "item": [ { - "id": "af10fa51-2d10-4089-9d48-b5ec3f73d057", + "id": "328a52b9-23de-4167-856b-b871e55f6b95", "name": "Reassign data record", "request": { "name": "Reassign data record", @@ -31765,7 +31765,7 @@ }, "response": [ { - "id": "7d79fee0-cabf-41cc-8d9b-5a1693d600f4", + "id": "f60abd0b-8446-42af-896d-365200506c68", "name": "The data record has been reassigned.", "originalRequest": { "url": { @@ -31814,7 +31814,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d7fa32a0-93b6-421a-b2c3-503197335a7b", + "id": "aeada4b6-1e03-4cd9-8420-60afa08ad546", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -31873,7 +31873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45490c73-b66c-4922-b60c-abb49bb4dea4", + "id": "c2ad91cd-bd0b-4985-b927-aeb043c607ee", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -31938,7 +31938,7 @@ } }, { - "id": "465518a2-8574-409d-9347-966ac6cba53c", + "id": "ffdc9b8f-3447-40ae-a1b2-06f1fe25bf5b", "name": "Delete a master record", "request": { "name": "Delete a master record", @@ -31981,7 +31981,7 @@ }, "response": [ { - "id": "8b5c9aad-c76a-4b05-9d2d-d335907515be", + "id": "0f8f83b0-4e8a-4027-851d-decdc683b89a", "name": "Master record deleted.", "originalRequest": { "url": { @@ -32016,7 +32016,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e7ede454-38a9-436f-8d50-a9260b6cf47e", + "id": "443dffc7-9911-42e0-bee9-a07a011d1ea0", "name": "Error deleting master record", "originalRequest": { "url": { @@ -32056,12 +32056,12 @@ "value": "application/json" } ], - "body": "{\n \"error\": \"fugiat sunt\"\n}", + "body": "{\n \"error\": \"in aute anim exercitation do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c7f45707-29d6-4e4a-a015-01473730795c", + "id": "ff9045ee-a309-4c65-9eec-fc8db47fab50", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -32118,7 +32118,7 @@ "description": "", "item": [ { - "id": "1cbcef19-a43f-4259-9d19-9637f360cd33", + "id": "abf3bbe3-a14a-4ac1-a10e-ae0d887f9ab4", "name": "Create a form attribute", "request": { "name": "Create a form attribute", @@ -32161,7 +32161,7 @@ }, "response": [ { - "id": "b658aa1c-c6df-4354-9b8f-02d438538fc0", + "id": "991617be-58ed-4e48-8970-fcd20fc81e3c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -32217,7 +32217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7ecd8a0-24e5-455d-9777-56b07fa395fc", + "id": "d796d9ff-d1d0-42b8-8c97-ed04e4e9245d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -32273,7 +32273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6118a08a-99ec-4639-a56e-c4e5123b2335", + "id": "2f6d0d0b-2ead-43c2-88f2-2cb3ddb792fc", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -32359,7 +32359,7 @@ } ], "info": { - "_postman_id": "9ed7eceb-20de-4956-8d51-57fd52eb2a81", + "_postman_id": "007de496-13d2-42c6-b2d8-7b8d726f6088", "name": "NERM API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { diff --git a/postman/collections/sailpoint-api-v2024.json b/postman/collections/sailpoint-api-v2024.json index b0b13388..a0494db0 100644 --- a/postman/collections/sailpoint-api-v2024.json +++ b/postman/collections/sailpoint-api-v2024.json @@ -5,7 +5,7 @@ "description": "Use this API to create and manage metadata attributes for your Access Model.\nAccess Model Metadata allows you to add contextual information to your ISC Access Model items using pre-defined metadata for risk, regulations, privacy levels, etc., or by creating your own metadata attributes to reflect the unique needs of your organization. This release of the API includes support for entitlement metadata. Support for role and access profile metadata will be introduced in a subsequent release.\n\nCommon usages for Access Model metadata include:\n\n- Organizing and categorizing access items to make it easier for your users to search for and find the access rights they want to request, certify, or manage.\n\n- Providing richer information about access that is being acted on to allow stakeholders to make better decisions when approving, certifying, or managing access rights.\n\n- Identifying access that may requires additional approval requirements or be subject to more frequent review.\n", "item": [ { - "id": "85711408-2bf4-46c2-91e8-39280940ea2b", + "id": "af6bcebc-81fa-4a37-9139-33f60cd04f28", "name": "List Access Model Metadata Attributes", "request": { "name": "List Access Model Metadata Attributes", @@ -54,7 +54,7 @@ }, "response": [ { - "id": "16988e2e-4b8c-40d8-b1c1-eb4a4f11b6d7", + "id": "102386e7-961a-4d5e-9478-cebf6170e0c3", "name": "OK", "originalRequest": { "url": { @@ -117,7 +117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8fbbd31-737d-4569-ae8b-370915619e1c", + "id": "67556523-e37c-48f9-9a09-3a992b64b207", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -180,7 +180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49cfebd9-8e0b-4f86-a214-94dd0dbc775e", + "id": "702e1a29-ac04-40df-bdba-2cc4745d6b46", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -243,7 +243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "970970f7-38e3-4fc3-aabd-f62b62607698", + "id": "4be448fa-12f5-4913-89bd-ef6e1d294fd1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -306,7 +306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01b9b432-1460-4f52-b740-c0c46af0f539", + "id": "6607db17-406d-44a0-adef-e3dab4c6f9a0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -369,7 +369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdcfea77-b3db-4e07-899e-63722485cc66", + "id": "b128206a-31de-482d-9b7a-12e70e8a08ff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -438,7 +438,7 @@ } }, { - "id": "fe365ffa-7ef3-4d34-a554-0a3b2ac84518", + "id": "a3dd4cff-b374-4257-b3be-6de396208e05", "name": "Get Access Model Metadata Attribute", "request": { "name": "Get Access Model Metadata Attribute", @@ -489,7 +489,7 @@ }, "response": [ { - "id": "e9e2d47b-c6c8-48d6-89b9-8e11d272124d", + "id": "772525dc-cb0a-4075-ab9e-f96300357434", "name": "OK", "originalRequest": { "url": { @@ -543,7 +543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "458562f0-8d9f-4cde-bd15-e915bfc34fd8", + "id": "3a4bdc17-c095-4061-842d-a2903e376642", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -597,7 +597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cae6c0bb-35f4-4341-a781-1ab53e1fc319", + "id": "fce4d0ba-1e26-4068-80a5-91f1519dd2ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -651,7 +651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67b5d12d-da9d-4893-919d-a54374d330ff", + "id": "45e830a4-069f-4403-b55c-410d1f1ffc9f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -705,7 +705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1dc007c-23ec-4558-bc18-5fcd2f6fc82f", + "id": "9fffb8c4-ff59-4b4e-8f27-0da0cfa00727", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -759,7 +759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dc0774f-c963-4f52-a13e-cbef442cdbe2", + "id": "1e211006-5fcf-4eda-84c2-7d94a96db6ad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -819,7 +819,7 @@ } }, { - "id": "85c7d278-741a-4482-9b35-8f0c8b8adef5", + "id": "31c189d8-1146-4a60-9550-ed349bb13126", "name": "List Access Model Metadata Values", "request": { "name": "List Access Model Metadata Values", @@ -871,7 +871,7 @@ }, "response": [ { - "id": "1ef73e6e-9ce9-403e-bad5-82b7978696ee", + "id": "685513b2-fd77-4fa7-9d75-6c2381e50ee4", "name": "OK", "originalRequest": { "url": { @@ -926,7 +926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58b6d368-26fb-47b5-b4a2-52d4241d5055", + "id": "1ffbeae5-23bb-4ac5-8777-62e6536f7940", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -981,7 +981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fdb0dfe-7475-4351-878d-a6dc51ad9191", + "id": "7bf4858a-b191-4732-8ef1-2bda044b2318", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -1036,7 +1036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "085545db-7654-410f-acd8-268c58bea67b", + "id": "863f2dc1-ab75-4abe-8ca4-a0094de6418b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -1091,7 +1091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d2a9182-9a09-4d84-a2af-c95107b4bce8", + "id": "b7d60def-aa63-44f9-8ac3-7a39c2dc40e6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -1146,7 +1146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cebc8b68-7f7f-42c3-aa85-e3426f46984f", + "id": "4a7e3205-1ee3-4390-b037-6b625b6d36e9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1207,7 +1207,7 @@ } }, { - "id": "ab7bfda6-afdc-4284-88a9-94a14a874931", + "id": "d5407246-75e2-4740-bbab-ad3b78e9e5c7", "name": "Get Access Model Metadata Value", "request": { "name": "Get Access Model Metadata Value", @@ -1270,7 +1270,7 @@ }, "response": [ { - "id": "e422a696-2e81-4d3f-98d8-f3d9b2b4f3dd", + "id": "fd15bdf9-47d5-4806-84cb-2aa866f629a6", "name": "OK", "originalRequest": { "url": { @@ -1326,7 +1326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b6a0314-7195-4cd7-a646-bc6deff3c371", + "id": "173b046a-0b47-4196-aa9d-87f92035c326", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -1382,7 +1382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bedefa3-081d-4bd1-938a-5ecdb44e51a6", + "id": "9cbe5854-4bdc-483b-bfe0-0dc8060ea729", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -1438,7 +1438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09c3a4fc-c317-4a2e-984d-8ceb76e887e1", + "id": "6073c563-235a-4d8d-a918-a5e337e3f402", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -1494,7 +1494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d429d2e3-c961-4283-b953-2bbcdf639da1", + "id": "45290fc8-9de4-45f4-8486-b89be1914ee5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -1550,7 +1550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2fb3d96-e9d1-4a76-acbf-5120a48e680c", + "id": "92a49d94-eec1-48ce-8e0b-502c15abaacb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1618,7 +1618,7 @@ "description": "Use this API to implement and customize access profile functionality. \nWith this functionality in place, administrators can create access profiles and configure them for use throughout Identity Security Cloud, enabling users to get the access they need quickly and securely.\n\nAccess profiles group entitlements, which represent access rights on sources. \n\nFor example, an Active Directory source in Identity Security Cloud can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nAccess profiles are the most important units of access in Identity Security Cloud. Identity Security Cloud uses access profiles in many features, including the following:\n\n- Provisioning: When you use the Provisioning Service, lifecycle states and roles both grant access to users in the form of access profiles.\n\n- Certifications: You can approve or revoke access profiles in certification campaigns, just like entitlements. \n\n- Access Requests: You can assign access profiles to applications, and when a user requests access to the app associated with an access profile and someone approves the request, access is granted to both the application and its associated access profile.\n\n- Roles: You can group one or more access profiles into a role to quickly assign access items based on an identity's role. \n\nIn Identity Security Cloud, administrators can use the Access drop-down menu and select Access Profiles to view, configure, and delete existing access profiles, as well as create new ones. \nAdministrators can enable and disable an access profile, and they can also make the following configurations: \n\n- Manage Entitlements: Manage the profile's access by adding and removing entitlements. \n\n- Access Requests: Configure access profiles to be requestable and establish an approval process for any requests that the access profile be granted or revoked. \nDo not configure an access profile to be requestable without first establishing a secure access request approval process for the access profile.\n\n- Multiple Account Options: Define the logic Identity Security Cloud uses to provision access to an identity with multiple accounts on the source. \n\nRefer to [Managing Access Profiles](https://documentation.sailpoint.com/saas/help/access/access-profiles.html) for more information about access profiles.\n", "item": [ { - "id": "9b724c0b-dc93-4908-ba64-00231b64245a", + "id": "54fbeceb-bba1-4292-a581-380211d33172", "name": "List Access Profiles", "request": { "name": "List Access Profiles", @@ -1720,7 +1720,7 @@ }, "response": [ { - "id": "1c1b4d52-6ba0-4b53-b29f-a662c5f5976d", + "id": "bd6aedcf-4de4-4431-8587-3afa2d3dc6f0", "name": "List of access profiles.", "originalRequest": { "url": { @@ -1836,7 +1836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be1ec27f-2fea-427d-9bf1-20359e884a72", + "id": "5fd4e106-e0cf-4344-b9b0-f32ed4d5bebd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -1952,7 +1952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03593d08-2321-433c-a7ab-bf57e6c1f1f8", + "id": "937e4236-f8e5-4257-a986-8deec4df0e67", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -2068,7 +2068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcec932c-ee9c-4f2c-bfef-0d2f4fc62160", + "id": "f309dca5-8d2f-419c-b0ff-f2217568b6ad", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -2184,7 +2184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d9ddf82-8273-4dcd-9d9c-94deb9b0184c", + "id": "30bb0d65-9fa1-4a10-82a2-eacdc22aa5ee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -2300,7 +2300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6774d85b-6c2f-4e0b-95b5-9da742c49f71", + "id": "87787b6e-d5ba-462d-b991-10ec727c128b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2422,7 +2422,7 @@ } }, { - "id": "fed5a788-58c8-4b65-a403-08c67fdc5cc9", + "id": "647b295e-2aaa-4254-96b3-554e4c5066f9", "name": "Create Access Profile", "request": { "name": "Create Access Profile", @@ -2464,7 +2464,7 @@ }, "response": [ { - "id": "609452a5-12f9-49bc-b9fb-e1ea8296a665", + "id": "15138c66-1380-44c4-8b0d-eb5f8e75ddcb", "name": "Access profile created.", "originalRequest": { "url": { @@ -2520,7 +2520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a728055-378e-4e20-8b7b-a63428f74d2b", + "id": "234f9afc-5a07-474c-a5ce-83bcdafe513d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -2576,7 +2576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce77b751-1920-4cb4-846a-edad1b30df10", + "id": "f54d9464-bc72-4baa-a8b7-e3f362aa1e0f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -2632,7 +2632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1942f44d-0178-4c30-a864-a966bdaf3fa2", + "id": "c2ce277a-9a7c-4a3c-8cea-133befe9f29c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -2688,7 +2688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ac275e5-3ff7-4bd3-b9c2-ba97900934ba", + "id": "c03fc853-581e-40c7-81f0-bd1bef5bbece", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -2744,7 +2744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "746c730e-342c-45ba-9c5f-6819ad96a81d", + "id": "b56df01f-91f0-43e9-a2b4-3710736bc54c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2806,7 +2806,7 @@ } }, { - "id": "f726acdf-c0a3-4771-966f-24d21dcc2fb0", + "id": "cd9c32c6-f7b4-4c1f-947a-2de685bfae2f", "name": "Get an Access Profile", "request": { "name": "Get an Access Profile", @@ -2847,7 +2847,7 @@ }, "response": [ { - "id": "a9f4f62e-24ff-4545-9de3-6a38575ec687", + "id": "d7d60622-ef7c-457e-b3f1-eff651ca5b1b", "name": "An AccessProfile", "originalRequest": { "url": { @@ -2891,7 +2891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7761761-3cd0-44e0-872a-00cb79afa6f3", + "id": "9b42311a-80c6-49cc-9260-3ba5d85cf532", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -2935,7 +2935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d71bf090-0e57-47c7-8722-301a9d80bfcc", + "id": "f6fc3429-ba89-49c4-bb3a-ddd6c3324a08", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -2979,7 +2979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba767044-da72-49a0-8225-03a63cf58126", + "id": "dde9e97b-85ed-4734-9c5d-262328577e49", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -3023,7 +3023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cd6086b-fc4a-4d82-9f89-28b5e351eeb8", + "id": "94580756-ca5b-4ee9-a0dc-6bcd52e23616", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -3067,7 +3067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8a183d4-5cb4-48fd-82c1-822bc3e3503a", + "id": "99f0506d-9115-4d34-b029-c229233687b6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -3117,7 +3117,7 @@ } }, { - "id": "d9d944e8-6342-4302-a304-0656bf5bce00", + "id": "c720c284-ea13-4f73-b06e-efd635fc6996", "name": "Patch a specified Access Profile", "request": { "name": "Patch a specified Access Profile", @@ -3171,7 +3171,7 @@ }, "response": [ { - "id": "ab3e893e-41c7-4f95-ada5-8caaace91d7a", + "id": "860c17ea-b5da-409c-9d6c-cd48db9bfc94", "name": "Add Entitlements", "originalRequest": { "url": { @@ -3228,7 +3228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e2d01ef-cee0-4f6d-9d37-216ad6495e1e", + "id": "3a1aa999-c3c1-4fc1-9e1c-a2ccf8a0017a", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -3285,7 +3285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8376317b-77d0-47cb-801c-796b8301ae03", + "id": "b49152d1-d1cb-4cfe-a124-6284a5508188", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -3342,7 +3342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3412880e-801f-491c-879f-71312a213ff9", + "id": "11477113-68fe-4fe7-89b6-f93f23b282e8", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -3399,7 +3399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1f8ce35-1349-4d3d-8400-a82875b88554", + "id": "3faac7f2-74ba-4b98-aec5-bbd2cac1a7f2", "name": "Replace Source", "originalRequest": { "url": { @@ -3456,7 +3456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21c88d93-c85b-4b36-a67d-d336037f72c5", + "id": "54802596-00fc-4b62-8165-6d8a7bca51cc", "name": "Add Entitlements", "originalRequest": { "url": { @@ -3513,7 +3513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42165b62-bb92-4b8a-862e-81803a679532", + "id": "41380746-6cf7-4d70-9ab7-2984fbfbb4f6", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -3570,7 +3570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a64e5a2-02b0-4202-b5ea-6f3b6cdd7320", + "id": "92ecff81-ce1a-4b65-911d-7d8efaf7cf09", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -3627,7 +3627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9021d1af-2312-44e8-b874-82be690b790d", + "id": "85980f92-ec94-4614-91e5-90ab6ebec1c0", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -3684,7 +3684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f09dd9d4-a493-4abc-ac1a-ebff45a039ca", + "id": "b971c2fe-8006-4610-a37b-e5c0a752b587", "name": "Replace Source", "originalRequest": { "url": { @@ -3741,7 +3741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a779decd-f8a1-45ff-961b-355f9478ee96", + "id": "27247498-d019-486c-b16b-c39bb1856392", "name": "Add Entitlements", "originalRequest": { "url": { @@ -3798,7 +3798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0997572e-8f13-4671-b9cc-576c75afbab1", + "id": "e71aa764-7635-415d-a7fb-b4e47b6dcb9d", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -3855,7 +3855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "963b34da-4093-45dc-a160-151de0030f11", + "id": "807bc6f9-c007-4eea-bf2e-b064e8237445", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -3912,7 +3912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7e4d215-3b5f-477b-a204-759fc467cae8", + "id": "d58c6768-c9a1-488f-ad84-b1acc78089fb", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -3969,7 +3969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c15b71f3-e37f-4cde-b277-8203860995a8", + "id": "fa920e2a-7604-49a1-ab32-f8435a101484", "name": "Replace Source", "originalRequest": { "url": { @@ -4026,7 +4026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc3254e8-0f94-4637-b40e-4bfc9c737ecf", + "id": "832ba2b9-84fd-4690-8c9b-36356b07daf7", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -4083,7 +4083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef05c954-9ff3-4431-a7ac-78f81f5733e7", + "id": "f3c3df07-f80a-4c5c-a5f3-24fdd357ee6b", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -4140,7 +4140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05258e71-a505-4445-addb-1316a3f4358e", + "id": "1afd019d-98ca-4df8-aba0-10fde271b98f", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -4197,7 +4197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "443a03c1-12a8-4bb1-a6ef-51cd5203b46d", + "id": "f03dde57-70f4-4f36-8d79-b708d980c08f", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -4254,7 +4254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdd5d187-62dc-4302-a1ec-a6db44c7130b", + "id": "07e9c879-b58a-473d-90f5-6ae443e58bbf", "name": "Replace Source", "originalRequest": { "url": { @@ -4311,7 +4311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f40891e9-c125-4248-9ded-a5e38cbce8b3", + "id": "28114ac3-2ddf-403c-8e4a-85fd7ce759e0", "name": "Add Entitlements", "originalRequest": { "url": { @@ -4368,7 +4368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b9d2c52-72b4-4938-901e-03ee84395fdb", + "id": "b4ef444c-66e7-4611-8000-debb80fce94c", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -4425,7 +4425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a699e22-a8fa-45eb-af90-78bca1c7cea5", + "id": "3f2c3f7b-59ad-4ef1-8992-f9195b24167b", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -4482,7 +4482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be4077a2-8e32-4e49-837e-d6a5aa885a18", + "id": "5eb5d28a-67aa-4821-b297-b2db6e543244", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -4539,7 +4539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "433ad025-586f-404c-9f43-f612eae19179", + "id": "ce0d5226-6bb4-4ac9-b0d2-72ebd7ebe7d2", "name": "Replace Source", "originalRequest": { "url": { @@ -4596,7 +4596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a657d0e5-7b54-42e9-8411-89d0cd94f982", + "id": "7832238b-fabc-4011-b896-85ba5f765035", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -4653,7 +4653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56183700-857b-46e3-a991-9749718eb711", + "id": "22b8c209-c175-4a7c-abe3-c6a6f718841d", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -4710,7 +4710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c988114e-9fc3-41ae-aa75-90e60fa754cc", + "id": "2af77f29-9218-4e0c-bbc9-76478dce70c6", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -4767,7 +4767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "009fba67-0cd2-4d56-a1b0-d6125e3fff5f", + "id": "662685d2-fd69-4c9a-a3f1-647a61eee9fa", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -4824,7 +4824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0165b4a-88cf-49e8-8026-8a812180e617", + "id": "5b8a0de8-4d7f-42a9-a3d0-957baffca96d", "name": "Replace Source", "originalRequest": { "url": { @@ -4887,7 +4887,7 @@ } }, { - "id": "e8c3fbe9-ee4e-47c2-9f58-6af5f5039038", + "id": "d0aa4cfe-bb32-4cf2-b23d-8a8e1513a985", "name": "Delete the specified Access Profile", "request": { "name": "Delete the specified Access Profile", @@ -4928,7 +4928,7 @@ }, "response": [ { - "id": "447a6b05-1a6e-4151-a394-73dabd31ab35", + "id": "fa3dae65-16ae-40de-b4ae-fd02897c236b", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -4962,7 +4962,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7f2098dd-6ce2-4352-9a7c-a2bd4eff6b20", + "id": "c5e0ed27-33dd-416c-92da-fa7178913493", "name": "Returned when an access profile cannot be deleted as it's being used.", "originalRequest": { "url": { @@ -5006,7 +5006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12fb5ca4-98f7-4a95-bb73-eede9b39a448", + "id": "489d186b-829a-4670-9fd9-9ac4610747c5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5050,7 +5050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3447122e-673b-4b94-b761-0b39bb6d23c8", + "id": "ad3584ab-b274-4ac1-bd83-90ebd556c75c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5094,7 +5094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b8cee10-46ee-4997-a6ac-d1cd7ad8c5a2", + "id": "7e4e0260-1ee7-4f4a-b0e5-66c0f3df8f47", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -5138,7 +5138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29071fd7-5c8f-4626-94f2-97a9b3162dd7", + "id": "bbac73c3-c555-4fa5-b18b-c529906a00e3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5188,7 +5188,7 @@ } }, { - "id": "0efff7bc-202e-4d11-b7f7-161341c2153c", + "id": "1d2abc74-d083-430e-9f83-4adfbfe6ede5", "name": "Delete Access Profile(s)", "request": { "name": "Delete Access Profile(s)", @@ -5231,7 +5231,7 @@ }, "response": [ { - "id": "93040487-b45d-4726-aca1-63ef76df7a42", + "id": "ad5ae000-06ef-46aa-ba6f-b8b386a429c5", "name": "Returned only if **bestEffortOnly** is **false**, and one or more Access Profiles are in use.", "originalRequest": { "url": { @@ -5288,7 +5288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1de770b-3834-40ce-a8cb-01eb9a763b10", + "id": "1057a410-da32-4c53-8274-d6c183c9cbc4", "name": "Returned if at least one deletion will be performed.", "originalRequest": { "url": { @@ -5345,7 +5345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9ef45d4-e35d-4fea-8e60-b72f346a1231", + "id": "9d921eea-49c6-4353-97bc-0c105162ec00", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5402,7 +5402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddba9f15-2f05-409f-bda1-f70ba5eb0964", + "id": "f465d337-b77b-4b28-81c5-8ef48af63d51", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5459,7 +5459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fc38ae0-6a4e-459b-bd64-a30ef31f224b", + "id": "66e7d533-885c-418d-948a-a81d1c3ae53f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5516,7 +5516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2918415c-d0ce-4694-bb05-14e0b89fc1fb", + "id": "cf07a68e-d696-4163-a8d7-91363da9244c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -5573,7 +5573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15239a79-9f6d-4558-8d09-dea32fc8bb2e", + "id": "6b3e6a20-cbf9-42fd-9650-3ff5a98eb9f8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5636,7 +5636,7 @@ } }, { - "id": "d5dca981-4864-43d1-a7e3-8bf7202a7bfb", + "id": "61fd33c2-3944-4362-b955-7a18a43a5e88", "name": "List Access Profile's Entitlements", "request": { "name": "List Access Profile's Entitlements", @@ -5724,7 +5724,7 @@ }, "response": [ { - "id": "6e0e05f2-46cf-4525-a88c-250686be5bc3", + "id": "ede24a02-69b5-4de6-b359-dfc7c1661592", "name": "List of entitlements.", "originalRequest": { "url": { @@ -5815,7 +5815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "389a6df8-1eca-4b5f-9c45-45fb12ee1bd5", + "id": "68f73a7a-ecf0-423d-b671-92539e64e796", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5906,7 +5906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31808406-802d-4ae8-9969-415907b656c6", + "id": "f5622b49-c94b-4eba-b886-5af0c136f9a5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5997,7 +5997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78b0124c-9451-476f-983e-5b0739198692", + "id": "bbf24a4d-ca4d-4260-838f-d3c7e2157504", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -6088,7 +6088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c012c153-f5e0-46b8-a770-7f828d099a05", + "id": "ab618795-089f-48db-a441-bfc37fcacc66", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6179,7 +6179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0008d13b-4a52-473f-a3ab-5ed13bc029d4", + "id": "1638fa79-2c87-42c8-be12-70ceb7c88023", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6276,7 +6276,7 @@ } }, { - "id": "dd93b719-356e-4610-b42e-8fd58a8365c4", + "id": "72fb6e52-9c76-44e9-baac-ff8cbceec684", "name": "Update Access Profile(s) requestable field.", "request": { "name": "Update Access Profile(s) requestable field.", @@ -6328,7 +6328,7 @@ }, "response": [ { - "id": "aa00f6c0-cc0d-4785-8a11-384282c88e99", + "id": "a267d781-32d7-485d-8872-7333e019db6e", "name": "List of updated and not updated Access Profiles.", "originalRequest": { "url": { @@ -6394,7 +6394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc70a61f-59a9-492f-8b44-d0b606eb5f00", + "id": "050c2a76-4f84-491f-b535-c2d21d164ec4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -6460,7 +6460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce7fdd5c-c2ef-4bd5-af9a-70c06a3f9a8e", + "id": "5ed969d6-c6c8-45fe-a140-0a1c8f817478", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -6526,7 +6526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "418aae1b-56d5-44e4-a2af-0441045946e5", + "id": "58afb35f-e824-453a-9e21-a9935c78ae9b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -6592,7 +6592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d2c8217-53c4-4e4c-a2eb-62d7d9b38e4a", + "id": "0fca385c-4aac-48ad-b6e3-4e392692d6d7", "name": "Precondition Failed - Returned in response if API/Feature not enabled for an organization.", "originalRequest": { "url": { @@ -6658,7 +6658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "851c72c7-f985-48ff-bfaa-d588234e82b6", + "id": "b7e9590f-0678-496d-b578-c3b3e36878e3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6724,7 +6724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ea95075-9fc4-4285-b58a-6f3c0ae15d31", + "id": "11a860ec-55e3-4c17-823e-06a7d07a4cdd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6802,7 +6802,7 @@ "description": "Use this API to implement and customize access request approval functionality. \nWith this functionality in place, administrators can delegate qualified users to review users' requests for access or managers' requests to revoke team members' access to applications, entitlements, or roles. \nThis enables more qualified users to review access requests and the others to spend their time on other tasks. \n\nIn Identity Security Cloud, users can request access to applications, entitlements, and roles, and managers can request that team members' access be revoked. \nFor applications and entitlements, administrators can set access profiles to require approval from the access profile owner, the application owner, the source owner, the requesting user's manager, or a governance group for access to be granted or revoked. \nFor roles, administrators can also set roles to allow access requests and require approval from the role owner, the requesting user's manager, or a governance group for access to be granted or revoked. \nIf the administrator designates a governance group as the required approver, any governance group member can approve the requests.\n \nWhen a user submits an access request, Identity Security Cloud sends the first required approver in the queue an email notification, based on the access request configuration's approval and reminder escalation configuration.\n\nIn Approvals in Identity Security Cloud, required approvers can view pending access requests under the Requested tab and approve or deny them, or the approvers can reassign the requests to different reviewers for approval. \nIf the required approver approves the request and is the only reviewer required, Identity Security Cloud grants or revokes access, based on the request. \nIf multiple reviewers are required, Identity Security Cloud sends the request to the next reviewer in the queue, based on the access request configuration's approval reminder and escalation configuration. \nThe required approver can then view any completed access requests under the Reviewed tab. \n\nRefer to [Access Requests](https://documentation.sailpoint.com/saas/help/requests/index.html) for more information about access request approvals.\n", "item": [ { - "id": "42eea322-e3cc-413a-813c-c7278df697be", + "id": "ae0f5856-29de-4e49-bd84-2bbe6940e458", "name": "Pending Access Request Approvals List", "request": { "name": "Pending Access Request Approvals List", @@ -6887,7 +6887,7 @@ }, "response": [ { - "id": "3497fb47-0038-422a-90ec-ef64b4415b63", + "id": "415c9811-de85-4924-91b0-21bf86e15605", "name": "List of Pending Approvals.", "originalRequest": { "url": { @@ -6986,7 +6986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e9495c4-b21b-4d9d-8207-394434f100ba", + "id": "7f7f2325-3636-4b80-bc83-ebfbec9bebe5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7085,7 +7085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f68a6633-3b20-469c-b745-2ed45d4df424", + "id": "9f2a03d4-95b3-461e-aae8-5eb8c5a7c1c8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7184,7 +7184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2248c6b5-151e-4bcd-800e-db9c608b54d6", + "id": "8fc5018a-b235-49ac-923b-ecfd4ec00e51", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7283,7 +7283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65788907-437e-4320-9aa4-b557e9db3cec", + "id": "9ca494c4-817d-4b57-8713-612bef7cd0d5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7382,7 +7382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e2be235-6fd1-46da-b1c4-ef2df25d95c5", + "id": "5839b7b9-7516-4a39-abe7-120ff9b4acb0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7487,7 +7487,7 @@ } }, { - "id": "47eca170-f9f1-4514-a482-b18e2e5d1f80", + "id": "24fc4a92-d003-46d9-826f-5c0b393fa454", "name": "Completed Access Request Approvals List", "request": { "name": "Completed Access Request Approvals List", @@ -7572,7 +7572,7 @@ }, "response": [ { - "id": "8f845978-1cdf-48a2-bd6e-1af5198cc85b", + "id": "3510ccd4-4f4b-42df-9e85-7ead0003f0a6", "name": "List of Completed Approvals.", "originalRequest": { "url": { @@ -7671,7 +7671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec29aaf5-60e1-450e-b9ae-83496869135d", + "id": "56abb55c-0f92-4454-87ba-4862c031baeb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7770,7 +7770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "199d2b2a-569d-4bb7-a273-0908ab1073df", + "id": "77831161-6083-4161-a9ca-cfd52f66112a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7869,7 +7869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cfc55d2-0df8-46ab-9489-5165f9564c78", + "id": "be4764fa-b77f-4117-a1d3-2165c539aab3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7968,7 +7968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5962159-0cf9-44aa-abdd-8591aa28aa11", + "id": "5cc92178-18c1-497e-9a57-4fa8ce7f35d9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8067,7 +8067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0c27a89-d2c6-4a69-867c-6328cebd1401", + "id": "41dcd01b-e258-4254-9f4b-b9a99d01c8f3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8172,7 +8172,7 @@ } }, { - "id": "263889b2-5d51-4bbb-957c-d35840c69a40", + "id": "f6158f71-c799-4801-862e-ab6b4c94ac70", "name": "Approve Access Request Approval", "request": { "name": "Approve Access Request Approval", @@ -8227,7 +8227,7 @@ }, "response": [ { - "id": "ad36230e-7d85-4932-8a75-acc27fc868a4", + "id": "d7902c3d-d8dc-4c99-a0db-4c18a63a917a", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -8285,7 +8285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36134b5e-c843-4c7f-ac24-605c13809666", + "id": "17b39045-9e53-4fb6-9215-5fa1ee7149e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8343,7 +8343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26873f00-5219-4710-8d75-0757e9e71ecb", + "id": "2c72f6c3-4a67-4332-a96e-612994a9ebd2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8401,7 +8401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c071b5a0-76c7-46fe-bba7-62add16eb23f", + "id": "7eeb3fec-d5ed-4da0-8f92-def750220c4e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8459,7 +8459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fbaf1ba-a793-4956-bff5-81c7217ae1cc", + "id": "da5e2e0d-561b-4ef0-88a4-0f07624a8066", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -8517,7 +8517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14d18285-e9fe-4c08-adef-7a957e3ca897", + "id": "6657fbcb-ece6-4ea9-b73c-5c32f0120b17", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8575,7 +8575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74df0722-2088-4695-b5b4-f639214b6897", + "id": "20d2d23d-38d3-4a19-89c9-9b21ca9a585e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8639,7 +8639,7 @@ } }, { - "id": "93075ccb-e42b-4092-ab27-fbce01759d7d", + "id": "a820926c-5218-49de-8e3c-e2b156848989", "name": "Reject Access Request Approval", "request": { "name": "Reject Access Request Approval", @@ -8694,7 +8694,7 @@ }, "response": [ { - "id": "50339911-bb0f-4794-8613-8ba3e121e506", + "id": "9ba46ecd-04af-4a69-8c13-b9f7a1a0d292", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -8752,7 +8752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c7e104e-e4d7-4feb-b95d-e2a99842d4e0", + "id": "a093d458-73c1-4fca-ac62-cdd2ba10c045", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8810,7 +8810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d76473ad-ed07-4073-b7c2-aef7fc7bc0b4", + "id": "3b2ff66f-3c3f-442f-917e-d894b0052e24", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8868,7 +8868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "779d8d6e-8886-43e2-a13d-0cae395b3086", + "id": "614269a5-c32b-40b9-9cf3-cfd187a8d2aa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8926,7 +8926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74050929-5a48-435f-901c-8f47e3c8d41d", + "id": "2abda905-c9ff-461f-82a1-c96a82ab1cad", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -8984,7 +8984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f95d935-2390-4fa0-96b3-931d82e4d3ac", + "id": "65dac203-92af-400f-93ab-01663aeac401", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -9042,7 +9042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a94792b-38ac-4d7e-ad6b-c824ea36942e", + "id": "18a7ec6b-09bc-4614-8afb-8489bc486920", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9106,7 +9106,7 @@ } }, { - "id": "5987924a-3c8a-4ffe-88c7-689e3614b780", + "id": "d3c4b621-8caf-46ca-99fb-fe8e897a74b6", "name": "Forward Access Request Approval", "request": { "name": "Forward Access Request Approval", @@ -9161,7 +9161,7 @@ }, "response": [ { - "id": "81111395-6aa2-4d05-8b9f-8eda502b8ae1", + "id": "49028691-6ddd-4ebe-9962-ef4dc1f12e0d", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -9219,7 +9219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5409e997-e2d6-4e94-9fa5-ecf7345c2aea", + "id": "1d14fb29-93c4-4c14-af60-8a149926b331", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9277,7 +9277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5da2f035-e578-47ff-b504-72a50ec1af71", + "id": "70d4ee96-6896-4bb0-895b-9eaebee17e6d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -9335,7 +9335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "669ccad8-8a19-481d-b7cc-bda883436062", + "id": "4c817136-9cfe-49a4-859c-564a8fd15b1e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9393,7 +9393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb9afe82-03db-4967-8615-5261bc99e4ff", + "id": "247b1904-2479-446c-80b5-3d817a25020c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -9451,7 +9451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63de1bd2-4ec6-4e7c-9f2c-6667cd0a9433", + "id": "29b051f2-1b06-4294-82dc-1e48e0d66d8a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -9509,7 +9509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae632dec-84b8-451f-bff6-c3e88b57386e", + "id": "1ce117b2-e2f2-42bc-9ae2-f7d11dd188eb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9573,7 +9573,7 @@ } }, { - "id": "a70e8411-6671-44e5-b105-818d54cb6ffd", + "id": "98034c91-3061-4ec2-a3fc-762243b8dff5", "name": "Get Access Requests Approvals Number", "request": { "name": "Get Access Requests Approvals Number", @@ -9622,7 +9622,7 @@ }, "response": [ { - "id": "5cfebbfc-e02c-448b-8b17-26a690eea5ca", + "id": "c85c0449-2456-4b32-ba19-9ddd27a96271", "name": "Number of pending, approved, rejected access request approvals.", "originalRequest": { "url": { @@ -9685,7 +9685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d211df2-d854-431b-a2c8-f9b04150cd82", + "id": "3426a417-058f-4040-af10-909ec4dae0fb", "name": "Client Error - Returned if the query parameter is invalid.", "originalRequest": { "url": { @@ -9748,7 +9748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be574856-d8fb-48ac-bd21-bce43a2533cd", + "id": "bad8f968-8f4c-47ba-b047-7da665950841", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -9811,7 +9811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb9c4643-590a-4eed-8a0b-4657dff26bbf", + "id": "a93302aa-afb5-4743-b9ca-6ec878754bde", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9874,7 +9874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfb841bd-68bb-4ccd-bdd7-aa4d9b3f3c50", + "id": "08ad748b-192c-48d1-a536-bbe1b6e80502", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -9937,7 +9937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d24c4f53-eafd-4936-9466-42cfa8c6dd5b", + "id": "c05ee9d7-346e-46f0-8bee-832f64fa999c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10012,7 +10012,7 @@ "description": "Use this API to implement access request identity metrics functionality.\nWith this functionality in place, access request reviewers can see relevant details about the requested access item and associated source activity. \nThis allows reviewers to see how many of the identities who share a manager with the access requester have this same type of access and how many of them have had activity in the related source. \nThis additional context about whether the access has been granted before and how often it has been used can help those approving access requests make more informed decisions.\n", "item": [ { - "id": "10437df8-6613-409e-ac0a-864e51d5f65d", + "id": "b05af801-ade4-45a5-9363-1fc8cf9927dd", "name": "Return access request identity metrics", "request": { "name": "Return access request identity metrics", @@ -10086,7 +10086,7 @@ }, "response": [ { - "id": "e7cdfe77-60bb-49ba-955d-132bbbf44c6a", + "id": "65d4756d-f682-4b01-b617-1940eacafb19", "name": "Summary of the resource access and source activity for the direct reports of the provided manager.", "originalRequest": { "url": { @@ -10143,7 +10143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd23a449-ad94-4831-bdd6-c7ee33adf2ce", + "id": "a0fef333-1812-494d-893e-6ef1b8b1d469", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10200,7 +10200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "965b32f4-b3c9-43ce-9957-f5a2ef8cf3b3", + "id": "05a77ed6-e229-418c-8b55-eb37108d2bba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10257,7 +10257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "471dec32-a4a9-4f2c-8499-cc961a235250", + "id": "f9736a28-3aad-4d39-a38f-8d4358d6586d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10314,7 +10314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8df791c8-9cca-4fd2-95e1-4de71e352e1e", + "id": "489849bd-d788-42b9-8a35-8b6c3eed5b84", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10371,7 +10371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "928eb9f1-811c-4de6-a4a7-343e12ea967b", + "id": "cd7401fe-a939-467c-b98c-11356bc7b2e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10440,7 +10440,7 @@ "description": "Use this API to implement and customize access request functionality. \nWith this functionality in place, users can request access to applications, entitlements, or roles, and managers can request that team members' access be revoked.\nThis allows users to get access to the tools they need quickly and securely, and it allows managers to take away access to those tools. \n\nIdentity Security Cloud's Access Request service allows end users to request access that requires approval before it can be granted to users and enables qualified users to review those requests and approve or deny them.\n\nIn the Request Center in Identity Security Cloud, users can view available applications, roles, and entitlements and request access to them. \nIf the requested tools requires approval, the requests appear as 'Pending' under the My Requests tab until the required approver approves, rejects, or cancels them. \n\nUsers can use My Requests to track and/or cancel the requests.\n\nIn My Team on the Identity Security Cloud Home, managers can submit requests to revoke their team members' access. \nThey can use the My Requests tab under Request Center to track and/or cancel the requests.\n\nRefer to [Requesting Access](https://documentation.sailpoint.com/saas/user-help/requests/requesting_access.html) for more information about access requests.\n", "item": [ { - "id": "0381e655-ec19-4e0d-8d75-9739de9f9bfd", + "id": "b0cae09b-0079-46dc-b797-cd1748c6a8bd", "name": "Submit Access Request", "request": { "name": "Submit Access Request", @@ -10482,7 +10482,7 @@ }, "response": [ { - "id": "528456a3-e583-43af-9314-784cdc4f201f", + "id": "e17f6d03-2635-4a7f-91cd-ae36276398cd", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -10538,7 +10538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5813a614-0972-48c1-8b1b-cc476aefbc91", + "id": "90d8bb8c-dbd7-46af-8a07-47642625e1fa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10594,7 +10594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4c03e5a-3f04-4e92-a8fe-3d1692934dda", + "id": "027922e4-5e08-4844-a6fc-24e424b1666e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10650,7 +10650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fc5cf98-f468-4d64-9439-b28f5c83c35d", + "id": "45224773-18ce-421a-a39e-afbeb66f07e0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10706,7 +10706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c935b2fa-540f-42c3-9726-6fb7bb5e4a12", + "id": "e6be41d4-6846-42aa-ae5f-0640d6e49088", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10762,7 +10762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56569180-8c31-425c-a00a-73a4e32ade1e", + "id": "7659ca90-f972-4ddf-9313-ea019261625b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10824,7 +10824,7 @@ } }, { - "id": "0f1557cc-8f7d-44bd-97f4-8cb317fea44a", + "id": "f53e225a-b0bc-426b-be81-ad695d3b960f", "name": "Cancel Access Request", "request": { "name": "Cancel Access Request", @@ -10867,7 +10867,7 @@ }, "response": [ { - "id": "7091c986-9aa4-4ec9-9186-e56d6c36b56e", + "id": "a32e2db2-08d9-4a50-bfcf-5d3862d48025", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -10924,7 +10924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06b1e8ed-fa4c-422d-bf78-be1880d68657", + "id": "33315c42-339c-4f27-ae00-206caa170dd9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10981,7 +10981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f074d263-35d5-4bc2-bdb2-21acb89ec684", + "id": "4ccc9166-cc06-41b4-8155-532a2252dd63", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11038,7 +11038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08a3d9dd-c0da-4128-be4d-a6322762e4fa", + "id": "139471ed-bec0-4fee-9872-ca241c2705d4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11095,7 +11095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb73d4a5-0d0f-4390-899e-1b5408a8152d", + "id": "1ee009da-2d0a-4a92-9234-2642434fe5c1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -11152,7 +11152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87bf937c-4682-4902-8745-6a9123288a1b", + "id": "92c625b6-cc60-48cd-ac94-5d4d965ee175", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11209,7 +11209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1929f51b-5484-4cfb-9ac0-10cb9c71f85d", + "id": "47dca20d-9573-4fb9-b5ed-feb48a272f69", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11272,7 +11272,7 @@ } }, { - "id": "1b9a4ba5-5e4e-400c-b9e9-43220aa3d7fe", + "id": "d8ef6626-d833-4f73-91b1-b850782d6ab6", "name": "Get Access Request Configuration", "request": { "name": "Get Access Request Configuration", @@ -11301,7 +11301,7 @@ }, "response": [ { - "id": "62ce6c69-25c2-4a89-8b9f-4df5a41c4502", + "id": "ff6b25e0-7a94-4fec-a2c8-80245a73ae86", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -11344,7 +11344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17759b77-9180-4187-b8d6-d4a1a4f7151f", + "id": "263ce7c6-362f-421d-963e-b4deb325957a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11387,7 +11387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd2d2082-299a-4009-a0bf-84b71ac794a9", + "id": "d2d8b0ab-614f-4e48-8e8f-c7db49006e0b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11430,7 +11430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17e4d910-d276-41c2-9d85-2c067f5e8586", + "id": "5203ab96-cfe9-4103-87b2-e8381ba8acff", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11473,7 +11473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c7c8620-bd65-4b3e-a272-e456bd8f82c5", + "id": "5d81382c-c18e-4113-a79f-be2f55aa23c3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11516,7 +11516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da86dd57-8526-42d3-b014-40636c8e6dba", + "id": "33b9a586-a2d4-4ce1-965d-13e3b383f225", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11565,7 +11565,7 @@ } }, { - "id": "ec6e3b73-9bc3-4363-b7d9-2115cd5789a6", + "id": "3815baa8-7c6e-4b56-ac5b-f378b514e475", "name": "Update Access Request Configuration", "request": { "name": "Update Access Request Configuration", @@ -11607,7 +11607,7 @@ }, "response": [ { - "id": "fed3a574-0e85-4ff2-8302-b139f4de6434", + "id": "ecb5bfb9-9c03-4fa0-8f62-5408a73ad4e6", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -11663,7 +11663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6a8aef9-9109-4b3a-a330-c05b7c4d37bd", + "id": "1c153476-eb64-41d6-b119-e7f1dec36df5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11719,7 +11719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cad0a149-e506-4eef-b5fb-0da896bfad23", + "id": "7860bce8-111d-4696-ada8-9ce93572053f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11775,7 +11775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba62fb2c-58e6-49c2-ae6f-46ac4f2c6907", + "id": "aa98d79c-3cc8-430a-985e-e5d9a53f0a42", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11831,7 +11831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67faa9e5-c0e3-45dd-935b-da4f829744be", + "id": "57ffb61a-e780-4b35-8d2d-905d0c241336", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11887,7 +11887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "505eb2f9-e746-4291-add6-2f27c375dc89", + "id": "a8688a93-31cc-433c-8a4a-dafedc10dad6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11949,7 +11949,7 @@ } }, { - "id": "12ac3ed5-833c-4e60-aed0-1f77ea964818", + "id": "cba87aaa-eb29-4dda-bf1a-79464b63c1d4", "name": "Access Request Status", "request": { "name": "Access Request Status", @@ -12069,7 +12069,7 @@ }, "response": [ { - "id": "d049957b-9141-4808-a484-a66e967e46f5", + "id": "4dba9641-64ff-4e1e-bc3a-3c8b46cb0948", "name": "List of requested item statuses.", "originalRequest": { "url": { @@ -12203,7 +12203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08b11f0c-13c3-4de8-8983-13c028bb14ed", + "id": "5f8ce201-544d-44bf-b9f5-9b99cd708228", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12337,7 +12337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f10c04b6-c899-4520-a981-a9c6df4210ff", + "id": "e558e905-cc40-4f85-b518-e8e5829ae94e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12471,7 +12471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bdcb5d2-be03-4ce3-b7f9-8d3076d50810", + "id": "01c4f5f3-7201-4434-8604-deb5b7402a22", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12605,7 +12605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb246f21-875b-49e4-b463-e4e3717e7e67", + "id": "0cf089de-e4ed-475b-a13c-545e96095ab7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12739,7 +12739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e00ba6d-8c2a-42d3-9581-e2a52e1f001e", + "id": "8727c5fa-9b6b-41ec-8313-768f5e4532e5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12879,7 +12879,7 @@ } }, { - "id": "100a7d60-8378-4fdc-ae44-ff04a5e84730", + "id": "3b3c49ea-860d-4007-9316-0298629faa37", "name": "Close Access Request", "request": { "name": "Close Access Request", @@ -12931,7 +12931,7 @@ }, "response": [ { - "id": "83e09020-3c0d-45d0-b03f-7456b9b669e8", + "id": "4b75a1c9-80f1-49ec-a357-16f289d8e0a6", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -12997,7 +12997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62cefada-7bc7-4f76-9144-71f0513a721e", + "id": "65f461f7-80c9-4a1d-bd81-ddeaad783ba7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13063,7 +13063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a72b27a8-20ec-4612-842d-4beb8fa75c13", + "id": "f202dce4-4ae3-46fe-af29-689c2d428a51", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13129,7 +13129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "658d8d16-1160-4c9f-becc-25084bd8466c", + "id": "2eb770a6-fcda-49b7-9837-537783cd9e2d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13195,7 +13195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "778750bb-e3a9-45b8-9a6a-ce0da11f96ff", + "id": "3f829eb2-dccc-4837-ab8a-d783ee99145f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13261,7 +13261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "634e2b09-ed41-47b8-ac27-bd4cef3c6519", + "id": "857e1cee-e0a1-458c-ad6d-13e1b67f5863", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13339,7 +13339,7 @@ "description": "Use this API to implement account activity tracking functionality.\nWith this functionality in place, users can track source account activity in Identity Security Cloud, which greatly improves traceability in the system. \n\nAn account activity refers to a log of each action performed on a source account. This is useful for auditing the changes performed on an account throughout its life. \nIn Identity Security Cloud's Search, users can search for account activities and select the activity's row to get an overview of the activity's account action and view its progress, its involved sources, and its most basic metadata, such as the identity requesting the option and the recipient. \n\nAccount activity includes most actions Identity Security Cloud completes on source accounts. Users can search in Identity Security Cloud for the following account action types: \n\n- Access Request: These include any access requests the source account is involved in. \n\n- Account Attribute Updates: These include updates to a single attribute on an account on a source. \n\n- Account State Update: These include locking or unlocking actions on an account on a source. \n\n- Certification: These include actions removing an entitlement from an account on a source as a result of the entitlement's revocation during a certification.\n\n- Cloud Automated `Lifecyclestate`: These include automated lifecycle state changes that result in a source account's correlated identity being assigned to a different lifecycle state. \nIdentity Security Cloud replaces the `Lifecyclestate` variable with the name of the lifecycle state it has moved the account's identity to. \n\n- Identity Attribute Update: These include updates to a source account's correlated identity attributes as the result of a provisioning action. \nWhen you update an identity attribute that also updates an identity's lifecycle state, the cloud automated `Lifecyclestate` event also displays.\nAccount Activity does not include attribute updates that occur as a result of aggregation.\n\n- Identity Refresh: These include correlated identity refreshes that occur for an account on a source whenever the account's correlated identity profile gets a new role or updates. \nThese also include refreshes that occur whenever Identity Security Cloud assigns an application to the account's correlated identity based on the application's being assigned to All Users From Source or Specific Users From Source. \n\n- Lifecycle State Refresh: These include the actions that took place when a lifecycle state changed. This event only occurs after a cloud automated `Lifecyclestate` change or a lifecycle state change. \n\n- Lifecycle State Change: These include the account activities that result from an identity's manual assignment to a null lifecycle state.\n\n- Password Change: These include password changes on sources.\n\nRefer to [Account Activity](https://documentation.sailpoint.com/saas/help/search/index.html#account-activity) for more information about account activities.\n", "item": [ { - "id": "b2d90d6b-a1f6-4f5a-8582-d51b33eeb0a1", + "id": "39549c00-3177-459c-88d8-240524e5acf4", "name": "List Account Activities", "request": { "name": "List Account Activities", @@ -13441,7 +13441,7 @@ }, "response": [ { - "id": "66a82f17-ae99-4d77-941a-8fe63b4b7706", + "id": "06a6fbc8-9ff2-4345-8a48-7ff121d42b1b", "name": "List of account activities", "originalRequest": { "url": { @@ -13557,7 +13557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f97c702-7984-41b1-923f-e127d1052fc7", + "id": "9c4238f0-91a7-43b9-b6f8-a3fce4fd4d56", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13673,7 +13673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71b56e75-35b5-4276-a0fb-1c8aff308b50", + "id": "0e7158f8-90fd-431a-b3ed-9d343a568a40", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13789,7 +13789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08eaf69a-20b5-49c6-8217-8240ed9b5d80", + "id": "b33966d9-f0b5-47a1-a659-703f03245df1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13905,7 +13905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82b47f31-df27-425e-ba79-de86439c8352", + "id": "3bda4ece-faa9-4458-a2cf-972fd003d1a5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14021,7 +14021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "844a48b7-d22a-45bd-b483-93b97b90517c", + "id": "b65edb6e-40e0-47f7-b9b6-de4d400d0691", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14143,7 +14143,7 @@ } }, { - "id": "bbeb240d-d83c-4452-836c-5cf9a0484fef", + "id": "d5648e23-a86f-44b3-9ecb-44500930010d", "name": "Get an Account Activity", "request": { "name": "Get an Account Activity", @@ -14184,7 +14184,7 @@ }, "response": [ { - "id": "d66ea2f2-7295-40cb-b9dd-bf108d1f5f91", + "id": "01255d4f-a7f9-49ce-a9fb-0ace7a3a1112", "name": "An account activity object", "originalRequest": { "url": { @@ -14228,7 +14228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa3f0c4d-8d31-4b49-b9a8-c18fe62c662c", + "id": "a8876676-39c2-4ceb-8b30-abd394e53c14", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14272,7 +14272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06f46a53-f6c6-4fa3-a3d5-9c2a68bfe2b5", + "id": "b1531b15-42f4-4176-926a-0f136664ca15", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14316,7 +14316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3c04b3a-62d9-4b37-925e-ea66189a8ebe", + "id": "8079e5b5-05b0-4ea8-bed8-1ac64b51ab3f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14360,7 +14360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b5e0100-75e7-4336-853f-f06f239a15a3", + "id": "6d2edb6f-78e1-472e-b7b8-1ced3ad7b336", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -14404,7 +14404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5af2345-5274-4ab2-bef3-8626aae75a42", + "id": "2db04752-5e65-4683-8168-bb05c7052cdb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14448,7 +14448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "829a1093-e339-468d-a8ed-f9bbd67e6ec2", + "id": "bc119997-4be6-49d2-a633-d2825e571f92", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14504,7 +14504,7 @@ "description": "Use this API to implement account aggregation progress tracking functionality.\nWith this functionality in place, administrators can view in-progress account aggregations, their statuses, and their relevant details.\n\nAn account aggregation refers to the process Identity Security Cloud uses to gather and load account data from a source into Identity Security Cloud.\n\nWhenever Identity Security Cloud is in the process of aggregating a source, it adds an entry to the Aggregation Activity Log, along with its relevant details.\nTo view aggregation activity, administrators can select the Connections drop-down menu, select Sources, and select the relevant source, select its Import Data tab, and select Account Aggregation.\nIn Account Aggregation, administrators can view the account aggregations' statuses and details in the Account Activity Log.\n\nRefer to [Loading Account Data](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html) for more information about account aggregations.\n", "item": [ { - "id": "5c6fa111-62dc-480d-bc66-6ba1c7a5d86e", + "id": "21493a31-e7eb-4fdc-be35-556e0838b819", "name": "In-progress Account Aggregation status", "request": { "name": "In-progress Account Aggregation status", @@ -14555,7 +14555,7 @@ }, "response": [ { - "id": "3411c64f-17ed-46f3-80c1-9d417ac39db2", + "id": "8c17a876-ee82-44b9-8bbc-080e1e96b957", "name": "An account aggregation status object", "originalRequest": { "url": { @@ -14609,7 +14609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d23be3d-e8da-4c1a-a430-c226a3610180", + "id": "6a16f3e1-a49d-4239-b55f-19f7b97a1504", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14663,7 +14663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a2f8591-4323-42bf-8bca-e224a260f5a3", + "id": "1a4cf3f3-3e19-4bee-8577-1939db546b8c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14717,7 +14717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf508493-96d7-404e-bb5a-8f39e8a84406", + "id": "990e0714-6c90-47be-8b8e-850fc1734a8c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -14771,7 +14771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de6693af-f8fb-4c94-8d96-1bfa0dc0d653", + "id": "7713e065-d9ac-4854-a662-12893351a527", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14825,7 +14825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69b3b558-af1f-425c-aab6-6eb4183fcbb6", + "id": "3fb6b5d9-17ce-46a0-9360-3bff99a19977", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14891,7 +14891,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": "d4adbcdb-b9a8-48f0-a5c6-ac3a1a272e86", + "id": "b1ce5183-103e-4af4-a568-77cd02a515ea", "name": "Returns account usage insights", "request": { "name": "Returns account usage insights", @@ -14970,7 +14970,7 @@ }, "response": [ { - "id": "1b898fa1-f40a-40c5-bfce-5b638ad49e80", + "id": "8dc088a6-c7f6-4dd2-8b07-20de57c93458", "name": "Summary of account usage insights for past 12 months.", "originalRequest": { "url": { @@ -15052,7 +15052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7750b296-0097-4a36-80b9-cb8d289b40a7", + "id": "a3fe0303-0759-466c-bf04-3770e8de3968", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15134,7 +15134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dbd6dd7-ba84-4b17-a61e-54778bb491ea", + "id": "79bdc48e-33c6-4456-bc7d-36c37d4a37b4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15216,7 +15216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aaeeceea-b51d-49d8-ae28-a56a591657e5", + "id": "523dd352-f8da-4107-99e1-3d188b57e352", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15298,7 +15298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe7a2eb5-3713-49eb-8555-84f2be898f0c", + "id": "774cbf9a-0f4f-47ea-9a5e-75048544a57f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15380,7 +15380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dda45f01-b25e-4a2d-890a-30ddf2db63eb", + "id": "4c4701e4-f7e1-453d-8036-5ddc06c0798b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15474,7 +15474,7 @@ "description": "Use this API to implement and customize account functionality.\nWith this functionality in place, administrators can manage users' access across sources in Identity Security Cloud. \n\nIn Identity Security Cloud, an account refers to a user's account on a supported source.\nThis typically includes a unique identifier for the user, a unique password, a set of permissions associated with the source and a set of attributes. Identity Security Cloud loads accounts through the creation of sources in Identity Security Cloud.\n\nAdministrators can correlate users' identities with the users' accounts on the different sources they use. \nThis allows Identity Security Cloud to govern the access of identities and all their correlated accounts securely and cohesively. \n\nTo view the accounts on a source and their correlated identities, administrators can use the Connections drop-down menu, select Sources, select the relevant source, and select its Account tab. \n\nTo view and edit source account statuses for an identity in Identity Security Cloud, administrators can use the Identities drop-down menu, select Identity List, select the relevant identity, and select its Accounts tab. \nAdministrators can toggle an account's Actions to aggregate the account, enable/disable it, unlock it, or remove it from the identity. \n\nAccounts can have the following statuses: \n\n- Enabled: The account is enabled. The user can access it.\n\n- Disabled: The account is disabled, and the user cannot access it, but the identity is not disabled in Identity Security Cloud. This can occur when an administrator disables the account or when the user's lifecycle state changes. \n\n- Locked: The account is locked. This may occur when someone has entered an incorrect password for the account too many times.\n\n- Pending: The account is currently updating. This status typically lasts seconds. \n\nAdministrators can select the source account to view its attributes, entitlements, and the last time the account's password was changed.\n\nRefer to [Managing User Accounts](https://documentation.sailpoint.com/saas/help/common/users/user_access.html#managing-user-accounts) for more information about accounts.\n", "item": [ { - "id": "420f8358-3189-4312-8476-83a92f9b3a51", + "id": "1e7de469-542f-4839-88df-120ced33de28", "name": "Accounts List", "request": { "name": "Accounts List", @@ -15549,7 +15549,7 @@ }, "response": [ { - "id": "a6e3a639-603c-4645-9a58-833e16e05a7e", + "id": "42984fcd-140b-4e1a-aef4-25e72bbb8820", "name": "List of account objects", "originalRequest": { "url": { @@ -15638,7 +15638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5390574-17ab-420c-8a34-f1f3e35b6e67", + "id": "255b8096-ae6c-4e32-bc07-71996a8115da", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15727,7 +15727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c46d751a-3fef-454e-ac67-f20108a4df90", + "id": "c4fd3e16-1029-43c0-8eae-64d7c3c2c3fa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15816,7 +15816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df4d4d32-2a52-46d2-9360-78f820d2c930", + "id": "d2e2e28c-0e04-4eb6-8450-151d93cd79ed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15905,7 +15905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4be385f3-2cc0-475b-b602-c66bac3fbb73", + "id": "2526ef10-2022-4cfc-9c18-aa5e272d591e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15994,7 +15994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c6a867c-e4a1-41a4-90bf-6c216c3cf597", + "id": "5f774caa-0e1f-4572-b285-8f11de9a1bb2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16089,7 +16089,7 @@ } }, { - "id": "52efc9ac-bec7-4c0c-b940-613a8dab45a7", + "id": "4759bcfc-a951-4ee0-a1dd-2302b86e72fe", "name": "Create Account", "request": { "name": "Create Account", @@ -16131,7 +16131,7 @@ }, "response": [ { - "id": "a1d70254-431a-4b80-a22d-a83fb6401f09", + "id": "40e18d44-8234-45c6-84a2-6d74d654f361", "name": "Async task details", "originalRequest": { "url": { @@ -16187,7 +16187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64f280ac-1b28-487d-90dd-15b4165479e1", + "id": "191837ba-e906-4c07-9e1e-25e7ef607326", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16243,7 +16243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acb2e829-9a4f-4bae-8523-bc53b56f6b91", + "id": "bff12924-d5cb-4c39-937c-32c7dad7b7e6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16299,7 +16299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5378d03-25ca-41fb-b090-47dc8732e616", + "id": "1d8dd5f4-4f40-4681-b79c-46f164189dc4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16355,7 +16355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24d4aa55-003d-4262-b5cc-d3d2cff666ed", + "id": "b0304905-b377-44f3-93df-bfb077d4ea58", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16411,7 +16411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d2b5324-ffea-45b4-8f33-bd0e2bb7825f", + "id": "b5e5546c-b975-493b-84bd-e034e6b58477", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16473,7 +16473,7 @@ } }, { - "id": "f8c32ebc-31ce-495c-bc14-af7a55ee728e", + "id": "e50d9296-38a4-4d33-87ec-1dd561233379", "name": "Account Details", "request": { "name": "Account Details", @@ -16514,7 +16514,7 @@ }, "response": [ { - "id": "8b504eb7-7931-4b6d-8cb8-dc22b467ae14", + "id": "0c6df633-cc79-42c2-be12-ee2bbd2fbc17", "name": "Account object.", "originalRequest": { "url": { @@ -16558,7 +16558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f358ed10-8150-411f-99e4-887956c9c646", + "id": "b070aa1d-ad43-4df5-aa9d-9df34fb0b79c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16602,7 +16602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebbf2ed1-bc26-4435-8d39-4fe2ff1d4703", + "id": "1b0aad61-02e8-44f8-9061-fff741eefbc6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16646,7 +16646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dea05a18-c7a6-4461-bfc2-e884aa1644f6", + "id": "41e7fd9c-d74f-47b3-9d6e-7bd498f4b979", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16690,7 +16690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ec6bbbc-e397-4c61-a0ef-f947b91100d2", + "id": "8f210052-8f73-451b-926d-129ded9f26e4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16734,7 +16734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61521077-2757-47ef-bf43-47545960daa9", + "id": "8c7d58ce-3689-464b-97c5-19bc2ece80e8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16778,7 +16778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "382b0e6f-fdd2-4b1d-9ad6-262b4dc89542", + "id": "22cc81dd-6297-4d0f-857a-684e86aa038b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16828,7 +16828,7 @@ } }, { - "id": "dd8cf2cf-5c5f-4cd0-b9a0-816ab255a47c", + "id": "c115db18-6cf4-4400-bb44-1bbc503fd8d7", "name": "Update Account", "request": { "name": "Update Account", @@ -16882,7 +16882,7 @@ }, "response": [ { - "id": "c3b35c7d-d8cc-4d8a-8b19-21ade5525c4c", + "id": "f04a7b9c-316c-498f-ac49-ad54ed96d20f", "name": "Uncorrelate account", "originalRequest": { "url": { @@ -16939,7 +16939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8036083d-796c-4e72-8218-eed1e36248dd", + "id": "13196a04-0785-4739-b8b9-bfb16fe1561f", "name": "Reassign account", "originalRequest": { "url": { @@ -16996,7 +16996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3250dd3f-5350-463d-9cb1-bc8a1d611f90", + "id": "31b2b137-8e95-49ad-a3a2-1a0a927433f6", "name": "Add account attribute", "originalRequest": { "url": { @@ -17053,7 +17053,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b99f55c7-6afb-4e7f-8f17-88df37b94b8b", + "id": "20bf8c80-85d1-4a3f-8b1a-01282da1ea66", "name": "Replace account attribute", "originalRequest": { "url": { @@ -17110,7 +17110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f00f8ea-37ee-415f-82da-b16e6f904de2", + "id": "e3b5c92e-71d4-4c5a-9d11-87042fca68d1", "name": "Remove account attribute", "originalRequest": { "url": { @@ -17167,7 +17167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20d687f5-528f-4cb0-962d-c200d575c6af", + "id": "4d750f4c-2d47-4f24-b696-cc70286fe3d6", "name": "Uncorrelate account", "originalRequest": { "url": { @@ -17224,7 +17224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd6b23f9-2490-412e-8cc5-11665744c0c1", + "id": "da46d592-650e-46ef-b829-cd146825c0ca", "name": "Reassign account", "originalRequest": { "url": { @@ -17281,7 +17281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "328f6039-2119-421a-b1f6-6b90086eda6a", + "id": "dea6f9ca-0309-47e9-9833-787f07180843", "name": "Add account attribute", "originalRequest": { "url": { @@ -17338,7 +17338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "424fd7ea-0c5c-4f61-b562-afd3f40729e5", + "id": "531dd547-e944-4518-9903-bf3fbb574d46", "name": "Replace account attribute", "originalRequest": { "url": { @@ -17395,7 +17395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "881aa619-cae6-4b8a-b215-22891398c92f", + "id": "9e95f7ba-f80f-42ea-8b23-4348cffd5fdd", "name": "Remove account attribute", "originalRequest": { "url": { @@ -17452,7 +17452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6b2f9c1-4804-41e2-8b50-569bc20e13f1", + "id": "81fff52e-443e-4eba-9ecc-e47bdb92f1ab", "name": "Uncorrelate account", "originalRequest": { "url": { @@ -17509,7 +17509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f271f11-f6b4-4059-890c-469ad451b133", + "id": "cfc4392a-cc07-4885-b813-70868e488870", "name": "Reassign account", "originalRequest": { "url": { @@ -17566,7 +17566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc8095ee-3faa-4bef-a3f3-a69570268845", + "id": "b463f7a7-1857-4762-8d21-a059485ed160", "name": "Add account attribute", "originalRequest": { "url": { @@ -17623,7 +17623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d700e38-7cc3-4c67-85ce-de53dabea923", + "id": "309ba65f-0da5-4884-9ef7-1d41fd70322c", "name": "Replace account attribute", "originalRequest": { "url": { @@ -17680,7 +17680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9df6d55-b9f2-44cc-a8c9-6338969186ae", + "id": "b4e82d46-27e6-4281-9544-8c28e28e7aba", "name": "Remove account attribute", "originalRequest": { "url": { @@ -17737,7 +17737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2023743-e7ac-4c80-aa9d-53cf18a87d00", + "id": "e663b635-3121-461a-a21b-40d2dfb8e2fa", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -17794,7 +17794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a983361-0ef8-4f1d-8da2-dca7c1d3db57", + "id": "ab028301-ceaa-438f-a2aa-230c9dd4f311", "name": "Reassign account", "originalRequest": { "url": { @@ -17851,7 +17851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fe1b8be-d52e-4992-a9ab-acd21543e2af", + "id": "2c6b0af1-cdd5-4633-a9a7-f7b00bb53c62", "name": "Add account attribute", "originalRequest": { "url": { @@ -17908,7 +17908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "197d504d-1267-4d2e-bd11-7444b240a593", + "id": "c3b302d0-ac67-4479-ad5e-d5286df7188c", "name": "Replace account attribute", "originalRequest": { "url": { @@ -17965,7 +17965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d80bcbe0-36d6-48ee-9b05-c187070ace9d", + "id": "db5b370e-a3ec-4c97-9974-9776be8f6a82", "name": "Remove account attribute", "originalRequest": { "url": { @@ -18022,7 +18022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acf91287-1bfe-4e40-a755-b3ad9bca4fa8", + "id": "729f208e-519f-45f2-bda6-7fbdce321a0c", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -18079,7 +18079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6ccf463-481e-4d8f-af72-0abe419983c7", + "id": "4d1c8f45-f002-4f9a-87f4-bee865fd12cf", "name": "Reassign account", "originalRequest": { "url": { @@ -18136,7 +18136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "805f6adb-fc33-4b6b-a60d-40778a54b991", + "id": "183edae8-7267-4500-ba11-aa98356ad3b4", "name": "Add account attribute", "originalRequest": { "url": { @@ -18193,7 +18193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02d1c8d3-be71-4a15-be80-9967ae0bb6e9", + "id": "06c6c23f-9ee6-45eb-bad8-251621ddae90", "name": "Replace account attribute", "originalRequest": { "url": { @@ -18250,7 +18250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21b208cd-d08a-4ff0-871a-10facd651212", + "id": "fedfa09b-54f4-4dd0-8d71-a09c09cea05b", "name": "Remove account attribute", "originalRequest": { "url": { @@ -18307,7 +18307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "007ff4fd-32bb-4afa-aa0f-ef0b88620732", + "id": "d6218caf-8baf-49fe-bb86-5d87a0d3b49e", "name": "Uncorrelate account", "originalRequest": { "url": { @@ -18364,7 +18364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61d3d31e-1ae9-46f5-9a6b-6809794ce78f", + "id": "2feacc30-3729-4b3f-8169-dcc50fd405c9", "name": "Reassign account", "originalRequest": { "url": { @@ -18421,7 +18421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c400aa73-c65d-4aae-b28d-10d939ed191e", + "id": "e1c82efa-1707-4aae-8ed1-57fd575e79dc", "name": "Add account attribute", "originalRequest": { "url": { @@ -18478,7 +18478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1108a878-4168-4bac-a422-37881c466be8", + "id": "eb68a831-162c-43a3-a1c7-b2989b3fb33b", "name": "Replace account attribute", "originalRequest": { "url": { @@ -18535,7 +18535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6878a1e0-8de4-49b8-865e-cd5af32782b5", + "id": "ce09570c-d2d0-43fe-8105-0608957a6234", "name": "Remove account attribute", "originalRequest": { "url": { @@ -18592,7 +18592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d10e8cb-ce2b-48d0-965e-9feacfbf537a", + "id": "a3f61a0c-f6ec-4d9e-89c0-5817dfc34f99", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -18649,7 +18649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9588cb38-10b8-42f0-b198-e0e461fa411c", + "id": "9a0c65a3-3634-4062-ae27-0a96360e32a6", "name": "Reassign account", "originalRequest": { "url": { @@ -18706,7 +18706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56224171-612d-4ba5-ad4d-60ff1ef07cb6", + "id": "60163546-fd39-48e6-b57a-680b4224f429", "name": "Add account attribute", "originalRequest": { "url": { @@ -18763,7 +18763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6217d2a5-06cc-4b4a-b8fa-22e7722dc8ae", + "id": "6d16528d-57dd-4081-82d2-133b9d184f02", "name": "Replace account attribute", "originalRequest": { "url": { @@ -18820,7 +18820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6782abd2-e80c-469e-8f59-7c6405b1ebec", + "id": "d9424de2-2891-4e8e-b33b-62f90518ae29", "name": "Remove account attribute", "originalRequest": { "url": { @@ -18883,7 +18883,7 @@ } }, { - "id": "b71163c9-846b-4337-9091-4791280f3093", + "id": "6c4885cb-c202-4f14-a1ea-b64116c2b4cb", "name": "Update Account", "request": { "name": "Update Account", @@ -18937,7 +18937,7 @@ }, "response": [ { - "id": "44fdc355-0fe7-46d1-9ba7-6acbf13137a4", + "id": "1ab3dcda-dc69-4eb3-8586-d46d9e7c416d", "name": "Async task details.", "originalRequest": { "url": { @@ -18994,7 +18994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9aca97ee-99a3-42d0-bb10-9a6e8b5a90de", + "id": "e0ca215a-9a0a-46ec-8fbd-d6323930c2ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19051,7 +19051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40908c36-7ba6-4108-8568-224e2538a167", + "id": "18372164-6a66-449c-93f4-ac08f94b9392", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19108,7 +19108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "953b772a-b6c6-41ba-a4f0-2ad80d142d05", + "id": "42f69eb2-f678-45bf-98a2-330f4bd3b955", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19165,7 +19165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b6307d3-22a6-4a74-b488-2f2e504def0c", + "id": "3c5eb037-b18b-4912-b210-7a661107bb25", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -19222,7 +19222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a57e07fe-3d78-4b59-a0d4-e54c6cd4939f", + "id": "b8bbed7e-1e43-405a-a6e6-d8472378ec90", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19279,7 +19279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dea44280-ef00-4350-9008-5742ca7089b9", + "id": "a4e0934e-09b7-43e9-bbfc-57cd77aafb59", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19342,7 +19342,7 @@ } }, { - "id": "2e0bfbf6-9c8c-4992-adc0-f5054d55035a", + "id": "7cb9e39f-5111-4245-9d6f-6ad0f85a7b2d", "name": "Delete Account", "request": { "name": "Delete Account", @@ -19383,7 +19383,7 @@ }, "response": [ { - "id": "83e1f99b-ed1f-4343-9896-900487a92a0f", + "id": "d88fd8dc-f324-4333-a21c-244d33a5475c", "name": "Async task details.", "originalRequest": { "url": { @@ -19427,7 +19427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dd613ae-f2bd-4215-b9e5-15d34dbf3a70", + "id": "72583ad7-b3be-4665-84f9-338189cc8017", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19471,7 +19471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f37aa0e-4367-4b29-b279-687fda1e1a06", + "id": "f3c95adf-ea01-4ced-aec2-e976708ba580", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19515,7 +19515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf390fba-1761-4f93-b61d-84c5fd756afb", + "id": "b6acfc15-a24d-4221-8475-1ecc2730f533", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19559,7 +19559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8445fa05-7e38-4480-8f0a-3f738220795a", + "id": "fbfaa08b-3549-4f05-8166-b8f8796268fa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -19603,7 +19603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d38b617-c768-4695-89ae-1a8a016e4314", + "id": "2b96c1f9-35aa-4026-9cfb-3e8746237383", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19647,7 +19647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "605985a8-04b2-474a-a321-3601ec121114", + "id": "fc389e32-0549-4082-a799-02d561a324b4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19697,7 +19697,7 @@ } }, { - "id": "7549a5a8-e8ad-458c-b440-ab57858c34fe", + "id": "af752d44-35a2-4265-a7e4-20128f5bbcf5", "name": "Account Entitlements", "request": { "name": "Account Entitlements", @@ -19767,7 +19767,7 @@ }, "response": [ { - "id": "3cd545b6-ca01-42bd-9cbe-7c3231b02595", + "id": "bec4bff1-afa0-4b2f-aecf-2f9f148a92fc", "name": "An array of account entitlements", "originalRequest": { "url": { @@ -19840,7 +19840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59c6f39b-edcf-49b4-8b08-960264234e81", + "id": "072bbe00-0e02-4deb-b550-d136cb568b6d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19913,7 +19913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a683312b-2055-4aa2-9844-eaa17542228f", + "id": "43c95173-ecad-467e-b872-7fb3c1947eea", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19986,7 +19986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0680e05c-6680-4471-9d82-a0d48476300d", + "id": "b9a0fd6d-f46a-4adc-94e6-cb9237a51172", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20059,7 +20059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51a5ede9-8085-48ff-af42-d0c6066f1cb1", + "id": "f0f242f5-8522-4c76-9f94-979aea542968", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -20132,7 +20132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d2bd3b3-6f2b-4652-b96c-3f514b7c84af", + "id": "852f2c42-3034-4795-9095-9a7c850a1bbd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20205,7 +20205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57c35b72-693b-4188-9362-ed8f2aee55e2", + "id": "2f59de2d-2fda-4cfe-829d-015e0b55eadb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20284,7 +20284,7 @@ } }, { - "id": "aed9c531-e647-4a1e-b62e-47dd0207eed1", + "id": "37d8f45c-1af7-4922-98b7-b0272b654163", "name": "Reload Account", "request": { "name": "Reload Account", @@ -20326,7 +20326,7 @@ }, "response": [ { - "id": "3e65950d-54af-4198-881e-64fa41e84b56", + "id": "50894671-1e18-4c17-99ef-c62b08b769cd", "name": "Async task details", "originalRequest": { "url": { @@ -20371,7 +20371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e326f3d5-d41b-41d2-a49b-fcd12481ce7f", + "id": "dbd677b5-47be-4551-a19a-c0f5c8f73bed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20416,7 +20416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7597aeac-49cf-4b31-a2a6-2a9d8fdcf73b", + "id": "5612ff73-e962-4669-91ca-b0050767855d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20461,7 +20461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12839bd3-cdea-4f8d-a78d-59eb2d931257", + "id": "95c37342-f244-461e-849a-ab8ac4ceb7b3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20506,7 +20506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "769ab292-01d5-46ef-ab76-a5ff251d9c2b", + "id": "e18752d0-b8ca-4aa5-9b7d-6575f1a46267", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -20551,7 +20551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3226cacd-22af-4b3a-bb28-7e823019d924", + "id": "ca4948b0-9634-46b6-a71e-a918b8483cca", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20596,7 +20596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd69c1e2-80f2-4605-af18-9ad0378a5ff4", + "id": "29633cb3-dcfe-4e62-ae5c-232c1d2a48f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20647,7 +20647,7 @@ } }, { - "id": "47d8e470-53b9-4152-9e16-54bd23f55904", + "id": "ff97f322-eff0-4d21-a2a3-d89390528b17", "name": "Enable Account", "request": { "name": "Enable Account", @@ -20702,7 +20702,7 @@ }, "response": [ { - "id": "025726f1-98d2-44ba-bc65-17d5252f2aca", + "id": "3a4740d2-18c4-4d45-93ce-0a0911d0cb59", "name": "Async task details", "originalRequest": { "url": { @@ -20760,7 +20760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e21294b4-5884-40f1-95ec-687536cac664", + "id": "3653ea4a-3976-4e28-bd83-66d3c5307d11", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20818,7 +20818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e1373f0-6d23-472c-8c2e-dccffdeee01c", + "id": "70b19086-2b92-483a-9024-34438e08ec6f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20876,7 +20876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "569bf97b-9f0b-41bb-a526-a09b0548503b", + "id": "0d139f78-5b35-4b81-adb8-6fa22bfbad06", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20934,7 +20934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0acb9da4-171b-40c1-9f9a-71c6688e9d4d", + "id": "36820464-f963-45cf-b6f5-7b542155f901", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -20992,7 +20992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a766388b-1cb6-48a9-9332-883d9e4f4dfa", + "id": "f0878f8e-543b-4ad6-82ac-d8d82baee0dd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21050,7 +21050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "036127ac-34ef-4f64-94a8-9f1cdeddcfb5", + "id": "267c0859-51b4-4a14-9de1-1d96810320cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21114,7 +21114,7 @@ } }, { - "id": "40df338d-c2a5-4327-baee-8d7208920180", + "id": "d6b10078-9e7c-4c9c-87ce-95b18c56a6a8", "name": "Disable Account", "request": { "name": "Disable Account", @@ -21169,7 +21169,7 @@ }, "response": [ { - "id": "20ff1625-b5e6-41f9-b7de-b7f8f1696100", + "id": "f33a4eb9-5b47-4e38-9ff0-40c4c81af6a0", "name": "Async task details", "originalRequest": { "url": { @@ -21227,7 +21227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1c4a4a5-be98-4dab-b7f0-fb286757744a", + "id": "8fadc7fc-d486-4ef5-9dd6-4684fdf79254", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21285,7 +21285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21e8af06-502a-45ec-920d-6b142d301a19", + "id": "ece1f5d0-c1d0-4bee-a78f-4156c5297796", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21343,7 +21343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0991cf23-75ad-424d-886a-700475db7923", + "id": "94a6a154-ef13-4a23-a978-a3d5e50ed12c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21401,7 +21401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9954f651-efe9-4668-a2d9-2f7e45408d09", + "id": "31cb4aa0-7127-4cc0-ab34-43c6f22121a7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -21459,7 +21459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2df3205-3d37-43bf-bd99-6882ac866476", + "id": "6d6e4434-8bc7-4919-a2b2-089f1eb64ebf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21517,7 +21517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd3a8812-c657-4908-b50e-7571727c7952", + "id": "46c1d80d-aae2-4743-a716-4b9240d25af4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21581,7 +21581,7 @@ } }, { - "id": "b3e6a5c5-809d-4c41-a0fe-06434e49b2f7", + "id": "1d41735a-c826-41ac-ba35-4da2117f7681", "name": "Unlock Account", "request": { "name": "Unlock Account", @@ -21636,7 +21636,7 @@ }, "response": [ { - "id": "b34ca77f-928a-4d41-8e42-6e84fb1a35ff", + "id": "da907a26-a0a0-4c56-9ea1-a465539f7cc2", "name": "Async task details", "originalRequest": { "url": { @@ -21694,7 +21694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "369339b9-7d37-4ca2-89a5-c4c3d0c919e0", + "id": "7a8df17c-1f69-4d6d-8412-0c525a5307d7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21752,7 +21752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58a121a8-a750-4835-aadd-e366a251d31c", + "id": "fad9408d-cb02-46fa-9ede-6d52d9109fd7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21810,7 +21810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be88140f-a49e-440d-b0ec-6ec76a1ee503", + "id": "189023ab-73c7-43b8-9147-71fd4d9c2bb4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21868,7 +21868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1734f142-47f6-4566-b189-c59d4f4a85f8", + "id": "014dc5f1-b740-4fc1-8f75-702cb71ac4fe", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -21926,7 +21926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a9f0ae3-d86e-4ffa-a135-c680b637dea1", + "id": "077d99b8-0c94-401c-b1cb-f523bfe57b13", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21984,7 +21984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "820f600b-0ef0-4424-a148-d804ba8e1fd6", + "id": "2950d59e-0a08-451a-91c7-a4712e018080", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22048,7 +22048,7 @@ } }, { - "id": "861bac42-49f2-45d7-ae9a-903a885cc627", + "id": "a98b8773-af5b-4fb5-a10c-327ec9030e5d", "name": "Remove Account", "request": { "name": "Remove Account", @@ -22099,7 +22099,7 @@ }, "response": [ { - "id": "46debcc6-e750-4b29-bff0-e836a615f131", + "id": "cf5d53b8-81fb-43a9-8fda-97111f075c64", "name": "Accepted. Returns task result details of removal request.", "originalRequest": { "url": { @@ -22153,7 +22153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9bb07f6-9481-40e6-bd25-10f95029cb37", + "id": "a9583152-b213-422b-a571-9f354c2db528", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22207,7 +22207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a5e3104-99c0-41c6-bc8a-7f2f14145516", + "id": "4982e046-b068-491b-9c1d-56dd58d51e99", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22261,7 +22261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2873a8ea-51d5-4392-a254-1b234646fca9", + "id": "f1f05de9-2f3c-4a20-bacc-cb4508115d66", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22315,7 +22315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9120123d-31ca-4421-82d8-ff4fe2aede62", + "id": "f7b83430-9d0c-49d7-88c5-6a76870dc5ae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22369,7 +22369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d768565-d722-46ec-9c8e-db2893efbbb5", + "id": "fdec6da0-a82d-4b23-b1db-6f2476fc2dcd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22429,7 +22429,7 @@ } }, { - "id": "d0ef003e-f710-4db9-b05b-cac0298401bd", + "id": "907d4b15-1bde-4dbc-8d09-670bddd0581a", "name": "Enable IDN Account for Identity", "request": { "name": "Enable IDN Account for Identity", @@ -22480,7 +22480,7 @@ }, "response": [ { - "id": "0616bfff-b3d3-4f77-8674-ca51a5f90190", + "id": "c56e6ee4-fd3c-46d0-91bd-82c6c0cd79d2", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -22534,7 +22534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8524d6ce-687a-4727-a7ae-11c63076d917", + "id": "e823e109-a66e-4729-9d19-3aa1ab75d4af", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22588,7 +22588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9dcb97b-bd1f-4f17-94ac-09b1acbc4022", + "id": "fd9b0f61-1337-49c1-94e9-6c38c5d54739", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22642,7 +22642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81dcfd7d-3a2e-459b-a0cd-84cb1725da2e", + "id": "e633863c-b3c3-499d-8ee3-9482d1b1a62e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22696,7 +22696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "297c4144-0129-431a-96bf-7dd17fc627de", + "id": "e402bd38-53db-4083-aca0-3f6464526ce7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -22750,7 +22750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29cd3067-9464-4718-8926-b45e1422043e", + "id": "3da43061-5402-4f76-9ceb-078d00859af0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22804,7 +22804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "631af7d2-def0-4d79-94b4-1ac3808fdebd", + "id": "86444e4c-1c5b-4387-ae35-1bce3c89a3f7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22864,7 +22864,7 @@ } }, { - "id": "acc647e1-85f2-413b-9569-101f932e3c05", + "id": "e6219135-e0b1-4df1-b111-e50e8e6aa70e", "name": "Disable IDN Account for Identity", "request": { "name": "Disable IDN Account for Identity", @@ -22915,7 +22915,7 @@ }, "response": [ { - "id": "1e178ee0-afff-412e-a42a-201badeb167c", + "id": "24736355-367b-4d33-a6fb-1311ee4a3264", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -22969,7 +22969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de210016-e021-4397-b536-34bd35470aba", + "id": "6be03e1a-b1de-4d50-b3ff-e3208219380f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23023,7 +23023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7101ca4-bba3-4e2b-a717-c24e72418872", + "id": "8fce9a49-9f96-4ceb-bd5b-df51dc0e5c68", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23077,7 +23077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25b3792a-c442-4cf5-b5ac-20c2eab60351", + "id": "52707ec6-1e61-4d9f-8293-4439ae689ca7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23131,7 +23131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b5db836-7901-4f5f-92ac-d6edaa33d13c", + "id": "faaa0129-5df9-465b-8335-ac2ba2ba91f5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -23185,7 +23185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9429b42b-b3d1-4de0-86ee-5d89d0fb4764", + "id": "0f5dd8b3-0f5c-42ab-922f-8566739df0ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23239,7 +23239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ab6ee2c-b175-4aa8-bb91-0db0e6572905", + "id": "3a0185dd-7bd9-493a-90b7-104094aa05e4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23299,7 +23299,7 @@ } }, { - "id": "dbed4a3f-35be-4339-a510-2ea83954737d", + "id": "c8613bfa-913b-4e20-a5ab-ef95181395c4", "name": "Enable IDN Accounts for Identities", "request": { "name": "Enable IDN Accounts for Identities", @@ -23351,7 +23351,7 @@ }, "response": [ { - "id": "e896804b-41fb-4f5c-b989-e772b15b78af", + "id": "c32e99dd-a44d-4a52-aa4a-c3eb9256557b", "name": "Bulk response details.", "originalRequest": { "url": { @@ -23417,7 +23417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c25d1b5-ce2d-4dc7-aa00-c356882bbb4b", + "id": "b51edec8-7d2d-4e7c-9517-4bba1aa08e0c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23483,7 +23483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8346fbff-1943-4642-a843-a0a81a1a4cf2", + "id": "d06897b4-b7e3-4940-af34-12909bf47b6b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23549,7 +23549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53c44c06-6b6f-4a76-b634-ab22ff2d8fef", + "id": "768eb69d-5149-46cc-8f80-ba8225e8e357", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23615,7 +23615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac94261b-456a-4930-a32a-9c062f4241da", + "id": "9981ca51-bb3b-4836-ae93-4f52f5896426", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23681,7 +23681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afd5fa22-f62d-4d24-9f65-eb37acf4d29a", + "id": "fc2ee147-dad1-4844-8fa0-187ee3167572", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23753,7 +23753,7 @@ } }, { - "id": "d0d955be-87e8-4766-916f-bee63ccafbff", + "id": "eef2ae17-a767-488c-94e4-162833b9663e", "name": "Disable IDN Accounts for Identities", "request": { "name": "Disable IDN Accounts for Identities", @@ -23805,7 +23805,7 @@ }, "response": [ { - "id": "6397725c-ab55-4854-9746-42ffe520a9b6", + "id": "e8bdf289-cb9b-4d11-a738-906c49f9d8ab", "name": "Bulk response details.", "originalRequest": { "url": { @@ -23871,7 +23871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bde43d66-ac74-49f3-bf4e-101415af42dd", + "id": "8668ac3c-af10-41c0-bea1-1060c82b5caf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23937,7 +23937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5752d83a-aa81-479d-9f28-4febb7d3a32d", + "id": "6841f8bb-6ed4-4cc3-80a3-6f405f37cde7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24003,7 +24003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e8e41c8-0808-4496-89d7-b24108bf0b06", + "id": "a5c3c8c1-c20b-4c07-9821-588f9483c938", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24069,7 +24069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18260f73-8dd5-466c-b9f4-c4ba31c00d70", + "id": "6b82b393-eb18-46da-90c2-623ef6bb5c1a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24135,7 +24135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73b7a970-cca0-451e-bf0d-cb5b0118b82d", + "id": "c85664ce-1f5d-40cb-a899-a3bdf57d76a5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24213,7 +24213,7 @@ "description": "Use this API to discover applications within your Okta connector and receive connector recommendations by manually uploading application names.\n", "item": [ { - "id": "fe5cd383-1cb1-47c4-8840-953e2ba0767f", + "id": "ccdf5e3e-e759-4acf-8595-1b4a9a6c4544", "name": "Get Discovered Applications for Tenant", "request": { "name": "Get Discovered Applications for Tenant", @@ -24288,7 +24288,7 @@ }, "response": [ { - "id": "5a3f5148-030d-4ece-a438-081421d0f2a3", + "id": "5b804d5c-1985-44d1-8b7b-1d107139b330", "name": "Slim Discovered Application", "originalRequest": { "url": { @@ -24377,7 +24377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1d2ab16-6651-4993-9869-fcc6923965f7", + "id": "453a4c5a-345f-4147-b21f-f8f7fb700461", "name": "Discovered Application", "originalRequest": { "url": { @@ -24466,7 +24466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec368359-735e-441f-a867-71ec58fd6e8a", + "id": "454f5429-e9ed-42dd-aa68-859ecca5afa9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24555,7 +24555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "660c552d-22ce-45f0-8aa6-6e15e2c2edf6", + "id": "250916ee-7129-45f6-a184-9c0bff2fffe5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24644,7 +24644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a73f1e7-c65f-4460-a0f9-93185b0f38a0", + "id": "b3c0ca93-352f-4f63-bd7b-0c7cfde99d83", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24733,7 +24733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3be89cc-9e8b-4af1-8037-97e0b9ef9380", + "id": "f377503f-4f3e-4377-af9f-822ea6f210c9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24822,7 +24822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72a655a0-2c2e-4f65-beb5-54f1c5ac9669", + "id": "2341e441-a513-4b39-8e97-5bfae319b80a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24917,7 +24917,7 @@ } }, { - "id": "f2a2f438-5153-43e6-9f50-6e9157a143f5", + "id": "eeb34f32-24f4-4311-b4ea-b6366d621be2", "name": "Download CSV Template for Discovery", "request": { "name": "Download CSV Template for Discovery", @@ -24946,7 +24946,7 @@ }, "response": [ { - "id": "ab94355e-c71a-46b8-9c65-4cd27ed139c3", + "id": "856b4cfc-c647-4bc9-a68f-86b62d59e5ae", "name": "A CSV file download was successful.", "originalRequest": { "url": { @@ -24989,7 +24989,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f965cb6b-e08e-42bd-9477-a1cba883d008", + "id": "b17b41b3-8891-49bf-a1c1-b72b91e89443", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25032,7 +25032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "206e609e-f5e5-42c7-9f69-1013b3959540", + "id": "d690acda-abd5-4d2c-a02d-e34d13e9d834", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25075,7 +25075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50c4f304-caa3-43d4-a126-d047519ccd32", + "id": "05d40dff-3252-4b8e-91e6-53b172b1969d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25118,7 +25118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "679b413b-a048-4abc-86b2-f1d58274ebdc", + "id": "809e1ad6-8c82-4d80-8bc3-b44406398f63", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25161,7 +25161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc340798-0065-4439-9fb1-7f13e0c37d2d", + "id": "a44d34ec-c2ec-4caf-95c8-187bb7408e88", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25210,7 +25210,7 @@ } }, { - "id": "5a815d86-a943-48c0-9679-da9263f5dded", + "id": "c9ce419a-d8c2-453c-8f30-61ddaaabafab", "name": "Upload CSV to Discover Applications", "request": { "name": "Upload CSV to Discover Applications", @@ -25255,7 +25255,7 @@ }, "response": [ { - "id": "69374ac1-b4cd-4581-b30c-204ffd780d17", + "id": "37060238-6a3b-42a5-ba42-e6f48a5e5cda", "name": "The CSV has been successfully processed.", "originalRequest": { "url": { @@ -25304,7 +25304,7 @@ "_postman_previewlanguage": "text" }, { - "id": "81dc44f5-e4f5-4f41-a0c2-5d240a125893", + "id": "79adabdc-efc3-404f-ab47-0af893c10df2", "name": "Bad request - There was an error with the CSV format or validation failed (e.g., `application_name` missing). Error message should be provided in response.\n", "originalRequest": { "url": { @@ -25363,7 +25363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b05c2bf3-4bb7-4705-a2f2-35be2eba77a9", + "id": "1cc04b93-32b5-47bc-9e7a-549461b25e30", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25422,7 +25422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27e555b2-030c-4f0c-94ca-8003418f0458", + "id": "31b59fca-d80b-4a22-b3e6-f85394e0ca2b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25481,7 +25481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80a4a4a3-9bfd-4204-85c7-ff830e09cbb9", + "id": "716dba23-1e4e-4a54-82ea-93d0ec054198", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25540,7 +25540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87577f0f-0fda-4fdb-ac9b-6269f74fbbec", + "id": "cfe49af2-f0b5-4468-96c9-245fdb98610d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25611,7 +25611,7 @@ "description": "Use this API to implement approval functionality. With this functionality in place, you can get generic approvals and modify them. \n\nThe main advantages this API has vs [Access Request Approvals](https://developer.sailpoint.com/docs/api/beta/access-request-approvals) are that you can use it to get generic approvals individually or in batches and make changes to those approvals. \n", "item": [ { - "id": "7f891a5f-eb8e-42ba-b000-06a75fabdccf", + "id": "cf9a4022-ba7d-42a7-b2cf-b574840c4819", "name": "Get Approvals", "request": { "name": "Get Approvals", @@ -25677,7 +25677,7 @@ }, "response": [ { - "id": "50c7dd90-2bde-421a-a0f0-5aaeaf4286b8", + "id": "77d631e6-9ac2-4966-9646-74120e80aba5", "name": "List of Approvals", "originalRequest": { "url": { @@ -25757,7 +25757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "236cd5bc-0a5f-474c-aaed-27ff64692fbd", + "id": "dc8684d2-9a8c-401d-a599-0e7cc2ddc89c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25837,7 +25837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e38fe72-7e4e-4183-8412-08d7b1405803", + "id": "2d7a110f-570b-48d0-bb51-fa6214976ca0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25917,7 +25917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e116703-07ad-4275-8099-6731026652c3", + "id": "a4fd2199-1003-4872-95d0-94bbd5705ff5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25997,7 +25997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eeed9375-9005-4f4f-8bc9-b1a971f1071a", + "id": "2a656e25-f698-4496-8022-5f9579c9b1fc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -26077,7 +26077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9d1a9cb-141f-41ed-8c2f-c10ec6cb6c42", + "id": "9d4c09de-18a4-4ead-8f24-67bec5280956", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26163,7 +26163,7 @@ } }, { - "id": "293b4e05-cd18-4b3c-a053-a30857561e6c", + "id": "48a5f598-be2c-4283-b9e9-118e8c33f014", "name": "Get an approval", "request": { "name": "Get an approval", @@ -26213,7 +26213,7 @@ }, "response": [ { - "id": "7660e16f-8f1e-4dec-80e6-6d50c5df06bf", + "id": "706db954-020b-4ff0-aae3-9042fb94889f", "name": "Approval object", "originalRequest": { "url": { @@ -26266,7 +26266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4599980-7cd8-410a-9d8d-b7fbb8497066", + "id": "688b0b8b-1735-41ad-b8f0-58f2f0f7534c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26319,7 +26319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "339cef4c-8184-4957-9564-f9fbc498f158", + "id": "efd0607a-fd4c-4c29-9bd5-0adf959b7c50", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -26372,7 +26372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6d3e173-c4d9-4b7a-838b-b496e0164707", + "id": "93a8d3eb-b992-4d3a-8511-63db5b94365f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -26425,7 +26425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a64b10cf-64a7-4920-96d3-09ba3d737793", + "id": "7d54c866-b717-4e27-915a-318ff2f5c1be", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -26478,7 +26478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93a08160-5f20-4829-9186-1a29969a5a11", + "id": "f2715cb0-6a4a-4fe0-b572-f9697bb9ddc6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26543,7 +26543,7 @@ "description": "Use this API to implement source application functionality. With this functionality in place, you can create, customize, and manage applications within sources. \n", "item": [ { - "id": "d948b306-6285-4898-b30b-8e8eb0b9e0b7", + "id": "29ca03a0-990a-480f-a8b3-ef6a776b6930", "name": "Get source app by ID", "request": { "name": "Get source app by ID", @@ -26593,7 +26593,7 @@ }, "response": [ { - "id": "1fbefdad-9ed8-49d2-93d0-ab8a8305dfe6", + "id": "c32e0448-8f86-4989-9a76-53d9c24466a5", "name": "Responds with the source app.", "originalRequest": { "url": { @@ -26646,7 +26646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f4d8681-6ded-40c5-bbb7-ce604cd8ec6d", + "id": "16cc7218-6582-4724-982a-21c7c16ee6af", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26699,7 +26699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c9159ae-3332-4a71-805f-da4e5164e64a", + "id": "53049025-d82b-45ff-a722-856190fe7132", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -26752,7 +26752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75b66873-82bd-4545-9125-33f551f4c646", + "id": "4b0a7488-aa33-4df9-98fe-b343941a5bc0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -26805,7 +26805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85fee2e0-94f4-4a24-83cc-1a5880c35efc", + "id": "a094e0fd-e70f-4095-9066-7fa067230b88", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -26858,7 +26858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b642161c-df84-45c5-94b5-2d060b74d366", + "id": "7e835b0e-7859-4db3-8e64-f27456a02532", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -26911,7 +26911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "684d1019-87d4-435b-b41c-0606adb1f991", + "id": "6d77de06-743a-475b-afde-42b9d8fe4f21", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26970,7 +26970,7 @@ } }, { - "id": "a6c50161-6dcc-4d59-912b-db129d40a1e1", + "id": "3a6bbdf9-438f-415c-8bc5-54960458fb8f", "name": "Patch source app by ID", "request": { "name": "Patch source app by ID", @@ -27033,7 +27033,7 @@ }, "response": [ { - "id": "975afbd8-a548-4aaf-afce-1b96f3da5ed5", + "id": "dac9d9f7-3cf2-405f-a684-1d37c02c9804", "name": "Make an app enabled and matchAllAccounts in one call", "originalRequest": { "url": { @@ -27099,7 +27099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "317b3489-aa8c-4abc-b80d-b3f790a0a260", + "id": "bf1db51a-e51c-448e-8f8e-c2d499c67fa3", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -27165,7 +27165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec423f73-b094-4b99-990b-6d0d88d19e64", + "id": "8fd67178-08b7-46f8-8951-66e9769b9945", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -27231,7 +27231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a00d77d-2638-4ee8-93e8-03f159f69442", + "id": "f6ec329b-2d82-42d0-b73f-42453c0acbeb", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -27297,7 +27297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f070e8e-5ead-43b6-aea6-3266eb1c269e", + "id": "ede26455-08dd-4680-8e43-93af0651bf24", "name": "Add access profile", "originalRequest": { "url": { @@ -27363,7 +27363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d149ca41-08a2-48c7-a01d-badb0f514df0", + "id": "691a6251-d949-47dd-893f-5a8b555d1a89", "name": "Replace access profiles", "originalRequest": { "url": { @@ -27429,7 +27429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef72a7b5-574a-4a69-8a64-4569be52a9e0", + "id": "70a6c405-455d-4414-9c38-d523351ab199", "name": "Remove access profile", "originalRequest": { "url": { @@ -27495,7 +27495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eab3c4fe-837e-4be3-bc03-c443498f7730", + "id": "41e9bd99-4d42-4c82-9d69-fff2c68490ea", "name": "Make an app enabled and matchAllAccounts in one call", "originalRequest": { "url": { @@ -27561,7 +27561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c509bea0-6b9d-44af-9068-1a83c63e0ca6", + "id": "ec85c114-37c4-4edb-a1a6-c5116fe7b370", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -27627,7 +27627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ba8b4b0-32ff-4074-a280-68cf92a33214", + "id": "8f90ff0e-964e-40c8-9713-92804a109205", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -27693,7 +27693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f5997dd-d5bd-437c-afe0-9701125729d1", + "id": "2559f49d-3b1c-4a9d-919d-c83b726f50e3", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -27759,7 +27759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a4e8d1e-1561-435c-b232-c871e9d54711", + "id": "7e39312d-2a46-4cf2-a349-12816257a74a", "name": "Add access profile", "originalRequest": { "url": { @@ -27825,7 +27825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97b9b4ee-ef2b-42da-8836-8d08f0d4ca0b", + "id": "b3c0e913-2724-4758-a8d2-0e4968b05bb2", "name": "Replace access profiles", "originalRequest": { "url": { @@ -27891,7 +27891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65a307f4-cfd0-4a8e-a05f-a5eb5a4cfa18", + "id": "b696b06b-d621-44ca-b574-ea08e05142ca", "name": "Remove access profile", "originalRequest": { "url": { @@ -27957,7 +27957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f231e7b9-0acf-48f5-b834-339e4966d27e", + "id": "b8db2337-aa0e-4b88-a6e3-da0e8e32c985", "name": "Make an app enabled and matchAllAccounts in one call", "originalRequest": { "url": { @@ -28023,7 +28023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb55451b-c998-4cf0-baef-90619e6943b9", + "id": "34f7d46a-f633-45f1-afa3-5311626148ca", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -28089,7 +28089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cec9654-424e-4749-a247-041e89012d83", + "id": "ec2b0bc5-8498-4b1f-8841-8d1546373ddd", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -28155,7 +28155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bd132a2-2475-4012-9816-a7cb26c3045b", + "id": "35469929-3bf3-468b-a272-e5872258fa70", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -28221,7 +28221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4624d3b8-1c3c-4959-9df1-57325843a806", + "id": "f565be1c-c72e-45fc-91b3-731f7200e294", "name": "Add access profile", "originalRequest": { "url": { @@ -28287,7 +28287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a03be045-413e-4a07-8644-6472394061b0", + "id": "c35ac783-a714-460a-a5c4-007abfbf9d6c", "name": "Replace access profiles", "originalRequest": { "url": { @@ -28353,7 +28353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bd9f3d6-35ba-45ee-b615-1a5a5db84423", + "id": "24da697a-8aba-4749-8fc9-4d822ccc99e5", "name": "Remove access profile", "originalRequest": { "url": { @@ -28419,7 +28419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "483196ca-dfe1-49da-9e4c-8d6b0df35c41", + "id": "b46a9f30-e05b-4d55-ace3-3538723ee475", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -28485,7 +28485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c486690-af04-42d6-b0ec-782f00bab3fc", + "id": "a5f1255e-b993-4a88-8d1e-0aedb16aaccb", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -28551,7 +28551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abaccd62-a293-4967-bd3c-5fe8a57254e5", + "id": "85394d81-0b5a-4b40-8b5c-b30b390e9fb9", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -28617,7 +28617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bf4a684-7e3f-4076-85b2-8b6260145ff0", + "id": "db15e3c2-7ef8-477c-8e59-7b0fbea4310f", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -28683,7 +28683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f971b0b7-0faa-48ef-9ed3-c93cf2c3fbec", + "id": "0b7c63f2-df28-4512-803e-eec311d44afa", "name": "Add access profile", "originalRequest": { "url": { @@ -28749,7 +28749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec7c0087-bbd0-499d-95f9-178697a688ce", + "id": "d5279918-95d6-4391-9c6f-edd616a3f67c", "name": "Replace access profiles", "originalRequest": { "url": { @@ -28815,7 +28815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b48676e2-8497-4017-ab69-8afb762fb0ab", + "id": "5c827d09-6419-4b22-985e-04eab32cdf02", "name": "Remove access profile", "originalRequest": { "url": { @@ -28881,7 +28881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a0cab5b-c573-46a3-837e-5e8891496c2a", + "id": "4e597e78-be6a-40e9-9975-afaf2dc8fe2f", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -28947,7 +28947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5789b6a-e88a-4d0c-9ed3-bbcadf8c1e1e", + "id": "3e8c636a-12f1-4bec-be0c-8036b884cab9", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -29013,7 +29013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4ed92cf-3836-42b4-a8e6-67fcd2ac0e72", + "id": "5bdbdee5-4ed4-4554-8ecc-fc26f7228d4e", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -29079,7 +29079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1c40a28-3650-4e3d-9b14-85f3d9661ad2", + "id": "dd8942c0-5577-4165-841d-98310bd0fac3", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -29145,7 +29145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f93f33df-f77e-4c38-b480-ae8a8fb74f9e", + "id": "377161f7-2def-4b12-8637-054220df0646", "name": "Add access profile", "originalRequest": { "url": { @@ -29211,7 +29211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b88c089-3270-40f6-bccf-75bc46a47370", + "id": "38ad496e-e4cd-4718-92ee-212397e99c3e", "name": "Replace access profiles", "originalRequest": { "url": { @@ -29277,7 +29277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86f8403c-8da6-4d42-8f63-bf186a734433", + "id": "5bb89be3-27f0-4f81-baf1-963847fca4a3", "name": "Remove access profile", "originalRequest": { "url": { @@ -29343,7 +29343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "120d62fc-4455-43dc-b02a-0710030227f4", + "id": "06185768-762d-4124-bf4d-492282bd83e1", "name": "Make an app enabled and matchAllAccounts in one call", "originalRequest": { "url": { @@ -29409,7 +29409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbe017bb-c394-4066-9cdf-37d8a0aa8a8f", + "id": "129a6375-2c21-48e7-b130-8f83a6a4ff1a", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -29475,7 +29475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83292f3d-9d15-43de-ad84-fb4c755cd064", + "id": "7c91d3b3-320c-4442-b1d5-023a6dab86de", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -29541,7 +29541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a6f1de1-5fc3-42b2-a229-b1d25a9f9dce", + "id": "27ff2075-5ba6-4629-92d9-0a0d4444e94e", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -29607,7 +29607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17ca942f-9614-4031-9645-7fbbbbc0e306", + "id": "edf3660e-ba72-40b7-9dce-f9fa0e472d6b", "name": "Add access profile", "originalRequest": { "url": { @@ -29673,7 +29673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9185d7cc-66b7-4d04-b473-7577efb10eee", + "id": "a87c218b-2414-4df4-9145-d9c2bf547b14", "name": "Replace access profiles", "originalRequest": { "url": { @@ -29739,7 +29739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe672d5d-f92f-40b5-9a93-af19a2a82be3", + "id": "440e6836-2314-4120-9956-abfeade79272", "name": "Remove access profile", "originalRequest": { "url": { @@ -29805,7 +29805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c0e293b-cfd3-4b86-a698-8cf539cddcb6", + "id": "a15fc054-d2be-45fa-8eca-21ed5743c857", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -29871,7 +29871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0a20819-8ce8-48db-889c-13fc685c556d", + "id": "b40651a9-54a7-4f78-a910-75c128d9c6dc", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -29937,7 +29937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58aa720b-200a-4e91-9674-0bc07767fac0", + "id": "e1ad02bf-1153-4b4a-81a1-3865742f4de1", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -30003,7 +30003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a423f255-8962-4c1b-b8c5-078dc7656fff", + "id": "71623839-687a-4c1a-a4f3-f180651dd76d", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -30069,7 +30069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "268b6865-9e81-41e6-b4f8-05e91fee2c46", + "id": "f8bc1dcb-6ab0-4756-86f6-1fa222b47643", "name": "Add access profile", "originalRequest": { "url": { @@ -30135,7 +30135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0cc3d96-c708-46c8-a13f-6c369e52a91a", + "id": "cc31bd94-6a9b-4255-bd65-ac92ee245741", "name": "Replace access profiles", "originalRequest": { "url": { @@ -30201,7 +30201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bec9efd5-c019-4c6f-815f-31f96bbf3169", + "id": "31587018-fa23-4659-adba-a05b763cacef", "name": "Remove access profile", "originalRequest": { "url": { @@ -30273,7 +30273,7 @@ } }, { - "id": "01593d2f-1272-4c4a-b11d-4abea296104a", + "id": "8bb0a074-093f-4983-97af-ec1d2e70472a", "name": "Delete source app by ID", "request": { "name": "Delete source app by ID", @@ -30323,7 +30323,7 @@ }, "response": [ { - "id": "72e9b486-8bde-4b18-81e4-363591cc6e43", + "id": "3a7b6762-4f32-42b5-b10c-c919aaee4ad0", "name": "Responds with the source app as deleted.", "originalRequest": { "url": { @@ -30376,7 +30376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cb95b94-5258-4199-9aa9-0339b38e6e6c", + "id": "d308acad-6f04-4478-80f9-219d5863bc0f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30429,7 +30429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19c9b014-daf9-472b-bca4-929a6fe84028", + "id": "980dd231-6ba8-4214-ae74-12b3fb4d69c5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30482,7 +30482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30a3a9bf-4fc3-46d7-b13a-cf1758454072", + "id": "9cb1fe99-344d-42bc-8980-34864cf7ecd6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30535,7 +30535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9d57761-fe37-41ef-9609-9c3c8dc4f81b", + "id": "a1577c42-1944-495b-83ce-c606a72d2996", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30588,7 +30588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddfdba19-c796-428d-a397-0355fa930fee", + "id": "80af5d9d-8999-4fa6-9cf9-370c29cf1259", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30647,7 +30647,7 @@ } }, { - "id": "882bd10d-efb6-4dc9-a730-8d1df96f7c76", + "id": "fa5a0ff0-712c-4c00-b647-8c5595fdc4e0", "name": "Bulk update source apps", "request": { "name": "Bulk update source apps", @@ -30699,7 +30699,7 @@ }, "response": [ { - "id": "e33477f8-171e-4369-92b9-61def5efc618", + "id": "f2bf57df-83e7-4fc5-9a7a-bd273d42492d", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -30755,7 +30755,7 @@ "_postman_previewlanguage": "text" }, { - "id": "29f3e794-cb78-4f06-b89a-da6747a4a970", + "id": "13b5dba3-33a8-4cc3-b729-993e446f4ff3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30821,7 +30821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69c9cd83-a140-4a78-a28f-ebc5f4b815e6", + "id": "2d9afd23-0b6c-4575-ab25-2c976299262a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30887,7 +30887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e076b23-7ef8-42e0-91b5-af6431ef066c", + "id": "fa3765c6-bb36-4385-bd97-9d548de62a5c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30953,7 +30953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c59cb120-f414-45fc-9c02-68f1d7621d7a", + "id": "1ce9844b-a63f-4754-8329-33d90a970a64", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -31019,7 +31019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00641e04-7917-4551-915b-90bfcd456fc3", + "id": "70750c03-dacd-42be-be3e-f4e45396e529", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31085,7 +31085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d56befa9-ea39-4118-b0f4-051fd61ea124", + "id": "51e1225b-9023-4f50-b7fa-c5b84fa3daba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31157,7 +31157,7 @@ } }, { - "id": "12774584-6f02-4559-8b04-ba20ba4d4042", + "id": "1d0a22fb-51ea-4710-ad82-a3632a11bda9", "name": "List assigned source apps", "request": { "name": "List assigned source apps", @@ -31233,7 +31233,7 @@ }, "response": [ { - "id": "83ead926-2fa3-440f-a908-bf788e378fcc", + "id": "99b3c8ce-a502-437f-82b9-577db7bb06e3", "name": "List of source apps", "originalRequest": { "url": { @@ -31323,7 +31323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50d3c3c0-edaf-48f9-9b8a-4ea6c16d793e", + "id": "52a8cf40-87ba-4621-aea4-d69a9616eae8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31413,7 +31413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "307f371d-129e-4e25-b381-b819955c9303", + "id": "47ac2ab9-c13b-43c2-b22d-f62660ef23e2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31503,7 +31503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "146c8dbc-30f0-484d-80c6-66217d41b3b6", + "id": "d0e5df6f-3fc5-4725-9622-9da3fce76c08", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31593,7 +31593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d289d7be-8b1e-4ff3-ab03-5f07481f1640", + "id": "28028ce8-626f-4dc2-9268-d01bd6298104", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31683,7 +31683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b63cd34-6235-483d-b723-39f3eba6ea8c", + "id": "0198ec36-963b-44e1-bebf-a19445e00c1e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31779,7 +31779,7 @@ } }, { - "id": "fafac90b-a180-439f-9e8b-96811ba3f1f7", + "id": "15cd4792-ece2-40b8-be8d-c20be74c43d9", "name": "List available source apps", "request": { "name": "List available source apps", @@ -31854,7 +31854,7 @@ }, "response": [ { - "id": "a6364b60-f6c6-43e0-9024-191952c6dc47", + "id": "10804e34-b784-41e9-87c3-2584a4440d53", "name": "List of source apps", "originalRequest": { "url": { @@ -31943,7 +31943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebb0a954-bf83-426d-9c94-6c48176fa775", + "id": "ae61166d-0228-4b46-a0bc-22e66e3ac0cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32032,7 +32032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf8881f6-44f7-4fb9-ac6d-aa7dc5904e8b", + "id": "f11c9a35-dd86-451a-b7d9-795688cb7024", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32121,7 +32121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b11466b-4e66-4752-9104-c87a004ce457", + "id": "2edfff83-166e-4f8b-89f2-f21283681d84", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32210,7 +32210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "158d5aca-de3d-47d0-b686-9c82122004fd", + "id": "8288880b-ac13-4896-9dab-5fc84aade1b8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32299,7 +32299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "676c6486-46f2-404d-9f5d-35ec69c2d054", + "id": "5f23930b-12df-4ac7-bfda-81fb1ef44e93", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32394,7 +32394,7 @@ } }, { - "id": "2e3deeb2-852d-4792-bfe2-ac363547b6e1", + "id": "5f6d775b-2057-496e-9f1d-2c4e614648a5", "name": "Create source app", "request": { "name": "Create source app", @@ -32445,7 +32445,7 @@ }, "response": [ { - "id": "99ccebc2-905a-4365-a9b4-faa75fdf53ac", + "id": "fd1568c7-4646-4663-b444-40fdb5d2504d", "name": "Responds with the source app as created.", "originalRequest": { "url": { @@ -32510,7 +32510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4d6a64d-1cc7-4db5-8428-7996a1722ea4", + "id": "8d0ebceb-2053-43e5-af05-ee94afb2cb0b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32575,7 +32575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "367f33e8-912a-4f79-8a70-343e28e853fe", + "id": "5b5619e0-f945-4e5c-a9c6-0bc212acc36d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32640,7 +32640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2197d30d-1e21-47e2-a7d9-0735adf9194d", + "id": "6ce03ed3-0860-4bab-87d8-2450680b6d74", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32705,7 +32705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11c178b7-18c4-4ab6-b800-faacda2304c4", + "id": "71879578-3662-49b6-9f21-dd6cd16729ec", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32770,7 +32770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b9afca2-ce22-4b81-b38b-e1bd3ffdf758", + "id": "af95b7c2-ad8e-4a83-991c-8f8ef5953122", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32841,7 +32841,7 @@ } }, { - "id": "b6e5969d-9c42-447e-b01b-08325740cc32", + "id": "92566352-17e8-4ce8-a2ee-b120773199be", "name": "List all source apps", "request": { "name": "List all source apps", @@ -32917,7 +32917,7 @@ }, "response": [ { - "id": "1d3660e6-262e-4c77-9ade-b2795d036559", + "id": "5d7cadde-781b-4774-86f2-51ece0df8287", "name": "List of source apps", "originalRequest": { "url": { @@ -33007,7 +33007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0778ad85-f3b8-4004-a1ef-a447b68060ca", + "id": "efdb8f2a-dcfd-4af5-ab18-88ee46000d63", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33097,7 +33097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "492df38f-df0d-4573-a02c-12c31afc5db7", + "id": "8c2fe153-2656-4d7f-9d20-ff518a00167f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33187,7 +33187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a09e67f7-05ed-4e06-8059-48d57b1ca747", + "id": "a7d192b0-d209-4663-9311-228e7d1a08fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33277,7 +33277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06f7f975-b6b2-4c62-82b3-01cdbbd800e1", + "id": "0cfe31c0-3bb4-467c-b405-84f6c9c597ee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33367,7 +33367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd73a8de-80b9-4fbe-8e71-6e4b784d17e3", + "id": "90e9c136-a4f3-4f82-b1bf-5ecc822f90a8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33463,7 +33463,7 @@ } }, { - "id": "e8841433-951b-4b68-b6bd-65c1ada901a3", + "id": "37f86b01-0d1f-44b7-8aab-2c391b839790", "name": "List access profiles for the specified source app", "request": { "name": "List access profiles for the specified source app", @@ -33533,7 +33533,7 @@ }, "response": [ { - "id": "b6d4b25f-0f30-4717-b6e5-9fcfab5b87a9", + "id": "cde827a5-37b1-4939-b0d1-dfeb3a3fd230", "name": "List of access profiles for the specified source app", "originalRequest": { "url": { @@ -33606,7 +33606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ede43a7e-693c-489a-9a9f-4a460e4d3562", + "id": "45b8bc10-4f69-4de1-a7e4-038c2d852d0f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33679,7 +33679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a036fce-68b2-465f-9a05-6048d59fa7b4", + "id": "97946644-0554-4778-a93d-3a4aad149b61", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33752,7 +33752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af629038-8cdf-4c63-9ed5-0c22c37ddbd8", + "id": "2daecf36-019e-4d54-a878-2b0a7004ed7d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33825,7 +33825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0222cc87-d14a-4d14-86c0-e328729ba44b", + "id": "0a5758cb-d1a5-4df3-9a64-568bce11b958", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33898,7 +33898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f787449c-928e-4e81-826a-a66c279b6193", + "id": "f81f2499-2e08-4c66-a0d0-d18c58b0843b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33977,7 +33977,7 @@ } }, { - "id": "e8b03b7f-1a07-4c20-b66d-87eda0c42f5f", + "id": "d3d8e12c-f43f-4f8d-ac2e-01c8c9da42b2", "name": "Bulk remove access profiles from the specified source app", "request": { "name": "Bulk remove access profiles from the specified source app", @@ -34052,7 +34052,7 @@ }, "response": [ { - "id": "89a3804e-128f-4d52-89b8-63d91837f3bf", + "id": "e4fcaefd-754e-4a6b-8aba-2b26f1a93032", "name": "The final list of access profiles for the specified source app", "originalRequest": { "url": { @@ -34130,7 +34130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcc18935-3231-4f5a-b416-759be21b9c8b", + "id": "38571787-2e63-456c-abf1-435f198db97f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34208,7 +34208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82e50c9e-d9c3-4793-8bab-ee78623f902c", + "id": "23a73c59-ead9-4d14-862f-645d93299ea9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34286,7 +34286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acd0db14-3bad-4433-805d-c1f9cecf7718", + "id": "8a8a68b1-7a18-436b-83db-8d62ea3a51fd", "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": "b9b87b2c-645d-4fb0-95a2-e312015be1dc", + "id": "d897454d-087b-4c49-9be9-932255c3d566", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34442,7 +34442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f269e4dc-fbac-41c0-af5a-adc90dd50942", + "id": "10dfafa2-9d5b-48be-ad19-f2ddb10866c0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34526,7 +34526,7 @@ } }, { - "id": "96977212-f6fc-444d-8324-111ed6324428", + "id": "2774ed8d-7306-49f9-8c5f-b99b98651a6e", "name": "Patch user app by ID", "request": { "name": "Patch user app by ID", @@ -34589,7 +34589,7 @@ }, "response": [ { - "id": "074d2cf4-0b64-4f0e-b11b-07adfb9a4f61", + "id": "e3a634d9-3071-453f-90bb-5761a6e8b06a", "name": "Responds with the user app as updated.", "originalRequest": { "url": { @@ -34655,7 +34655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b385f75-f691-41f5-8be2-0efe9d986e2e", + "id": "9fc9901d-932f-4aa8-ba02-234c59049c3d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34721,7 +34721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4102d43d-55b9-404b-8a23-3be88d7c4f09", + "id": "01e5be09-59c8-4222-b1ed-7f93165d19f9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34787,7 +34787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00db2206-e651-411f-ab01-c23698c04aa2", + "id": "616e1238-dbf1-4b95-9a14-b63914a8bd57", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34853,7 +34853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "916fffd2-36f3-4c7b-831a-6bccdf68a889", + "id": "990d36fd-ed4b-4977-8ffc-38efc89f9414", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -34919,7 +34919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30a3254c-e880-477a-8fac-c49e6de1e10f", + "id": "882a7416-2266-426f-8140-bffd5e1d94f8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34985,7 +34985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16cd97b7-755c-4b4a-b9ad-7d538e9b448c", + "id": "3acb1998-7e9a-4721-82da-acd775406cb5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35057,7 +35057,7 @@ } }, { - "id": "efd523ff-279f-415d-9f32-f596688937f1", + "id": "9a09474f-ba24-4114-9ccb-88a6f543ba73", "name": "List available accounts for user app", "request": { "name": "List available accounts for user app", @@ -35127,7 +35127,7 @@ }, "response": [ { - "id": "114ff5b5-3e8a-4c82-b834-7678bc2edc6a", + "id": "ad082032-b48e-4add-b120-bdab19de890e", "name": "List of available accounts for the specified user app", "originalRequest": { "url": { @@ -35200,7 +35200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a0f25f1-8342-4728-a022-24988fb0cc27", + "id": "92dd4b42-4268-4024-b7da-4abad4615977", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35273,7 +35273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bfe61be-7883-4e74-8542-76a8b600e04b", + "id": "5a649587-7617-497e-ae18-f6887d9940dc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -35346,7 +35346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fb1bddd-a9c4-4e7d-9fe3-d3f4018c0045", + "id": "8356c681-eac9-49e0-a57e-aca5792ca41f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35419,7 +35419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85a66570-157e-403e-9aa8-1f23f596ffcc", + "id": "0e50ba2b-ff15-4584-994f-5529ebb7338c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35492,7 +35492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72658a25-60c1-4f6e-ad13-a839c2c5a88b", + "id": "bf7add46-9331-4707-8ee7-056f51fbb9c0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35571,7 +35571,7 @@ } }, { - "id": "8beac9a0-8500-4855-8c99-cd7da20e5b4c", + "id": "36a00616-b171-4e23-ab65-7aa5f89d165e", "name": "List owned user apps", "request": { "name": "List owned user apps", @@ -35637,7 +35637,7 @@ }, "response": [ { - "id": "edc33b5f-46b5-423a-b113-8a3b04758ab0", + "id": "403c1622-ef3b-4521-93f7-35d6d269391e", "name": "List of user apps", "originalRequest": { "url": { @@ -35717,7 +35717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd7c20ab-86b0-4113-aba6-d87c9cbe9174", + "id": "55528c1e-ae06-4161-90a2-9b9e7c16f2d7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35797,7 +35797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e063500-cda2-4b55-8845-5869abaf592f", + "id": "49e21b88-1cd6-4996-9373-50415bb7822f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -35877,7 +35877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8825aece-b538-41d8-8668-e882ffd583ee", + "id": "d3d9f570-86ed-47c7-a170-bfaf6d589f58", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35957,7 +35957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf0ad2cc-81f8-4b4f-9e63-1f41710b66de", + "id": "9a59a9a7-1ab3-4b52-b205-7bfe99cd4c75", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36037,7 +36037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5396daf0-5ffb-4919-9dba-79233a9b0eb8", + "id": "fb96043b-bc39-41e3-84e9-375bfc987291", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36123,7 +36123,7 @@ } }, { - "id": "5b36c019-2641-4e18-8d10-6a46ab089882", + "id": "61a22432-6eeb-48ba-97b5-0477bb2cb7c8", "name": "List all user apps", "request": { "name": "List all user apps", @@ -36190,7 +36190,7 @@ }, "response": [ { - "id": "03e89120-da26-4a90-8076-649f92efffda", + "id": "0be2fb1c-304b-406f-bb6e-6b3dc9e6278e", "name": "List of user apps", "originalRequest": { "url": { @@ -36271,7 +36271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "491063f7-a62f-439c-870b-8a25b9c278c9", + "id": "dc6d6978-4d41-4f87-9340-73c764b7c2ab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36352,7 +36352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85b0757f-d799-4141-9f89-1b93967866a7", + "id": "d7f6072e-9cc2-4322-9cdc-6df4e70dcd12", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36433,7 +36433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f155dbd8-f1c1-424f-abd4-fce3eac7eebd", + "id": "3de80aef-84de-4ed1-849a-50d87b6ab522", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36514,7 +36514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12fff9c5-40c4-44f7-9b07-50956ed8a1cf", + "id": "dc3bd0a2-2797-467e-ae34-1058ecaf48f1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36595,7 +36595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "144db775-e310-4f8d-8016-95b0c33e73b6", + "id": "93794354-158e-4f57-8156-6e7198721640", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36688,7 +36688,7 @@ "description": "Auth Profile - Represents authentication configuration for an Identity Profile. This object gets created when an Identity Profile is created.\n\nAPIs can be used to retrieve and update Auth Profiles.\n", "item": [ { - "id": "a032ea6f-9ce2-4e93-8df0-5a85a22b3166", + "id": "71b2746e-382a-4491-8411-61a3bd296b66", "name": "Get list of Auth Profiles.", "request": { "name": "Get list of Auth Profiles.", @@ -36726,7 +36726,7 @@ }, "response": [ { - "id": "13b1f9f6-182f-46bd-98fd-ab5759be7e62", + "id": "7c8c3ba6-ba03-417a-957a-4416ac1a8044", "name": "List of Auth Profiles", "originalRequest": { "url": { @@ -36778,7 +36778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6101f547-a9f8-4daf-ab5a-59269e66c525", + "id": "ff2c23ca-d218-46f8-ba0c-1daf5d5db376", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36830,7 +36830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9d2e9c7-01aa-4cec-9b72-a7cc6e55d96c", + "id": "eac272ff-5741-42aa-94fa-3d81a2f78714", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36882,7 +36882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8c6cfee-1b40-4193-8134-3554344f44c9", + "id": "9f80dd97-7e40-49be-87a7-d6e59a05c9c8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36934,7 +36934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d319323-2dd0-4688-9d5a-36d4c1dd8683", + "id": "0cf8158a-ce0b-4878-bd3a-f31e0475f446", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36986,7 +36986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f477ec60-c66b-439c-9285-6232555e4ded", + "id": "c7e3ff92-34a5-4670-8fa7-e8d841b08d7d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -37044,7 +37044,7 @@ } }, { - "id": "b725700f-b09a-4a19-b9d6-30f8264c812b", + "id": "c076b831-ac66-43c3-8f82-f64be8e8e0c5", "name": "Get Auth Profile.", "request": { "name": "Get Auth Profile.", @@ -37088,7 +37088,7 @@ }, "response": [ { - "id": "f2d38c48-a28b-4bd9-ace6-f7fb02e3365c", + "id": "56869721-ad80-49ea-ac41-fb130a28964c", "name": "Auth Profile", "originalRequest": { "url": { @@ -37141,7 +37141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fda76349-408b-4478-9cf1-ddc5a7349c45", + "id": "36e85aab-171d-4e88-86ce-77fe17e52875", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37194,7 +37194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49d0fc2e-7559-4943-ae4d-9c3b97e594ca", + "id": "e89c7bce-ab9b-484f-968d-b1e35d6d56ee", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -37247,7 +37247,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea93eeb6-a056-4e95-85fc-14c344e75239", + "id": "519ce30a-0380-4e50-ba46-3c3263505e88", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -37300,7 +37300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e401437-e1a3-4f84-8ddb-e24abd8a0411", + "id": "6e8acb46-599c-4066-8b06-469856811329", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -37353,7 +37353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e786af40-eeb1-40c4-a7ea-e7edfe4e1996", + "id": "4b294bca-813f-4f28-b6b5-953374026cd6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -37406,7 +37406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e193617-de10-486a-ae55-a6fe4848ec98", + "id": "2789819d-a9fa-41e9-8fcc-f85c1edd87a9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -37465,7 +37465,7 @@ } }, { - "id": "d0c78783-5a97-4381-913b-b5d6dda15e96", + "id": "425455cc-f98d-499d-a894-df00ad0d6f24", "name": "Patch a specified Auth Profile", "request": { "name": "Patch a specified Auth Profile", @@ -37528,7 +37528,7 @@ }, "response": [ { - "id": "851e0fed-c5aa-4f1f-bec9-6a453f28e990", + "id": "e180a841-d60d-48d1-8ef6-9275d75805a6", "name": "Responds with the Auth Profile as updated.", "originalRequest": { "url": { @@ -37594,7 +37594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69f0c579-ad46-4f21-b71e-5a321f8470b8", + "id": "d797f2f9-e61c-4b52-819e-161b95842bef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37660,7 +37660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "699813e8-b7ee-4faf-a2bc-38d0f2acd5db", + "id": "f93fcb85-b924-42af-b7dd-4f08f0f5abaf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -37726,7 +37726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aaaa0003-7c60-453a-ae95-4a72cc6803dc", + "id": "35da776f-78c5-482f-a8c1-a9019776f6bf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -37792,7 +37792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05fd6f2d-3d1a-4366-9065-a5cdcfec95a2", + "id": "f4f6cc07-4c6a-4273-bece-8ceb9236da80", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -37858,7 +37858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae82c3a2-3b66-4054-8c70-a0282182e7f2", + "id": "b0dbfa9c-d960-4a5c-82e3-fe1093ecb0ab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -37936,7 +37936,7 @@ "description": "Use this API to implement user authentication system functionality. \nWith this functionality in place, users can get a user's authentication system details, including their capabilities, and modify those capabilities. \nThe user's capabilities refer to their access to different systems, or authorization, within the tenant, like access to certifications (CERT_ADMIN) or reports (REPORT_ADMIN). \nThese capabilities also determine a user's access to the different APIs. \nThis API provides users with a way to determine a user's access and make quick and easy changes to that access. \n", "item": [ { - "id": "39e5f3da-8e9b-494b-9f97-9e4efec7906d", + "id": "015f40b6-d10d-41ff-ac83-585027e4555a", "name": "Auth User Details", "request": { "name": "Auth User Details", @@ -37977,7 +37977,7 @@ }, "response": [ { - "id": "3b86222b-295b-462b-8ab9-af8a98140a71", + "id": "7e35f06f-0ef5-44b9-b39f-80e4db6e55eb", "name": "The specified user's authentication system details.", "originalRequest": { "url": { @@ -38021,7 +38021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46e3454a-8c99-4570-aec6-344ec945d39d", + "id": "e28ab991-f092-4160-bd1c-e03e75e6708c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38065,7 +38065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aea463fd-5eca-4286-9295-b635eae3fc3b", + "id": "b6d38ee5-6bb2-4403-893b-fd28d35bc986", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38109,7 +38109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a88488b6-5cc8-4d79-848a-b06d75fd1728", + "id": "601d39b6-be25-4909-a630-f4ca77bdc274", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -38153,7 +38153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a7fa8a6-a975-47d8-b768-5927abe61b88", + "id": "36f51b80-3298-4fdc-a47c-8d1fc3c10645", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -38197,7 +38197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2585c158-7d71-4ea4-8fd2-d829fd79987b", + "id": "59cff17b-c82f-401f-8ccf-75c50c6d2a15", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -38241,7 +38241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98904dc7-216a-4bd9-9dec-51fa510b2a1e", + "id": "9d20df7a-cb0c-4582-b748-7fe6a8686e47", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -38291,7 +38291,7 @@ } }, { - "id": "e160e33f-1cb4-441a-8a06-9531e2ed11d0", + "id": "6a0145ba-8384-43f7-8de5-e4cf7801e61f", "name": "Auth User Update", "request": { "name": "Auth User Update", @@ -38345,7 +38345,7 @@ }, "response": [ { - "id": "381f34e7-4c5e-4747-96d5-ffff28fbb501", + "id": "320c1379-53eb-4e5c-8058-606814adca57", "name": "Auth user updated.", "originalRequest": { "url": { @@ -38402,7 +38402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce36aa9a-f5e9-4239-a92a-c5bdbd384ce9", + "id": "310cebd4-27b7-46b8-9518-2f82052c3b22", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38459,7 +38459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4947b13e-c03e-4256-a590-fc05b8f7b644", + "id": "058261a5-2a25-47db-b5e6-bc5a15b0c1c7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38516,7 +38516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc25a143-aaae-4517-93ef-9960475366d2", + "id": "31db7fab-e635-4134-b8e6-76737390373e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -38573,7 +38573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78982395-1121-4843-ab81-bf13c2d36263", + "id": "93f432d4-96ce-44a4-bdb9-1be4c04de70f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -38630,7 +38630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e1c39fb-c175-4715-a3e6-7c637370b0d6", + "id": "a39f7006-d141-47c0-a321-7b8271a1d60f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -38687,7 +38687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe81290e-fffc-429b-9f71-b3eeca6d8e85", + "id": "465948ea-c396-4aa9-9481-d5071cd5f856", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -38756,7 +38756,7 @@ "description": "Use this API to implement and customize branding functionality. \nWith this functionality in place, administrators can get and manage existing branding items, and they can also create new branding items and configure them for use throughout Identity Security Cloud. \nThe Branding APIs provide administrators with a way to customize branding items. \nThis customization includes details like their colors, logos, and other information. \nRefer to [Certifications](https://documentation.sailpoint.com/saas/user-help/certifications.html) for more information about certifications.\n", "item": [ { - "id": "46f41d32-a524-40e8-8968-aab3354e74a0", + "id": "f479612f-ce2b-48ae-98c4-207f3d46d364", "name": "List of branding items", "request": { "name": "List of branding items", @@ -38785,7 +38785,7 @@ }, "response": [ { - "id": "ff45bf60-dc96-4d3d-a84a-c6408ddfe47c", + "id": "b37083dd-ba2e-4c59-ae11-94e2f887ba5d", "name": "A list of branding items.", "originalRequest": { "url": { @@ -38823,12 +38823,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"veniam et\",\n \"navigationColor\": \"sint sed\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n },\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"laborum deserunt Excepteur\",\n \"navigationColor\": \"nostrud\",\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\": \"quis velit id\",\n \"navigationColor\": \"aliqui\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n },\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"voluptate exercitation occaecat dolor aliquip\",\n \"navigationColor\": \"ea in cillum\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "65261cce-7e41-4eb4-934a-872a4d4dc43b", + "id": "01e99b47-7d65-4ebc-9a5e-6362b7702d13", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38871,7 +38871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc308fec-e41e-45fc-8b94-5fc0b9be6f71", + "id": "e729b493-f198-48d3-9ad3-29e5e05eb157", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38914,7 +38914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f6de60f-8635-4baa-a6f4-893c3106097b", + "id": "ac388d66-377b-4113-8620-0896d1d81ad0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -38957,7 +38957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b35355d4-f504-44fb-9c1f-1d926b199436", + "id": "de4a930f-ce59-48fc-abb1-176c6aa12a68", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39000,7 +39000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d739f8dd-d70a-47ce-aaf3-fee1c558ce29", + "id": "b3926965-99d2-43d2-96d0-59358865b726", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39049,7 +39049,7 @@ } }, { - "id": "15d9d9c7-973b-4337-a59a-0895b7e32424", + "id": "d320ad8d-382c-4b83-96ff-309616262b2d", "name": "Create a branding item", "request": { "name": "Create a branding item", @@ -39114,7 +39114,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "velit ut pariatur reprehenderit", + "value": "adipisicing Exc", "type": "text" }, { @@ -39123,7 +39123,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "eu est", + "value": "consec", "type": "text" }, { @@ -39157,7 +39157,7 @@ }, "response": [ { - "id": "4f221157-e89e-42c2-a3bc-6077c39eaa9a", + "id": "324c83c5-5968-45ad-b28b-851a688fbdcb", "name": "Branding item created", "originalRequest": { "url": { @@ -39225,7 +39225,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "velit ut pariatur reprehenderit", + "value": "adipisicing Exc", "type": "text" }, { @@ -39234,7 +39234,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "eu est", + "value": "consec", "type": "text" }, { @@ -39274,12 +39274,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"ut\",\n \"navigationColor\": \"et labore Excepteur\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"ut non commodo esse\",\n \"navigationColor\": \"culpa velit\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "183c85f5-dfda-4fdd-bfc6-9f25e4e834bc", + "id": "2d6b1bd8-c05b-4f03-b077-1af3514ee5ab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -39347,7 +39347,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "velit ut pariatur reprehenderit", + "value": "adipisicing Exc", "type": "text" }, { @@ -39356,7 +39356,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "eu est", + "value": "consec", "type": "text" }, { @@ -39401,7 +39401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f8d3fc4-55a7-4d0b-aa02-e689414b32dd", + "id": "2048088f-3398-4215-b74d-6cb059fc51f1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -39469,7 +39469,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "velit ut pariatur reprehenderit", + "value": "adipisicing Exc", "type": "text" }, { @@ -39478,7 +39478,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "eu est", + "value": "consec", "type": "text" }, { @@ -39523,7 +39523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56f8d6c8-b415-45da-b206-be7b69d44930", + "id": "aa5a1cd5-f08b-4d27-a1ed-e5d833af2a92", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39591,7 +39591,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "velit ut pariatur reprehenderit", + "value": "adipisicing Exc", "type": "text" }, { @@ -39600,7 +39600,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "eu est", + "value": "consec", "type": "text" }, { @@ -39645,7 +39645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80d56a88-e296-41ef-b28c-b0fc9880eb86", + "id": "5600d3c4-2492-47e5-aa4e-4a851369e49f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39713,7 +39713,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "velit ut pariatur reprehenderit", + "value": "adipisicing Exc", "type": "text" }, { @@ -39722,7 +39722,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "eu est", + "value": "consec", "type": "text" }, { @@ -39767,7 +39767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3368daa-e00f-446c-97c1-1d121b7d6118", + "id": "80ee3f3f-4bae-40fe-aa8e-ff5ea3c25261", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39835,7 +39835,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "velit ut pariatur reprehenderit", + "value": "adipisicing Exc", "type": "text" }, { @@ -39844,7 +39844,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "eu est", + "value": "consec", "type": "text" }, { @@ -39895,7 +39895,7 @@ } }, { - "id": "6896e772-313d-4051-90a5-67569bd7862f", + "id": "684f7a01-b8f4-46e5-ab3d-dc7938736ead", "name": "Get a branding item", "request": { "name": "Get a branding item", @@ -39936,7 +39936,7 @@ }, "response": [ { - "id": "05998f27-95e5-4081-ab6e-7fda8900b1e5", + "id": "1a0d49b1-ac56-48c6-a7b3-929dc18b6a7c", "name": "A branding item object", "originalRequest": { "url": { @@ -39975,12 +39975,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"ut\",\n \"navigationColor\": \"et labore Excepteur\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"ut non commodo esse\",\n \"navigationColor\": \"culpa velit\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "baf18571-d1cb-4669-b5d0-dc78e56a312e", + "id": "61a8d0da-922e-483d-9e2d-39325e57dc30", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40024,7 +40024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "073262a6-1554-4e73-9c68-09da0d3727fd", + "id": "82ee5176-f0c1-4a30-8373-dd80b84c3393", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40068,7 +40068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e45fbe0b-49cf-4a39-b872-2aa8c428198f", + "id": "34362da8-f6fb-403e-bd43-cb082bf83d9a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -40112,7 +40112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83b95aa7-5765-4423-ad95-814c6ad88b58", + "id": "f5e64774-206a-4bf9-a130-bb15ac848191", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -40156,7 +40156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb9ecc5f-10a1-4c1a-8b7b-fe81e6b1d8ba", + "id": "d6fbcb6c-cdb4-4c87-a56d-9dc7ec5baf09", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -40200,7 +40200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70f31185-74d3-45f4-9070-d47bbea7a1fd", + "id": "f3d4ae9d-1c3a-494a-8557-cced2d3e3d92", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40250,7 +40250,7 @@ } }, { - "id": "b0b56342-4f39-4a8c-b157-ec13eb213f76", + "id": "c62ce7ea-a1d1-40d8-8464-47cf5022eaa3", "name": "Update a branding item", "request": { "name": "Update a branding item", @@ -40327,7 +40327,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "velit ut pariatur reprehenderit", + "value": "adipisicing Exc", "type": "text" }, { @@ -40336,7 +40336,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "eu est", + "value": "consec", "type": "text" }, { @@ -40370,7 +40370,7 @@ }, "response": [ { - "id": "b8c28c3f-f247-4d20-afc4-4322c9285468", + "id": "9842e81c-2e97-4a2d-96a3-6422dcd514f5", "name": "Branding item updated", "originalRequest": { "url": { @@ -40439,7 +40439,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "velit ut pariatur reprehenderit", + "value": "adipisicing Exc", "type": "text" }, { @@ -40448,7 +40448,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "eu est", + "value": "consec", "type": "text" }, { @@ -40488,12 +40488,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"ut\",\n \"navigationColor\": \"et labore Excepteur\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"ut non commodo esse\",\n \"navigationColor\": \"culpa velit\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1a7b222a-777f-493e-ab41-88a9172a48f5", + "id": "df61e972-05bb-499b-b0c6-c2619d48a9b0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40562,7 +40562,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "velit ut pariatur reprehenderit", + "value": "adipisicing Exc", "type": "text" }, { @@ -40571,7 +40571,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "eu est", + "value": "consec", "type": "text" }, { @@ -40616,7 +40616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7934cbe2-55eb-4402-b17c-090688784b76", + "id": "d3cd86e8-7eea-4752-b80b-8dcc60d2d80a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40685,7 +40685,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "velit ut pariatur reprehenderit", + "value": "adipisicing Exc", "type": "text" }, { @@ -40694,7 +40694,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "eu est", + "value": "consec", "type": "text" }, { @@ -40739,7 +40739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e918f26-66b4-4a24-8cbc-3189302a2237", + "id": "6817ee01-e5b2-470d-9f1f-59700c89dfc3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -40808,7 +40808,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "velit ut pariatur reprehenderit", + "value": "adipisicing Exc", "type": "text" }, { @@ -40817,7 +40817,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "eu est", + "value": "consec", "type": "text" }, { @@ -40862,7 +40862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8de73761-850d-4109-82d2-21870ff663cd", + "id": "d102c3b3-3c7a-444e-aefc-ae3f3d873828", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -40931,7 +40931,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "velit ut pariatur reprehenderit", + "value": "adipisicing Exc", "type": "text" }, { @@ -40940,7 +40940,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "eu est", + "value": "consec", "type": "text" }, { @@ -40985,7 +40985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e09ce15-ba58-4cda-9853-3ffcb4f98eca", + "id": "ec20cc17-4007-48d4-814b-fcbc3814b899", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41054,7 +41054,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "velit ut pariatur reprehenderit", + "value": "adipisicing Exc", "type": "text" }, { @@ -41063,7 +41063,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "eu est", + "value": "consec", "type": "text" }, { @@ -41108,7 +41108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a278fcc4-e426-4cb9-8120-3d4ea68b5e4c", + "id": "7618a106-64bd-4e75-b5ed-effd8ad7bc44", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41177,7 +41177,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "velit ut pariatur reprehenderit", + "value": "adipisicing Exc", "type": "text" }, { @@ -41186,7 +41186,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "eu est", + "value": "consec", "type": "text" }, { @@ -41237,7 +41237,7 @@ } }, { - "id": "debcfcba-5fec-464f-81bc-073f7dc4a377", + "id": "7f694d49-bbea-45fa-b10d-865c6bc27c86", "name": "Delete a branding item", "request": { "name": "Delete a branding item", @@ -41278,7 +41278,7 @@ }, "response": [ { - "id": "299b82a8-ae25-4dbb-bbf1-0538e0607c11", + "id": "ae186315-1313-4ca5-915a-38c1f5c81c4d", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -41312,7 +41312,7 @@ "_postman_previewlanguage": "text" }, { - "id": "26726488-b998-4d3c-963f-9ccf413ea1f5", + "id": "ceb505ac-4c82-488d-b0ff-42512cc0d688", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41356,7 +41356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ea7b742-fa0e-4aeb-9291-e21d41bfecc2", + "id": "604fdc8f-55f4-401b-8dd3-ce81c6cce818", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41400,7 +41400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f5b7971-9317-40a7-9778-9d2d8acb4bb9", + "id": "9f2d1504-d70b-455a-8389-24aff4f63045", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41444,7 +41444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3480fff1-1d2e-4a64-b2d6-c6c56962ed1c", + "id": "fd378c62-21bd-48ba-a87c-a618bfd40fb2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41488,7 +41488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d40103eb-5424-4f20-9dbc-8c282bd05f51", + "id": "d7cdbb93-5472-4bab-bf65-c688d8380c52", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41532,7 +41532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4003e3fa-95b3-4a19-8f77-1c206e67de19", + "id": "be19656b-4ed8-4265-b1f1-98889ffdad55", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41588,7 +41588,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": "389e0159-2335-4f0b-9536-3dfbc81c69a0", + "id": "975df353-52cd-477b-8747-2e42d6aa56d4", "name": "Create Campaign Filter", "request": { "name": "Create Campaign Filter", @@ -41630,7 +41630,7 @@ }, "response": [ { - "id": "1c1bad80-c568-47a5-a27a-4b38bd20593f", + "id": "dd5633aa-97e9-490f-a75e-f2878e60015d", "name": "Created successfully.", "originalRequest": { "url": { @@ -41686,7 +41686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30bd8540-6b68-4f8a-a99c-2d6432781d36", + "id": "c75d34f4-5bb2-4403-8526-a95168f751df", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41742,7 +41742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f7d97a9-d92a-42b9-8b23-1d988819ceb7", + "id": "9f577480-44bc-4377-bc81-595ceb1603ec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41798,7 +41798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc1c12b1-2c6e-4f2a-9059-45f31c09e910", + "id": "1234d382-4064-4eb3-8aaf-50865f6fd8f9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41854,7 +41854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98c32985-4a0c-4aa0-b617-4aa5bc09175a", + "id": "fee9b323-6fb2-4903-9033-e2fc444c5a5e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41910,7 +41910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f73d5b80-7087-465a-8d36-feae8bfab5b1", + "id": "e82930cd-ab60-4106-9ca6-6ded6812e768", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41972,7 +41972,7 @@ } }, { - "id": "ea8a34e0-aead-4813-82e6-da4144dd6cd5", + "id": "87f32779-5a5b-40ab-a9d2-f65fb7c73dc2", "name": "List Campaign Filters", "request": { "name": "List Campaign Filters", @@ -42029,7 +42029,7 @@ }, "response": [ { - "id": "d62a0473-8587-4086-916d-caf29cd094f4", + "id": "5e0000fc-5810-44a6-aa8c-833ddc292745", "name": "List of campaign filter objects.", "originalRequest": { "url": { @@ -42100,7 +42100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "721c4543-80e3-473a-8644-63f00e155c60", + "id": "21992cea-ad3f-420c-afd0-39c027ec5082", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42171,7 +42171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6f8e948-db99-4e57-9972-856d32a2e4d7", + "id": "491795f6-7715-4099-a1fb-95a982dadf0c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42242,7 +42242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daf33814-14fb-467a-9e51-7a38ecc4e208", + "id": "fcedfc58-aba8-4d4a-9a5c-d281024d40b4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42313,7 +42313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f67991e-ffa8-453e-9144-9dd629cc8aad", + "id": "c0fb40ba-8e1d-4e5a-91f8-ad59828bff50", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42384,7 +42384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c05f511d-cde5-43ba-8f17-89a220d1ae26", + "id": "8bb84e37-2b01-4862-9aeb-0a35a607f870", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42461,7 +42461,7 @@ } }, { - "id": "415ec50a-6ff7-4d86-ba58-b48d2deddf16", + "id": "5d43130c-ccc2-4cfd-9567-a75676720a3e", "name": "Get Campaign Filter by ID", "request": { "name": "Get Campaign Filter by ID", @@ -42502,7 +42502,7 @@ }, "response": [ { - "id": "a0239354-1cf8-41ab-a8be-a6bf1fea1e76", + "id": "7190c690-e54a-42f8-827f-6992d53d95ec", "name": "A campaign filter object.", "originalRequest": { "url": { @@ -42546,7 +42546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69ca4dab-be5a-4a27-a66d-6fc561dd557b", + "id": "11112f06-9794-4463-a3df-2b6e6a7a03f7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42590,7 +42590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0444db0-901d-4b5e-bdf4-9252d9ecdd0b", + "id": "0a7f3d47-9cb4-4d2d-ad3d-50fa89b7a3ab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42634,7 +42634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ad3962b-69e0-4774-984b-2bfefbaf4e25", + "id": "af9a51ba-d8b2-4600-ac04-7623d32e9a3f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42678,7 +42678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d13ede1-c7c0-4cf6-a6d9-c0d8e52c72c1", + "id": "970cd8c4-0023-423d-9871-9e42e2b8244b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -42722,7 +42722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c076d23-c450-4840-9abd-c0e70a79be21", + "id": "30c4e499-f188-475a-abad-13df419fa8b0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42766,7 +42766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c66e4e1d-4e15-42a5-be29-86bf5080bfe6", + "id": "26c12908-d24c-4898-b86a-259640cdc567", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42816,7 +42816,7 @@ } }, { - "id": "e40e0f31-bc0c-4c0a-ba8d-ea0392eddd9c", + "id": "9c627a38-d7c3-4713-ae67-0e91b3608ad6", "name": "Updates a Campaign Filter", "request": { "name": "Updates a Campaign Filter", @@ -42874,7 +42874,7 @@ }, "response": [ { - "id": "adf46e9f-7d9e-4fb2-9d91-fac2102bc0e8", + "id": "bb94673a-76db-43fe-aeb8-45f28f496226", "name": "Created successfully.", "originalRequest": { "url": { @@ -42931,7 +42931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5759bb5-64c0-4207-80a0-d37285c8dc86", + "id": "588a8ee6-0940-4dd9-ab3c-a476ea49973f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42988,7 +42988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df27dc5a-3a65-49cf-910f-f485b0b845fb", + "id": "64f13567-2b41-4859-806e-20c94d489274", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -43045,7 +43045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1366115d-315e-4016-a8ff-8c99a667a77d", + "id": "249da214-ac58-428d-a987-4ae48717ef53", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -43102,7 +43102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd5b1135-9cd3-4b82-9dd3-eb03d2714984", + "id": "c921cb2f-6152-40c2-b2ca-d32cab94425c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -43159,7 +43159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc96fffc-9aa4-459e-9955-c8c2bae7478a", + "id": "39169b59-81af-4225-8567-2784e5c85e92", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43222,7 +43222,7 @@ } }, { - "id": "d558cf43-5ce8-4c4e-b1af-ce5cb05c320e", + "id": "8d4139ee-de78-4a13-b136-66d4ead62f2e", "name": "Deletes Campaign Filters", "request": { "name": "Deletes Campaign Filters", @@ -43265,7 +43265,7 @@ }, "response": [ { - "id": "c4deb996-32f0-437c-9a4c-1158dd724670", + "id": "de01aa0a-2294-4598-87da-b3cefa1c12fa", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -43312,7 +43312,7 @@ "_postman_previewlanguage": "text" }, { - "id": "80e060f0-e806-465a-83c7-81c635737283", + "id": "9b0ba6a2-fc1e-4301-8d3d-5dfdf24385e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43369,7 +43369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a89d51b-3a15-469a-98dc-74b1b73db8b9", + "id": "0f2abceb-71f6-4e62-88d0-3b6b9265c3dc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -43426,7 +43426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09555a40-d9a7-45e8-9b1d-03e044d7d253", + "id": "625b117a-d905-4f97-8069-97cbc8d3a187", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -43483,7 +43483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "917835e0-a5a9-4771-8ec4-dcca95959ad3", + "id": "2a6707d5-97e8-43f8-89a9-e3d48299b8ae", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -43540,7 +43540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c5c8f1a-d5ab-4a35-a2f8-69cbd6f26a93", + "id": "b119cbd6-b424-4148-9e8c-1985d6e22bf9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -43597,7 +43597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f828675a-aad9-4444-a984-8c82e15bc030", + "id": "8d05c037-1532-4ad3-b704-2fbdcd11f291", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43666,7 +43666,7 @@ "description": "Use this API to implement certification campaign functionality.\nWith this functionality in place, administrators can create, customize, and manage certification campaigns for their organizations' use. \nCertification campaigns provide Identity Security Cloud users with an interactive review process they can use to identify and verify access to systems. \nCampaigns help organizations reduce risk of inappropriate access and satisfy audit requirements. \n\nA certification refers to Identity Security Cloud's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access. \nThese certifications serve as a way of showing that a user's access has been reviewed and approved. \nMultiple certifications by different reviewers are often required to approve a user's access. \nA set of multiple certifications is called a certification campaign. \n\nFor example, an organization may use a Manager Certification campaign as a way of showing that a user's access has been reviewed and approved by multiple managers. \nOnce this campaign has been completed, Identity Security Cloud would provision all the access the user needs, nothing more. \n\nIdentity Security Cloud provides two simple campaign types users can create without using search queries, Manager and Source Owner campaigns:\n\nYou can create these types of campaigns without using any search queries in Identity Security Cloud: \n\n- ManagerCampaign: Identity Security Cloud provides this campaign type as a way to ensure that an identity's access is certified by their managers. \nYou only need to provide a name and description to create one. \n\n- Source Owner Campaign: Identity Security Cloud provides this campaign type as a way to ensure that an identity's access to a source is certified by its source owners. \nYou only need to provide a name and description to create one. \nYou can specify the sources whose owners you want involved or just run it across all sources. \n\nFor more information about these campaign types, refer to [Starting a Manager or Source Owner Campaign](https://documentation.sailpoint.com/saas/help/certs/starting_campaign.html).\n\nOne useful way to create certification campaigns in Identity Security Cloud is to use a specific search and then run a campaign on the results returned by that search. \nThis allows you to be much more specific about whom you are certifying in your campaigns and what access you are certifying in your campaigns. \nFor example, you can search for all identities who are managed by \"Amanda.Ross\" and also have the access to the \"Accounting\" role and then run a certification campaign based on that search to ensure that the returned identities are appropriately certified. \n\nYou can use Identity Security Cloud search queries to create these types of campaigns: \n\n- Identities: Use this campaign type to review and revoke access items for specific identities. \nYou can either build a search query and create a campaign certifying all identities returned by that query, or you can search for individual identities and add those identities to the certification campaign. \n\n- Access Items: Use this campaign type to review and revoke a set of roles, access profiles, or entitlements from the identities that have them. \nYou can either build a search query and create a campaign certifying all access items returned by that query, or you can search for individual access items and add those items to the certification campaign. \n\n- Role Composition: Use this campaign type to review a role's composition, including its title, description, and membership criteria. \nYou can either build a search query and create a campaign certifying all roles returned by that query, or you can search for individual roles and add those roles to the certification campaign. \n\n- Uncorrelated Accounts: Use this campaign type to certify source accounts that aren't linked to an authoritative identity in Identity Security Cloud. \nYou can use this campaign type to view all the uncorrelated accounts for a source and certify them. \n\nFor more information about search-based campaigns, refer to [Starting a Campaign from Search](https://documentation.sailpoint.com/saas/help/certs/starting_search_campaign.html).\n\nOnce you have generated your campaign, it becomes available for preview. \nAn administrator can review the campaign and make changes, or if it's ready and accurate, activate it. \n\nOnce the campaign is active, organization administrators or certification administrators can designate other Identity Security Cloud users as certification reviewers. \nThose reviewers can view any of the certifications they either need to review (active) or have already reviewed (completed).\n\nWhen a certification campaign is in progress, certification reviewers see the listed active certifications whose involved identities they can review. \nReviewers can then make decisions to grant or revoke access, as well as reassign the certification 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": "8caac352-29a7-4794-b9ad-1ed3e8b6fb2e", + "id": "9f920f76-5ff1-426f-ab82-6943deb773c4", "name": "List Campaigns", "request": { "name": "List Campaigns", @@ -43750,7 +43750,7 @@ }, "response": [ { - "id": "62d6e393-8ee5-4863-8d1e-f97b5fa05e6e", + "id": "82bd729e-c8bc-43f4-8405-74b1a2287d3f", "name": "Slim Campaign", "originalRequest": { "url": { @@ -43848,7 +43848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15d8eb07-ab7d-42ab-a89e-4ca2c674de57", + "id": "c0a5b5f2-76f5-4647-b3b4-99894ef30225", "name": "Full Campaign", "originalRequest": { "url": { @@ -43946,7 +43946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50b09a32-f423-4599-930a-fe14f3e4b887", + "id": "685de619-7e22-436a-a298-c1e7489643aa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44044,7 +44044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "207bad67-ef75-4c95-b567-da86aab250c6", + "id": "61308fe4-9dc1-4bb9-886b-d06145052a1c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44142,7 +44142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8449874-3720-45af-89e5-3152d92fd3ce", + "id": "a1f7dbba-8ce2-4b4d-87b0-021ceb09e85e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44240,7 +44240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f37eb361-99b5-48e4-8460-456f4a4a4bbc", + "id": "09ccdf76-690a-44d9-bb89-a389e0873d8c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44338,7 +44338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a65d540f-66f3-42e1-a7df-8ee7a3a3e61f", + "id": "89f4a201-0948-44f5-b055-bec4030d92ea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44442,7 +44442,7 @@ } }, { - "id": "3027e817-6792-4932-ae29-940a29234247", + "id": "74dd15e6-3d06-4e30-b3d8-7f264be56ee1", "name": "Create a campaign", "request": { "name": "Create a campaign", @@ -44484,7 +44484,7 @@ }, "response": [ { - "id": "dc9baebf-3a31-4167-bca4-ff6625f6d668", + "id": "902db900-a801-4d6c-b209-baf2e124a0f6", "name": "Manager", "originalRequest": { "url": { @@ -44540,7 +44540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb13e59d-8a6f-4fd9-982d-7bc1f8d540c3", + "id": "f7f97321-2bea-470d-9827-314eb7f20c38", "name": "Search", "originalRequest": { "url": { @@ -44596,7 +44596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5110c110-e606-42ae-84fb-a4fb5c5f7b8a", + "id": "4f26b23c-c064-4ce1-aac3-4f9a9899c794", "name": "Source Owner", "originalRequest": { "url": { @@ -44652,7 +44652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba9d43ec-713e-452a-bf53-143f86fa22dd", + "id": "7426707b-0ca6-4442-a767-37af65b3964e", "name": "Role Composition", "originalRequest": { "url": { @@ -44708,7 +44708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b214d197-764f-45a6-beca-b5e44cbae2b9", + "id": "c2a18e74-3381-4f32-bcf6-b6f0cf4d710e", "name": "Manager", "originalRequest": { "url": { @@ -44764,7 +44764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6b3cb27-19fc-4489-a4b7-366ad59d0883", + "id": "72b8eaf3-f52f-492c-951b-245865ad9fb3", "name": "Search", "originalRequest": { "url": { @@ -44820,7 +44820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "722f8e79-cc3b-4f7b-9d9c-80986d0b6576", + "id": "3d07d087-49ed-4f44-b301-59b7a76cb8ae", "name": "Source Owner", "originalRequest": { "url": { @@ -44876,7 +44876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "370327f0-a795-4fab-a353-dff24252345a", + "id": "c3b15483-a837-4ffc-b94a-a1a0f8e9ce4e", "name": "Role Composition", "originalRequest": { "url": { @@ -44932,7 +44932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40490989-88b6-4b55-8217-baa1d4f07791", + "id": "5322b049-e328-44b5-b884-3d2b792a54eb", "name": "Machine Account", "originalRequest": { "url": { @@ -44988,7 +44988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6af77696-519d-4952-ba4d-59339cf883a0", + "id": "a827da51-0034-4f7d-aab6-b10cce92e55f", "name": "Manager", "originalRequest": { "url": { @@ -45044,7 +45044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed02b162-627f-4cdc-a175-2c14f134bfb7", + "id": "ac812d15-73c4-4292-9833-9cb8d641fc01", "name": "Search", "originalRequest": { "url": { @@ -45100,7 +45100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fa95939-7d05-41f2-9cdb-63a82a623988", + "id": "9c9f6386-5b6b-4db8-9571-917654f4596e", "name": "Source Owner", "originalRequest": { "url": { @@ -45156,7 +45156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29ff3929-13e2-40a3-bcb8-76cdedeea081", + "id": "e6eeb657-1e9c-44e1-9a80-167d7f89f4f7", "name": "Role Composition", "originalRequest": { "url": { @@ -45212,7 +45212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fde45c6-7ea6-4d96-b0ae-261a3752a69b", + "id": "39eac583-0869-48a9-9768-8b9f29bdcce8", "name": "Machine Account", "originalRequest": { "url": { @@ -45268,7 +45268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fdd8661-88c3-4ae5-8c2f-dc3c0359049d", + "id": "efdd58dc-092e-4633-9dbf-e792f1424b8d", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -45324,7 +45324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c482811-17b3-4493-810f-63463199d83f", + "id": "32bd9377-0eea-4a23-abc5-107a9dd53aae", "name": "Search", "originalRequest": { "url": { @@ -45380,7 +45380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47ddd4d2-502c-4281-8775-95b3e28fa6f9", + "id": "e6ae5c5f-2d0b-4fb1-8d80-9a6969afefdd", "name": "Source Owner", "originalRequest": { "url": { @@ -45436,7 +45436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fa64693-0cfd-4c17-a043-47dda6cd52ff", + "id": "5eadb2a0-0a04-4b43-9592-baefa5820e33", "name": "Role Composition", "originalRequest": { "url": { @@ -45492,7 +45492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57d95b36-e284-422d-9130-63e92b9007cb", + "id": "424a24b4-1c36-4fec-9b2e-771c26545d6a", "name": "Machine Account", "originalRequest": { "url": { @@ -45548,7 +45548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b2e3c55-1a6b-43d4-bfa1-0696568a43f9", + "id": "3adf54aa-c58a-49d4-994b-9acf5268734e", "name": "Manager", "originalRequest": { "url": { @@ -45604,7 +45604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fde09f7-773b-4a97-aab1-7aff0d58d483", + "id": "4d5e774e-9000-42fe-a8af-0276c4499074", "name": "Search", "originalRequest": { "url": { @@ -45660,7 +45660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8864ec29-a282-4aa6-ae5d-c998c16204c0", + "id": "b5cea9d0-111d-4848-98a4-8fc8e7d13bf0", "name": "Source Owner", "originalRequest": { "url": { @@ -45716,7 +45716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96e00925-f216-41e6-8adc-182d4fa8692a", + "id": "1c6a38c5-4e97-4100-baf2-881102256df8", "name": "Role Composition", "originalRequest": { "url": { @@ -45772,7 +45772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0af5c9f2-c275-4402-9d52-7328d0eac068", + "id": "41b7b45c-054d-46ba-a30d-d03d9ef6e413", "name": "Machine Account", "originalRequest": { "url": { @@ -45828,7 +45828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8c37a07-9a58-47ed-aab9-f30f0a16bf07", + "id": "6ec4efd1-95cb-445a-929d-8bf0ae119afd", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -45884,7 +45884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58f75033-1197-467d-8e1a-2777a942e68b", + "id": "31226347-40f1-477c-b846-81ae4b4d02a9", "name": "Search", "originalRequest": { "url": { @@ -45940,7 +45940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc37f664-cb1b-42c1-a8a7-23fdf85dfc84", + "id": "f056545a-c565-416b-8264-ff46ab2bf82b", "name": "Source Owner", "originalRequest": { "url": { @@ -45996,7 +45996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e59692e-b104-413d-8e0c-cbe9a047a195", + "id": "35349e02-529d-44bb-99b1-ec0a31b1af85", "name": "Role Composition", "originalRequest": { "url": { @@ -46052,7 +46052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c973fb8-4bac-427f-9979-af48d2b4851f", + "id": "b1ca11b1-29e5-44ab-96d4-cca84057d889", "name": "Machine Account", "originalRequest": { "url": { @@ -46114,7 +46114,7 @@ } }, { - "id": "226ea1c7-b3fa-4670-b5ff-110e75eb4f80", + "id": "980640b6-b50b-4ff6-a1e2-4c444d52634e", "name": "Get Campaign", "request": { "name": "Get Campaign", @@ -46165,7 +46165,7 @@ }, "response": [ { - "id": "29389b01-b4d3-496f-8279-f804b82dac64", + "id": "af4f2c10-9c7d-44c0-88fb-f55047ff01cd", "name": "Manager", "originalRequest": { "url": { @@ -46219,7 +46219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bb48a9e-cf7b-4dd6-be42-b1e7a7437e8e", + "id": "92844d62-5e82-429d-a2e6-aecb6ace0404", "name": "Search", "originalRequest": { "url": { @@ -46273,7 +46273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba402c59-8f16-4ef9-8940-697dcbae6b71", + "id": "ee8aec25-009a-4612-a1b3-977583051af2", "name": "Source Owner", "originalRequest": { "url": { @@ -46327,7 +46327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c580d58-7a6c-4250-aea6-bb7365f16ffa", + "id": "10d936fd-65d4-45d9-b7fe-935561f01a81", "name": "RoleComposition", "originalRequest": { "url": { @@ -46381,7 +46381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d109bb47-3a4a-45a6-87e5-e635b5f99322", + "id": "b2bd7b71-f365-4d97-a0b3-34ceba510a8a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46435,7 +46435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dff63ea3-a652-4ddc-b10d-e07e9de10f05", + "id": "9b2229ff-d584-4c39-b85e-1b5a01361849", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46489,7 +46489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dbb9880-073e-4267-9eb5-a7b2d61a4d4a", + "id": "1f9af198-5cd8-4812-a049-366a2232c199", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46543,7 +46543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d8a4af2-7ba4-40e4-955c-30c4bae27e50", + "id": "86b6338c-8a89-4ac2-852d-4056218aec88", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -46597,7 +46597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ff31de5-0f1c-4a62-addc-32fe727d1787", + "id": "2e9334e2-689d-4179-86b4-4fc14f7b07b3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -46651,7 +46651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef2f2189-4f9c-4767-ab4c-e1a83cbe1d5a", + "id": "a672ae4c-3318-4d57-a734-62fea2485c76", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46711,7 +46711,7 @@ } }, { - "id": "c01b11e9-1819-4a27-bb72-5e14cf9c6c52", + "id": "1d55c504-5328-46a0-83c0-38b122b9f73a", "name": "Update a Campaign", "request": { "name": "Update a Campaign", @@ -46765,7 +46765,7 @@ }, "response": [ { - "id": "70cad583-83d7-42a6-b7fb-13637f781403", + "id": "6b8c420d-8f72-4168-9574-51f07f470fd5", "name": "Manager", "originalRequest": { "url": { @@ -46822,7 +46822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d94621a7-1629-4586-9868-2441a2e3681c", + "id": "48771090-1075-41b1-8b51-c14d43a1eee0", "name": "Search", "originalRequest": { "url": { @@ -46879,7 +46879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9135057-2421-4f4a-b96e-ddd3bc936fe7", + "id": "3ec4f61d-8aa3-446c-a183-595e3afda6f0", "name": "Source Owner", "originalRequest": { "url": { @@ -46936,7 +46936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a256270-d367-4161-9477-922b79d21e4c", + "id": "77c9ee70-c111-43c5-9ac9-8c00dfc4a89c", "name": "RoleComposition", "originalRequest": { "url": { @@ -46993,7 +46993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e36007f3-3053-4caf-8c8e-828d3dc6d485", + "id": "3bfd0bf6-8d4d-4c68-befd-0b7656041e74", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47050,7 +47050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e2e0fc3-acf3-45f0-b9c1-0284c833769c", + "id": "ecdb30e3-0ab8-4543-8172-70214a1d4e86", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47107,7 +47107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c40c1954-eb75-478c-a3d2-e0de1220bb2a", + "id": "755cab72-1171-441c-a6f7-ed6c79ece2f1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47164,7 +47164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dbf63ee-05b8-458f-ae4f-b28828571d96", + "id": "03aa8cc8-5490-489a-b49a-309f8fac36f9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47221,7 +47221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15d7c29f-3fd4-479c-8a3a-e8b0f17131ae", + "id": "5b8baa31-125e-4552-8491-42ca5120f235", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47278,7 +47278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92ade3f3-0e27-460b-8bcf-d3e0c23c5c6e", + "id": "d8e3a17c-fce8-4d34-afcd-a87492ac938d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47341,7 +47341,7 @@ } }, { - "id": "f29d41e6-6f98-461a-9318-28a4f8c80113", + "id": "6f905902-f8b1-4df8-a7e3-d61359f24588", "name": "Reassign Certifications", "request": { "name": "Reassign Certifications", @@ -47396,7 +47396,7 @@ }, "response": [ { - "id": "53d281d7-75df-496f-84b6-2c387597e2c8", + "id": "d9357856-3e89-4bab-805b-0f2c077c91d9", "name": "The reassign task that has been submitted.", "originalRequest": { "url": { @@ -47454,7 +47454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6266303b-e2a4-4f2d-97d7-8c14bf6fcfaa", + "id": "bf5c0019-df51-408c-b8d1-f2a082332006", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47512,7 +47512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37782ec3-0f22-4b9b-a153-475881b323c4", + "id": "48d30ffd-7394-4591-990a-3bc184bc162b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47570,7 +47570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31c590cf-753d-42bb-b15c-0a8c5c75dc3a", + "id": "0d574551-d43c-4eab-967c-dfa9011bb928", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47628,7 +47628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7f432a8-5dc9-4563-8a43-b66670fe5075", + "id": "0656608d-c337-405e-8fb1-a761b84bb04d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47686,7 +47686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12ebe99c-d82a-4329-9dad-0b3c233c8a86", + "id": "72c16f1c-f207-408f-a5fa-dd5b915258b1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47744,7 +47744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f268e4f8-b933-45be-90fe-b560d087b44b", + "id": "2b74e793-d73f-47da-9f52-4f7ca92801fd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47808,7 +47808,7 @@ } }, { - "id": "ed82dd0d-30f0-4c0e-9219-0179c30a7afa", + "id": "3cbf25ff-cf22-463a-905f-dd05b9b0d96e", "name": "Activate a Campaign", "request": { "name": "Activate a Campaign", @@ -47863,7 +47863,7 @@ }, "response": [ { - "id": "ffdf1c31-d757-4af4-8164-4b897e8de3b8", + "id": "fdf88eff-4360-4b3d-bbe8-bfe127339742", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -47921,7 +47921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33e98a1b-4b91-404b-8055-95af358fecab", + "id": "db49090e-35d5-4b4f-89e8-6d3a2879b13d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47979,7 +47979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1badb95-5e7d-4b00-8bfb-fd9e2ea50604", + "id": "fe461e07-adb9-4f02-a99b-fbce697d2d5f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48037,7 +48037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7d9c7a3-a108-4894-9688-55020b3ed339", + "id": "87b44b9b-b298-4ed3-a9f9-5d8a26a4bac3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48095,7 +48095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9107920f-02d9-458b-b70d-3000226fb015", + "id": "9f93169a-ac61-4114-9911-a5e58c6a34b5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -48153,7 +48153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a1d3b85-128f-4067-92f3-cc7822393802", + "id": "a1e661c0-5838-4002-b51e-4e095510ae41", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48211,7 +48211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec2358a8-9bc1-4a4a-916f-d143e38ef9e3", + "id": "8004cc62-59d7-43f4-a4aa-8bb5fde79e27", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48275,7 +48275,7 @@ } }, { - "id": "a89a649e-138a-4c23-84d0-9ee733ef3d1a", + "id": "12a8d1aa-987a-4a90-8ff1-d8599c300f1f", "name": "Complete a Campaign", "request": { "name": "Complete a Campaign", @@ -48330,7 +48330,7 @@ }, "response": [ { - "id": "6466611f-0705-4742-a951-f76bb160e31a", + "id": "4e9a834e-4fc1-454e-9f2b-c09da82fcd9c", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -48388,7 +48388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d467da1-f161-42bf-8707-02a007d7ddb7", + "id": "5fcdc151-14cb-40ff-a4e7-29edd7749a07", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48446,7 +48446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e44dc1ce-3964-44f3-8b64-fe3a75850d13", + "id": "e58f90ad-257b-40d0-ab12-77acd08c008f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48504,7 +48504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6024b4d-bad1-4914-9a6d-eee146304da9", + "id": "674c4040-99fb-42bd-a127-8ee57799e7d8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48562,7 +48562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26e72d12-ee97-4816-b0b2-9bf33418dcfc", + "id": "3de6a90e-fbd2-416b-bf84-4589529fd0c0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -48620,7 +48620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8190ab33-1db6-43cb-8bd9-0f31b996ba9b", + "id": "49481939-a621-450a-9da8-01b094387210", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48678,7 +48678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "853af8cb-ad0b-4891-ae43-441541666ad7", + "id": "ffaf2344-bd5f-4a93-a433-f0ccc8bc4702", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48742,7 +48742,7 @@ } }, { - "id": "fcb9b1c1-0bff-4543-ba72-05776f2057fb", + "id": "b38d3c4b-e9e3-40ad-a069-a5c7e123c022", "name": "Delete Campaigns", "request": { "name": "Delete Campaigns", @@ -48785,7 +48785,7 @@ }, "response": [ { - "id": "626d727f-a225-41a3-b744-fe6685bc1418", + "id": "a6fa85bd-7d6a-466b-b2f7-d30e3da65b35", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -48842,7 +48842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eff62225-0b2f-47ab-93c3-bf7c9dd13104", + "id": "2a6b7180-abb9-4627-a692-36c9ea341600", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48899,7 +48899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eaee540-29bc-4493-aec2-300c92e548a6", + "id": "ebc5fae6-f6cf-49eb-8591-7c86a97eeee7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48956,7 +48956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbbe9881-e01f-4a5c-b462-cba2bb12ae0b", + "id": "92551a8a-c32f-4d64-9812-abde93548a86", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49013,7 +49013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4ea20d9-62e3-422e-a49c-1aa4cdf9ebab", + "id": "b164a33a-d4e5-4bb1-bf79-e0730357ccb4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49070,7 +49070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bdaec7c-17db-4291-8157-74eee32298cd", + "id": "2c0e3538-a693-42b6-80e5-7813efaa975c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49127,7 +49127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb9498cc-4834-49bc-826d-80aa63bcd760", + "id": "63225dfb-228e-46f2-bb22-e8f4532e9fdd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49190,7 +49190,7 @@ } }, { - "id": "ca0ee0ae-54e7-4ed5-894e-c84bbc424ff0", + "id": "ab170965-0b82-4efe-b5bf-63b3224df4c7", "name": "Run Campaign Remediation Scan", "request": { "name": "Run Campaign Remediation Scan", @@ -49232,7 +49232,7 @@ }, "response": [ { - "id": "e7dfd463-8f29-4c60-9743-1d136cec2a3c", + "id": "a8211052-0f7e-430c-8613-db37a3c55e33", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -49277,7 +49277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcae6c7f-5adc-4d6f-baa2-d2ced0397f80", + "id": "d1b45825-f548-465d-9ea3-183333c6b2e7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49322,7 +49322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9133338b-658c-4975-8b79-7ebc50b6b81f", + "id": "42026196-0432-4ad9-b7e7-1aeaa3188e91", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49367,7 +49367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecfa276f-99ed-48ba-b83e-746ef2a3aad6", + "id": "cee785ec-4591-41c1-95b3-9784930b07ac", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49412,7 +49412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33d8a53c-6ee2-4697-9444-f4401d394703", + "id": "0e2de47d-e573-4717-af43-c2fdbd9505ef", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49457,7 +49457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a39de5cb-66ab-4d46-88d9-91e0f94699e4", + "id": "0759b498-67a6-43d2-b908-a60ef03f48bd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49502,7 +49502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "011724e9-a891-4f37-a126-78136dc167a1", + "id": "c10f33ef-a95d-482b-aa9b-a3872c109c55", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49553,7 +49553,7 @@ } }, { - "id": "1c8ef581-cfaf-4e74-97d2-b073139893fe", + "id": "b869958d-3c2b-4e3e-9048-b26a24763107", "name": "Get Campaign Reports", "request": { "name": "Get Campaign Reports", @@ -49595,7 +49595,7 @@ }, "response": [ { - "id": "6a656e19-2632-4344-8045-10ac3e3675f7", + "id": "b0f32dd0-d6bd-4bc7-8ea7-6df3c2a2af0e", "name": "Array of campaign report objects.", "originalRequest": { "url": { @@ -49640,7 +49640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b286eae-6088-4d16-9e39-728813ea49e2", + "id": "cda59a6e-a331-4b5a-91dc-5c9613e65659", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49685,7 +49685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "327fefb9-fddd-4f3e-a08c-640bd9888a1c", + "id": "da9b608a-98d2-4633-955a-a12eaeed6f69", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49730,7 +49730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6bee031-a304-4eef-81d1-74c55c849ce1", + "id": "daadea8e-63c1-42a9-83ee-aa4dc542c2c9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49775,7 +49775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33b81085-b61c-47b6-b8e1-6b43c6f407ec", + "id": "fa1d747b-d1f3-4a3e-91b7-6f9a23c63bba", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49820,7 +49820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf63d05d-8bc3-4761-b50c-b762a4363115", + "id": "d144ed75-bd98-4236-8e7a-55d39ad87844", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49865,7 +49865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16aac727-193e-4a93-9595-937e66892659", + "id": "bc0d7796-6a96-43fd-80c6-bb8d30579f04", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49916,7 +49916,7 @@ } }, { - "id": "7c5a47c7-6799-48e1-9c5e-27fef35be162", + "id": "f28a392a-c7f8-4a8c-aae0-cf9b8e5c03b4", "name": "Run Campaign Report", "request": { "name": "Run Campaign Report", @@ -49969,7 +49969,7 @@ }, "response": [ { - "id": "646cacb8-c1cd-45a1-9674-62f2da77c962", + "id": "2874299b-7281-4fdc-9f6a-90515e299832", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -50015,7 +50015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b3b88b8-712c-4ad1-9524-fd226ccab8f1", + "id": "6175c7d2-d249-477d-a901-2fb904d385e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50061,7 +50061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8957abf3-50a6-44bb-b064-be141ca8ecdc", + "id": "91b798f6-64b0-409c-9238-515cbb73406e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50107,7 +50107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52e958ea-1235-4e35-b326-ae203fe48d6c", + "id": "9f3906fb-2fbe-4b5a-9a95-0ebd7633dd7a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50153,7 +50153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba22d074-9f30-4658-87f5-2e0653041caa", + "id": "36464634-cea0-47ab-92af-6e4908f66e28", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50199,7 +50199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5fccc80-309c-4134-8284-c8939dd6df7c", + "id": "ef172f7a-23af-4b56-afa6-88b1cbf9f719", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50245,7 +50245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ba9ae9c-934f-4068-8a48-265582d5ba17", + "id": "63c86488-bd52-44e5-a273-9452abd7b410", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50297,7 +50297,7 @@ } }, { - "id": "6e1d3d32-9fdf-496d-8b3e-f4e17166b1f4", + "id": "c992c7e1-9a69-4203-b6e1-9338cfaba933", "name": "Get Campaign Reports Configuration", "request": { "name": "Get Campaign Reports Configuration", @@ -50327,7 +50327,7 @@ }, "response": [ { - "id": "dd26cddb-fefb-4f09-976d-1aa88a792592", + "id": "03c46eb1-dbd3-4cba-94db-253e3c1a1adc", "name": "Campaign report configuration.", "originalRequest": { "url": { @@ -50371,7 +50371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84b27a93-2ee8-4fdc-949b-c7610410ba69", + "id": "220aca91-f953-439d-8135-7cb44a45ac44", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50415,7 +50415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "415fd826-b423-41ef-9589-3d110193f3be", + "id": "1d8972b5-7be5-48a3-b751-513cad5064ae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50459,7 +50459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "200917f6-71a7-4079-92df-4faff2a8bf99", + "id": "9904f94c-ba81-4b3e-9ca6-b02134a84db9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50503,7 +50503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84f8697f-4c39-43ac-86af-25932338f196", + "id": "aff4b537-abdb-4324-98ef-a3ded86c2167", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50547,7 +50547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba8d8fa9-1e2c-4950-9f17-61ab13a902dd", + "id": "cdc54fec-aba6-40de-8468-57d80023b6a5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50597,7 +50597,7 @@ } }, { - "id": "60397453-ff01-4ae3-95d4-6d7ccd4e86b7", + "id": "5cdb521e-c05f-416c-b0fb-0918a53154e9", "name": "Set Campaign Reports Configuration", "request": { "name": "Set Campaign Reports Configuration", @@ -50640,7 +50640,7 @@ }, "response": [ { - "id": "0cf86e0a-b791-46a0-843c-c3e5c633c206", + "id": "e5d23d1d-a2c4-4452-94e0-580a5e9d8304", "name": "The persisted campaign report configuration.", "originalRequest": { "url": { @@ -50697,7 +50697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a12a3e06-5387-473b-a962-bcc28ef09b83", + "id": "e95391b3-62c1-4b1f-a541-b361f697e367", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50754,7 +50754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93e53f73-e75c-4cbd-9f40-b09b2fe47ddc", + "id": "d54cf776-81c7-4ba7-97f6-ebff2c423417", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50811,7 +50811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99dca873-0a4f-4a84-91cf-dfde847358c5", + "id": "310b1c5c-90a7-4d20-9c5c-19d048f26da1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50868,7 +50868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1c78ebe-3a29-4def-b7f6-069aa784fd52", + "id": "183f368f-b80f-47a2-870c-63668bfa8d8d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50925,7 +50925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a69d34a7-03e8-49a3-bb6b-d11e4697c2f7", + "id": "aff1c03e-c9e7-4b44-9619-45dcae15a44b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50988,7 +50988,7 @@ } }, { - "id": "9473fee1-858e-476e-b397-a40d9d8a5784", + "id": "34ca3eea-4e29-46c3-949a-9c5df8240c76", "name": "Create a Campaign Template", "request": { "name": "Create a Campaign Template", @@ -51030,7 +51030,7 @@ }, "response": [ { - "id": "fc94d16c-a4c7-4f79-9e58-e5e7f61742c2", + "id": "b214ad3d-59d5-4411-a6c0-69db143c40fb", "name": "Manager", "originalRequest": { "url": { @@ -51086,7 +51086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "279854f0-5de7-4c08-ba54-5156da3443ff", + "id": "da5913ab-d66f-4faf-973e-cbad254fa74b", "name": "Search", "originalRequest": { "url": { @@ -51142,7 +51142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "beb81ed5-db3f-4c58-a6e5-e62441510253", + "id": "0ef37733-ce10-43e0-b795-b454289868be", "name": "Source Owner", "originalRequest": { "url": { @@ -51198,7 +51198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a02460d9-6f0a-478b-8d22-e12c81d15747", + "id": "0cdaaa81-1f28-4f01-90ef-4ecbc0248cf4", "name": "RoleComposition", "originalRequest": { "url": { @@ -51254,7 +51254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75673c1e-6e6b-4fd7-a952-a4a8dff0121a", + "id": "4dfb492b-50ff-43b3-84b3-16b6ccde78ab", "name": "Manager", "originalRequest": { "url": { @@ -51310,7 +51310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2c24e95-319c-408b-85af-3b569411d84a", + "id": "4ffdd2f7-e9d1-46a2-9845-333c39af842f", "name": "Search", "originalRequest": { "url": { @@ -51366,7 +51366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86fe0784-baa8-4f53-b09c-5adb196ce65a", + "id": "caf75473-1c95-4d9b-af47-7b485d99923d", "name": "Source Owner", "originalRequest": { "url": { @@ -51422,7 +51422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc3f97b2-ecc1-43c1-a6aa-d093235c2798", + "id": "579ffc7a-ef81-42d5-825e-74fa01737cd3", "name": "RoleComposition", "originalRequest": { "url": { @@ -51478,7 +51478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7a14fb9-72c7-47e7-8ab5-df65facc0368", + "id": "af9b0923-edf2-49cf-a3d1-3e91c06032c5", "name": "Manager", "originalRequest": { "url": { @@ -51534,7 +51534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26f9d021-9f45-44ad-8875-3045abbcf599", + "id": "79916f56-8034-4162-ae2e-a8950923e075", "name": "Search", "originalRequest": { "url": { @@ -51590,7 +51590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbc30271-46d7-4384-bd49-056b2dfce581", + "id": "01a1a2aa-9ab9-47e0-820f-18688b068470", "name": "Source Owner", "originalRequest": { "url": { @@ -51646,7 +51646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a39e53ad-b52c-45cc-a4e5-d5337adf1985", + "id": "2bf3a513-eca0-4f3a-b628-e030747bdabe", "name": "RoleComposition", "originalRequest": { "url": { @@ -51702,7 +51702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06652b52-1282-4e7c-ab71-3334c5d35e01", + "id": "2e4b7223-03c3-42aa-9117-7857136433c1", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -51758,7 +51758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c55df009-5916-4bbd-9283-8b53d23e2628", + "id": "e2fb6981-6b88-4963-ae0b-64516ebf574b", "name": "Search", "originalRequest": { "url": { @@ -51814,7 +51814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd5ab4d5-3772-45fa-b266-70eb21c2ca47", + "id": "b0041643-eb8b-464e-aca0-4f7efc55374c", "name": "Source Owner", "originalRequest": { "url": { @@ -51870,7 +51870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35473cad-966f-416a-b5d9-be679c3145d1", + "id": "4ada82b7-0c15-4494-8658-e59fa2db381e", "name": "RoleComposition", "originalRequest": { "url": { @@ -51926,7 +51926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50ae82ae-13cd-4173-a147-ef62dddff7ee", + "id": "7684e06c-aab1-4860-b485-d0501ea08726", "name": "Manager", "originalRequest": { "url": { @@ -51982,7 +51982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c1aad49-44b2-434c-ab4b-909736e368ae", + "id": "9bac530d-1931-46d9-9e9b-1a9d1919f260", "name": "Search", "originalRequest": { "url": { @@ -52038,7 +52038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a7c080f-7b65-4736-acb3-232aeb6fe315", + "id": "867831cf-f1c5-41eb-a755-31773abbd7fe", "name": "Source Owner", "originalRequest": { "url": { @@ -52094,7 +52094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b02a243c-5165-4b2f-a42a-5ff1f55b819a", + "id": "fa60a111-61a4-4fdc-b8f4-d8ce71d52fde", "name": "RoleComposition", "originalRequest": { "url": { @@ -52150,7 +52150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1854d4d-ce4b-4ea1-bab7-85c69d323ce4", + "id": "4725fb47-06fd-4bd6-a35c-123195ef6b63", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -52206,7 +52206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8670eaf8-08d7-468b-b788-62c649261e2a", + "id": "64ddc7b2-f819-4293-840e-556f534fbb7c", "name": "Search", "originalRequest": { "url": { @@ -52262,7 +52262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6421b92b-01ae-40af-86f1-ea335c87b0e5", + "id": "5764d16a-c02a-49bd-9f9a-aa64d1ff536d", "name": "Source Owner", "originalRequest": { "url": { @@ -52318,7 +52318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16d75d29-41f8-4cca-a828-c23c766665e0", + "id": "e704abe1-8102-476e-be60-04109d92cc84", "name": "RoleComposition", "originalRequest": { "url": { @@ -52380,7 +52380,7 @@ } }, { - "id": "3ada17ff-acb9-4dde-84c2-ea6fc620de2e", + "id": "6a5fa6f2-8e3c-486f-8cf1-8ea9ec4a0f53", "name": "List Campaign Templates", "request": { "name": "List Campaign Templates", @@ -52455,7 +52455,7 @@ }, "response": [ { - "id": "d93e499b-9b6e-4d91-b8bc-13d75ed599cf", + "id": "bc5d5cb8-73ac-42b3-b204-820dbdd1cac8", "name": "List of campaign template objects.", "originalRequest": { "url": { @@ -52544,7 +52544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff02df85-b2e5-4c59-bd6d-4c77f2a08780", + "id": "8015df6e-688f-4d14-8eee-cc7696ca64fa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52633,7 +52633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cc92482-c380-43d8-b754-e1624203e462", + "id": "78d330cb-454e-4f38-8406-74e639e79126", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52722,7 +52722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0afe4707-0537-4c7e-ab1f-b1653f42458a", + "id": "b0b2fae1-81ac-4ec5-9b92-f87d43ec7181", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52811,7 +52811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "418e6f64-3b67-4731-80d2-30abb1c43eed", + "id": "a4179d17-77cf-4c38-b556-2221419f61a6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52900,7 +52900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22e267b0-9d1a-4d1d-9521-20a48d9b88bc", + "id": "d64add83-0de6-4a0f-af4b-082817e5ef65", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52995,7 +52995,7 @@ } }, { - "id": "bfeff398-4f34-4be0-a45e-7b16b1e86025", + "id": "8bf8068e-5fc6-4193-8d72-57f38572154e", "name": "Update a Campaign Template", "request": { "name": "Update a Campaign Template", @@ -53049,7 +53049,7 @@ }, "response": [ { - "id": "08033cb9-40fe-4791-bab5-865b2a98ee2c", + "id": "737a1d38-23a8-4299-ad93-73d956f3e1ce", "name": "Manager", "originalRequest": { "url": { @@ -53106,7 +53106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69b385ce-29db-4a71-9c95-f6696e4fb87c", + "id": "e77da256-0b89-4213-8ee5-e4eb0f892952", "name": "Search", "originalRequest": { "url": { @@ -53163,7 +53163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "697aaba2-256a-4d06-a014-d6183bfa52ef", + "id": "d3ab949c-afb9-4434-85f0-4ea656fcf4ef", "name": "Source Owner", "originalRequest": { "url": { @@ -53220,7 +53220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56e4bdef-c929-4fd2-a38f-40bd079fbd6d", + "id": "d690a597-5e92-4014-991f-a75e47521921", "name": "RoleComposition", "originalRequest": { "url": { @@ -53277,7 +53277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4da279e-f23c-4aba-88fd-4de5d2da9833", + "id": "81961ac1-0ea3-4400-b18a-8ed1f0ce4648", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53334,7 +53334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0cfa33d-98b3-4ad7-9222-dc99ac3ea6f5", + "id": "9abfba96-256b-4987-8faa-0744bf68f718", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53391,7 +53391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2d808b5-71c1-4ac6-898b-a762607e5b06", + "id": "601b3cd0-9d04-4b82-b701-e03a06b82820", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53448,7 +53448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55a8e549-6eee-44de-ae71-d537e53648a7", + "id": "178f87e4-9b59-42db-a25f-f0ad9c61fad6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -53505,7 +53505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4a5eebc-5ef5-4b2e-b80f-31eeaa271562", + "id": "0e7cd592-9024-4725-8288-9be66000830c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53562,7 +53562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46627f9e-544d-4070-85fa-cecaec7d07b7", + "id": "0b4385da-363a-4260-8cc7-30c008ae08c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53625,7 +53625,7 @@ } }, { - "id": "8c231771-39e2-4179-a2e8-c7a482dead6d", + "id": "de986d01-3458-4b0f-bd75-2b683ead3b1d", "name": "Get a Campaign Template", "request": { "name": "Get a Campaign Template", @@ -53666,7 +53666,7 @@ }, "response": [ { - "id": "b36da344-ca5a-495e-a0c2-f474bf10653a", + "id": "2aafeff2-9ea2-4bdb-8d11-0e5c1577cb48", "name": "Manager", "originalRequest": { "url": { @@ -53710,7 +53710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9abb168-81d2-4322-8b0d-eff474a4b905", + "id": "6f30fa03-7bca-44ee-adb7-0d79071682d4", "name": "Search", "originalRequest": { "url": { @@ -53754,7 +53754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ac9247b-42e9-4a0d-ae31-92f0c255ca11", + "id": "fde63c1f-78e1-4559-b136-25c65be1f73f", "name": "Source Owner", "originalRequest": { "url": { @@ -53798,7 +53798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "415e8e01-64f7-48c3-a4f8-9db1fe3ed8ec", + "id": "400a07ac-0769-4b6e-a516-3f1af63a139c", "name": "RoleComposition", "originalRequest": { "url": { @@ -53842,7 +53842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e0a8cf9-5014-4a56-ad7d-107f32c6dc7f", + "id": "98fb4ce3-d125-4445-b011-bcbe5dad567e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53886,7 +53886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1edeacf-a720-45c1-bee4-404b1b9f212e", + "id": "92f99a2f-e770-4401-ae88-4171dee371d3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53930,7 +53930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d28a1f8-4fb0-42a5-a94b-b155dfa06cb5", + "id": "03b3ba56-3885-41e3-aded-b1622d7b1923", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53974,7 +53974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d3456b9-db1e-4442-8d82-2b193827b033", + "id": "d123417b-9458-48c7-814d-c2a83d5043fb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -54018,7 +54018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61295d2a-2752-4703-b9dc-ba9659c840aa", + "id": "a3333c60-bf93-4683-a0af-df6af31317df", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54062,7 +54062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b7f3c2c-78ab-4af2-8a0b-79de68550cff", + "id": "35ed4b81-1d8c-4ade-a99d-b1ed8a6a7dfc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54112,7 +54112,7 @@ } }, { - "id": "45957af8-9355-4c81-ac5f-442bbb6d53ec", + "id": "c63230b5-8352-4398-864d-2593c0c53b0d", "name": "Delete a Campaign Template", "request": { "name": "Delete a Campaign Template", @@ -54153,7 +54153,7 @@ }, "response": [ { - "id": "4b762683-4878-429a-8e58-2dcef8b08f48", + "id": "d3e620f4-75f5-47c2-96a8-6127c6b71ce2", "name": "The campaign template was successfully deleted.", "originalRequest": { "url": { @@ -54187,7 +54187,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e0e97349-86cd-485d-b64b-fdf5bc3b4b0e", + "id": "18992aa5-4223-49b1-b7bf-a3bbc6a2c634", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54231,7 +54231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "746a94dc-3f37-4e30-a3fa-25b26b8a3e0e", + "id": "05531030-aa4d-4204-8536-802360fa1f41", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54275,7 +54275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea558c11-040f-43f2-9ea6-bb0077c46186", + "id": "e5251bd6-c9f6-4265-a3b5-de1fbbdaa3dc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54319,7 +54319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebc3e6cd-e94e-4ed8-a270-c27418408eb0", + "id": "33f06734-c58d-4184-ae77-243cb947ba86", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -54363,7 +54363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52b23054-c82f-44bd-832b-c37ff6269464", + "id": "8e8b0d19-9d67-416e-8158-e534795a8899", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54407,7 +54407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e0d0f4a-5eed-4236-8b30-d17db2d2a078", + "id": "db0b3ada-fd77-482d-85b4-a62246fb7d59", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54457,7 +54457,7 @@ } }, { - "id": "16304169-b962-4f93-ada6-fcec10ee6c9b", + "id": "e158a0c2-e1ef-4f4e-9408-e9033fa42ba7", "name": "Get Campaign Template Schedule", "request": { "name": "Get Campaign Template Schedule", @@ -54499,7 +54499,7 @@ }, "response": [ { - "id": "b2c1df36-8d39-4b0c-8fc0-03322fbaa93b", + "id": "afe8668e-b47b-47ef-8368-ec8ad98ed773", "name": "Current schedule for the campaign template. See the [Set Campaign Template Schedule endpoint documentation](https://developer.sailpoint.com/docs/api/v3/set-campaign-template-schedule) for more examples.", "originalRequest": { "url": { @@ -54544,7 +54544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb176f18-33ad-4302-9f31-e16ccaaa6892", + "id": "5124f0a7-0982-4ac1-8b38-6f77d9695b2b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54589,7 +54589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed5d15ab-2f8e-4d57-a5c2-3dfb7febe244", + "id": "67ba0e8e-ab83-482f-83b4-321cd719e92d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54634,7 +54634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "724be9e8-5596-40ac-89ca-633e1eadd61a", + "id": "55ad5fda-f811-4bbc-982f-4d3754bc099e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54679,7 +54679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eae85457-f2cf-4a66-b2c8-8290144a597b", + "id": "f13ffe9f-fc68-4228-aa3b-1032a27ed493", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -54724,7 +54724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "771aad34-f793-4a17-9f60-b9eb89fe5f9b", + "id": "1fcec4b5-0a7b-45a2-be08-680646ec4a83", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54769,7 +54769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91b3415e-a3d0-4d8b-824e-40395f18dd5d", + "id": "18bd4d34-bce8-442f-97d5-b3fa295c3cec", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54820,7 +54820,7 @@ } }, { - "id": "3e5af43d-4eb5-4bfd-839e-f20a597a906d", + "id": "317af840-92f6-4a43-b281-4e44a9ab5638", "name": "Set Campaign Template Schedule", "request": { "name": "Set Campaign Template Schedule", @@ -54875,7 +54875,7 @@ }, "response": [ { - "id": "b4d3b541-1739-4a01-ad2b-770beb2fa497", + "id": "e54aef8c-dcc4-4ec3-a3b7-3d45c40f4e93", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -54923,7 +54923,7 @@ "_postman_previewlanguage": "text" }, { - "id": "84004b28-ef07-4d1e-9f20-2ed3557995c5", + "id": "41c7697c-0971-4945-b039-e74c9e17025f", "name": "Monthly", "originalRequest": { "url": { @@ -54981,7 +54981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "573e8789-68ae-43f4-b0d8-77eeb60ca012", + "id": "c2e09fb9-f47e-4fec-965d-f0a14c3ca6c3", "name": "Once a year", "originalRequest": { "url": { @@ -55039,7 +55039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a3e87ce-c7ed-4c04-8b8e-be3a09631b10", + "id": "724e95d3-ee53-4e58-9f75-9c19ebd9dc82", "name": "Quarterly", "originalRequest": { "url": { @@ -55097,7 +55097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c4299b2-075c-4092-8781-628dc23a3bd7", + "id": "5ec6684b-d19c-415d-83a1-e3cbdc13957d", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -55155,7 +55155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ab95a32-dd85-45da-ae0f-eebd339ca8a5", + "id": "ff099fa4-79e8-4865-8ff4-b0cd7596a42b", "name": "On a Specific Date", "originalRequest": { "url": { @@ -55213,7 +55213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3c05bdb-751f-4858-b572-687cc30e89c1", + "id": "9ca45b4c-4983-44f8-8a7e-0982ff093fc2", "name": "Monthly", "originalRequest": { "url": { @@ -55271,7 +55271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "062b3141-b942-4c26-97a4-3c13ade5b833", + "id": "a6f295e9-ca20-49d7-9a40-a97cce3f6426", "name": "Once a year", "originalRequest": { "url": { @@ -55329,7 +55329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c98e8601-da0b-4edf-884e-7f6b061ebc6c", + "id": "52002dbb-57b6-4f6e-ad7e-fc22a40e433e", "name": "Quarterly", "originalRequest": { "url": { @@ -55387,7 +55387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db56cc34-7dec-4e8e-86e2-75dbf9c3d4f5", + "id": "3ac3c825-d653-4d1d-86c9-2ea79090f3eb", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -55445,7 +55445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f4c9c30-6ec5-4014-949d-fa93bde81ff0", + "id": "fb5efc4d-b89f-4999-b035-c1eeef20849a", "name": "On a Specific Date", "originalRequest": { "url": { @@ -55503,7 +55503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "985aea14-6c4f-4dd9-bfba-ffe7b1cd8d5d", + "id": "03de8f77-74d0-45c5-b8ca-dd3014568daa", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -55561,7 +55561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ebcf24c-acb9-4f36-905f-b2916aa71fc9", + "id": "de65f888-8f57-4a60-8650-312ad5fd6e76", "name": "Once a year", "originalRequest": { "url": { @@ -55619,7 +55619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "718c0ec2-c740-4908-907b-dfc306124d83", + "id": "c157cce8-f961-4e0b-8d72-19137dda2f9b", "name": "Quarterly", "originalRequest": { "url": { @@ -55677,7 +55677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "145c3584-de0b-4694-b236-a6c6083e0fe0", + "id": "d254a04c-f151-4996-9e76-7fd69f878606", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -55735,7 +55735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5df6da7c-d596-4da1-a949-a7e315510b89", + "id": "0d8febf7-3314-42c8-b248-103fd2884d42", "name": "On a Specific Date", "originalRequest": { "url": { @@ -55793,7 +55793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ec5373e-750c-4ae2-8c25-a558da4959e4", + "id": "a6feee74-6980-4fa2-9987-34f20d2b3c8e", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -55851,7 +55851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44d08479-7d77-4e3f-8448-09fcac3c6890", + "id": "3deb42b0-8d91-4825-bd68-3f25e27deddb", "name": "Once a year", "originalRequest": { "url": { @@ -55909,7 +55909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3762eea-d5d1-4b8b-b2fe-10d41c300002", + "id": "77c6855f-b3c7-40f3-a5b7-1f827cc95fc6", "name": "Quarterly", "originalRequest": { "url": { @@ -55967,7 +55967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d3bd57e-515e-4508-948c-362b523e6cae", + "id": "6f5b7e92-7732-44c2-9af7-55039ec1be98", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -56025,7 +56025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63979d0f-d905-4479-8b2b-9f171602faff", + "id": "27831a30-84a3-4f75-bdf4-5d29e4cef97d", "name": "On a Specific Date", "originalRequest": { "url": { @@ -56083,7 +56083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7810f6f-70fc-4a12-b31d-dbadc9ca7599", + "id": "f1a9b22d-66ab-4328-a5e2-0a45a2f434fc", "name": "Monthly", "originalRequest": { "url": { @@ -56141,7 +56141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1471767d-3395-44dc-9cc6-3bb0bc7d24ce", + "id": "a89a12c0-aed1-4f11-a0fc-d2f9c28deddb", "name": "Once a year", "originalRequest": { "url": { @@ -56199,7 +56199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46ad1598-f18c-4506-8bbb-1683e962a53d", + "id": "a41dc62a-3ef1-4f8b-b078-4a488ec99aee", "name": "Quarterly", "originalRequest": { "url": { @@ -56257,7 +56257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e75cb10-877f-4759-a97d-71b28a510aa0", + "id": "99940c68-a47c-4cf9-b7a5-c11b749655ad", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -56315,7 +56315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30e5d966-1c5c-4a1e-8c32-54336fcffdb6", + "id": "75c2f1bd-ab09-47b6-9142-453d1ae6019f", "name": "On a Specific Date", "originalRequest": { "url": { @@ -56373,7 +56373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a20353a-bcec-4496-9cde-0405db51969c", + "id": "2dfc6eb6-7c97-44b0-a15d-8508d3928489", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -56431,7 +56431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54cb70fd-d0a7-485c-bd30-e375f5a07e13", + "id": "ed2a5200-f441-45cd-92c7-75a878279eba", "name": "Once a year", "originalRequest": { "url": { @@ -56489,7 +56489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3faba55-b622-455a-a95a-148651f59e79", + "id": "42e3b086-dbb4-4af5-ae14-4eb28babba0e", "name": "Quarterly", "originalRequest": { "url": { @@ -56547,7 +56547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2065af8f-d064-454e-a4c3-b3daa7f9fbee", + "id": "aafb0775-5699-41cb-acb7-8953651ca535", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -56605,7 +56605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1a30134-69bc-4df0-9447-03d24fe7e6ae", + "id": "51887af7-80bd-4add-8646-5db3863d11f2", "name": "On a Specific Date", "originalRequest": { "url": { @@ -56669,7 +56669,7 @@ } }, { - "id": "445c298c-360b-4fba-afdb-898956a64a39", + "id": "addb381b-d528-439d-b8c5-4a5940752b7f", "name": "Delete Campaign Template Schedule", "request": { "name": "Delete Campaign Template Schedule", @@ -56711,7 +56711,7 @@ }, "response": [ { - "id": "b7085684-c604-43f1-8b60-b47c4c5e40a5", + "id": "be708922-4452-4fdc-8516-87ba318daa35", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -56746,7 +56746,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5772144e-ff0c-4bd1-b601-02928594765c", + "id": "e8478dd4-1045-4bcb-86cd-c008d82234c1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56791,7 +56791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9314000f-60bf-4642-809c-ba03a1dcc0d4", + "id": "1fc679dd-82f5-4dfe-b38a-f49b5f84bffd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56836,7 +56836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3526e322-0299-4901-b03b-dd5577873a19", + "id": "c3531538-71a2-453b-9edf-6835cae3b26a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56881,7 +56881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af8c5d53-a4a6-437d-bc48-2950f6134c05", + "id": "cc997aad-89b9-48b0-8aa4-ec4a0075c79c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -56926,7 +56926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f6c4490-1c17-485a-ae92-942ea0104c70", + "id": "5ed7a997-7622-4093-a208-f3f548b8747b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56971,7 +56971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07234af9-7bc5-45a0-8429-4e9b397564b7", + "id": "9138f850-a44d-437c-b99b-292de19c525b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57022,7 +57022,7 @@ } }, { - "id": "10e3d532-061b-4f1b-a58a-1a5c6115cda3", + "id": "4293adc0-4972-4ecf-94f2-7758f933b714", "name": "Generate a Campaign from Template", "request": { "name": "Generate a Campaign from Template", @@ -57064,7 +57064,7 @@ }, "response": [ { - "id": "8b53ddcd-45ee-4030-86a4-b482a184490a", + "id": "95fc8e38-9a2c-4277-8737-cfe9edc66579", "name": "This response indicates that a campaign was successfully generated from this template, and the API returns a reference to the new campaign.", "originalRequest": { "url": { @@ -57109,7 +57109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19a69ac8-e4ac-4d25-b660-0cb7d8a434ca", + "id": "856e8ee8-ab19-41cb-b719-538b251a951d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57154,7 +57154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "354e849c-868c-46bb-88a6-3dfce1bf203b", + "id": "d0f3202e-9c9b-429c-9f2d-58038c28cba9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57199,7 +57199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "258302a6-96bf-48a8-ac97-b04de7adfa49", + "id": "9db8737b-1112-4640-b617-6ab5249af8a8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57244,7 +57244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "722220d9-69f6-4884-987e-f40e7b9a04d4", + "id": "48bfc752-b02e-4c44-93cf-6b101bc4b930", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57289,7 +57289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb6f3d7e-50c1-4743-bf13-9d0aaf46dc78", + "id": "0c41463c-b5a6-4533-9511-03a9855d7d61", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57346,7 +57346,7 @@ "description": "Use this API to implement certification summary functionality. \nWith this functionality in place, administrators and designated certification reviewers can review summaries of identity certification campaigns and draw conclusions about the campaigns' scope, security, and effectiveness. \nImplementing certification summary functionality improves organizations' ability to review their [certifications](https://documentation.sailpoint.com/saas/user-help/certifications.html) and helps them satisfy audit and regulatory requirements by enabling them to trace access changes and the decisions made in their review processes. \n\nA certification refers to Identity Security Cloud's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access. \nThese certifications serve as a way of showing that a user's access has been reviewed and approved. \nMultiple certifications by different reviewers are often required to approve a user's access. \nA set of multiple certifications is called a certification campaign. \n\nFor example, an organization may use a Manager Certification as a way of showing that a user's access has been reviewed and approved by their manager, or if the certification is part of a campaign, that the user's access has been reviewed and approved by multiple managers. \nOnce this certification has been completed, Identity Security Cloud would provision all the access the user needs, nothing more. \n\nCertification summaries provide information about identity certification campaigns such as the identities involved, the number of decisions made, and the access changed. \nFor example, an administrator or designated certification reviewer can examine the Manager Certification campaign to get an overview of how many entitlement decisions are made in that campaign as opposed to role decisions, which identities would be affected by changes to the campaign, and how those identities' access would be affected.\n", "item": [ { - "id": "991cd102-fadf-4341-995f-eee5e0848835", + "id": "8247ed56-9da0-4c16-8671-6d70c796aa9b", "name": "Summary of Certification Decisions", "request": { "name": "Summary of Certification Decisions", @@ -57398,7 +57398,7 @@ }, "response": [ { - "id": "d037e742-e985-4aef-a55a-04f50ee0d29d", + "id": "0105d2fe-ad39-4049-aca6-2be71c279581", "name": "Summary of the decisions made", "originalRequest": { "url": { @@ -57453,7 +57453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70f9056b-0cea-4508-90bd-930e0360bf22", + "id": "93b4d60a-4853-47a1-bee4-f627ff50875d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57508,7 +57508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3eaa04a-9026-4a08-b62f-d059596b8275", + "id": "f43ada6d-117b-4b55-b9e2-a154c599a68f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57563,7 +57563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81e7f058-a14c-457b-800d-a0c139c21fe4", + "id": "d4705256-0e2e-4957-8506-d9e878063135", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57618,7 +57618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71963c37-16ec-47e3-9922-acb687e41ea0", + "id": "03a35333-60ed-476b-88b9-ada7f020dcac", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -57673,7 +57673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d7fc3f7-5dd7-446f-b105-688d889dad53", + "id": "b3e4b3c2-e821-480e-9a14-e79bcff7bb57", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57728,7 +57728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "585ecb03-1383-4db8-a815-7283571c970b", + "id": "826efea0-9e04-4350-8be9-1370f687d06f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57789,7 +57789,7 @@ } }, { - "id": "c7807b8a-db9d-43c3-8de1-7a123f208dda", + "id": "74e6bbee-dd78-4944-86bf-d65fb4996890", "name": "Identity Summaries for Campaign Certification", "request": { "name": "Identity Summaries for Campaign Certification", @@ -57877,7 +57877,7 @@ }, "response": [ { - "id": "d6f5f1f0-5319-4293-9c7c-d129935bc424", + "id": "6140d189-ef1d-4f8f-b1f3-9028ab884fc3", "name": "List of identity summaries", "originalRequest": { "url": { @@ -57968,7 +57968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "530d5b20-b767-4340-8920-2fbf7e47175b", + "id": "ef9e9d7b-919f-4348-9ff8-932e86ba747b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58059,7 +58059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6951d37e-5c17-4dd8-b84d-8b5e83bda7fc", + "id": "bda744c5-bf3c-4268-b7d6-05be771c0ad9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58150,7 +58150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2c6248c-b0cc-41d9-97bb-cf8ea26cc5b8", + "id": "757a1336-c43c-4e7f-8191-ed881972f459", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58241,7 +58241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11f923ba-5215-4634-abfc-63f017b2707d", + "id": "ee2f83fd-d3f4-4f93-82a7-6363e988e96e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -58332,7 +58332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22108e63-d501-4a73-9dbb-b35a4bcc7898", + "id": "be68cd0b-99f0-42c1-ae16-81309f820646", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58423,7 +58423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d06aa678-c284-448f-a251-1a61173efa38", + "id": "3eaebcad-96f9-4597-97a1-4f1f2fd48569", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58520,7 +58520,7 @@ } }, { - "id": "1b713226-c167-467b-93a5-613869c029d2", + "id": "0e79cade-2229-4f04-bc8b-479f61a19de1", "name": "Access Summaries", "request": { "name": "Access Summaries", @@ -58619,7 +58619,7 @@ }, "response": [ { - "id": "a760abd0-1d26-4af2-8b24-327649916e66", + "id": "688d1250-a8ff-4888-ba1e-733e818c028a", "name": "List of access summaries", "originalRequest": { "url": { @@ -58711,7 +58711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba525a41-282b-4f72-bd52-7e1be934556e", + "id": "0b16fd0e-b96d-4d02-a769-a67f193e809e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58803,7 +58803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcf2c783-e5aa-4e84-8113-5d2e8e45adba", + "id": "2d1acc61-b3a8-4c8e-ba3b-027fb0ac922a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58895,7 +58895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab1b0b45-284e-436b-8eba-8d0407bf4bd9", + "id": "53d62b6c-9fc7-46f4-8df3-f7a4d9d51a84", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58987,7 +58987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ceaddbfb-bcbe-4e23-8bc9-776a1dba061c", + "id": "af5639fa-08c4-4a07-a7d1-d621fae8995c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -59079,7 +59079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28179354-5060-4910-a2e1-090da2e626ba", + "id": "f3e8cbdb-ad6c-4637-85f3-038d6205d7eb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59171,7 +59171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6fee2d9-73e1-4c01-afe7-97e7da474d33", + "id": "c18a73d9-2eae-4770-a933-6f9d881662d2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59269,7 +59269,7 @@ } }, { - "id": "87e76985-47fd-41f0-8c87-c9818a4058b5", + "id": "cec1c791-6649-4c84-9510-a2f214fa20da", "name": "Summary for Identity", "request": { "name": "Summary for Identity", @@ -59322,7 +59322,7 @@ }, "response": [ { - "id": "3a0bdb64-8446-4aca-b3ab-85dcae39420d", + "id": "fbd47984-5934-462a-9a3b-bd42ae72e3c6", "name": "An identity summary", "originalRequest": { "url": { @@ -59368,7 +59368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7e4b4d3-4fc9-40ef-b911-221df187f808", + "id": "0ede3009-227b-416b-a3b8-1dc5f243ccdc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59414,7 +59414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bb2fd5d-8054-4c19-8bd0-93c3fb733d43", + "id": "542b7f18-cfc5-49e0-8df0-857831a65dd1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59460,7 +59460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01d9fa95-8b04-4305-86dd-c63926b57da8", + "id": "aa99c12c-b6e5-48f7-8320-077bb355aec6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59506,7 +59506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97841219-4523-4281-8a0c-25e03b0555ef", + "id": "5f19aacb-4fa1-4a10-b731-de944773d36f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -59552,7 +59552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1342e7f6-e4c8-4ec9-861f-1351c6769df6", + "id": "18c6fb1d-6c95-4a48-8ca1-eba54bbc6de5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59598,7 +59598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25a1c322-a1e4-4202-a885-2ed2c2ce4565", + "id": "aa8fee68-acb1-4b5c-9c39-b33fcdca17c4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59656,7 +59656,7 @@ "description": "Use this API to implement certification functionality. \nWith this functionality in place, administrators and designated certification reviewers can review users' access certifications and decide whether to approve access, revoke it, or reassign the review to another reviewer. \nImplementing certifications improves organizations' data security by reducing inappropriate access through a distributed review process and helping them satisfy audit and regulatory requirements. \n\nA certification refers to Identity Security Cloud's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access. \nThese serve as a way of showing that a user's access has been reviewed and approved. \nMultiple certifications by different reviewers are often required to approve a user's access. \nA set of multiple certifications is called a certification campaign.\n\nFor example, an organization may use a Manager Certification as a way of showing that a user's access has been reviewed and approved by their manager, or if the certification is part of a campaign, that the user's access has been reviewed and approved by multiple managers. \nOnce this certification has been completed, Identity Security Cloud would provision all the access the user needs, nothing more. \n\nOrganization administrators or certification administrators can designate other Identity Security Cloud users as certification reviewers. \nThose reviewers can select the 'Certifications' tab to view any of the certifications they either need to review or have already reviewed under the 'Active' and 'Completed' tabs, respectively. \n\nWhen a certification campaign is in progress, certification reviewers will see certifications listed under 'Active,' where they can review the involved identities. \nUnder the 'Decision' column on the right, next to each access item, reviewers can select the checkmark to approve access, select the 'X' to revoke access, or they can toggle the 'More Options' menu to reassign the certification to another reviewer and provide a reason for reassignment in the form of a comment. \n\nOnce a reviewer has made decisions on all the certification's involved access items, he or she must select 'Sign Off' to complete the review process.\nDoing so converts the certification into read-only status, preventing any further changes to the review decisions and deleting the work item (task) from the reviewer's list of work items. \n\nOnce all the reviewers have signed off, the certification campaign either completes or, if any reviewers decided to revoke access for any of the involved identities, it moves into a remediation phase. In the remediation phase, identities' entitlements are altered to remove any entitlements marked for revocation.\nIn this situation, the certification campaign completes once all the remediation requests are completed.\n", "item": [ { - "id": "8104cec8-418e-4d38-8dd6-c97229acf0fe", + "id": "9d98b6db-47bd-4e9f-98e2-63d570bb357c", "name": "List Identity Campaign Certifications", "request": { "name": "List Identity Campaign Certifications", @@ -59740,7 +59740,7 @@ }, "response": [ { - "id": "656723d9-5bc7-4d78-b390-fa2480949ffb", + "id": "4fce0089-cac1-4e2c-814c-2cf708a4e093", "name": "List of identity campaign certifications.", "originalRequest": { "url": { @@ -59838,7 +59838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b874daf7-c279-4ae7-9d73-af55b3997164", + "id": "d34433c0-26bc-4eae-b7b0-e1a44453193b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59936,7 +59936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b0bb515-0cd0-415a-a114-ddf0dc9bb987", + "id": "22783c9c-03e5-4aa5-b5c1-a22aa6432f23", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60034,7 +60034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "889ba352-b91d-4bed-ac3d-7eac9bda9f87", + "id": "05cb4bcf-7258-4a31-af86-811559c9ad22", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60132,7 +60132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84e2232a-a80e-458d-beb1-0525b4f3dd8c", + "id": "7c23142e-40b9-413b-a8d6-be5c9c52f69f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60230,7 +60230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28644069-c492-49a9-8875-ecba0096f966", + "id": "d0fab7ae-0cbf-46e8-ad17-c54d179c52fc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60334,7 +60334,7 @@ } }, { - "id": "d3eb2214-9de1-4bc1-ac75-60ea05742bee", + "id": "bbf5b4f7-f92b-4744-95fc-0bb390716b71", "name": "Identity Certification by ID", "request": { "name": "Identity Certification by ID", @@ -60375,7 +60375,7 @@ }, "response": [ { - "id": "455286d7-bb66-4ac1-9924-21b2d32f5416", + "id": "e47e2185-62ed-4c38-bdf5-c43ddb90ec42", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -60419,7 +60419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f53f8dcf-5d0c-4bbd-9b8e-edf968d6a636", + "id": "f86222f5-a060-4ce3-a55c-d43ce9a689c7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60463,7 +60463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e5156d0-3d67-4068-8a80-4cb3ec02f498", + "id": "aa37604a-bb80-453c-b3f9-65ff790bd255", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60507,7 +60507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8df286e8-3909-41f6-95d0-a3d3593499f2", + "id": "321d62d4-b139-4a23-94bc-2cc8840d81ad", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60551,7 +60551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b81d64d-4e82-4e73-bc1e-1d469f95673c", + "id": "631bc884-4854-4ce8-91e4-e736c807b571", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -60595,7 +60595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "495485d4-22d8-49cc-8444-05f250d7788d", + "id": "18e935b8-54bc-4195-b4ed-fd8ed0d7edc6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60639,7 +60639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a1a8cc2-1fb5-4c19-bc1c-9436293a8945", + "id": "ba924ead-fb2a-473d-b08a-f805cb6463c0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60689,7 +60689,7 @@ } }, { - "id": "ba6121f5-0784-42c1-8391-b029a0434525", + "id": "52ff7adf-2f91-47de-9d83-4db1c8d8f9f9", "name": "List of Access Review Items", "request": { "name": "List of Access Review Items", @@ -60804,7 +60804,7 @@ }, "response": [ { - "id": "ba4139c5-814e-451d-8a54-e7227a1ed1e3", + "id": "e6a1a5da-88ed-48bd-843c-beb18c16387c", "name": "A list of access review items", "originalRequest": { "url": { @@ -60922,7 +60922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e048aa2e-039c-4983-809b-1af317809746", + "id": "6c6f0a15-45bf-4c4e-b961-242c3f4c483f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61040,7 +61040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60d8d389-256c-4dda-ae10-e1582f9d00c8", + "id": "4341dcf7-18c8-431b-9340-5e9ff0405100", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61158,7 +61158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edc20750-9748-4d74-a1b5-0ab455846db8", + "id": "881aa926-056f-4bf6-866e-fa2da8ae6a57", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61276,7 +61276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59843f3f-c107-44c8-b917-dc04e70ea284", + "id": "ce616b50-2691-4943-875d-96c8f2a5ea8b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -61394,7 +61394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6c2866a-53e5-4fd8-ac55-5501beb09509", + "id": "660c3550-99af-4625-a0c7-3f048809f804", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61512,7 +61512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4a045cc-201b-4f5b-9d64-c08863cfbce5", + "id": "2258d72b-60a0-4ffc-a93f-ec1e39bdfc9a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61636,7 +61636,7 @@ } }, { - "id": "e2105736-c9b0-44a2-88ee-f39ba3af4c0e", + "id": "a4a61628-5b5c-459a-b623-7ae94b4ae997", "name": "Decide on a Certification Item", "request": { "name": "Decide on a Certification Item", @@ -61691,7 +61691,7 @@ }, "response": [ { - "id": "583f3017-b0d1-4e89-896b-7fded91b7151", + "id": "95a39631-0a72-48be-a11c-f78adc8e1dca", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -61749,7 +61749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8514e51c-00f9-412c-9a9a-f32b7ce80372", + "id": "8bd2efd2-524d-4760-8316-795e2e9e0f20", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61807,7 +61807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f6de5cb-991d-4bc2-899b-c0d54280f589", + "id": "ce90d9af-7ec0-4f9b-b8a8-41b25ca67dd4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61865,7 +61865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d374b73-689a-432e-ab34-24495f929d66", + "id": "5dfa4895-3797-493d-8fa6-970ea27fb4e3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61923,7 +61923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a29b4ef-066c-4907-b3c7-ad5a3e7874e5", + "id": "aedcff97-6404-4293-9fce-2c72c024e9d3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -61981,7 +61981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d00b5096-fa50-4b34-ab45-d3012fdf625c", + "id": "bb0763f8-3b6e-4639-8c09-9f31966a1213", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62039,7 +62039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "936cc6e9-f8f6-4cd3-af3c-d0430a94c5e2", + "id": "61eff774-7663-40ab-9843-e70fff15c982", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62103,7 +62103,7 @@ } }, { - "id": "9ed6e694-d691-413d-aa26-17831b20e90b", + "id": "7070ee23-8435-43ac-bf4c-4effb48ab4ca", "name": "Reassign Identities or Items", "request": { "name": "Reassign Identities or Items", @@ -62158,7 +62158,7 @@ }, "response": [ { - "id": "a21570c8-7a27-4bd5-a5eb-8e8833123897", + "id": "75c71aec-d87c-4ebe-8def-25346b371ee4", "name": "An identity campaign certification details after completing the reassignment.", "originalRequest": { "url": { @@ -62216,7 +62216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa3f7b47-c179-48ac-af22-012c6052e0ad", + "id": "711d80d3-cda5-4eec-83cc-5093611a48fd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62274,7 +62274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a88f2c9b-b13c-4e83-b341-a839561f0b64", + "id": "4c6efc94-594b-4c74-90a5-3c4d04dbb29e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62332,7 +62332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9239938-d4ca-4177-9444-a1bdf10655f4", + "id": "9f7d1127-7fa8-4c3d-97f0-cb6b52f36fe2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62390,7 +62390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c94b4cb-71ee-4d5e-bd4d-a4dc4aecbd5e", + "id": "d6b119d1-d885-47ef-9d44-d757225add08", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -62448,7 +62448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93645ea7-209c-4a4f-942c-185bf3c233fb", + "id": "708a5401-9e66-4278-b568-5e7337e94f6c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62506,7 +62506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "897d4ba4-d799-44c1-924a-716745e09bc2", + "id": "277f5256-ad6b-45a8-afb3-4d06ed700c4b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62570,7 +62570,7 @@ } }, { - "id": "b78509ae-6e95-48c9-84b9-d09f3ca863bb", + "id": "e0224fac-f99e-4482-9bbf-bf2f7a0a9ca0", "name": "Finalize Identity Certification Decisions", "request": { "name": "Finalize Identity Certification Decisions", @@ -62612,7 +62612,7 @@ }, "response": [ { - "id": "4fbc0087-46b0-448a-9add-35cfd5032b61", + "id": "cec7186a-95e6-472e-92aa-f3992d117d7d", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -62657,7 +62657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03cee674-5774-4fc0-8ca4-451328684e48", + "id": "b3da97e5-46b8-422e-a3a2-33e41e3ffd09", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62702,7 +62702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c2f79a3-6b1f-47ec-9505-ca1be1f06139", + "id": "1c6e6d0e-53e0-401b-aebe-30c1d13b5081", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62747,7 +62747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "034c92f5-6290-413e-bc79-ddd40d090d9b", + "id": "fd3007c0-65a2-4c79-b938-5a9a99d770d4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62792,7 +62792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f16fb406-200c-49e5-8bd3-f7fe260464bd", + "id": "289cf7a6-5b42-4313-941f-abb8a4df6bb5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -62837,7 +62837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52b2a804-b171-4e11-959b-7f50796217e3", + "id": "e1c728a2-4a7d-4672-b390-ba0723f05af8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62882,7 +62882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "023b4472-8f74-43f4-8695-4a202e9f17a5", + "id": "37d65cc5-2f12-443c-a89b-f98e1b541dc6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62933,7 +62933,7 @@ } }, { - "id": "882442c7-531d-4f44-89b9-f856bc736b3b", + "id": "71f273d4-fc9e-4fad-95be-f649ca659d9b", "name": "Permissions for Entitlement Certification Item", "request": { "name": "Permissions for Entitlement Certification Item", @@ -63024,7 +63024,7 @@ }, "response": [ { - "id": "41a93e90-8648-4d7e-aa43-85c35d1fe928", + "id": "90da1bcd-cf87-463d-9d16-0493e4ef00b7", "name": "A list of permissions associated with the given itemId", "originalRequest": { "url": { @@ -63108,7 +63108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f499910f-8444-4568-8ad5-988dbf11b5a0", + "id": "0e8dca0a-03a1-4b7b-9d7c-4dd24748eee9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63192,7 +63192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6521862-c007-43f0-a263-e0b7b9e028da", + "id": "85b0f434-74e3-4873-8857-d3853b03f056", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63276,7 +63276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4079aa70-0434-4dcc-89ba-6daba73cea24", + "id": "b0ff5a11-57ef-49b6-b54b-a5a8042343b9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63360,7 +63360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d3f701d-f256-4bbb-948b-97564adf717b", + "id": "795a1f1d-1d7b-4ad0-bedb-5858542e2fd7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -63444,7 +63444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e93b4417-5f74-4470-b480-c0381cedc7f8", + "id": "dc1c97ee-f0fb-4a81-8531-fe6d4d8205be", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63528,7 +63528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a76ed5ea-132a-436d-b31b-411913e5fe47", + "id": "721d370a-4762-447f-bb11-ad62d9b478ae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63618,7 +63618,7 @@ } }, { - "id": "57f71e46-3de3-410b-a078-19771c22bd9a", + "id": "c21b5bf5-3185-4468-b836-35f209534580", "name": "List of Reviewers for certification", "request": { "name": "List of Reviewers for certification", @@ -63706,7 +63706,7 @@ }, "response": [ { - "id": "80b71d7c-3f49-4290-85a4-098ec502f881", + "id": "4c985077-5b46-4373-a993-dd8fdaad56b6", "name": "A list of reviewers", "originalRequest": { "url": { @@ -63797,7 +63797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4133a2cc-687c-4bdd-aa68-d3e90b480c1d", + "id": "8af24124-91b5-46f9-b284-fa479a009013", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63888,7 +63888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "212f7fc4-2d45-4968-b5b0-9474b73995b6", + "id": "fa6698bc-1cca-4e8a-a651-0df1cca6d147", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63979,7 +63979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c54eb726-0672-4807-a702-3e1410148494", + "id": "9b4d19ca-358f-4bf2-9005-99eedb8464ec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64070,7 +64070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4881bbf5-a8a9-4087-a587-d7883d4df98b", + "id": "f899f82a-00dc-493c-8dae-381acc6715d5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -64161,7 +64161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9599c8f-6d8e-4493-816c-4c6d06a29f1f", + "id": "707fce24-2040-4dd3-a7ac-a0bd2d37ccd3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64252,7 +64252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a64a57ac-36d0-4677-b858-9b1a605678ef", + "id": "dfe9254f-89d5-4a5f-8f66-b940d3ba90f8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64349,7 +64349,7 @@ } }, { - "id": "bc431750-4259-4642-af27-1fce47bed901", + "id": "f920198c-306c-45d9-a6e8-4780ab86683b", "name": "Reassign Certifications Asynchronously", "request": { "name": "Reassign Certifications Asynchronously", @@ -64404,7 +64404,7 @@ }, "response": [ { - "id": "964c9d49-363f-4416-b60d-8c0499728f7a", + "id": "cd4da188-a525-4f91-976d-79e80d1e89c1", "name": "A certification task object for the reassignment which can be queried for status.", "originalRequest": { "url": { @@ -64462,7 +64462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7138578-2804-4d0e-9bb9-55215f53176d", + "id": "d8ca842a-681b-49ae-9e04-a9c79e7791c3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64520,7 +64520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbc43d03-481d-4501-bb42-4538910c5abf", + "id": "bf46f4c5-102a-42e7-af30-ea388b99279a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64578,7 +64578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7754c7eb-55e1-4ba4-a881-aca74eb926e1", + "id": "f8befa9d-b1c8-44f0-a588-0bc6ad50dc28", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64636,7 +64636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "321266ac-5e71-4427-b017-3f4e129b3887", + "id": "ada15a79-7de2-4fe9-8470-0b29390f1ffc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -64694,7 +64694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f12c97cf-2a0a-4ac8-a584-15187b7d3956", + "id": "b1c0eab5-d994-485b-b842-03d5e8001c5a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64752,7 +64752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06436a5a-fcb6-47ec-8d64-7d8540272c06", + "id": "890d7aee-314a-4630-8237-ee0b181a0133", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64816,7 +64816,7 @@ } }, { - "id": "811b3d2d-438c-433b-afad-ccfd0b4d5c04", + "id": "3daade19-9614-45cb-bfb3-ea9070f10ae3", "name": "Certification Task by ID", "request": { "name": "Certification Task by ID", @@ -64857,7 +64857,7 @@ }, "response": [ { - "id": "836f6052-6dce-49a8-ba23-21b72b27b4b7", + "id": "83337251-e9e9-4942-8ed0-25b58b6f5ccb", "name": "A certification task", "originalRequest": { "url": { @@ -64901,7 +64901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba5fc632-a4ae-42a2-871f-e55754304dee", + "id": "62e7291d-3e25-49a5-8465-c7196d28987c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64945,7 +64945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04d021e7-7446-4473-a684-c655485459a3", + "id": "2665c08f-3f49-46ca-a270-6ec61e1d35db", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64989,7 +64989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "689ae7e1-8a7c-4743-b9a8-d62a4c60e7e4", + "id": "ede10f25-6b25-465c-92c1-4d1acfb1bf68", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65033,7 +65033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3995dd50-2a0a-4c14-9b44-562d62ce0bab", + "id": "36ad96b8-08c2-4828-8150-e43491e068a1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -65077,7 +65077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb23eb96-49e9-4f77-94fb-0ca6183819fd", + "id": "d603608d-27e5-4733-9978-37bb47bf5095", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65121,7 +65121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a0fd846-4f37-4f02-86a4-5c29a5432e79", + "id": "e8784d06-c113-4e24-82a8-d6392731e851", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65171,7 +65171,7 @@ } }, { - "id": "9b91a108-f652-428d-9188-1a8da74e28d7", + "id": "9f2c2a12-926e-4939-b174-6c4d54e7a5e5", "name": "List of Pending Certification Tasks", "request": { "name": "List of Pending Certification Tasks", @@ -65246,7 +65246,7 @@ }, "response": [ { - "id": "6b509829-13e3-4048-999f-dc140fbb6b32", + "id": "e67f5d6a-a051-4909-8e46-8104c1b5284f", "name": "A list of pending certification tasks", "originalRequest": { "url": { @@ -65335,7 +65335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd13c4f5-b928-4c9b-acd9-f331a780012c", + "id": "a77ed008-d09c-4e47-a0f2-4886a4ca216a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65424,7 +65424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b769f79-10b5-4d37-a46e-32f986042fac", + "id": "66e9055d-b074-4cb1-b876-053b78fad4cc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65513,7 +65513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0be2efc-985a-40de-99d6-79b921b65503", + "id": "ed37464e-748f-4d3a-9dfa-78bac1caf5d6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65602,7 +65602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a090ed80-5c95-4a49-97da-18883775ba36", + "id": "bcd77881-fbdc-410e-8ed7-5eb0aa8d00c3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -65691,7 +65691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26a9a393-5509-4cdc-b04f-aff2882af2fd", + "id": "0d6468ed-f2df-420b-8982-2bbcfe6322ea", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65780,7 +65780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d5b227c-2ad2-49fc-9a66-c8532c79b9fa", + "id": "4f8811a3-de30-46d3-88a1-7d2df4cb40bf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65881,7 +65881,7 @@ "description": "Use this API to implement and customize configuration settings management. With this functionality, you can access the Configuration Hub actions and build your own automated pipeline for Identity Security Cloud configuration change delivery and deployment.\n\nCommon usages for Configuration Hub includes:\n\n- Upload configuration file - Configuration files can be managed and deployed using Configuration Hub by uploading a JSON file which contains configuration data.\n- Manage object mapping - Create rules to map and substitute attributes when migrating configurations.\n- Manage backups for configuration settings\n- Manage configuration drafts\n- Upload configurations and manage object mappings between tenants.\n\nRefer to [Using the SailPoint Configuration Hub](https://documentation.sailpoint.com/saas/help/confighub/config_hub.html) for more information about Configuration Hub.\n", "item": [ { - "id": "fc37991b-f04a-4993-9beb-4a793ee2912a", + "id": "2de2e4a7-0bf1-4368-97c3-dc94a2b33c3b", "name": "Gets list of object mappings", "request": { "name": "Gets list of object mappings", @@ -65923,7 +65923,7 @@ }, "response": [ { - "id": "6242da0f-1ea5-48b3-874e-211ac5acb746", + "id": "fc336dbb-6d18-496b-a257-ae9284d728a3", "name": "List of existing object mappings between current org and source org.", "originalRequest": { "url": { @@ -65968,7 +65968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0efd625d-f42d-47aa-aa34-673f873ed32d", + "id": "0b5a621d-7bf3-478b-9687-55de146807c6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66013,7 +66013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e97251cc-be66-40ab-8493-13ac41c4fb35", + "id": "259f2081-e103-4627-9408-618de86961a6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66058,7 +66058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32b205e9-5db8-4caa-88f5-47ac8d00d620", + "id": "2d9e9a3c-4f91-40f0-a673-b1f37b34fe33", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66103,7 +66103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87e1da7c-06fa-48c8-b166-0b9bc1b138f3", + "id": "464ac0cb-6e69-4c90-ae3f-ff20b01d1fc9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -66148,7 +66148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed13634c-01fa-4277-a7ac-09d3bf43ac7c", + "id": "7847cb23-86f2-4fb2-84ba-225000243b2c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66193,7 +66193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "221ac9a3-c64a-4509-8664-bb3cc10f5a46", + "id": "f9605ef0-7c53-4fb7-9053-51e36b76b688", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66244,7 +66244,7 @@ } }, { - "id": "be1936d1-103a-4e75-accf-10bbff411403", + "id": "e80a1347-db1b-475a-8091-b268495ce8d4", "name": "Creates an object mapping", "request": { "name": "Creates an object mapping", @@ -66299,7 +66299,7 @@ }, "response": [ { - "id": "01fccd08-853a-49b7-9498-3aff22754306", + "id": "990bf5f4-d774-4133-86bd-d20f5d053dcc", "name": "The created object mapping between current org and source org.", "originalRequest": { "url": { @@ -66357,7 +66357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c13970f-3b29-4341-9de0-d935f42b2a65", + "id": "f10eef48-5c11-40a7-bf60-73745766ef4e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66415,7 +66415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d123030-066d-4ebc-908b-25066e48c262", + "id": "77176d71-a7a6-45c2-a34f-489935a64091", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66473,7 +66473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7dab90d-a9d4-4eb8-82da-d20a9c574ef1", + "id": "2e4e8b87-5c7c-4dc4-8270-e356fa782359", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66531,7 +66531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33021ee1-cf39-4cc8-8827-e13d28de3dfc", + "id": "b8606f64-7d1e-409f-8983-aa60426d982f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -66589,7 +66589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b7f8814-a69e-4e16-bd6d-e4696c2323e6", + "id": "f559a6ad-a7a5-4fcb-8f97-af11ab614616", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66647,7 +66647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "211ce471-d11e-40b8-846c-dc1c80839203", + "id": "07de37c3-3cda-488f-a017-c5ee7d94932c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66711,7 +66711,7 @@ } }, { - "id": "3536d925-7dd1-4180-8d3c-f262a6b9e4e0", + "id": "fea31e80-776e-4404-875f-47f41fa472c9", "name": "Deletes an object mapping", "request": { "name": "Deletes an object mapping", @@ -66764,7 +66764,7 @@ }, "response": [ { - "id": "264bdf63-7310-48c7-b6d0-2f8bad62c54e", + "id": "3ab94e65-398a-4aff-8315-c0bba1658347", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -66800,7 +66800,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9a5beb46-b120-4ee4-88e2-b2a6f3689f9d", + "id": "9945628d-27a4-4ee0-9365-499e90291a60", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66846,7 +66846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b2efdce-b989-4008-a563-ca4792029c44", + "id": "268a4c9d-c604-4a17-8a6c-4b06072135d0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66892,7 +66892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47407de9-58ef-4a57-8352-c309cdd5decd", + "id": "72d6115f-cbdb-433b-94d8-c54c477bf913", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66938,7 +66938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "472d3004-aacf-4167-9d2b-e03064403bde", + "id": "bed9f6ae-6b0d-4cc1-97f6-b458e61c0198", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -66984,7 +66984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db338553-c49f-4016-b28d-c87933402fae", + "id": "376ca514-6ae6-49f5-9771-c9dc90e140ab", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67030,7 +67030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b655eee9-0d2c-4a89-a0e2-0a945ee9c2cd", + "id": "c7676dda-c8e4-4f2d-9f99-7a4e547529b2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67082,7 +67082,7 @@ } }, { - "id": "1e2e6860-89a4-4a05-a8cf-ebc80d9a93d1", + "id": "078f63ab-ee2f-40f6-9ee3-2df8293406d0", "name": "Bulk creates object mappings", "request": { "name": "Bulk creates object mappings", @@ -67138,7 +67138,7 @@ }, "response": [ { - "id": "fe8284c1-0b4f-4fb8-bdd5-7c2ab63a8174", + "id": "57d4735e-380b-4fd6-9f98-33def02a875f", "name": "The created object mapping between current org and source org.", "originalRequest": { "url": { @@ -67197,7 +67197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "221b0a66-155a-4c31-9ae6-19af054c851a", + "id": "717a3709-f70e-46d3-936b-308179f5a8e5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67256,7 +67256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a23d8f5-fa65-4c72-8db2-de78ed6a0cdb", + "id": "fe350b34-5e14-423f-9514-76f486b9bf6b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67315,7 +67315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5081967e-5d7c-4bb7-9234-e21d934f5b5f", + "id": "cdf58064-c264-4bb9-8187-ecbb5eccd6bb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67374,7 +67374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "563cee0d-7160-4a8a-ab48-dbf975e33c7b", + "id": "71e04ddc-fb79-4407-92d9-110a7957d4e4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -67433,7 +67433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2c5d99d-b785-4c88-8f76-86a40b14d5bb", + "id": "9e097623-b72c-4f64-ad13-dde6cfbe5b71", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67492,7 +67492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2c184e7-4c85-4970-a697-b3ceff278360", + "id": "bb9c1e31-d45f-4732-a716-d6722ef2d14c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67557,7 +67557,7 @@ } }, { - "id": "e754df82-d54f-4e67-be0e-0179b8cf051e", + "id": "0d7b0c5a-d822-4c30-84ac-6f8cbae05819", "name": "Bulk updates object mappings", "request": { "name": "Bulk updates object mappings", @@ -67613,7 +67613,7 @@ }, "response": [ { - "id": "f9cd61cb-73b3-41a4-9619-6f8fd807a51e", + "id": "03e3a97d-ed06-40f6-b3c2-ff71bbeb3db5", "name": "The updated object mappings.", "originalRequest": { "url": { @@ -67672,7 +67672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf0bf1e7-5c62-4665-bec2-fe03704e7c4e", + "id": "b2f5f5b3-7061-46ff-be95-a7e2de1eabc2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67731,7 +67731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7f90ae9-09ad-4423-b8a4-f14e3b360190", + "id": "f1fefb52-ecee-4025-a797-1feea1b49855", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67790,7 +67790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa63f6be-5b35-497c-9093-70d95df5c91c", + "id": "6c357b6b-5cd0-4b9a-b10b-6399be4f8ce4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67849,7 +67849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84aac2d5-30bb-4569-86e4-5dc2fef132b9", + "id": "4104702b-ca26-4818-8674-e066d5ff1647", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -67908,7 +67908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3408583b-3039-4566-951f-8bbfcad4a1f8", + "id": "3893889d-b890-4d58-a637-7553195a0034", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67967,7 +67967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8acf6df9-176f-41e3-be59-26da71d4e7b7", + "id": "d0446803-22cb-4ddb-8fa7-203fcd40a7c5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68032,7 +68032,7 @@ } }, { - "id": "3b5eb015-ec93-421a-bf5c-3bde8fffcf39", + "id": "e22f8b8b-cb5b-4d1e-ab27-26ea14568dc9", "name": "List Uploaded Configurations", "request": { "name": "List Uploaded Configurations", @@ -68073,7 +68073,7 @@ }, "response": [ { - "id": "a029683f-3264-4da9-947d-7febd0beea23", + "id": "05f591e7-ecf4-472b-bc89-eb3b6aa52585", "name": "List of existing uploaded configurations.", "originalRequest": { "url": { @@ -68128,7 +68128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba4b4c0e-f5b9-43a7-8621-625448e25bda", + "id": "b8d3fb82-3f81-468c-9b97-11590d6dea07", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68183,7 +68183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecf210bb-4bbb-4ec6-b486-b2cb1c5ce7a3", + "id": "8e2ea283-336c-4962-873f-a08e96684f49", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68238,7 +68238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab106d48-f46b-4f5e-bf19-6011043d5e4b", + "id": "3924e45e-e70d-46f6-9ca3-fa6170476e12", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68293,7 +68293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a83082f-8b26-4efd-889a-4dd00f1b0b38", + "id": "ee1e4ce7-ef05-42c8-8d68-9d6fca58486d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -68348,7 +68348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75d9e69c-e07d-42b2-847a-3070117007d6", + "id": "8174c9c0-a2d6-4784-9e6c-fb63631b43ef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68403,7 +68403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51576095-d5e7-4502-b237-a8d583c0db27", + "id": "8afd8655-662f-4ee0-98c8-ef9a16c9668f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68464,7 +68464,7 @@ } }, { - "id": "4aba1e6a-c247-482b-9049-fb7045670466", + "id": "e7e1efc4-571e-4aa0-8772-d0fce9f38d42", "name": "Upload a Configuration", "request": { "name": "Upload a Configuration", @@ -68512,7 +68512,7 @@ "type": "text/plain" }, "key": "name", - "value": "exercitation dolor dolor sunt", + "value": "pariatur", "type": "text" } ] @@ -68520,7 +68520,7 @@ }, "response": [ { - "id": "08bca0fc-296a-4d36-9cfc-3dd6a17698ae", + "id": "a75faa90-6e9c-4b10-8f04-2ae3ec6e11d6", "name": "Upload job accepted and queued for processing.", "originalRequest": { "url": { @@ -68571,7 +68571,7 @@ "type": "text/plain" }, "key": "name", - "value": "exercitation dolor dolor sunt", + "value": "pariatur", "type": "text" } ] @@ -68590,7 +68590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54adc4e5-e67b-4d38-9fd6-baeeb2980be8", + "id": "185296f2-3455-47ae-be77-91982b011e89", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68641,7 +68641,7 @@ "type": "text/plain" }, "key": "name", - "value": "exercitation dolor dolor sunt", + "value": "pariatur", "type": "text" } ] @@ -68660,7 +68660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c411e676-9005-444b-aa9f-3377c7740486", + "id": "46a5c546-7858-4f6d-bf4b-148588e462c9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68711,7 +68711,7 @@ "type": "text/plain" }, "key": "name", - "value": "exercitation dolor dolor sunt", + "value": "pariatur", "type": "text" } ] @@ -68730,7 +68730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e2ce2c3-95b2-4952-8b08-924adecc1045", + "id": "f642f0ea-42fe-40f7-a366-62747bfc1385", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68781,7 +68781,7 @@ "type": "text/plain" }, "key": "name", - "value": "exercitation dolor dolor sunt", + "value": "pariatur", "type": "text" } ] @@ -68800,7 +68800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d429b00-f414-4685-a5c8-c32fc31478a5", + "id": "c7615748-48a7-403c-a911-82fc2eb26ca1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68851,7 +68851,7 @@ "type": "text/plain" }, "key": "name", - "value": "exercitation dolor dolor sunt", + "value": "pariatur", "type": "text" } ] @@ -68870,7 +68870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32a9f8d7-1f58-4332-8e57-418f58642104", + "id": "280eab00-fb6a-4174-9805-ea49008af3c6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68921,7 +68921,7 @@ "type": "text/plain" }, "key": "name", - "value": "exercitation dolor dolor sunt", + "value": "pariatur", "type": "text" } ] @@ -68946,7 +68946,7 @@ } }, { - "id": "2d1d0a16-e15f-48c2-99ca-ec3bcd60cbbe", + "id": "76b95d43-6dd4-4742-b537-4cfa3f0dc41c", "name": "Get an Uploaded Configuration", "request": { "name": "Get an Uploaded Configuration", @@ -68989,7 +68989,7 @@ }, "response": [ { - "id": "c43250ee-ae19-4c00-9f7b-9ea352f0a0c3", + "id": "19f523d9-a50b-4c8a-8151-cc7709ba1a19", "name": "Gets an uploaded configuration details.", "originalRequest": { "url": { @@ -69035,7 +69035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb172f87-0435-4c45-9e91-1c6cdcbca586", + "id": "9c4c6c5d-b28e-453f-a4a8-e55f1229d9ca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69081,7 +69081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9aa295f-0160-496c-98a3-ddc6dedbbc8c", + "id": "c7745184-05f3-4416-9f88-dc0621636941", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69127,7 +69127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0e10e8e-c305-4589-92cb-ef2eab276bb6", + "id": "1540e19a-add3-4a74-8663-ef383b46105b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69173,7 +69173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9663d67-e3d4-419c-8bab-ca14166b377b", + "id": "24c38262-308e-4cb3-be1a-b1cf6b3f36cb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -69219,7 +69219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9a741d1-342e-4919-9941-89c61fb291db", + "id": "f2bdb70a-7561-44b7-a0d7-bafbf86d92c4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69265,7 +69265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0274757c-0fcf-4453-b211-b88f5d3c7f7c", + "id": "0e5b3350-3a71-4366-957b-8023ee7d00b9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69317,7 +69317,7 @@ } }, { - "id": "8019ea34-90dd-42f4-8906-f29fa630e81c", + "id": "12d7f105-410a-457e-8c1d-f1a2fd537979", "name": "Delete an Uploaded Configuration", "request": { "name": "Delete an Uploaded Configuration", @@ -69360,7 +69360,7 @@ }, "response": [ { - "id": "b7e35371-1733-4c41-b944-e29bb9aaeef8", + "id": "d0ea1ead-ea0e-4a83-8d53-639526003a7b", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -69396,7 +69396,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8b23521b-6359-4cd9-a18b-98ef70e36523", + "id": "0a1b647b-0619-4888-9c07-44afb6f791f6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69442,7 +69442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1e84dea-6766-45a6-b47f-5d8e0d804d96", + "id": "ab596397-67cd-4826-ad7b-c67ea631d457", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69488,7 +69488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c66955b-508f-4599-a891-079a37482355", + "id": "4ba341e9-d1d4-40e5-b2e8-436cd251828f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69534,7 +69534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23b16558-1411-4f25-b885-e4cd8da3f2b1", + "id": "8b82e29d-1225-4e3b-8d4b-d8d9ddbd3725", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -69580,7 +69580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b746898c-ba61-4da7-81cc-ca76b449d8c8", + "id": "5af2cfbb-e857-4364-8076-123772cf9989", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69626,7 +69626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "643e5282-c137-4dd1-8b6d-a39bb8d3f8ca", + "id": "fcac7621-b6f2-4393-b043-2ae71190ef56", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69678,7 +69678,7 @@ } }, { - "id": "07a4b839-19a3-4882-bb7f-76881e36510f", + "id": "13bd08d9-7b8f-45aa-8c0d-248b8759f948", "name": "List Backups", "request": { "name": "List Backups", @@ -69718,7 +69718,7 @@ }, "response": [ { - "id": "01adff2e-68a0-4c3d-a1ec-6e78bd0502f5", + "id": "8a499d49-1589-46cc-96e6-fee4da19fd96", "name": "List of existing backups.", "originalRequest": { "url": { @@ -69772,7 +69772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca68bda9-07b6-4d82-8236-2061d90de87f", + "id": "65a1e023-e771-402a-9e16-612f249031db", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69826,7 +69826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b93fd3d-c7e2-4b54-a4d1-c0baf7d07766", + "id": "0faeff96-6ea4-4e54-8bbc-6586538916ec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69880,7 +69880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "979259fd-874f-4277-b0bb-7a898b2bcb80", + "id": "08c104f7-47cf-4e95-9a9e-b6a603b65709", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69934,7 +69934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "930714f8-9387-4e63-a940-11472b18d646", + "id": "ea8eab00-1993-487a-a2b8-e91a8f5241d4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69988,7 +69988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddf0421d-fec6-45db-82b6-bdd2c7c06cd1", + "id": "587466a1-3ee8-4b70-ac7f-62df5d0880ad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70048,7 +70048,7 @@ } }, { - "id": "21304ae1-8f61-4d8c-b500-1ea00c64794f", + "id": "7344c0da-0b30-4e17-a92e-0feb5c897ce6", "name": "Delete a Backup", "request": { "name": "Delete a Backup", @@ -70090,7 +70090,7 @@ }, "response": [ { - "id": "ce84f8ef-6c05-454e-a12f-7c715b0eb4e8", + "id": "ad7cb11b-1cb0-47e7-b7be-e9ba03a86578", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -70125,7 +70125,7 @@ "_postman_previewlanguage": "text" }, { - "id": "73802e45-2019-4c2e-a624-1af8b9b1391a", + "id": "3677d3f9-b979-455b-875d-458d74d7aba6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70170,7 +70170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb1c1157-9f4c-413f-a6d6-0489c94fcdb9", + "id": "f9a7b1e6-af59-4d8b-8fba-acdbfcae0b6b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70215,7 +70215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d82f0131-dfe3-449d-a2b9-e7d9432d9cb5", + "id": "50b884d0-59ac-47ba-af77-28faa020eca7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70260,7 +70260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0de78bd5-518b-4687-b8aa-5fca139bfc56", + "id": "f0ca6151-08fe-4371-a71c-5c651f0ac5eb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -70305,7 +70305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "517adc3e-6214-4347-8f19-387480f92b9b", + "id": "4f4b643a-ee5c-4de1-9736-4c5a3c199214", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70350,7 +70350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b38069b-f014-464a-82f2-c94fac15d8ef", + "id": "d9df6fd2-ecb1-42a9-b672-c8138bb50198", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70401,7 +70401,7 @@ } }, { - "id": "37d3b689-fdd8-433a-a0cc-9d13b1e0dbc0", + "id": "c0c5b700-3206-4f79-9706-a42de69a4208", "name": "List Drafts", "request": { "name": "List Drafts", @@ -70441,7 +70441,7 @@ }, "response": [ { - "id": "45f38880-dc8f-4801-92f8-b3e718105f1a", + "id": "08ce2018-dfed-4e17-a201-100301344221", "name": "List of existing drafts.", "originalRequest": { "url": { @@ -70495,7 +70495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e46ae221-4314-414d-a5a4-a136eb62c919", + "id": "f733ef51-260c-40d0-9f76-f668b04819b3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70549,7 +70549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a049962-6042-48d0-ac80-a7979c9bcae8", + "id": "4eef83f9-d278-4dfa-aa10-0037a7cab2b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70603,7 +70603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d981c9de-e4d8-4008-869c-2f4211d14645", + "id": "ee5ab530-2d5c-4f14-9048-19742a3e6ba9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70657,7 +70657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd7d79ad-afcc-44d5-a4cb-7f45fa921113", + "id": "5dd75905-5aed-4969-bc0a-6e35722ce465", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70711,7 +70711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a8b3d42-ce3d-47da-89ef-70a96a696162", + "id": "0dba5514-6ed7-436c-9452-5ddd70007164", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70771,7 +70771,7 @@ } }, { - "id": "1a134ea3-94de-4f1f-b486-eada95965203", + "id": "c8665446-ce1d-4472-9e03-e52a201a6c33", "name": "Delete a draft", "request": { "name": "Delete a draft", @@ -70813,7 +70813,7 @@ }, "response": [ { - "id": "a63deaff-d96a-45be-be83-c7b889939e57", + "id": "062c072c-9535-495e-89ac-1a6a4bd520cf", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -70848,7 +70848,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f9ff3266-068a-4c80-8d14-9e679f7e69aa", + "id": "57f99933-10b5-4ee3-8176-0d7e30ebe2f0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70893,7 +70893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5eabbe9-fe96-4528-831d-ace183970f63", + "id": "c5d85ab8-4b23-40d2-908f-03f08646bfd0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70938,7 +70938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11865ad8-013c-47df-b5c6-3c7b916add0f", + "id": "0e7dbf8b-b57d-44a6-9ccb-caf39c5b4c6a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70983,7 +70983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "860402dc-fe81-479f-80a5-f15fb4607147", + "id": "e1ab8288-f70c-49dc-bdc5-db4b816d254e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -71028,7 +71028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82efe8d2-5126-4c17-a903-ad54b4fdd989", + "id": "9cd0118e-4a24-43b9-b32c-fc3cc08617f9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71073,7 +71073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42b29d0e-5fe3-41ca-b90c-cadd0e524bb1", + "id": "d6f57b99-3d99-4c46-b13b-198c1c5165d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71124,7 +71124,7 @@ } }, { - "id": "0706e7bc-706b-4a57-9517-de54e6c4028c", + "id": "50b95814-298d-4051-a927-378722b9ddab", "name": "List Deploys", "request": { "name": "List Deploys", @@ -71154,7 +71154,7 @@ }, "response": [ { - "id": "9155d480-8209-47f8-8af0-eda03f3b58a2", + "id": "ce718857-c003-4210-8d23-48d8647a695e", "name": "List of existing deploys.", "originalRequest": { "url": { @@ -71198,7 +71198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "212f5f94-e440-4ff6-9fa8-65deb4581364", + "id": "3afa0b62-b928-43f5-853e-4a70a2bc8dfd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71242,7 +71242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10c4d436-f360-4541-8d02-841da103c26e", + "id": "7af6905d-89d6-4c61-82ad-fa5c9710f439", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71286,7 +71286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95fd9347-c0f2-436c-bef9-89b0c5a1f2e0", + "id": "7ba5e044-7a2d-4475-ae1d-bb5baec8d5bc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71330,7 +71330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7e6d512-fec0-45b1-adea-67c616aa9a08", + "id": "e0441458-9953-44dc-88b7-932c7569da5f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71374,7 +71374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b18bea2-132d-460f-ae29-cf6e998c3884", + "id": "98f33033-2478-44d7-8295-7756495b550d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71424,7 +71424,7 @@ } }, { - "id": "469b6c50-8c12-4de5-bddd-1ca5eb8d4246", + "id": "6b146817-cc2b-4ee8-af66-06f96cd57bc9", "name": "Create a Deploy", "request": { "name": "Create a Deploy", @@ -71467,7 +71467,7 @@ }, "response": [ { - "id": "1ad438f1-d290-4f3a-b43d-895807a87954", + "id": "612e246a-bc66-4407-974c-2885650176d3", "name": "Deploy job accepted and queued for processing.", "originalRequest": { "url": { @@ -71524,7 +71524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b89902ef-4998-4b15-820b-49269c3aedc8", + "id": "104521e9-f716-4c9f-9b2d-e69ebd6cace2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71581,7 +71581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "365fd6e6-3028-4011-8d08-27b55e1e8b8b", + "id": "f359ca00-2b10-480b-a270-96ac6053dfaa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71638,7 +71638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8775130-0dbf-4bb3-b715-16e6ea9ab398", + "id": "a91ae2cc-94f8-4c04-b409-b8a5a61006bf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71695,7 +71695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57967f59-e94f-4a40-ab8f-8b72c802fce6", + "id": "ec7bb2dc-f1a9-4b53-ba9b-f8a03d9d6807", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71752,7 +71752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55e11f41-796c-4932-b191-448962aa1132", + "id": "c0aee14a-85f2-41c7-b0ab-7ad82f9a8e82", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71815,7 +71815,7 @@ } }, { - "id": "3ff07254-2f7d-4719-90a1-85288597793d", + "id": "48b435a9-0aa8-45f2-b73d-e93f76fcd7da", "name": "Get a Deploy", "request": { "name": "Get a Deploy", @@ -71857,7 +71857,7 @@ }, "response": [ { - "id": "2f627b5b-49dd-4c7d-8cf7-1713bf83341d", + "id": "84d38a0b-fa20-43ae-83de-626f5b72a243", "name": "Gets the details of a deploy.", "originalRequest": { "url": { @@ -71902,7 +71902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ee42dae-7000-407a-8576-ec8295806bd9", + "id": "59d5a186-32f7-4b68-b79d-a0c4d3159cda", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71947,7 +71947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d461c53-9bf6-442e-8c42-535ff7cc27ae", + "id": "e6cb9271-adff-42f7-a077-27ee68c2b80a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71992,7 +71992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af6c2879-1dee-4887-9c47-ebe6f898845a", + "id": "ca7a1369-d1d6-463b-a7d0-2e88cc6fde9b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72037,7 +72037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "826ee87f-fcec-488a-8d5e-1963516e9a08", + "id": "3a72e538-2bde-43c1-8b83-8808af5c5627", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -72082,7 +72082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08e2f717-5419-4f99-871f-03ec503f33a3", + "id": "d3efc928-d047-4f18-b629-6f3ec5ddf4b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72127,7 +72127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb37002c-734a-4cd0-97af-5ed98ce63c6e", + "id": "dfb93a46-798f-4717-903c-08fc843bcc1b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72184,7 +72184,7 @@ "description": "", "item": [ { - "id": "e7ec6de4-1016-4536-84e7-4ceb30746121", + "id": "f479fa40-3af6-49e7-bb8f-ed1b159c02ac", "name": "List Connector Rules", "request": { "name": "List Connector Rules", @@ -72222,7 +72222,7 @@ }, "response": [ { - "id": "d4d8a44e-94d1-49a8-be8a-30bccde544e8", + "id": "349ffa00-dd1f-4798-913f-4194cc50def5", "name": "A list of connector rules", "originalRequest": { "url": { @@ -72274,7 +72274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08180be5-e1bf-4399-8d6b-1c4e8c98c464", + "id": "6cf10716-655d-4151-b061-8d5a768101e9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72326,7 +72326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4080589b-14e1-4144-97ee-0353d682f96f", + "id": "8f96591c-db71-4b97-8c09-d78da22899a6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72378,7 +72378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16bb7f29-0d38-4ab9-a8e8-3a709f586a83", + "id": "3ff57eba-95cf-4806-aa08-32730c6d9bbb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72430,7 +72430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9be9b3ea-ada1-4de5-8d73-32a1bc993ccc", + "id": "e6dafb96-f461-469e-a527-87477bba8207", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72482,7 +72482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce940a28-a7df-4abe-9fe9-932a9add52cb", + "id": "83163ced-7de1-4a9d-88c6-23c42914be4c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72540,7 +72540,7 @@ } }, { - "id": "cc579f0e-a6bd-4abc-ac2c-715c3f73aa3e", + "id": "819e7231-749a-49eb-86ae-4cb37947d942", "name": "Create Connector Rule", "request": { "name": "Create Connector Rule", @@ -72591,7 +72591,7 @@ }, "response": [ { - "id": "093d64b4-2c5f-4718-93fd-d5e2b0c5cc58", + "id": "91065995-b840-43e7-94b4-265115b2bd89", "name": "The created connector rule", "originalRequest": { "url": { @@ -72656,7 +72656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee9eb16f-c294-4a03-b99a-1f772950c434", + "id": "77a82ce7-3582-40bd-8b23-d4f0e4d5279f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72721,7 +72721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b4edb49-6608-45dc-b116-5060125889e4", + "id": "3e5e44ee-47c6-4aa1-a8cc-7c6e9f1dd3f7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72786,7 +72786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bc77067-3515-44c5-b116-3126e147d387", + "id": "96b1ac38-1c65-4ff4-9c79-33056c6180ee", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72851,7 +72851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82c44c68-14e9-41b0-b77c-76761d16a16d", + "id": "6081db59-f54e-49a5-833a-94aaf7511bda", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72916,7 +72916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dff3f2b-db47-4a5e-8c18-6bb2241a764a", + "id": "7cc003e0-7b61-49f9-9bc9-58d14e708404", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72987,7 +72987,7 @@ } }, { - "id": "be55cd10-f3fc-4142-a8dc-5bf81fea7f45", + "id": "5c6309a5-4544-4a76-88db-797c1ea1f265", "name": "Connector-Rule by ID", "request": { "name": "Connector-Rule by ID", @@ -73037,7 +73037,7 @@ }, "response": [ { - "id": "785aa963-17ea-461c-976e-1c6b3d49dbab", + "id": "87acfc4c-6b92-48eb-92c8-535f2447b711", "name": "Connector rule with the given ID", "originalRequest": { "url": { @@ -73090,7 +73090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f055cb6-a31e-4cd3-88e2-73e233f3a1f7", + "id": "e0404608-948e-4600-8a92-9b5d46e01729", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73143,7 +73143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "692fe0ff-faf4-4506-b888-f34f800c8b55", + "id": "7a13a2ea-076e-4da5-8a72-8c30dc5ba6cf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73196,7 +73196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c29a190-b98d-40e6-bec8-8f8a2ecbd8b7", + "id": "b8daa73d-d168-4c44-9a39-7330c5522f0a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73249,7 +73249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93ee9b08-04f3-4938-8186-8cd24d26ad81", + "id": "1b12b91e-8fa0-4dd8-8159-bbef38cb42ce", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -73302,7 +73302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "770bd35d-1e9f-4c65-b9dd-317a90d1344f", + "id": "d7db90df-a363-4b8f-a6a1-e2d90cc7e6a5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73355,7 +73355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5980985a-82c8-4fea-867f-2cf718c0c928", + "id": "df2bfb2d-bb2d-42df-b9d7-b46577e57fc2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73414,7 +73414,7 @@ } }, { - "id": "ea603298-7002-4dd9-9537-6ca570a0ebca", + "id": "34671c13-3694-4797-a960-c84a0a822fcd", "name": "Update a Connector Rule", "request": { "name": "Update a Connector Rule", @@ -73477,7 +73477,7 @@ }, "response": [ { - "id": "5f30a405-a373-4458-9447-7541bee86874", + "id": "15284c9e-f7ef-4f3c-95f9-c354d4849a4c", "name": "The updated connector rule", "originalRequest": { "url": { @@ -73543,7 +73543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffaaea59-976f-4a6c-ba52-ea7283027ea5", + "id": "a8df6349-a407-497f-a077-fc11886ad8e4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73609,7 +73609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24838495-8dbe-4f6e-a4c5-b870fc724212", + "id": "5bf260c7-54ec-48e8-b050-384b51953675", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73675,7 +73675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ae4b39c-369f-484b-b60b-a745519e522d", + "id": "2d47a91c-9266-4167-9479-0f62794b5aae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73741,7 +73741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0044b8a-1137-4dc5-92dd-e79574ec54d9", + "id": "9c980c4a-35a0-4932-8db0-cfa3b77cbe85", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -73807,7 +73807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "485c2bd3-fd4b-45ad-85fe-5c123615c627", + "id": "34015221-5570-4da1-b486-1c58e44d5fa1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73873,7 +73873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25060811-e6db-41a0-8cc8-1fdaac7e6dc3", + "id": "54c86abe-05e7-4572-85ed-b5cbaf6d64b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73945,7 +73945,7 @@ } }, { - "id": "7bf1e0c5-ea43-40d7-bbc1-cc368f864b2d", + "id": "ac2b1534-c4ee-4dda-80c7-0223e91f4372", "name": "Delete a Connector-Rule", "request": { "name": "Delete a Connector-Rule", @@ -73995,7 +73995,7 @@ }, "response": [ { - "id": "330e9b53-cb1e-4c50-be43-5a004775cb34", + "id": "90a092ef-796b-480d-bdf4-c5965076813e", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -74038,7 +74038,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d8e923c2-786d-4845-95c3-185e2fc4e5cf", + "id": "996d5776-1c4c-4d73-b255-7de85db9c128", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74091,7 +74091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12d7bba9-6e58-4d96-9fd2-b9cc29236a8b", + "id": "91ad77e1-eb2b-4899-bd4c-086043dda513", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74144,7 +74144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a8433b8-d0c9-4927-be46-61e79f1952be", + "id": "0e62585d-8c70-424b-a180-7720967a8f32", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74197,7 +74197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7253bea4-b7ff-4a5b-9673-6cc30aadf0ee", + "id": "ba4f6341-e942-4eb6-9253-f4241ae71065", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -74250,7 +74250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c5d6b15-998e-4437-878c-700ee1d6e07c", + "id": "cda3aa64-a94a-4abc-bcd3-bf73fa59c2d5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -74303,7 +74303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9a778c1-80d9-4390-b5b2-5eb0addd752f", + "id": "714906d1-1bc6-4cf3-b134-0e43c6326e7c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74362,7 +74362,7 @@ } }, { - "id": "7027a4c7-0706-428e-bd5c-2fdc84b7e7d1", + "id": "9eebf6c1-af2f-4744-a89d-2ed3f1f953db", "name": "Validate Connector Rule", "request": { "name": "Validate Connector Rule", @@ -74414,7 +74414,7 @@ }, "response": [ { - "id": "88a546a6-2d0a-45a5-8840-d0ad93d10016", + "id": "2e308ace-e395-45ec-9cad-c2f24fbe7520", "name": "The status of the code's eligibility as a connector rule", "originalRequest": { "url": { @@ -74480,7 +74480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a22febf6-b5b3-4592-b297-d9e396dc2672", + "id": "d85c3add-683c-4f36-abae-ab5564a88035", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74546,7 +74546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c6a67f4-4396-4652-9ba0-861f58d39325", + "id": "cd59446a-c135-4816-80d1-339cc8180fbd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74612,7 +74612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f701031-744f-424c-9ab7-880b3d238e9a", + "id": "c11bbadf-5428-47b9-8097-5bf92e131668", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74678,7 +74678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a06c68b8-8e94-44dd-b65d-6e611c1ba433", + "id": "ce1a5d4c-5ac5-40aa-b8e5-bf98760abaf0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -74744,7 +74744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aad68e3e-a856-4b26-95ad-debcc4ed7908", + "id": "57b80818-a096-45e3-9d9b-de564db3f3f3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74822,7 +74822,7 @@ "description": "Use this API to implement connector functionality.\nWith this functionality in place, administrators can view available connectors.\n\nConnectors are the bridges Identity Security Cloud uses to communicate with and aggregate data from sources.\nFor example, if it is necessary to set up a connection between Identity Security Cloud and the Active Directory source, a connector can bridge the two and enable Identity Security Cloud to synchronize data between the systems.\nThis ensures account entitlements and states are correct throughout the organization.\n\nIn Identity Security Cloud, administrators can use the Connections drop-down menu and select Sources to view the available source connectors.\n\nRefer to [Identity Security Cloud Connectors](https://documentation.sailpoint.com/connectors/identitynow/landingpages/help/landingpages/identitynow_connectivity_landing.html) for more information about the connectors available in Identity Security Cloud.\n\nRefer to [SaaS Connectivity](https://developer.sailpoint.com/docs/connectivity/saas-connectivity/) for more information about the SaaS custom connectors that do not need VAs (virtual appliances) to communicate with their sources.\n\nRefer to [Managing Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) for more information about using connectors in Identity Security Cloud.\n", "item": [ { - "id": "62f7de5a-4c2f-4786-8950-ff4d7fc39834", + "id": "bd6164c5-289c-4041-8baa-e0b6fbe93125", "name": "Gets connector by script name", "request": { "name": "Gets connector by script name", @@ -74873,7 +74873,7 @@ }, "response": [ { - "id": "e17c94d4-ee10-45d8-b116-949335d8ee65", + "id": "b453b33d-8d92-4a85-962e-1311ce1a68c7", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -74927,7 +74927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "038be327-fb9e-46dc-8188-fae61edb4723", + "id": "7e5aa26e-d23a-4a07-a00c-13eb46faace0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74981,7 +74981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7634841-fa7b-4cc0-b60a-48203794c580", + "id": "53797345-5447-4743-bbde-865c12f70a1b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75035,7 +75035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c86954ca-e435-47f5-8a43-89cc9b28f84c", + "id": "ab8ad964-2d0b-49cc-9eec-55a8172c6fec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75089,7 +75089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95a429ab-8c22-405c-9a83-216e1fef3354", + "id": "53f5848e-337f-47f0-b2b5-d4244e868d15", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -75143,7 +75143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a018e93-644e-4d4a-b84a-b95df3f332e5", + "id": "de30baf9-3aca-4880-850d-77fff0fd13aa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75197,7 +75197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51ce48a3-5a86-455e-96d8-3bb06d632829", + "id": "9a6c7dce-8d0e-4e54-8a98-8a773c9785f6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75257,7 +75257,7 @@ } }, { - "id": "91dff21f-52e6-4a1a-8fb2-b3204ca7dd9e", + "id": "15ee3904-2a88-4df1-bea2-022d2943d8f1", "name": "Deletes connector by script name", "request": { "name": "Deletes connector by script name", @@ -75298,7 +75298,7 @@ }, "response": [ { - "id": "3259cbd8-58f3-4438-9cd5-c713faf6e043", + "id": "39ab2301-ecc1-428b-bb6e-f8405ea401a5", "name": "The custom connector was successfully deleted.", "originalRequest": { "url": { @@ -75332,7 +75332,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d92cf07d-32a1-48f0-b4b7-daaff780863d", + "id": "0da9ebfe-0ff9-4ce8-87cd-9ad463af8aa3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75376,7 +75376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dd3b19d-fd4b-439e-9dab-034f65b31383", + "id": "e119b029-d1ba-48f8-aebe-dc37a3e3a26d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75420,7 +75420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "820a6cb0-6c99-4145-bcbd-cf0bfacbe4d2", + "id": "dfa49dda-fdd4-40c8-9fbb-deb21c95e7db", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75464,7 +75464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f90f237-8312-4d5b-9ecd-e72e5c5daf1f", + "id": "e11425de-cfab-4690-b4a0-66163a987628", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -75508,7 +75508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b399adbd-b6f8-4c22-a9eb-a1c2a38520db", + "id": "20b8db5b-45e2-42e7-a45b-5a9e02257987", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75552,7 +75552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "596531fd-4f13-4612-8990-e9f68031f36f", + "id": "c98fc6ec-0260-4b84-a3e9-8e3f8305a4cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75602,7 +75602,7 @@ } }, { - "id": "7ca7762f-9db9-4942-b932-60adb2a0dda1", + "id": "ea5aef50-1555-41e6-820c-e8b1f2b5e11a", "name": "Update connector by script name", "request": { "name": "Update connector by script name", @@ -75656,7 +75656,7 @@ }, "response": [ { - "id": "e5e3764a-0f50-4648-94f6-9932252f1b23", + "id": "cae129bc-80d6-42be-a8c0-97e3d47966b2", "name": "A updated Connector Dto object", "originalRequest": { "url": { @@ -75713,7 +75713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e879ee1-004b-424e-85a8-f09c88ed7bdb", + "id": "72338578-4d42-448b-879f-935eebb50d59", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75770,7 +75770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec0e2171-52f1-475c-b337-5adfba927451", + "id": "d20fb175-5dfb-4d02-9699-1c2ce37f5f4b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75827,7 +75827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fb37ac3-0fd3-48c4-bc31-655384ad252d", + "id": "f50ba6e4-4752-477c-9a1d-34463030e1f0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75884,7 +75884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4caf8b39-a54a-4380-ba3a-82723034faeb", + "id": "9601ed8f-886c-4345-969e-9bbb510a30ab", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -75941,7 +75941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00e56cb8-e321-41e1-bf16-5cc6f457d189", + "id": "98c9d65c-ac88-49e1-b67d-bc26c9e39e9e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75998,7 +75998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2547c56-b85c-4674-a18f-afc119b8b145", + "id": "737ffe6f-829b-4a6f-a2c9-49c18b3ac732", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76061,7 +76061,7 @@ } }, { - "id": "ef679000-88bc-4c29-a832-e3a264682f34", + "id": "06ee906e-a76e-455f-8752-39edc0dc7638", "name": "Gets connector list", "request": { "name": "Gets connector list", @@ -76136,7 +76136,7 @@ }, "response": [ { - "id": "ffc4f6ac-5c9b-4468-8811-05e9e8d9ff18", + "id": "8119f5cc-c3be-40b5-a062-4812709f9e99", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -76225,7 +76225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18f2a8f5-9e69-4e62-86f7-273ab3f65d23", + "id": "4f972c0c-97f8-45ed-88c0-6124500999f8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76314,7 +76314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f6216cb-fd72-4563-8992-54d8648be8bf", + "id": "223afcea-95ae-4da8-b91b-aa5938d6b419", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76403,7 +76403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce8a93bf-df18-4768-a77d-7e6ddb078ca3", + "id": "b809db6a-fc8d-4d23-87c2-ba8358403332", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76492,7 +76492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e686599-9fcf-41c7-80b4-000bbbd2a1ba", + "id": "7576ddf9-fa13-403d-a57e-cb171fb91160", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -76581,7 +76581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5eac099d-5a0a-443f-9c03-51b1e436f335", + "id": "7ef34987-0f86-4a23-8f07-6e0d3a16594e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76670,7 +76670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70c3d224-e15f-46cf-bbeb-b5640fc077c8", + "id": "3b7fd4dc-031c-45d9-a752-236c7d386165", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76765,7 +76765,7 @@ } }, { - "id": "95a2da73-970c-443b-af8c-aab6eb6dd6c7", + "id": "a9bbf5c7-a588-4e57-b29a-b715de1393a2", "name": "Create custom connector", "request": { "name": "Create custom connector", @@ -76807,7 +76807,7 @@ }, "response": [ { - "id": "25872e45-63dd-4f8c-b32a-9a01bc985199", + "id": "5ed49681-a8b8-4466-892d-37c3cb691e3f", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -76863,7 +76863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e0801a0-2969-43c2-b734-9568b5a5b37e", + "id": "757b2031-2555-425e-83cc-2638f360f379", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76919,7 +76919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e13aee78-9c95-4b99-bb75-137cc2b188cb", + "id": "b1054917-2cbe-4c21-a9cd-cc4fbe847302", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76975,7 +76975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7f4b260-8cfc-4105-890f-b092485c6573", + "id": "8c08e6c0-d434-447e-8841-917c1094be54", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77031,7 +77031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0db660cc-f699-4ec4-b6ca-48e97b6543f9", + "id": "d9de3b1d-3c96-4216-9f9a-0220659bd2bf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -77087,7 +77087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a704e26f-5300-4c7a-85fa-d38e4908a9db", + "id": "da3d3b2e-b757-4f91-811d-6ff88ca7f946", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77143,7 +77143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24ccd6c8-aee2-4b97-9e06-3128935a928b", + "id": "a8667fcf-5ecf-46a9-9009-6275093946cb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77205,7 +77205,7 @@ } }, { - "id": "a6669685-bba3-4f92-92c8-ddf6cf8ce0fe", + "id": "d987155f-c7f6-4bc1-bd7d-af4459ef1de3", "name": "get Connector Source Config", "request": { "name": "get Connector Source Config", @@ -77247,7 +77247,7 @@ }, "response": [ { - "id": "6dc07fb5-2932-42b7-aa6b-0e4770435d58", + "id": "9e10df2a-c7cd-4949-a663-346b2e196987", "name": "The connector's source template", "originalRequest": { "url": { @@ -77292,7 +77292,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "92fbe53f-7e7e-4ec2-96d2-eac427806c09", + "id": "c84fad0b-30fe-4583-87ba-83d2ec244649", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77337,7 +77337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3361481e-6885-432c-a15e-af967f8febdb", + "id": "1eabbbc2-989a-4afa-98db-02d4a731e45f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77382,7 +77382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1356c33e-2c68-40f3-84d4-d7a6dbd52add", + "id": "bcaaa624-7499-45f2-8c3a-00ff66f19628", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77427,7 +77427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56f7f147-3c0a-4210-876b-10fe17890de2", + "id": "93af06fc-da51-4203-a11e-fd7e7d47614c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -77472,7 +77472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c04d3d6-f8a8-4fbe-83ef-0e6e5af6e548", + "id": "cdad604e-b5ca-431e-9536-1334db3b1c82", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77517,7 +77517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77985e8c-ab02-4d9e-8993-30427d8332d5", + "id": "7fb7f2af-ad0f-4ae0-9558-a332dbaac8d6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77568,7 +77568,7 @@ } }, { - "id": "c5e77303-25fc-4739-b46a-ef40cbacc7a8", + "id": "508e8a17-6220-4e02-8be8-cb289e0f76dd", "name": "put Source Config", "request": { "name": "put Source Config", @@ -77626,7 +77626,7 @@ }, "response": [ { - "id": "9dabf73d-f66b-45c4-bcb6-06ca5e05bcb3", + "id": "013b4a73-cb9b-486b-a27d-2308eb22c48e", "name": "The connector's update detail", "originalRequest": { "url": { @@ -77687,7 +77687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcb55b1a-9873-4c08-a188-315a26ae88bd", + "id": "0155f60c-4ffb-4be6-bb6a-2f9dcf0a6e16", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77748,7 +77748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c64fe2d-719b-4713-a70d-c3693ec44283", + "id": "537a4cd9-8bf5-4218-accb-039227f099a6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77809,7 +77809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a663bb42-9519-495c-b43e-6f6057939972", + "id": "f8947a3e-2857-459c-b723-741f9f706da8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77870,7 +77870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72cbcbf3-1d03-47b5-84cf-96bc78802ef6", + "id": "583bd68e-d08c-4801-a394-224e84e51125", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -77931,7 +77931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c03b0c9-ce5c-47a5-9442-9fea8c796da5", + "id": "73e41a6d-fdf2-442c-8bbd-5a074c8ae92e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77992,7 +77992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7415e60-a267-4f6f-9fcc-d00670a4f1d7", + "id": "85516f54-69fb-498f-ae45-8e69f4399578", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78059,7 +78059,7 @@ } }, { - "id": "22b2bde6-ad10-4c37-945a-9767daf0a084", + "id": "f24dc12f-41ac-46d5-a558-72953514299b", "name": "get Connector Translations", "request": { "name": "get Connector Translations", @@ -78112,7 +78112,7 @@ }, "response": [ { - "id": "774f564f-eab4-4a03-8991-910e2aab9fe2", + "id": "a24b9921-54eb-4bb7-a570-2ca8b52aaac2", "name": "The connector's translations", "originalRequest": { "url": { @@ -78153,12 +78153,12 @@ "value": "text/plain" } ], - "body": "pariatur ullamco", + "body": "sint amet", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "72369602-b028-4c1b-b058-aa494224a59f", + "id": "b73558e3-98a6-429c-9224-3af0866eb646", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78204,7 +78204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "764c91c3-cc58-4489-ae0e-e5741055f053", + "id": "7bacf45d-5d35-494b-88c8-7b187910b816", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78250,7 +78250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db70468e-d030-4ef5-aca2-a203458a504d", + "id": "852c3b94-08ec-4eea-89be-68a76a8959b2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78296,7 +78296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffdf24bf-55a8-4859-8971-a35138569815", + "id": "92e6cb12-3d13-4bb5-a723-1eae3964e7fc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -78342,7 +78342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86e18df4-84c9-4dcf-a2d0-023e458af845", + "id": "82403831-796d-47d4-aec9-d83611da4612", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78388,7 +78388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4f5bf4b-6b41-4300-86fe-9a5c4424e270", + "id": "48ab5217-0c91-49a5-af72-a4a2b507e9e5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78440,7 +78440,7 @@ } }, { - "id": "535b15fe-5a88-4350-b89e-5eebdd026fca", + "id": "a8ec8f0b-c42f-41f0-96f6-23dc0996087a", "name": "put Translations", "request": { "name": "put Translations", @@ -78500,7 +78500,7 @@ }, "response": [ { - "id": "c0204bc7-e539-496c-8d49-ca7b87a660a1", + "id": "94b52972-3578-4926-bb37-2019211403c0", "name": "The connector's update detail", "originalRequest": { "url": { @@ -78553,7 +78553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "664a2f45-eb18-4e43-8f11-b1e3538088cd", + "id": "a4da450b-1842-49e0-bdd6-466f0a6ccfc9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78606,7 +78606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b41726c-979b-4cbc-a56c-661951913fa8", + "id": "a1612dfc-757f-48b2-a536-208e38fdb51a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78659,7 +78659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36cd4c3e-c839-43c5-9c2d-0787138958cf", + "id": "8d1dfae0-d282-4882-84cb-6398d2f05091", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78712,7 +78712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9f3602a-d608-4050-961f-af757f7d73ba", + "id": "cdb33db5-1c33-458b-b649-f180fe2a44c4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -78765,7 +78765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f969a7fd-3eea-415a-aec1-51b58ee41980", + "id": "333b96f9-7194-47a9-af61-2c8ba1666d57", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78818,7 +78818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "464e1eca-26e9-41b5-8b5f-61f736bab6b7", + "id": "e9f8ea2f-4733-4ec8-9023-7b06f11add17", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78877,7 +78877,7 @@ } }, { - "id": "5f356525-16aa-4e7e-ab06-30eb82d74900", + "id": "cca62979-6408-4063-b863-3a8dab6cc587", "name": "get Connector Source Template", "request": { "name": "get Connector Source Template", @@ -78919,7 +78919,7 @@ }, "response": [ { - "id": "b3a4bb5d-0dac-405d-8760-c1f3a890323a", + "id": "b86be3df-830e-41b1-acdd-3ff00b42be39", "name": "The connector's source template", "originalRequest": { "url": { @@ -78964,7 +78964,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "fd17cf1e-057c-4575-8dde-2c9a88f49248", + "id": "364cbca0-7573-4bcc-b35f-e8e1655e24c6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79009,7 +79009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3bd50c6-1c74-4766-84d3-8e89226d7a72", + "id": "525a90b6-8516-45cc-adde-e767ea533058", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79054,7 +79054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6a76e03-5af4-41c5-a66e-233ff745bc1f", + "id": "3fe001be-68fd-42d2-9864-df094f40d0a9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79099,7 +79099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1ba72db-06ce-48b8-8356-047047a56ca3", + "id": "2403d2e3-4bf4-4aa4-a017-8e7187ba68fc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -79144,7 +79144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b77400ba-f689-46d0-af06-3a9d8fe03b8e", + "id": "56b35f6f-3aa5-4f06-8c50-99e39cc6c0df", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79189,7 +79189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f768fc3-6eb5-4a6c-a029-8abc0cf9b6e8", + "id": "0dec986c-bcd3-4637-871d-7ae3948b3d8b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79240,7 +79240,7 @@ } }, { - "id": "854625ba-8636-4090-b54b-d3591ba7d829", + "id": "74609042-d8fa-4f54-aaf1-d45c6e936765", "name": "put Source Template", "request": { "name": "put Source Template", @@ -79298,7 +79298,7 @@ }, "response": [ { - "id": "f90f2eda-ac17-4fb1-aef7-5d243ca07e2e", + "id": "40f534d1-349e-4992-8385-3e6ae73a892d", "name": "The connector's update detail", "originalRequest": { "url": { @@ -79359,7 +79359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20ec105a-4d4f-4a01-a33c-a0c2b146d0a1", + "id": "101ad85d-b014-467c-aca3-c6de15656935", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79420,7 +79420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "725b2b9a-5a2e-4c20-9ab8-dba72e18b1f3", + "id": "a8daf097-b0fb-4421-9618-d25f3c2ee623", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79481,7 +79481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d297334b-3346-4536-b2c8-bb026ae7c1ff", + "id": "a21c4977-3b09-4a00-8010-6c439f74e13a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79542,7 +79542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a71b9e81-b350-4598-b3c5-b7c571f72638", + "id": "781b5194-1ad9-435e-bd54-4d6bd4eccf09", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -79603,7 +79603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e230a7f6-eae7-42e0-919d-e0734e52e855", + "id": "933d17c8-e74b-48c1-b71b-7cb5334a2b1f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79664,7 +79664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c519ef3-8337-47b0-bac4-7cb4f22a3b0e", + "id": "5a80d6d8-7785-4629-8850-1ffb930ede6f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79731,7 +79731,7 @@ } }, { - "id": "c0ce6820-1e6e-4d8a-ba13-f4b658a73a4d", + "id": "3f68c564-fe2f-40cc-8d47-4b6a8fd73cac", "name": "get Connector Correlation Config", "request": { "name": "get Connector Correlation Config", @@ -79773,7 +79773,7 @@ }, "response": [ { - "id": "4d983419-a3a8-40f2-af53-e4e8668b58f7", + "id": "552fec7a-8752-40f3-8643-e03f6033f4e4", "name": "The connector's correlation config", "originalRequest": { "url": { @@ -79818,7 +79818,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "6a0dc506-d849-419e-81ec-fd1aa5dcf566", + "id": "1b9f4597-1138-4725-bc94-ae0cca426e14", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79863,7 +79863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f12a9c06-4a92-426b-a011-948cfc714906", + "id": "6bc48580-86eb-4a59-a9fc-8a23f9b6e178", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79908,7 +79908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "926bc8b2-b461-4a6c-87ae-a09e99a0bc5e", + "id": "66099088-0757-4e8b-86d5-2f3027ef4f6c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79953,7 +79953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cde49ade-b3f8-4a09-9e86-31de9d962897", + "id": "767bb874-7622-4d56-b7a7-349f3068b4b6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -79998,7 +79998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "630e6e15-9143-43f1-bcf0-dc6120eceb39", + "id": "7aaf4c16-9998-4b0f-99bc-03495b903f5f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80043,7 +80043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43ab48a5-bbe4-4d24-aca9-09c0fb25675d", + "id": "d55a1146-98e2-4778-b3b8-c52b995b004d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80094,7 +80094,7 @@ } }, { - "id": "22afc913-fac6-4ea7-be91-4769301f7439", + "id": "78d5dc17-ea71-47be-b014-9ab1bf3c69c4", "name": "put Correlation Config", "request": { "name": "put Correlation Config", @@ -80152,7 +80152,7 @@ }, "response": [ { - "id": "95e16344-ec98-4eb4-a22b-29caf7fb8a03", + "id": "4a3ffb3a-67ec-4776-a7d2-3a0bf99c8336", "name": "The connector's update detail", "originalRequest": { "url": { @@ -80213,7 +80213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e8e496a-7553-47c1-baaf-3036a698013a", + "id": "6bb2ba93-012d-4686-87c9-fd897201fe88", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80274,7 +80274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "006ac7e8-7eb4-45a0-96e4-80f74925073e", + "id": "b065c7da-2b36-49e7-8bcc-cc531745b52a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80335,7 +80335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f016f47-933d-48e3-9169-a8d98d328e15", + "id": "98f6961d-4ee0-47d1-8a6e-e41a8d0705d9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80396,7 +80396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0406adc8-7f53-451b-baff-f1d5e2ca91b8", + "id": "89b01557-0056-4461-9068-2aac6192561d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -80457,7 +80457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7de4b60c-d5a1-429f-a38f-57ade62b0e45", + "id": "ea508bdb-0ffc-4543-a138-8edd1d08753f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80518,7 +80518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68e86c7e-b22c-4437-90c1-2bfcc77ee0c2", + "id": "98e4094a-3ac9-4313-800f-aa4c64d3663c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80591,7 +80591,7 @@ "description": "Use this API to build and manage custom forms.\nWith this functionality in place, administrators can create and view form definitions and form instances.\n\nForms are composed of sections and fields. Sections split the form into logical groups of fields and fields are the data collection points within the form. Configure conditions to modify elements of the form as the responder provides input. Create form inputs to pass information from a calling feature, like a workflow, to your form.\n\nForms can be used within workflows as an action or as a trigger. The Form Action allows you to assign a form as a step in a running workflow, suspending the workflow until the form is submitted or times out, and the workflow resumes. The Form Submitted Trigger initiates a workflow when a form is submitted. The trigger can be configured to initiate on submission of a full form, a form element with any value, or a form element with a particular value.\n\nRefer to [Forms](https://documentation.sailpoint.com/saas/help/forms/index.html) for more information about using forms in Identity Security Cloud.\n", "item": [ { - "id": "8b21f29e-feed-41b1-8a5f-52756d6fb652", + "id": "ca0548ec-100f-468e-bceb-4d5585cce920", "name": "Export form definitions by tenant.", "request": { "name": "Export form definitions by tenant.", @@ -80666,7 +80666,7 @@ }, "response": [ { - "id": "b2b7a1f2-5c0a-4b9e-b810-07b098eb208f", + "id": "61e17819-36c9-42c1-848f-493482422c03", "name": "Returns a list of form definitions by tenant", "originalRequest": { "url": { @@ -80750,12 +80750,12 @@ "value": "application/json" } ], - "body": "{\n \"count\": 1,\n \"results\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in adipisicing ipsum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"adipisicing in incididunt minim eiusmod\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"veniam minim\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"voluptate commodo\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"mollit consectetur incididunt\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"est sed\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"consectetur officia et\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n }\n ]\n}", + "body": "{\n \"count\": 1,\n \"results\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"mollit Duis eu nos\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aliquip labore elit aute\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"anim irure qui deserunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"deserunt proident labore laborum\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"tempor est in Lorem\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"irure ea cupidatat quis\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sint et\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aliqua\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "33f0b479-dcf4-40da-992b-2335c3959b3f", + "id": "ca9a1092-397c-43bf-beaf-a68eca4c4386", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -80839,12 +80839,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "10e3c4bb-e341-461f-bbc3-ffe2a675b547", + "id": "fe9aef53-7621-4f91-84d4-cb606bddcc82", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -80928,12 +80928,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e1423783-8623-4a87-ae48-7766891f202c", + "id": "2084f302-dd7f-4eb4-830a-d72fce696c9c", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -81017,12 +81017,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "180d69fc-cdc3-42de-93ba-da6e5cd324ea", + "id": "c741471b-0089-4ab3-a760-c510926e2a88", "name": "Too many requests", "originalRequest": { "url": { @@ -81111,7 +81111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5aa65201-32d3-4542-8d03-cd2a3eb38c14", + "id": "94d2c49b-2023-4578-bd28-af940ce9e734", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -81195,7 +81195,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -81206,7 +81206,7 @@ } }, { - "id": "7f936849-4311-49ab-93f0-8d852980af30", + "id": "2c66bd97-5fc4-4efa-8895-b5f8f639aeb5", "name": "Creates a form definition.", "request": { "name": "Creates a form definition.", @@ -81254,7 +81254,7 @@ }, "response": [ { - "id": "169bb325-12ab-4499-b871-0a578098c710", + "id": "20edd4a3-c1ef-427e-b07c-b24bca9e0a24", "name": "Returns a new form definition", "originalRequest": { "url": { @@ -81314,12 +81314,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"veniam sed proident\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ut nulla ullamco do deserunt\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolore\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"laborum est dolore do\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", + "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"magna veniam nisi cillum do\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"mollit exercitation dolor irure laborum\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nostrud do dolor\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"adipisicing ipsu\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "10b6c05d-ae89-4723-ad29-12700c6ce1e3", + "id": "627ebcee-f209-4aa8-8c9f-3677b2f4fc81", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -81379,12 +81379,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "36846284-db55-4a20-92b9-576564dd2446", + "id": "94d040dc-cda0-4f15-9e94-788669a5e6f9", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -81444,12 +81444,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1fcce76b-a311-487b-ac7a-82a8ba384475", + "id": "a6bfa974-1097-4a80-9554-c3ee55fbd592", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -81509,12 +81509,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "79d8d1ab-b7f8-449d-975d-2b67dc4db886", + "id": "a6f8f910-9e2b-4346-985a-51d0c367e3a0", "name": "Too many requests", "originalRequest": { "url": { @@ -81579,7 +81579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5ba2825-88b8-4404-bd8c-5729a86248cb", + "id": "a0283853-9251-4e32-a3a2-4bec2cac3373", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -81639,7 +81639,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -81650,7 +81650,7 @@ } }, { - "id": "478eea27-fa61-4899-9a57-49dc7dc60455", + "id": "8867e49d-385b-42ec-9416-37152f2e5645", "name": "Return a form definition.", "request": { "name": "Return a form definition.", @@ -81700,7 +81700,7 @@ }, "response": [ { - "id": "3dd6e121-1c93-4b9d-bf6b-818eabfc54dd", + "id": "c60b2382-4030-4d44-b435-69819d2353e4", "name": "Returns a form definition", "originalRequest": { "url": { @@ -81748,12 +81748,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"veniam sed proident\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ut nulla ullamco do deserunt\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolore\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"laborum est dolore do\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", + "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"magna veniam nisi cillum do\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"mollit exercitation dolor irure laborum\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nostrud do dolor\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"adipisicing ipsu\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "be7a38ef-07fc-4ca0-a887-c579841fc410", + "id": "d7c2fe49-5abf-4658-9a69-388598999b81", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -81801,12 +81801,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "679ab139-45d2-4817-8a78-fd09c4848737", + "id": "8a4cabd4-24bb-4bcc-9981-554e9db424f4", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -81854,12 +81854,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "75ff64fa-bbe4-471b-9342-6e96325aed80", + "id": "eb09b0ea-df3d-4a21-812d-34ad6fc199d6", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -81907,12 +81907,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "24ba92d9-bbeb-4c29-9255-401f369c31e8", + "id": "a1699874-f61e-41a5-84c4-519e36933b0f", "name": "An error with the item not found", "originalRequest": { "url": { @@ -81960,12 +81960,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "af25d96f-bb24-401e-8e45-83fbbb822592", + "id": "33a2d827-94c9-4ac6-ac40-07b7517b5d20", "name": "Too many requests", "originalRequest": { "url": { @@ -82018,7 +82018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7e026e6-1551-40d7-b94b-51c801a9c46f", + "id": "11e5e121-a33b-49e9-a1e8-6c9a6f432fdb", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -82066,7 +82066,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -82077,7 +82077,7 @@ } }, { - "id": "d7f147f2-0a95-4a3c-85a0-ba8f3f486186", + "id": "552b99ca-60ac-49d4-a3d7-acaecfea014f", "name": "Deletes a form definition.", "request": { "name": "Deletes a form definition.", @@ -82127,7 +82127,7 @@ }, "response": [ { - "id": "f8bab3f2-be69-42ac-9284-aa6532964cc7", + "id": "0e2194aa-3d41-4e06-91b4-e58e2c2eaa93", "name": "Returns an empty body", "originalRequest": { "url": { @@ -82180,7 +82180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "327d388e-29d3-4a47-bf0f-4097bf2611f5", + "id": "9fd45d44-ef79-4738-8e61-7bb61bbf2663", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -82228,12 +82228,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7346e81c-2d37-493b-ad45-dd578d48a14d", + "id": "bade6dbc-a88b-42c2-bf17-9f14b3145918", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -82281,12 +82281,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "290ac613-beaa-44d6-a8a6-1f1f8119a457", + "id": "87c30dcf-8e04-4610-8e14-cd2662d76811", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -82334,12 +82334,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "99101f95-c1c9-4284-bfb2-aa695fa2865e", + "id": "8d928623-bba5-45f6-bf4e-1e40d3bb2629", "name": "An error with the item not found", "originalRequest": { "url": { @@ -82387,12 +82387,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1ce6a834-0772-4e0a-aa2f-23bcd405ae88", + "id": "fa6ccb6d-f457-4bc6-8ae2-215cf16645ad", "name": "Too many requests", "originalRequest": { "url": { @@ -82445,7 +82445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94ae1d6f-a7be-402b-a731-045d04238bb7", + "id": "0c61e022-2231-4877-bcc4-ff912fb356af", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -82493,7 +82493,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -82504,7 +82504,7 @@ } }, { - "id": "297d5fdf-3a03-471b-936f-29314888ef6e", + "id": "a4676f93-0f76-4870-8b62-76d8d1e25889", "name": "Patch a form definition.", "request": { "name": "Patch a form definition.", @@ -82567,7 +82567,7 @@ }, "response": [ { - "id": "9458b23e-5e3e-4945-a271-8fbe6bb6c5ae", + "id": "d4bd07dc-2e17-4466-a151-bf1eb30b3522", "name": "Returns the form definition updated", "originalRequest": { "url": { @@ -82628,12 +82628,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"veniam sed proident\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ut nulla ullamco do deserunt\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolore\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"laborum est dolore do\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", + "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"magna veniam nisi cillum do\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"mollit exercitation dolor irure laborum\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nostrud do dolor\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"adipisicing ipsu\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bcebff7b-4998-4e85-af5c-53e55ba2f80c", + "id": "22e39e84-41f2-4f9d-9a46-402217913bc6", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -82694,12 +82694,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "805339f0-e578-40c1-bd42-e024546219fd", + "id": "e257ac2d-6ab5-4b9d-bd2d-46c0f18eb843", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -82760,12 +82760,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e5ba0115-c8eb-4191-bc8f-41a1a051299a", + "id": "1e5e5b3d-8260-4cbb-a8a9-692cb1ef0b8b", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -82826,12 +82826,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c372f72b-5821-4024-89c6-4d70a14919a2", + "id": "5f7d4fde-0ea7-4c6e-982b-efa3df261b36", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -82892,12 +82892,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4bba4e2e-1737-4f60-8d8e-784c9d2dd8a0", + "id": "c98dd72e-670d-4a11-952c-181d678c1dae", "name": "Too many requests", "originalRequest": { "url": { @@ -82963,7 +82963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "421ff6ba-b582-4ec2-b67d-63dd0fe64b00", + "id": "424a94b7-28eb-431c-ac98-7914eec167f5", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -83024,7 +83024,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -83035,7 +83035,7 @@ } }, { - "id": "09a43931-51b9-4f7a-a1c1-a7e7ea36b229", + "id": "9f80d254-5267-4e10-a289-060c1ff714f0", "name": "Preview form definition data source.", "request": { "name": "Preview form definition data source.", @@ -83124,7 +83124,7 @@ }, "response": [ { - "id": "e5f25bf8-3946-4bb1-b308-458b290c67db", + "id": "16585d9c-eb8a-47d2-a483-20b0648ef247", "name": "Returns a preview of a form definition data source", "originalRequest": { "url": { @@ -83219,7 +83219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2291befd-c016-4bbd-9f34-03914a8942e7", + "id": "49685fac-616b-4b90-8126-37f0e0f2c685", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -83309,12 +83309,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0f8ef7d7-2bb0-4fd4-be7a-e7f542f36687", + "id": "b5522ee6-a7f7-45aa-8365-e8750c664ad2", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -83404,12 +83404,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f508faea-0059-44c8-b2b9-9e14903fdb19", + "id": "dddb4589-b088-4160-846c-2875c36a3f0d", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -83499,12 +83499,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "233ae67d-4e07-4681-a0e8-6e3b6bc015d6", + "id": "4b34056f-5ef3-478d-b76f-e5460756ed70", "name": "An error with the item not found", "originalRequest": { "url": { @@ -83594,12 +83594,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9cbe355b-a3d7-4de5-bce1-7f9a3ae51bf4", + "id": "0c8ec492-adef-4b15-bf0a-81fdae005aa3", "name": "Too many requests", "originalRequest": { "url": { @@ -83694,7 +83694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6d0ac44-5e34-46a4-a887-189dc8b95d4c", + "id": "aff64b33-df83-464f-a0c1-d75ccbd42ec2", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -83784,7 +83784,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -83795,7 +83795,7 @@ } }, { - "id": "1d60743b-ae89-4c6c-a0e5-cc2a203feea9", + "id": "13adcd0a-dae5-462e-b1c0-523ed8a89533", "name": "List form definitions by tenant.", "request": { "name": "List form definitions by tenant.", @@ -83871,7 +83871,7 @@ }, "response": [ { - "id": "f86445fa-ba86-4870-a620-b75e1aa77a98", + "id": "3d8184a6-eb0d-43c7-bed9-1cc2263576f0", "name": "Returns a list of form definition objects by tenant used by SP-Config", "originalRequest": { "url": { @@ -83956,12 +83956,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"fugiat labore\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"minim in consectetur\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aute cillum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"labore\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"velit eu incididunt\",\n \"version\": -39719813\n },\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor do ut Ut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor Ut eiusm\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"fugiat aliquip\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"ea sit\",\n \"version\": 89791736\n }\n]", + "body": "[\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aliqua incididunt do nulla\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"id qui nisi Lorem\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Excepteur\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"amet occaecat\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"sit sint commodo\",\n \"version\": 43748599\n },\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"reprehenderit Lorem\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sit esse\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"consequat dolor\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor mollit sunt elit ipsum\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"consequat qui do reprehenderit\",\n \"version\": -76053569\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "79c2a06e-3d91-4869-8b7d-821a5a41c20e", + "id": "9cc89110-421b-4c84-ab10-8d0561260b9b", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -84046,12 +84046,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5ae84219-fa61-4213-809d-6eb1ee714c7e", + "id": "fecc9e8a-0688-4ce1-a5ee-37d89afa1ee4", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -84136,12 +84136,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d08a1a7e-5890-4499-8b20-29566e14c0e1", + "id": "afc3fc50-f625-4f80-8383-77e8773e56e9", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -84226,12 +84226,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5facbb6b-63a8-4db4-b6ef-563fb47862aa", + "id": "a7e9bf61-2d6b-4a62-8e1f-c6cb651eee1a", "name": "Too many requests", "originalRequest": { "url": { @@ -84321,7 +84321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "400788ca-85b5-4629-b735-98c44e06296a", + "id": "a48ab4fe-a006-4cad-a926-9ef76f386253", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -84406,7 +84406,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -84417,7 +84417,7 @@ } }, { - "id": "b741a7b6-a986-45ac-9b46-2b88a96b7ac9", + "id": "90f194c2-c2c5-4aa2-b751-87840d6cef63", "name": "Generate JSON Schema dynamically.", "request": { "name": "Generate JSON Schema dynamically.", @@ -84466,7 +84466,7 @@ }, "response": [ { - "id": "932dc704-3cd9-4ac7-a09c-0d1692f29598", + "id": "4b4b3e23-2f81-4d73-a6cf-95883aa5e7ad", "name": "Returns a form elements dynamic schema", "originalRequest": { "url": { @@ -84532,7 +84532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2960a0b-e763-4116-a0e9-9d4519583f42", + "id": "1f177d28-7cb1-4ee6-9c96-2da292c5962d", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -84593,12 +84593,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7f683546-795c-4f4c-adc4-b5c0666f29e3", + "id": "1bf3af0f-0e6a-4b17-9af4-3ba2760ca6f0", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -84659,12 +84659,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4accd803-b9b8-4dd1-88ed-47238bb3930a", + "id": "f9d9057c-9a28-4fc1-99d6-685ff57a8ec3", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -84725,12 +84725,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "aadc381d-b45d-48ee-adaf-75bc68abf3e8", + "id": "33f19bb5-c7a7-4d38-ace7-f23a6c43591e", "name": "An error with the item not found", "originalRequest": { "url": { @@ -84791,12 +84791,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7d171af1-2a01-4b26-a972-cbdf36227e45", + "id": "e5b20a01-6f4b-4081-95e4-0e290cab9a20", "name": "Too many requests", "originalRequest": { "url": { @@ -84862,7 +84862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5c7d229-20cd-45f6-a28a-a999f34cced9", + "id": "b081a67e-6478-415d-84b2-3a905a56f3c6", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -84923,7 +84923,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -84934,7 +84934,7 @@ } }, { - "id": "85400c4b-a845-4edb-a2b6-f7ac1749a512", + "id": "a5580964-07af-45ec-a58a-507f6d9b07f8", "name": "Import form definitions from export.", "request": { "name": "Import form definitions from export.", @@ -84983,7 +84983,7 @@ }, "response": [ { - "id": "2027320d-df38-465c-a675-cc99eaf8abfb", + "id": "a250223e-ce6a-4cda-819d-919a4728be3d", "name": "Returns statuses of those form definition objects imported", "originalRequest": { "url": { @@ -85044,12 +85044,12 @@ "value": "application/json" } ], - "body": "{\n \"errors\": [\n {\n \"detail\": {\n \"sit_8b\": {}\n },\n \"key\": \"non incididunt ex exercitation i\",\n \"text\": \"nisi officia\"\n },\n {\n \"detail\": {\n \"magna141\": {}\n },\n \"key\": \"deserunt\",\n \"text\": \"ad qu\"\n }\n ],\n \"importedObjects\": [\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ut nulla consequat ipsum amet\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"temp\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"incididunt sint\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nostrud veniam et ad exercitation\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"dolore consectetur\",\n \"version\": -64196821\n },\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"irure non enim consequat et\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"qui Duis\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sed Duis ut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"cupidatat minim veniam sed\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"repr\",\n \"version\": -29444909\n }\n ],\n \"infos\": [\n {\n \"detail\": {\n \"ullamco_629\": {},\n \"in5\": {},\n \"irure_b\": {}\n },\n \"key\": \"sint dolor\",\n \"text\": \"aliquip \"\n },\n {\n \"detail\": {\n \"sunt_0e9\": {},\n \"elite\": {},\n \"dolore_4\": {}\n },\n \"key\": \"irure fugiat exercitation ad\",\n \"text\": \"nisi Lorem aliquip\"\n }\n ],\n \"warnings\": [\n {\n \"detail\": {\n \"Duis_d\": {}\n },\n \"key\": \"est deserunt amet non\",\n \"text\": \"nulla \"\n },\n {\n \"detail\": {\n \"exaca\": {}\n },\n \"key\": \"sit ut nisi in\",\n \"text\": \"est Ut esse sunt\"\n }\n ]\n}", + "body": "{\n \"errors\": [\n {\n \"detail\": {\n \"commodo_89d\": {},\n \"minim_ea1\": {}\n },\n \"key\": \"ull\",\n \"text\": \"deserunt dolor laboris dolore nulla\"\n },\n {\n \"detail\": {\n \"cupidatat3\": {}\n },\n \"key\": \"aliqua Lorem amet\",\n \"text\": \"in dolor sed sint\"\n }\n ],\n \"importedObjects\": [\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aliquip Ut ipsum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"veniam in minim cillum non\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sint\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in laboris elit reprehenderit\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"enim officia\",\n \"version\": -17954321\n },\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180867624cbd7017642d8c8c81f67\",\n \"name\": \"Grant Smith\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"61940a92-5484-42bc-bc10-b9982b218cdf\",\n \"name\": \"Access Request Form\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aliqua sint do\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"proident fugiat deserunt\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"exercitation aliqua laborum anim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"pariatur id nisi\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"qui sint\",\n \"version\": -64856767\n }\n ],\n \"infos\": [\n {\n \"detail\": {\n \"voluptatef\": {}\n },\n \"key\": \"eiusmod voluptate sed pariatur\",\n \"text\": \"in cupidatat Ut amet reprehenderit\"\n },\n {\n \"detail\": {\n \"nostrud_40f\": {},\n \"eu__\": {},\n \"incididunt_320\": {},\n \"nulla_38\": {}\n },\n \"key\": \"ut consequat voluptate ipsum\",\n \"text\": \"in\"\n }\n ],\n \"warnings\": [\n {\n \"detail\": {\n \"qui_fec\": {},\n \"culpaa7f\": {}\n },\n \"key\": \"exercitation fugiat\",\n \"text\": \"ea\"\n },\n {\n \"detail\": {\n \"esse_d31\": {}\n },\n \"key\": \"id veniam dolor\",\n \"text\": \"Lorem ut et\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5408e6e1-870e-4292-a145-532d1eaa5ffc", + "id": "00af7c8f-b312-4da1-9588-05647aa502c1", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -85110,12 +85110,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d8ffbdaf-2947-4bbd-8879-9b6c8d38955e", + "id": "b2069b83-e52f-4c9a-b1cd-a6784c173030", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -85176,12 +85176,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5a2854ea-7182-403e-81d4-bb768b079170", + "id": "302b9825-59b5-4c6c-b2f6-3a7ba75e80aa", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -85242,12 +85242,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9b2983e3-c35c-4f5f-8802-81ef7841fc16", + "id": "36e0fdd6-ff4b-472e-b05c-e3181ff3180a", "name": "Too many requests", "originalRequest": { "url": { @@ -85313,7 +85313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "509c9254-bcb9-4477-9844-2d372bf01c2b", + "id": "c41b6812-994b-4137-8abd-419baceca936", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -85374,7 +85374,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -85385,7 +85385,7 @@ } }, { - "id": "57f9f5de-8a90-423a-9e67-d8726bb67557", + "id": "d98e7eed-b76f-4da3-b41f-914dcf139386", "name": "Upload new form definition file.", "request": { "name": "Upload new form definition file.", @@ -85453,7 +85453,7 @@ }, "response": [ { - "id": "b1b7345a-7406-482f-bc5b-a4260fcad1ff", + "id": "ed0e74a1-caa7-4263-9008-f8dd4adea445", "name": "Returns a new form definition file", "originalRequest": { "url": { @@ -85524,7 +85524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0e7e817-c3ed-4189-919f-c5b286194800", + "id": "599b45f5-1bce-45a2-ba74-c76504a0f376", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -85590,12 +85590,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "00b6a822-a7c7-40f8-96ed-dd3f5231b8f3", + "id": "9dc89fec-b055-4b38-82dd-6961d2819e3e", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -85661,12 +85661,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f08a7890-e624-47b5-baa4-e486046f0449", + "id": "13fcdf05-aae7-47d6-b37b-c3dc742776e3", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -85732,12 +85732,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "80e57989-ab03-4bab-92cb-899cc72a1cd4", + "id": "b99b4448-04bf-40d8-b88d-54e381ca590f", "name": "An error with the item not found", "originalRequest": { "url": { @@ -85803,12 +85803,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "300f07f3-dc88-46ce-8f5d-40d263fc4e4d", + "id": "dd636371-2b29-432a-8be2-b738ada4e78f", "name": "An error with payload size too large", "originalRequest": { "url": { @@ -85874,12 +85874,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5142baa9-9be4-4a00-8b60-1e6e995557f2", + "id": "a50b5824-bb6a-4f9e-ab17-8134aa28ba99", "name": "An error with unsupported media type", "originalRequest": { "url": { @@ -85945,12 +85945,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "df150446-5b70-4ad1-aa3e-2f9d0793d584", + "id": "797ae569-3a2b-4756-b116-97b24abde347", "name": "Too many requests", "originalRequest": { "url": { @@ -86021,7 +86021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "040a738f-1d54-4fd1-b3f1-aff3cbc70639", + "id": "fa5f3b10-5130-4267-bf23-ae865929113c", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -86087,12 +86087,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fa8d1d7a-e07b-41ee-b1c4-413599c2605f", + "id": "9935789d-5906-4da4-b74f-4f3c9fc28a23", "name": "An external service is not available", "originalRequest": { "url": { @@ -86158,7 +86158,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -86169,7 +86169,7 @@ } }, { - "id": "ae62446e-b4ea-4595-8072-a86e021e212e", + "id": "9a78e15d-7f03-4e4d-b0fc-05abc653c288", "name": "Download definition file by fileId.", "request": { "name": "Download definition file by fileId.", @@ -86228,7 +86228,7 @@ }, "response": [ { - "id": "5fe2b24d-57ba-4b2d-a703-69afef608dce", + "id": "8bed1e49-d6f1-452f-9674-6e698e47d86b", "name": "Returns a file that is referred to by fileID and associated with the formDefinitionID", "originalRequest": { "url": { @@ -86278,12 +86278,12 @@ "value": "application/json" } ], - "body": "ipsum", + "body": "veniam ex magn", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "03d4add4-1242-480b-9585-b6c8dffe4eda", + "id": "439bcb08-b1ad-4121-a46f-3d1e534daf8e", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -86333,12 +86333,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7314873a-8c06-406e-bf54-df2eb17a0679", + "id": "8ca68ff0-6f10-4650-975e-36ab5f080fd6", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -86388,12 +86388,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e40cb73c-bf94-409c-bdb1-e5d21f63138c", + "id": "3406923c-18ff-44d5-87cc-7082057184a8", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -86443,12 +86443,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5af858b9-c90a-4c2c-93ae-a13f5f73dc29", + "id": "c373993f-177b-4b99-a945-6e3275790e61", "name": "An error with the item not found", "originalRequest": { "url": { @@ -86498,12 +86498,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "24dfedd1-b217-4856-9414-95f72b6429cc", + "id": "6ffa0e23-6fcf-4248-b958-3ff5771e9286", "name": "Too many requests", "originalRequest": { "url": { @@ -86558,7 +86558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc06a7af-ec5c-47b3-9f9c-e3dce8751711", + "id": "7e1f3dfb-3ef6-40f3-acc2-40b0f45d430a", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -86608,12 +86608,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8a3c157f-6ae5-402a-a9ae-a6bf3e7b9904", + "id": "cca229a9-be9d-4665-9bec-5f9bed342fd6", "name": "An external service is not available", "originalRequest": { "url": { @@ -86663,7 +86663,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -86674,7 +86674,7 @@ } }, { - "id": "c0ed7fce-7a26-451d-a3d0-69ede1611610", + "id": "0f1d3756-d0ba-461f-b7c5-4e3c8d92c544", "name": "List form instances by tenant.", "request": { "name": "List form instances by tenant.", @@ -86712,7 +86712,7 @@ }, "response": [ { - "id": "c5ed72d2-33f5-47b3-91a7-807515b2b61f", + "id": "2e13390c-73b5-4bc3-8bee-56a00daf2d3b", "name": "Returns a list of form instances by tenant", "originalRequest": { "url": { @@ -86759,12 +86759,12 @@ "value": "application/json" } ], - "body": "{\n \"count\": 1,\n \"results\": [\n {\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"enim in pariatur sit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aliqua in Ut officia\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ad non dolor laborum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"veniam laboris id eu ipsum\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"49841cb8-00a5-4fbd-9888-8bbb28d48331\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"06a2d961-07fa-44d1-8d0a-2f6470e30fd2\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n },\n {\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"est tempor ad magna\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"non eu\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aliquip\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"velit\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"49841cb8-00a5-4fbd-9888-8bbb28d48331\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"06a2d961-07fa-44d1-8d0a-2f6470e30fd2\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n }\n ]\n}", + "body": "{\n \"count\": 1,\n \"results\": [\n {\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Lorem voluptate sit nulla pariatur\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"exercitation mollit in\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Excepteur tempor\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"anim qui quis\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"49841cb8-00a5-4fbd-9888-8bbb28d48331\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"06a2d961-07fa-44d1-8d0a-2f6470e30fd2\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n },\n {\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"culpa in\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor culpa\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"occaecat ex ad\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"voluptate i\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"49841cb8-00a5-4fbd-9888-8bbb28d48331\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"06a2d961-07fa-44d1-8d0a-2f6470e30fd2\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bb79c5f8-7599-4cef-b2cd-ed9b8e6e036f", + "id": "c89a2cfb-ff86-449d-a243-54ce243afc64", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -86811,12 +86811,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a9318642-bd53-4a3e-a0ef-e5fedac8bf2c", + "id": "edafdee1-2c9a-4fff-b7db-b7afe5fd0a6a", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -86863,12 +86863,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "69d0f413-1110-484c-b67d-5b86b4cf497f", + "id": "3671cd3e-fc68-4e45-984d-fcd7fbec9136", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -86915,12 +86915,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d501249e-e301-407d-99da-bb4ba1aff85e", + "id": "28672106-b6f7-4eff-ad19-7aaa5c0d0a7f", "name": "Too many requests", "originalRequest": { "url": { @@ -86972,7 +86972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e184496c-fa9e-4075-b937-b885a805d2ef", + "id": "ff688c0a-c939-4134-b986-6c4636125c07", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -87019,7 +87019,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -87030,7 +87030,7 @@ } }, { - "id": "184463b4-c74a-4433-8c2b-b8488f289c6c", + "id": "fa7f9ddf-971e-44e4-b528-3327a8279504", "name": "Creates a form instance.", "request": { "name": "Creates a form instance.", @@ -87078,7 +87078,7 @@ }, "response": [ { - "id": "4b586cbf-dc02-4937-92b0-21ad4cced579", + "id": "04634a81-2ab3-4bdd-8ed4-d2579d7b7058", "name": "Returns a new form instance", "originalRequest": { "url": { @@ -87138,12 +87138,12 @@ "value": "application/json" } ], - "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sed cillum incididunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"exercitation\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nulla non velit culpa\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"deserunt ea\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"49841cb8-00a5-4fbd-9888-8bbb28d48331\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"06a2d961-07fa-44d1-8d0a-2f6470e30fd2\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", + "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in nisi\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in sed fugiat\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"fugiat elit ad\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nostrud nisi qui enim quis\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"49841cb8-00a5-4fbd-9888-8bbb28d48331\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"06a2d961-07fa-44d1-8d0a-2f6470e30fd2\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "96d19991-495f-4bf6-b534-e72e3da485c2", + "id": "b26d4881-80d7-4ecf-8422-8bdc914cef71", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -87203,12 +87203,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "981c2488-539d-4398-842e-a6766338e382", + "id": "c042687b-8397-431b-9d1c-b42584416b70", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -87268,12 +87268,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e7165483-acdf-4658-b708-330ecdab5501", + "id": "d94c1f00-a987-4068-bfb7-559dc094c647", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -87333,12 +87333,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2ad9029f-f81a-40c4-9aec-e390039eef26", + "id": "df94a2d1-9706-43b3-aa40-3d52c23bac5b", "name": "Too many requests", "originalRequest": { "url": { @@ -87403,7 +87403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe6e5392-b77e-49ce-8a15-c687df6f8096", + "id": "2d139032-5c0f-4fe9-a329-12297838a5ce", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -87463,7 +87463,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -87474,7 +87474,7 @@ } }, { - "id": "c76efb32-cf12-4feb-b63d-c76efbcb7011", + "id": "af8689de-6190-496b-88aa-4543c4008103", "name": "Returns a form instance.", "request": { "name": "Returns a form instance.", @@ -87524,7 +87524,7 @@ }, "response": [ { - "id": "16696d4e-85bc-4e70-9f46-0c88988cfd90", + "id": "92c2da61-b071-4f7a-b335-4309612e8944", "name": "Returns a form instance by its key", "originalRequest": { "url": { @@ -87572,12 +87572,12 @@ "value": "application/json" } ], - "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sed cillum incididunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"exercitation\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nulla non velit culpa\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"deserunt ea\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"49841cb8-00a5-4fbd-9888-8bbb28d48331\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"06a2d961-07fa-44d1-8d0a-2f6470e30fd2\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", + "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in nisi\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in sed fugiat\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"fugiat elit ad\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nostrud nisi qui enim quis\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"49841cb8-00a5-4fbd-9888-8bbb28d48331\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"06a2d961-07fa-44d1-8d0a-2f6470e30fd2\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "98adb3ef-093c-4178-890d-db79fdf02bcc", + "id": "10d2f4a4-e1f9-48c3-89ba-983870a7ee24", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -87625,12 +87625,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e3bfb8ae-f671-4ae9-a499-889a7adcba07", + "id": "a72f08b8-1573-4ec2-b7f9-e3df90821118", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -87678,12 +87678,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8bc47ff4-d46d-48e6-a8b9-449416627843", + "id": "9f44d2c1-878d-400f-a726-6dd50c6c9ff8", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -87731,12 +87731,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0f16d9be-4248-44c1-a951-b8566c541ecc", + "id": "4672fa45-667a-4377-8da3-91cbfb878c80", "name": "An error with the item not found", "originalRequest": { "url": { @@ -87784,12 +87784,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7e81d98c-fb87-48d3-833f-f8306c66751a", + "id": "1c088b99-2503-4f25-837b-bd41e01906d9", "name": "Too many requests", "originalRequest": { "url": { @@ -87842,7 +87842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08c5074a-f2e6-47bd-ae6c-b16fbe486f3a", + "id": "213cc950-2be7-49bc-b083-2da3bb7469f9", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -87890,7 +87890,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -87901,7 +87901,7 @@ } }, { - "id": "541b5e66-869b-4f9f-a980-4de76f5d76b8", + "id": "9d4441c3-bcf3-4a73-a0af-5b85a9d5d5fa", "name": "Patch a form instance.", "request": { "name": "Patch a form instance.", @@ -87964,7 +87964,7 @@ }, "response": [ { - "id": "1d62f142-b7ba-4a2b-bf59-5b5658532971", + "id": "e726ef09-22e9-4ed9-b14b-87582e302dbd", "name": "Returns the form instance updated", "originalRequest": { "url": { @@ -88025,12 +88025,12 @@ "value": "application/json" } ], - "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sed cillum incididunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"exercitation\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nulla non velit culpa\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"deserunt ea\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"49841cb8-00a5-4fbd-9888-8bbb28d48331\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"06a2d961-07fa-44d1-8d0a-2f6470e30fd2\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", + "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in nisi\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in sed fugiat\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"fugiat elit ad\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nostrud nisi qui enim quis\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"49841cb8-00a5-4fbd-9888-8bbb28d48331\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": [\n {\n \"validationType\": \"REQUIRED\"\n },\n {\n \"validationType\": \"REQUIRED\"\n }\n ]\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"06a2d961-07fa-44d1-8d0a-2f6470e30fd2\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3cdc53fc-a297-44a4-ba5d-ff911d6ec541", + "id": "cfc2edee-4784-4a1e-9105-613f023f6d27", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -88091,12 +88091,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "54ba8908-f06f-4cdb-8b83-a072762baa59", + "id": "878857e1-ff5e-419a-b3d1-c11d79638cd1", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -88157,12 +88157,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3b059f66-7184-40a5-94d8-009482bb217c", + "id": "b35753de-a550-47a0-ab9d-553ae3cae65f", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -88223,12 +88223,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dc887aa4-36de-456d-abe8-9ae0362233a3", + "id": "cfab4003-d1e5-4702-ba0c-b8dd6785d93f", "name": "An error with the item not found", "originalRequest": { "url": { @@ -88289,12 +88289,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "32634009-37ee-4f44-9c79-9be677a20f23", + "id": "60653e6e-2227-4af6-912f-2e6f1e6e7311", "name": "An error with the request property conflicts with stored", "originalRequest": { "url": { @@ -88355,12 +88355,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ecf1a000-2717-463d-8bf3-e207c56d1cc0", + "id": "89da2ed6-d0b3-4218-bcbd-18f2560c100c", "name": "Too many requests", "originalRequest": { "url": { @@ -88426,7 +88426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6342a2a-51a8-42b1-8662-635c08b01151", + "id": "93c5bd01-a47a-401f-8c21-5a258cd1dd1b", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -88487,7 +88487,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -88498,7 +88498,7 @@ } }, { - "id": "4b27c1b9-561e-4711-85a4-9d677f58e6d3", + "id": "ff570483-f4ad-448a-95f2-517ef4d63154", "name": "Retrieves dynamic data by element.", "request": { "name": "Retrieves dynamic data by element.", @@ -88588,7 +88588,7 @@ }, "response": [ { - "id": "4d095db3-eb95-409f-ba95-e898eefe2a4b", + "id": "39ed99e4-69cb-47fc-9805-8671adca91f2", "name": "Retrieves dynamic data to aid in correctly completing a valid form by form element ID from data source configuration", "originalRequest": { "url": { @@ -88671,7 +88671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95471330-35f9-4bca-8e45-098150887ca6", + "id": "56c86520-30a9-4290-be1c-469a6691fbad", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -88749,12 +88749,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6c1263d5-6c65-4253-96c7-c9891926ecb9", + "id": "80f54358-e220-4f44-8393-7de71f65a98d", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -88832,12 +88832,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1bb53316-ae2b-48c3-a9f0-110525f96fe8", + "id": "201a4721-93f1-45c7-841b-f14b8596bf63", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -88915,12 +88915,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f4d7fe3f-87f3-43c6-b34c-e7c46a16634d", + "id": "2f93b004-7794-48fe-8082-42268a4054bf", "name": "An error with the item not found", "originalRequest": { "url": { @@ -88998,12 +88998,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d7cae869-75bf-4c9d-abe9-175b04491725", + "id": "6c56ccc1-fe0d-4896-94ae-37c7445aacda", "name": "Too many requests", "originalRequest": { "url": { @@ -89086,7 +89086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afb43c19-fe52-4add-8c15-213e1e67e718", + "id": "0c46ce8b-e505-41d5-b60f-b3d245cce52f", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -89164,7 +89164,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -89175,7 +89175,7 @@ } }, { - "id": "bf0bf1de-5735-4ce3-82b7-aa153aff2c7c", + "id": "5db70f38-a726-4a1d-bb44-9ed91ef8a4c8", "name": "Download instance file by fileId.", "request": { "name": "Download instance file by fileId.", @@ -89234,7 +89234,7 @@ }, "response": [ { - "id": "e4e6d504-67ec-4dd3-9678-c0ac541f347c", + "id": "0d2cc0be-b1c0-4164-bc8a-27f0073e38fd", "name": "Returns a file that is referred to by fileID and associated with the formInstanceID", "originalRequest": { "url": { @@ -89284,12 +89284,12 @@ "value": "application/json" } ], - "body": "ipsum", + "body": "veniam ex magn", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8c8b4cee-b956-47e0-8c5a-28e18ac1f7ad", + "id": "4fadbe6c-968e-417f-905d-c87e11509554", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -89339,12 +89339,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "834ce10d-11e7-496b-a695-b27c27a730d5", + "id": "0b913057-7405-4f69-a840-607065b5c4c8", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -89394,12 +89394,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4d94046b-83c9-4668-aec5-0a81b3fc6635", + "id": "d85fe393-251d-4465-aa2a-1d63714d5d50", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -89449,12 +89449,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "93b7a019-c8fb-4c66-9e25-0c92134f869a", + "id": "f6e6e69d-3862-4004-b1f7-e0acb83b594d", "name": "An error with the item not found", "originalRequest": { "url": { @@ -89504,12 +89504,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "25e227e9-3624-4515-a690-2995de18877a", + "id": "3c693917-9c1a-4d6b-bc38-b408f4075756", "name": "Too many requests", "originalRequest": { "url": { @@ -89564,7 +89564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62328979-26c3-49f2-aa34-70a6e89f7a20", + "id": "1d78e02f-68a5-4b10-a3a8-c2dae233d8c0", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -89614,12 +89614,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b377d224-c063-4bc9-9699-39164eaa6bda", + "id": "93a098d1-1ac5-4242-9b46-11f64c4f835a", "name": "An external service is not available", "originalRequest": { "url": { @@ -89669,7 +89669,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -89680,7 +89680,7 @@ } }, { - "id": "555cec83-cb66-4368-8695-20a31ec45d64", + "id": "deb44df2-7869-495a-a75d-494b786e74dc", "name": "List predefined select options.", "request": { "name": "List predefined select options.", @@ -89719,7 +89719,7 @@ }, "response": [ { - "id": "f14c713e-564e-4b15-97d3-911c0b345b1e", + "id": "bd51c068-d1c0-478c-8306-e3d4e9909d31", "name": "Returns a list of available predefined select options", "originalRequest": { "url": { @@ -89772,7 +89772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19a3b641-ba57-4fa7-986c-d9bc87ec4c44", + "id": "7af059d2-0c6d-4f26-928a-65600e113e5c", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -89820,12 +89820,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "73ce4002-915d-426e-a982-7cf9392de428", + "id": "bdfcc390-9113-4940-994e-9144a5572dc2", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -89873,12 +89873,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c4f5071c-e577-42e9-aa80-2e2dc3c4d08b", + "id": "844c6c5c-685f-497d-b9a5-fb3468a4e36f", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -89926,12 +89926,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a5d3ae4d-4f12-4e7a-90b7-6f3aa6b4c433", + "id": "291e047e-ee05-4699-9e7c-eb876f583b21", "name": "Too many requests", "originalRequest": { "url": { @@ -89984,7 +89984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c317fcbc-cf76-46b6-84df-e1c63fe2ab74", + "id": "2847d45f-f330-4163-b6c7-645ff53377d1", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -90032,7 +90032,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"velit i\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -50644337,\n \"trackingId\": \"aliqua\"\n}", + "body": "{\n \"detailCode\": \"do Ut sint in\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 42515793,\n \"trackingId\": \"nostrud ex do sint\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -90049,7 +90049,7 @@ "description": "Use this API to implement custom password instruction functionality.\nWith this functionality in place, administrators can create custom password instructions to help users reset their passwords, change them, unlock their accounts, or recover their usernames.\nThis allows administrators to emphasize password policies or provide organization-specific instructions.\n\nAdministrators must first use [Update Password Org Config](https://developer.sailpoint.com/docs/api/beta/put-password-org-config/) to set `customInstructionsEnabled` to `true`.\n\nOnce they have enabled custom instructions, they can use [Create Custom Password Instructions](https://developer.sailpoint.com/docs/api/beta/create-custom-password-instructions/) to create custom page content for the specific pageId they select.\n\nFor example, an administrator can use the pageId forget-username:user-email to set the custom text for the case when users forget their usernames and must enter their emails.\n\nRefer to [Creating Custom Instruction Text](https://documentation.sailpoint.com/saas/help/pwd/pwd_reset.html#creating-custom-instruction-text) for more information about creating custom password instructions.\n", "item": [ { - "id": "9895c5a2-7cd3-4626-95e4-e27a0f462917", + "id": "941cd2d1-9bf9-49ab-854a-e12ac8bbecd0", "name": "Create Custom Password Instructions", "request": { "name": "Create Custom Password Instructions", @@ -90100,7 +90100,7 @@ }, "response": [ { - "id": "7c0918f7-a81c-4af2-8b5e-1eafbfe72025", + "id": "54745a69-bb4d-4612-9226-3443be3c15b9", "name": "Reference to the custom password instructions.", "originalRequest": { "url": { @@ -90165,7 +90165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b01a52da-914a-4789-affe-3531393b0794", + "id": "5d5ff402-fda7-41db-93b3-d1358743934d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90230,7 +90230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60724f21-22d9-460f-8965-7e05c8ff7ca6", + "id": "06f13abe-51f8-4270-b623-645938c0b23c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90295,7 +90295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a21e259a-8d6e-4a51-a1d3-7445e1aaab30", + "id": "e0ade3a3-f3bb-45a9-982e-048e2a69e7a8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90366,7 +90366,7 @@ } }, { - "id": "1fafe9d9-4b06-4f9a-a254-5e4412b8eaad", + "id": "1c849900-3d2f-4bc6-b429-1d2c82e490a3", "name": "Get Custom Password Instructions by Page ID", "request": { "name": "Get Custom Password Instructions by Page ID", @@ -90390,7 +90390,7 @@ "type": "text/plain" }, "key": "locale", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [ @@ -90426,7 +90426,7 @@ }, "response": [ { - "id": "5ad1c208-1392-4648-bae4-45dcdee7898c", + "id": "55eec08e-0a31-46ef-a930-17b5462dbb6d", "name": "Reference to the custom password instructions.", "originalRequest": { "url": { @@ -90445,7 +90445,7 @@ "type": "text/plain" }, "key": "locale", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -90489,7 +90489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c1b76f8-4b48-4ef7-a779-955b9d684032", + "id": "8b60905c-7a5e-4dd0-9c3f-4baa51ec89e5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90508,7 +90508,7 @@ "type": "text/plain" }, "key": "locale", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -90552,7 +90552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "758c4a96-9839-48ee-9877-2f309babc1d8", + "id": "1beade02-27aa-4bfc-8ff9-46d9df6a0f2d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90571,7 +90571,7 @@ "type": "text/plain" }, "key": "locale", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -90615,7 +90615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c25261ed-416b-4d90-bd03-e17f35d28fa2", + "id": "eebb3708-61d6-4b25-b0e2-89745a10e596", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -90634,7 +90634,7 @@ "type": "text/plain" }, "key": "locale", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -90678,7 +90678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e04cd991-97de-4d22-a0e1-844d828e77d7", + "id": "4dcfb757-c367-4da3-96f2-5b0c3a942a0f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90697,7 +90697,7 @@ "type": "text/plain" }, "key": "locale", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -90747,7 +90747,7 @@ } }, { - "id": "7de5f5ec-27c5-4867-b577-a932fff6a97a", + "id": "33145e82-87ba-4bbc-9f5f-6109f27d4d95", "name": "Delete Custom Password Instructions by page ID", "request": { "name": "Delete Custom Password Instructions by page ID", @@ -90771,7 +90771,7 @@ "type": "text/plain" }, "key": "locale", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [ @@ -90807,7 +90807,7 @@ }, "response": [ { - "id": "9eae1094-5188-4beb-a376-336e47bff6e4", + "id": "86cf8130-9c60-413f-a082-a754008a8208", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -90826,7 +90826,7 @@ "type": "text/plain" }, "key": "locale", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -90860,7 +90860,7 @@ "_postman_previewlanguage": "text" }, { - "id": "68db9e44-da66-4ff5-9896-841fb13c5640", + "id": "c2cecd44-b11f-4a1d-94a2-ea3b0238c85d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90879,7 +90879,7 @@ "type": "text/plain" }, "key": "locale", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -90923,7 +90923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7afd7bf0-63c7-4937-852f-cf54e5531a15", + "id": "5d8d9cbf-1b3d-4952-91b1-4b7ca018ac33", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90942,7 +90942,7 @@ "type": "text/plain" }, "key": "locale", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -90986,7 +90986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebbdde9c-8e66-4885-acb4-dcd5fcd03f5c", + "id": "8ae900bf-3190-469a-83af-b7a814329fd9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -91005,7 +91005,7 @@ "type": "text/plain" }, "key": "locale", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -91049,7 +91049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4758ada-4c80-4a90-9b14-4533904f6b81", + "id": "137c2119-c8c7-4cfb-9367-8dacce257be1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91068,7 +91068,7 @@ "type": "text/plain" }, "key": "locale", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -91124,7 +91124,7 @@ "description": "Use this API to implement and customize dynamic role functionality. With this functionality in place, administrators can create dimensions and configure them for use throughout Identity Security Cloud. Identity Security Cloud can use established criteria to automatically assign the dimensions 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. Entitlements represent the most granular level of access in Identity Security Cloud.\nAccess profiles represent the next level and often group entitlements. Dimension represent access selectively based on the evaluation of contextual information that is available or provided. Each Dimension include context attributes and access selection expressions which map criteria to access right assignments. Each dimension can contain up to 5 context attributes. Dynamic Access Roles represent the broadest level of access and often group access profiles ,entitlements and dimensions.Each Dynamic Access Role may contain one or more Dimensions.", "item": [ { - "id": "169cb5b5-bd91-4c12-9abd-16e814e107cf", + "id": "6d99799a-8320-4630-9582-3401ae4b08ce", "name": "List Dimensions", "request": { "name": "List Dimensions", @@ -91221,7 +91221,7 @@ }, "response": [ { - "id": "210bbbfa-da3c-4159-81a9-91eacb3b4503", + "id": "475b8d4b-39d7-4c57-8295-ce3bbe94a979", "name": "List of Dimensions", "originalRequest": { "url": { @@ -91321,7 +91321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "487bb424-1f64-43fd-aaac-7f64f4de00e7", + "id": "1265832c-29d0-43d9-94df-53f08be2536d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91421,7 +91421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68b7038b-bb40-4597-87a4-d12219258208", + "id": "3706da55-3a80-4901-ba00-2dfeee75266b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91521,7 +91521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdef1037-5b02-455a-b943-cc5e8d08d8df", + "id": "12623707-2b8e-4cd4-b43e-a349b2680df7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91621,7 +91621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7779198e-0039-46f5-924c-0744fa17b034", + "id": "df2b46e2-78d9-41dc-a975-a8de152b8168", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -91721,7 +91721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ce7bf2d-8960-46b8-98ce-2c3c5ec97fa1", + "id": "148d1cf5-ee0f-4af4-9abf-ae4cba9418b3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91827,7 +91827,7 @@ } }, { - "id": "166001fd-c2b1-46d6-82bc-19595f4c1d4d", + "id": "87729b0a-4b63-4863-921a-c51f76653978", "name": "Create a Dimension", "request": { "name": "Create a Dimension", @@ -91882,7 +91882,7 @@ }, "response": [ { - "id": "a274a026-d2b0-44f0-b227-08833d4d9c6d", + "id": "b7902fc7-d1c7-4b1a-b144-4d24fa35d967", "name": "Dimension created", "originalRequest": { "url": { @@ -91940,7 +91940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ac28509-9827-45c3-9a1a-144fc814c22d", + "id": "085b7c8e-2cff-4495-b57c-a767023b6a8f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91998,7 +91998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57e9bade-c65c-445d-a1e8-4484301a470e", + "id": "ac8e227c-314d-4435-91ca-6268b90a3455", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -92056,7 +92056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "848ca5b4-2ea7-4eff-be55-afc9c259adf2", + "id": "746e4960-2a03-45d5-8729-ac9ab27c68b0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92114,7 +92114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3c7eace-2053-430c-aba4-2323cdbd84ea", + "id": "efdf81a6-4792-4e97-a131-ef813b3923d2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92172,7 +92172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6407ca77-0a88-4e26-8044-cbb7dc63e9a6", + "id": "1d42fbe9-3215-4b64-ab79-8fa30c9b769e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92236,7 +92236,7 @@ } }, { - "id": "bea535c3-e3f1-40c5-b918-192ab6d149b3", + "id": "9b4b12b3-928a-4d40-8eb3-4213c39049ec", "name": "Get a Dimension under Role.", "request": { "name": "Get a Dimension under Role.", @@ -92289,7 +92289,7 @@ }, "response": [ { - "id": "1b189cd5-18fc-4fbf-827b-e166586b76e4", + "id": "ea79eac4-5881-4e88-b682-41933357f2a2", "name": "Dimension", "originalRequest": { "url": { @@ -92335,7 +92335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b3839bc-c473-4db7-ba64-4aca81caff2b", + "id": "6fcc5af6-0ffe-4140-b647-6cdccba34c15", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92381,7 +92381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1988b845-ab63-411a-9bd0-a34f39a7fee9", + "id": "4f2d9684-1e93-4dae-86d7-69f2900cd580", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -92427,7 +92427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c712ca75-dab8-4915-8677-d597d3c8421c", + "id": "b536ef4f-ef22-4d1f-9bd4-d081361ee16e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92473,7 +92473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "748419ca-f248-4fb1-a0c7-2b161bebd10b", + "id": "1f751827-79ae-4666-b96d-898d34cf4c88", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92519,7 +92519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4212f4c3-2b3e-416b-b4b3-0f8b610ee6eb", + "id": "7c4bc6bc-5595-46fe-99ed-8d9164f2e4fc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92571,7 +92571,7 @@ } }, { - "id": "8b6d2d55-0762-4bbc-a340-62e401c410b8", + "id": "4de7f9c5-3cd2-4162-9d12-2e4e2aaf6ddf", "name": "Patch a specified Dimension", "request": { "name": "Patch a specified Dimension", @@ -92637,7 +92637,7 @@ }, "response": [ { - "id": "dbc5095d-6e59-4c15-9c6e-4f0c369ee518", + "id": "b34fdc94-4e6b-4162-9636-df7eb329d9ff", "name": "Update a Dimension name and description field in One Call", "originalRequest": { "url": { @@ -92696,7 +92696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11a54214-9e1c-4179-92c5-1e429e7bc1c7", + "id": "0ce23ed8-99c6-452f-8deb-f4d314882b73", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -92755,7 +92755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8b74bb9-3f91-4ba5-992e-1f59f59cd408", + "id": "71c46f89-75ec-4563-8bc4-664c1b7cb2c9", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -92814,7 +92814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afcbc770-93ec-4491-9587-f01ef686b9f9", + "id": "f479f782-be6f-45bb-8bb3-f31fb1c1c59d", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -92873,7 +92873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80fb4b1b-eca8-411a-bf66-c51ec982d900", + "id": "4b91f97f-357d-4153-80c9-2c9253c24cec", "name": "Update a Dimension name and description field in One Call", "originalRequest": { "url": { @@ -92932,7 +92932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f139bc2-e01e-4683-b932-b252cc6e5ae8", + "id": "c2d9ddb1-d22e-49ad-8545-32922cbd8a1b", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -92991,7 +92991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b1607e9-9199-40b9-93df-d44c6ee64c99", + "id": "b37e5a20-3cd7-4591-8f0f-c0aabd12be82", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -93050,7 +93050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "881f158c-cf56-47c9-8f80-1188a203e99f", + "id": "f8837433-833d-4832-bf71-17035888240a", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -93109,7 +93109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f44be224-a87c-4c5a-bde4-796ab855ad79", + "id": "7333f932-1d83-499f-a3b7-e696e6a845dd", "name": "Update a Dimension name and description field in One Call", "originalRequest": { "url": { @@ -93168,7 +93168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca5188e9-e2bd-4d93-b32a-7533fe44dda4", + "id": "19ab899b-58a5-434a-944b-e9f35d3ac9b0", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -93227,7 +93227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c55ca0b4-2dbb-4924-a363-c50eda55bbef", + "id": "0e6e9611-5240-4a1c-b83b-d43130816827", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -93286,7 +93286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b31e4c3-187e-4b03-9c18-b14b19140e46", + "id": "9cea62cd-90ec-4475-800c-85c018ce51bb", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -93345,7 +93345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8114d8e-ef7c-43d4-968d-29c7ceae9e60", + "id": "74479221-b0c6-45d2-be89-f1be6ea93455", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -93404,7 +93404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f5b5e1e-ee49-4176-9fad-6facb8c06eb9", + "id": "cfb8c42f-f04a-4d1e-ad7a-d79459d578ca", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -93463,7 +93463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97361497-02bb-4795-ad8c-fa8ec7e585b7", + "id": "ef9a960a-cb1f-4bae-ae22-aa1b451ecd89", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -93522,7 +93522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72ddcb91-deec-424c-bf25-9927cd61c9d0", + "id": "cfe8c620-7caa-4f2a-a033-d1ee17011c4d", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -93581,7 +93581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a4e8bec-552b-4621-812a-5fb331412798", + "id": "beb174ed-8599-4912-af3a-b67b0739f344", "name": "Update a Dimension name and description field in One Call", "originalRequest": { "url": { @@ -93640,7 +93640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5cd2676-36dc-4fbb-a1cf-5bbeb0366601", + "id": "933c9bc5-d712-42e9-b96b-9b2099ccd12e", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -93699,7 +93699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b0900b6-707a-42ad-a6c7-9e38fb7c9841", + "id": "4b26bae7-2b96-4826-8556-c6d22ed5dc73", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -93758,7 +93758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ce0fe8b-53ce-4830-b334-f04baf992208", + "id": "e0fe64ff-8cd4-43a2-96c5-0d021d37c0f7", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -93817,7 +93817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0153e25-fb13-49c1-a0f3-6b3510ee47bf", + "id": "6505186e-776c-4a42-afda-0e0731f07491", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -93876,7 +93876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc894b9d-e6f5-4416-a9eb-ae4e02313b05", + "id": "c655c472-d111-4b43-bc22-7dc311bc05cf", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -93935,7 +93935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d9f551c-f001-4347-b835-fee766e2bdf0", + "id": "55400e0a-b2a6-44a2-aada-ac073e5abaef", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -93994,7 +93994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "737c1c4f-ace5-44c7-88a6-c1ee5ecc1ff0", + "id": "a7b7380a-bc30-402f-9d34-443fa0122445", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -94059,7 +94059,7 @@ } }, { - "id": "2f387a25-a517-4f5f-bc26-0700572e6321", + "id": "8c57d638-3e60-4897-be01-ff162285c9c0", "name": "Delete a Dimension", "request": { "name": "Delete a Dimension", @@ -94112,7 +94112,7 @@ }, "response": [ { - "id": "101b737d-bfcd-4c2a-8d28-963046890c42", + "id": "44868337-0ee8-4db9-a0d0-20999954ca73", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -94148,7 +94148,7 @@ "_postman_previewlanguage": "text" }, { - "id": "86da3321-1884-47b7-9621-ecad7b839a3b", + "id": "02ee1015-d6b3-4f03-aa94-54162bd10c46", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94194,7 +94194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "030b5fd7-4bab-47c9-bf2a-2d047fd7e480", + "id": "ee6711a3-743b-453d-8928-010ca1850885", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94240,7 +94240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8375568-0fdd-4b93-9665-1bafeb0ca26c", + "id": "b945dedd-4415-4547-bf95-897ad40b9a99", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94286,7 +94286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be007573-b478-4316-8ddb-6ddfbd45ae99", + "id": "c9879654-e0df-4231-8485-c06e2fcf6a74", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -94332,7 +94332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62304e34-f1af-4bb4-a4e3-323943e1e7f9", + "id": "0eb30cbe-b77b-46b9-a39f-855da11b228c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94384,7 +94384,7 @@ } }, { - "id": "2b9c1328-9b08-4dba-ab58-4c3549700889", + "id": "a5277058-d7ed-4e9a-87fd-4094468f9f81", "name": "Delete Dimension(s)", "request": { "name": "Delete Dimension(s)", @@ -94440,7 +94440,7 @@ }, "response": [ { - "id": "11a34f9d-1f87-49c4-90d9-4bbbaff977c4", + "id": "a8f93773-58f9-4d79-9d44-2beeaf5e4448", "name": "Returns an object with the id of the task performing the delete operation.", "originalRequest": { "url": { @@ -94499,7 +94499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b681ba8-0ace-4cc1-8641-08de2c55dffe", + "id": "7fa84baa-a4b0-408e-a9c2-87c04ea19f52", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -94558,7 +94558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88c3f388-6525-4e02-8382-91648230f755", + "id": "c340a8f0-beb4-48f6-9372-393bcfc41a8f", "name": "400.1 Dimension ids limit violation", "originalRequest": { "url": { @@ -94617,7 +94617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9eaaf76b-1102-4d59-8137-733d4db7e45e", + "id": "67023ad9-d6f5-466a-903d-062f2016be94", "name": "400.1.404 Referenced object not found", "originalRequest": { "url": { @@ -94676,7 +94676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ff6bd04-4d37-49b5-aee6-489df1f26bd0", + "id": "331ac655-ee23-45bf-a8d4-2f94d2cdd74a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94735,7 +94735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "097fdf85-776b-4973-bfe2-711e24cf0357", + "id": "1592c686-6612-4255-8861-19be42677ac0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94794,7 +94794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51587a78-aae6-4977-a284-df483bfc7ce5", + "id": "d24fba54-4c4a-4c7e-abfc-3d8ba0695ea7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -94853,7 +94853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63c8cb53-dcef-46c7-8236-d1dc5b7016a6", + "id": "904e4e77-3443-490e-ac8f-8081e3144842", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94918,7 +94918,7 @@ } }, { - "id": "fcc59e37-5a90-4ba3-b78a-b3ff3bf07f9f", + "id": "dd07834f-70f2-47f8-acde-f4835f0a6b27", "name": "List Dimension's Access Profiles", "request": { "name": "List Dimension's Access Profiles", @@ -95018,7 +95018,7 @@ }, "response": [ { - "id": "6392ca41-8848-4640-81bf-5bdea183e47a", + "id": "5907c51f-144d-4b64-b175-c86023f0a780", "name": "List of Access Profiles", "originalRequest": { "url": { @@ -95111,7 +95111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edad3609-c3d5-4e2c-8f57-e91c248d01d5", + "id": "f1d9dfe1-3e9e-4a3f-8535-e0a16b4cd0ef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95204,7 +95204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cb6eb8a-d36f-4106-a757-78461e7ea229", + "id": "e203e0ba-18a3-453d-b059-c07a27736380", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95297,7 +95297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7aa3008-686a-4776-bc79-a079d7d82ff8", + "id": "b188d7e1-120f-493a-86f9-410d1f75c520", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95390,7 +95390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecf2d14e-c2cd-4414-b1c9-30c211bddb61", + "id": "cf1ed175-5e23-41fc-b151-45f5a5e05a0c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -95483,7 +95483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c44c1b3-5af9-41e4-9d0a-b9901dd8b8c2", + "id": "6af4e186-6ada-45c0-b804-889d7d746ea5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95576,7 +95576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "331b7fcd-ad37-4ed2-a1eb-6f7f06c19d65", + "id": "ddc1d1f0-43ec-431d-aa86-7c512466c1c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95675,7 +95675,7 @@ } }, { - "id": "9d1180ed-0fc3-418f-a7f7-0480bef6fb11", + "id": "c3165420-abd9-49e5-8b10-6f85e0c2c75c", "name": "List Dimension's Entitlements", "request": { "name": "List Dimension's Entitlements", @@ -95775,7 +95775,7 @@ }, "response": [ { - "id": "1752e51e-3e92-4599-81b1-c7fba6f363e4", + "id": "7d7010bd-27ee-4b19-bde6-4e1e1abc78c9", "name": "List of Entitlements", "originalRequest": { "url": { @@ -95868,7 +95868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "725b6b68-35e9-4470-ab88-bbad7eb5b648", + "id": "4784002a-7db7-4654-ba73-6c1b3964f261", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95961,7 +95961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34959700-57d2-430c-aeda-53501e6a4634", + "id": "a59b0853-af9b-4d87-8934-498bcc3a985c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96054,7 +96054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe6f328c-7b97-4563-93b9-974c33a4b363", + "id": "fd3a3653-01ab-4688-8dd8-9ee11e26848a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96147,7 +96147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb695b9a-c625-493f-8dc5-884ca0427ccb", + "id": "efb09cf1-b641-438c-bdf6-4984b406b6c8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -96240,7 +96240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26472f5d-60cc-4b6e-aa3f-7e207d384247", + "id": "f96b03d8-c79a-4af7-93a2-d03871247e06", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96350,7 +96350,7 @@ "description": "Use this API to implement and customize entitlement functionality.\nWith this functionality in place, administrators can view entitlements and configure them for use throughout Identity Security Cloud in certifications, access profiles, and roles.\nAdministrators in Identity Security Cloud can then grant users access to the entitlements or configure them so users themselves can request access to the entitlements whenever they need them.\nWith a good approval process, this entitlement functionality allows users to gain the specific access they need on sources quickly and securely.\n\nEntitlements represent access rights on sources.\nEntitlements are the most granular form of access in Identity Security Cloud.\nEntitlements are often grouped into access profiles, and access profiles themselves are often grouped into roles, the broadest form of access in Identity Security Cloud.\n\nFor example, an Active Directory source in Identity Security Cloud can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nAn administrator can then create an even broader set of access in the form of a role grouping the 'AD Developers' access profile with another profile, 'GitHub Developers,' grouping entitlements for the GitHub source.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nWhen users need both the 'AD Developers' access profile and the 'GitHub Developers' access profile, they can request access to the role grouping both.\n\nAdministrators often use roles and access profiles within those roles to manage access so that users can gain access more quickly, but the hierarchy of access all starts with entitlements.\n\nAnywhere entitlements appear, you can select them to find more information about the following:\n\n- Cloud Access Details: These provide details about the cloud access entitlements on cloud-enabled sources.\n\n- Permissions: Permissions represent individual units of read/write/admin access to a system.\n\n- Relationships: These list each entitlement's parent and child relationships.\n\n- Type: This is the entitlement's type. Some sources support multiple types, each with a different attribute schema.\n\nIdentity Security Cloud uses entitlements in many features, including the following:\n\n- Certifications: Entitlements can be revoked from an identity that no longer needs them.\n\n- Roles: Roles can group access profiles which themselves group entitlements. You can grant and revoke access on a broad level with roles. Role membership criteria can grant roles to identities based on whether they have certain entitlements or attributes.\n\n- Access Profiles: Access profiles group entitlements.\nThey are the most important units of access in Identity Security Cloud.\nIdentity Security Cloud uses them in provisioning, certifications, and access requests, and administrators can configure them to grant very broad or very granular access.\n\nYou cannot delete entitlements directly from Identity Security Cloud.\nEntitlements are deleted based on their inclusion in aggregations.\n\nRefer to [Deleting Entitlements](https://documentation.sailpoint.com/saas/help/access/entitlements.html#deleting-entitlements) more information about deleting entitlements.\n\nRefer to [Entitlements](https://documentation.sailpoint.com/saas/help/access/entitlements.html) for more information about entitlements.\n", "item": [ { - "id": "2e222555-fbcd-4140-959f-f75f985c9e81", + "id": "205ca754-6214-4f11-be82-b6507fe9011d", "name": "Gets a list of entitlements.", "request": { "name": "Gets a list of entitlements.", @@ -96470,7 +96470,7 @@ }, "response": [ { - "id": "0a87a080-4282-4254-90e4-2fae71c4bfe9", + "id": "c807077c-a7e1-4f50-979f-0acf09b8fdee", "name": "List of entitlements", "originalRequest": { "url": { @@ -96604,7 +96604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b670da75-7c45-4ba7-a01a-79d781f882ea", + "id": "1f06e41a-e289-456f-b10b-e8b0fd8c1300", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96738,7 +96738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c914978-2ec0-4981-abbf-5cd6b425c2d2", + "id": "f5f2dbd5-0cfe-4c22-bfb0-78ad72d561c7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96872,7 +96872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ebef867-f0c5-48d3-9960-a9e72fd355d9", + "id": "91eb942f-b40c-4e61-b15b-ef11709c77ef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97006,7 +97006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f538501e-7724-4a29-bc45-f2816d312e0a", + "id": "24a6f58e-dd02-4662-bd27-de1ac342d836", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97140,7 +97140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23597b21-7ea0-41fb-9777-d88ae3b10ef4", + "id": "d97b56d3-e252-49b4-8ba4-75dae9101364", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97280,7 +97280,7 @@ } }, { - "id": "a384e46e-4386-49d2-910a-a8fee9b242cf", + "id": "cd0cb5dd-2b87-45d1-87fa-ab1c6f174ff3", "name": "Get an entitlement", "request": { "name": "Get an entitlement", @@ -97330,7 +97330,7 @@ }, "response": [ { - "id": "6bd5644b-f914-49ad-9285-2b313624d480", + "id": "7bd789ad-dcda-4310-b0e6-5de43accb723", "name": "An entitlement", "originalRequest": { "url": { @@ -97383,7 +97383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e7ecc87-a162-48c6-810b-d8cba4250d4c", + "id": "bb4edd1c-d963-4417-8dbe-3d859ac37b24", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97436,7 +97436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e63cb89a-b9e8-4fb7-97c3-96a6773949d4", + "id": "8156fcf0-76f5-456b-bc35-ec154888ae0a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97489,7 +97489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "016e1d63-6893-4fc0-bc5b-fdf7b91b7e46", + "id": "a251093b-af38-45a9-9526-a12572a43a3c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97542,7 +97542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e03b933a-d81d-44a7-95cb-4b24b8018956", + "id": "5a6d4404-acf2-4ea3-b3f2-8c6d0c9b44c5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -97595,7 +97595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b5614cf-4fa3-4ae3-a15c-76c74161d6f3", + "id": "0ba38fb2-8d06-4312-912f-79526f04a4db", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97648,7 +97648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f464b66-64da-4c56-a8f8-9ec8e83eb5ac", + "id": "866640f3-d87d-4abf-813e-608c23865c0f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97707,7 +97707,7 @@ } }, { - "id": "f67d0c29-f058-44a5-9582-d67c4bcf31e5", + "id": "0f9e0c3e-c4a1-4470-a723-bc156701e20e", "name": "Patch an entitlement", "request": { "name": "Patch an entitlement", @@ -97770,7 +97770,7 @@ }, "response": [ { - "id": "f3accca6-6baa-4a9c-a89e-7cfcb7e83e63", + "id": "6656908c-3c34-4011-bd29-c18781e1b052", "name": "Make an entitlement requestable and privileged in one call", "originalRequest": { "url": { @@ -97836,7 +97836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf72ce9b-b0e6-4a84-b56a-a3df879ade13", + "id": "0aa15dd7-b310-42f6-9a9b-b8976d9f6a5c", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -97902,7 +97902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43a1f37f-1bda-42a5-a35f-066ce038c3d9", + "id": "f186140d-17e9-41b2-821f-316fbae2cc0a", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -97968,7 +97968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7aab9f03-3e0f-42bf-bca8-a406f6bc70e0", + "id": "b35a4bfd-2b67-4cb7-93c5-e51120aecf50", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -98034,7 +98034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b2a22b6-90a8-4265-a0a8-6ec1b72a97d3", + "id": "40643368-cb47-4afd-b641-fd8ba5c3f957", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -98100,7 +98100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f586447-d718-4296-9b34-2f25c37cad02", + "id": "4e26ef8a-93ae-4984-b43b-65d1132d0251", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -98166,7 +98166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "043faa94-098c-4a0c-873f-53aaf64251c6", + "id": "d12e2302-c0b4-4772-badb-548aa05eca3e", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -98232,7 +98232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a6ee4c4-1df1-4f15-b8f5-c108665e093e", + "id": "aaa62ba0-ed86-4aa2-9b63-ee05a34fc227", "name": "Make an entitlement requestable and privileged in one call", "originalRequest": { "url": { @@ -98298,7 +98298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0dc55cf-63d3-4381-a3f0-94ba13afce09", + "id": "903bd1c2-d9f5-4c82-b8d8-1b9af3b1bff3", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -98364,7 +98364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98678aa3-70f2-4bc2-9dbe-70458b74f259", + "id": "9bd6b2ac-bb6c-4cee-ac60-3f75026f2be3", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -98430,7 +98430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b881fa4-3976-482a-b05d-5637898e37c0", + "id": "cf085e5d-81b0-4381-a83e-3205d6384d40", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -98496,7 +98496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f89b7eb-9238-4a9b-8c64-8e31ce5b83c9", + "id": "57ba24f5-2724-4390-b4a0-4c4642c5941c", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -98562,7 +98562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7727ac93-1509-48fa-b27d-61e63f165dd1", + "id": "37c625f0-c6a5-4fc5-adbe-d584c7251097", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -98628,7 +98628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fedd873d-12ec-4a8f-a565-f1029fee0aa1", + "id": "b91c5ce9-3722-4319-af5a-01372f4c3972", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -98694,7 +98694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7c1e4e5-4590-4ee2-b8b4-238933afc563", + "id": "c085adfe-7ce5-4d38-9d0f-db58d3f0ae43", "name": "Make an entitlement requestable and privileged in one call", "originalRequest": { "url": { @@ -98760,7 +98760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6a12301-833c-4445-aeaa-5ec5b91f51bc", + "id": "eace6b7a-18aa-4331-89d1-c07623f4e493", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -98826,7 +98826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5525f271-ebf6-4855-a0fd-180db7669539", + "id": "4b292ae9-75cc-4d64-b79a-996fe5dcf652", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -98892,7 +98892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a055f9be-031b-4b28-8669-94614ee163e8", + "id": "2f12e642-3a81-4381-8e45-2aafe2dd1696", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -98958,7 +98958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d8779b4-b3f4-49ac-b420-2cecfc5baee4", + "id": "16d557e2-41d1-4075-bd1e-ef09378e1c32", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -99024,7 +99024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f931e08b-8f8d-4f59-b9c7-0f8e71ae6dce", + "id": "bef65596-d90e-4cb2-8d6f-447e9385c5fa", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -99090,7 +99090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae329d66-5160-424c-806f-ce003327a87a", + "id": "57a28664-816e-4f19-8209-17389366cb59", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -99156,7 +99156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0c7b4c3-d329-48c5-83c6-b6b312b2874e", + "id": "0d338fd1-6e2a-4744-87bd-f160a9eae4fa", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -99222,7 +99222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18aa3392-fb5f-4228-b300-28af1eb30027", + "id": "2cba37a6-7c8c-445e-8e48-7184228d5db7", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -99288,7 +99288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47ff10e0-4766-4c6b-9a8b-19868c348608", + "id": "1adc63df-ec32-4d59-93f4-65c713032fec", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -99354,7 +99354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba319141-3bf7-4f0d-8c62-988afc9d7e1c", + "id": "8bc38ffe-4617-4be0-a345-2d9e2ba6b257", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -99420,7 +99420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "422f4fca-9f61-479e-b407-528c5ed66efd", + "id": "4b430bef-cf3f-4bae-a218-e73d1272561f", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -99486,7 +99486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1be0d1fc-fea1-4d60-9ce5-340b9110602e", + "id": "8e863cbc-bc52-4356-8535-3409d62fc562", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -99552,7 +99552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0155b25-c1a2-4814-be7e-b23ca3194ef4", + "id": "b37f4a23-861e-43c0-bad8-36a0883bd0c5", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -99618,7 +99618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7aa9ca04-726f-4e6e-b937-5f9ec86185d1", + "id": "3fe7a560-8d83-481e-b998-29f25d9d7659", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -99684,7 +99684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2726bfc5-b2c6-44e2-b3dc-97aa73490b75", + "id": "a7008775-a6d6-4700-891e-19a5bd712635", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -99750,7 +99750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0099824-715e-4020-b7d7-188ba6137cba", + "id": "d223b085-3cbd-436b-9bd6-00fd2560d129", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -99816,7 +99816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acf2ea58-02e5-436c-a4f9-9fbc196e129f", + "id": "520fe117-9a86-422f-93d4-3a00d2864968", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -99882,7 +99882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "324387bf-3e8d-4811-a9f0-250705e26dbc", + "id": "51ec2c9c-4550-4790-94c2-7a4cc5e751a3", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -99948,7 +99948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4c8f471-5085-414e-a0e8-fb75e59d2ebf", + "id": "dfd8efe3-b8bf-4e8e-b4ed-d9e7ff9c6819", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -100014,7 +100014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30d049b0-2adc-404f-a6dc-2b4fef084e47", + "id": "02c10386-41ac-4eaf-9906-cc648d70cbe1", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -100080,7 +100080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "583e3f40-9d04-439b-b32a-42ba6533cc26", + "id": "ee60fbf6-dbda-499a-bf86-3894d65b6452", "name": "Make an entitlement requestable and privileged in one call", "originalRequest": { "url": { @@ -100146,7 +100146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83bdce50-ee32-4a9d-8ca8-07e30450d5c4", + "id": "c9618da6-0a68-42bd-9fcc-d8a57b14266a", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -100212,7 +100212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76ca59b9-68d0-4cdc-b5a7-adfdb7411d3e", + "id": "f1a3291e-2d5f-4282-a901-57fde49c50df", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -100278,7 +100278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8172998-1c0d-4da8-a101-873ad3d6738b", + "id": "e0ab5ff7-ee7c-45c5-8d1a-d11ebff05596", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -100344,7 +100344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1ac8f79-973b-4497-8f6a-ed0f35065041", + "id": "b95f17c5-138c-40ac-bf4a-8d91b01714b4", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -100410,7 +100410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68db2490-797a-47af-a6f8-c9ab3c7d669d", + "id": "7e4a7ee9-7ee4-4add-8a72-b6c5bbb482e4", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -100476,7 +100476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "943b3f0a-00e1-452f-ba78-ca130733da81", + "id": "1df37414-29a0-45c3-b9f7-9e2393b4c746", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -100542,7 +100542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3ee65e2-9309-44e7-bc80-ffc92f6d20c4", + "id": "378c649e-3cde-4e53-a9dc-4b020c227a0d", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -100608,7 +100608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8600015-6270-4b66-b54b-6a55764d2aad", + "id": "fec8986c-327a-4711-bf58-ecbe8612cff1", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -100674,7 +100674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fedc80f-c9d1-4e18-9fc6-24011324c553", + "id": "cab5f969-01f6-476a-9135-8e4300805fe9", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -100740,7 +100740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e157698a-9b86-42ee-b7cd-782fc0e03e38", + "id": "81aeeece-1664-499c-8750-9b4b31d245c3", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -100806,7 +100806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3296f5ce-96ff-4c6e-8011-c1097943371f", + "id": "1ddc223f-1ced-4840-9053-8fecfb75d318", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -100872,7 +100872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bd093cf-9395-4171-ab20-59d634da049d", + "id": "5e607478-2feb-432b-83c3-49d41367536d", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -100938,7 +100938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c869c0d9-4952-4782-821a-bbda4a8e0d81", + "id": "4d287e63-bd97-4bb5-868c-d2b56c9ba995", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -101010,7 +101010,7 @@ } }, { - "id": "99259673-d8d3-424d-a49b-794bc230b3a6", + "id": "90bca14b-0f91-4411-84e6-0206e34b3853", "name": "List of entitlements parents", "request": { "name": "List of entitlements parents", @@ -101107,7 +101107,7 @@ }, "response": [ { - "id": "cec1e49c-939b-4036-ae60-2e54f6594a01", + "id": "65b8b62e-f4c0-4182-8dc4-30eeca4d71ec", "name": "List of entitlements parents from an entitlement", "originalRequest": { "url": { @@ -101207,7 +101207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da303b87-9d94-4ba2-a43a-6159bed7f6b0", + "id": "8ae3b0ba-8ef4-4931-80ea-ac27cc32daea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101307,7 +101307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2559f66-a2af-4f46-959a-b5fffa93147d", + "id": "45bc9c33-8c42-41af-944a-092f6416d3a5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101407,7 +101407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e055498-bd39-45a0-aadf-d85b2261fcff", + "id": "38b75a53-4091-4c3c-b593-6cc9ad0d7af6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101507,7 +101507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a708166c-2e4c-4552-ad65-d4e8c6b29cc9", + "id": "1a42cb5f-87b9-4c7f-a564-dd3f2ab09191", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101607,7 +101607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f28e58e4-1b5c-4ec6-857b-bbb52847ed89", + "id": "e9d696f0-33de-4223-a34c-8d9d30eb87ca", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101707,7 +101707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb6ef5d1-aacd-4c75-98fe-33925ce66ed0", + "id": "cbe72657-bf7a-4540-9c3c-314576b42e4c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101813,7 +101813,7 @@ } }, { - "id": "d35519fa-5cae-4523-b782-fbef8191d7cd", + "id": "96587671-71cb-4e98-9878-d228dd8d90c0", "name": "List of entitlements children", "request": { "name": "List of entitlements children", @@ -101910,7 +101910,7 @@ }, "response": [ { - "id": "18724590-3c82-404e-ad60-a5d4fa79aee3", + "id": "f57645ca-85fb-4b5e-9420-2ef648546164", "name": "List of entitlements children from an entitlement", "originalRequest": { "url": { @@ -102010,7 +102010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2549abe2-16b3-4901-b86a-3596e380ca0f", + "id": "ddf3b622-9280-457d-bfd4-fd94d3cb1c4a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102110,7 +102110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00cc4f48-bdd7-4555-9e42-b775ddb5fa57", + "id": "5b000481-87d1-44f8-9cf7-04d3d54bc786", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102210,7 +102210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f811b205-af78-46c5-b1b4-b6c43ad6d7b6", + "id": "d2f2fd50-9ed9-4250-9128-abdc509ea30b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102310,7 +102310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82c8d9bd-749d-4d53-8aa1-d3ec60fc87d2", + "id": "479a7697-31f5-43ab-ae2c-c206a1f3dac7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -102410,7 +102410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc3f3717-063e-4fdd-807a-610a5c0a8512", + "id": "e6d57a4f-7808-420b-9c92-281427a9df1e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102510,7 +102510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c494082-e115-4163-bb58-6eb274aca7fe", + "id": "7c48afda-9259-4bdb-ac87-71dc163bc326", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102616,7 +102616,7 @@ } }, { - "id": "23a25183-c8be-454d-82fe-e06fbed4da79", + "id": "f631514c-5e30-4cea-ad77-d225cb46cfbf", "name": "Bulk update an entitlement list", "request": { "name": "Bulk update an entitlement list", @@ -102668,7 +102668,7 @@ }, "response": [ { - "id": "7fcd1af5-b321-41c0-abaf-2d06c6f3ee38", + "id": "6f8f6e55-f1f1-43ae-be1d-7e1cb7d36dd5", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -102724,7 +102724,7 @@ "_postman_previewlanguage": "text" }, { - "id": "03401dfe-14d1-4c36-ab7f-16f563fe4507", + "id": "803eb30d-4c5c-470e-aba7-3fa29c681b75", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102790,7 +102790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec832dec-70f0-4225-8479-37548e61b31a", + "id": "66fb26b2-511c-4bc1-baf8-d2e37c6cc472", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102856,7 +102856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48d5fff1-b656-4820-ad76-0cf42a5400a2", + "id": "df19c3e4-95ac-4087-b139-8a6e983b1019", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102922,7 +102922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd0f4d6f-382c-45b5-81dd-0d0539713115", + "id": "8ffb6907-922b-452c-be22-d32e8cd7a38d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102988,7 +102988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c9ccea7-ef71-4903-a63f-d493bd373448", + "id": "7d497b5b-2cf0-40f4-92e7-972d6ba25ee1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103060,7 +103060,7 @@ } }, { - "id": "7f1fd8bc-7a29-46b1-bf02-7bac3a8c4700", + "id": "d9d1c569-e463-4b18-95c9-d4041ec240fe", "name": "Get Entitlement Request Config", "request": { "name": "Get Entitlement Request Config", @@ -103111,7 +103111,7 @@ }, "response": [ { - "id": "3b9e45f7-42fc-4d0f-ad17-8ceb3fb05120", + "id": "9100d4af-2666-45d4-b1e7-af0b79a52eb4", "name": "An Entitlement Request Config", "originalRequest": { "url": { @@ -103165,7 +103165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f56227c2-ed0a-4d8c-a16c-24b576e5b1eb", + "id": "16372f59-f4ee-4474-b75c-8a889bafb026", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103219,7 +103219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "280e5aea-fbba-40a0-868f-be6dd3465b7b", + "id": "f7c62436-9bb8-45d0-8c9d-f7c31ee9c23d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103273,7 +103273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bd818a1-b79b-40ee-b4de-a6d75fe682df", + "id": "59d3836d-744e-45ba-bc8b-c3fec391f881", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103327,7 +103327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d7230f4-998c-4e97-8107-a9f65fea4de3", + "id": "5c6d0067-6040-4189-9320-f6fd1d6b3c35", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103381,7 +103381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7cfeca3-ea47-4166-8c07-626d78233de0", + "id": "e4fead61-57a1-4e7b-ad01-7e73b48f2564", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103435,7 +103435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5476791c-36a4-407f-a8d7-db31bf8aaa04", + "id": "90bd7393-ac7e-4ede-9eb3-2f1afd4b1f8e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103495,7 +103495,7 @@ } }, { - "id": "3b276b85-8a51-41de-a364-f142aeb8d543", + "id": "f26d42e0-cac4-48f9-a5a5-839b5895ff53", "name": "Replace Entitlement Request Config", "request": { "name": "Replace Entitlement Request Config", @@ -103559,7 +103559,7 @@ }, "response": [ { - "id": "737c35df-73d3-441e-991e-e603f8b751ba", + "id": "15245576-681b-4cf1-84b4-d77ce5fdeb55", "name": "Responds with the entitlement request config as updated.", "originalRequest": { "url": { @@ -103626,7 +103626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14aeb189-8229-472e-8676-c0b20f89d8ac", + "id": "116cfef9-f339-4ac6-986a-f729836b0eab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103693,7 +103693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "436e5bfd-647e-48d7-abcb-b8013ff15313", + "id": "ef813851-6773-45b1-b5fb-c5dba1734972", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103760,7 +103760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f48c5c96-fda0-4b77-8bc2-671a6df391e3", + "id": "e28a260f-ac44-4480-89bb-dd58f393e84f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103827,7 +103827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e2e4d10-223b-4344-a019-61ece672989a", + "id": "496b1fad-df21-499a-8f8e-ae8999368192", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103894,7 +103894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9265cd67-5c39-4557-832c-4bc1f666c295", + "id": "eba1fcc2-72e9-46d4-b7e5-28208f054d16", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103961,7 +103961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4812bd3-1338-4852-b1cc-2b419756d828", + "id": "eea6e0e6-ac20-4a76-bd42-44cea4195048", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104034,7 +104034,7 @@ } }, { - "id": "12a7eb78-75fd-4ccc-a63c-83bcd8496ecd", + "id": "ad751203-acd5-4dbc-96a1-48d19d705f8f", "name": "Reset Source Entitlements", "request": { "name": "Reset Source Entitlements", @@ -104086,7 +104086,7 @@ }, "response": [ { - "id": "2496f30f-a718-4990-8656-52a74256e3e2", + "id": "d095ca27-71c4-425c-bc10-0f3294c4bccd", "name": "Entitlement source reset task result", "originalRequest": { "url": { @@ -104141,7 +104141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d01d2d9e-5a2b-490b-a830-bdd4b63f4f0d", + "id": "6bd2813d-7acd-495f-ba1b-fc24600dfc80", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104196,7 +104196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c754ef61-44ce-492a-aca0-6e0a80e7f102", + "id": "bee4ff60-64a0-4794-9cda-3d4a282715c5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104251,7 +104251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8c28086-01ae-469d-a641-6c2617bb0464", + "id": "1a1acffe-3b99-43e4-9c10-28431094623f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104306,7 +104306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "613c6757-0b2b-4f85-9b9a-0081c6b99a79", + "id": "03c6b4f0-678d-4b17-ace8-a58dcb308a4d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104361,7 +104361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0155ef9-1e5e-4cdf-ae03-1bb07972956e", + "id": "82f50964-c00b-4bf3-b5f1-38376337015e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104422,7 +104422,7 @@ } }, { - "id": "6b5b4c58-8a8b-4088-b0c2-2d7f99805b40", + "id": "49af659f-2191-4c2c-9720-575b7576f0ee", "name": "Add metadata to an entitlement.", "request": { "name": "Add metadata to an entitlement.", @@ -104496,7 +104496,7 @@ }, "response": [ { - "id": "2c1b90ff-92dc-4809-9ffb-ef21babe3ca0", + "id": "213c241b-6e4d-4bdc-a79e-720c1325fea7", "name": "OK", "originalRequest": { "url": { @@ -104553,7 +104553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71100477-b45e-4098-ae7d-beacd18cb430", + "id": "48c8343b-218d-40ae-bff6-77a842aa12b9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104610,7 +104610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "443ad8ff-2281-48ac-95f8-344b24a9311a", + "id": "66154024-92bb-4f0e-a709-e96da63c38b9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104667,7 +104667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a856e1c0-c8c7-4365-9c80-613d89c9586f", + "id": "8f5fa21b-22af-4d8d-a9cc-23f35fce0757", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104724,7 +104724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "102d0c97-7cce-41ac-adf5-4ebd8b00bc70", + "id": "dfee3c99-28f6-4804-bba7-cedac475354b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104781,7 +104781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e09bec9-e78a-4cc7-b2c2-f70474648549", + "id": "198de46d-ccb1-456b-b4ee-951ff58e2bb3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104844,7 +104844,7 @@ } }, { - "id": "29320c90-b6b4-4119-935b-7e79e2c4d9b7", + "id": "742097ed-fe84-4179-a5c7-1e4287b68ed1", "name": "Remove metadata from an entitlement.", "request": { "name": "Remove metadata from an entitlement.", @@ -104918,7 +104918,7 @@ }, "response": [ { - "id": "300bb053-25a7-40b5-9894-826b2240584d", + "id": "a4e5279f-0089-4e10-95e5-be84f34b7b78", "name": "OK", "originalRequest": { "url": { @@ -104965,7 +104965,7 @@ "_postman_previewlanguage": "text" }, { - "id": "23972b31-a656-4169-9486-2ddeb3af2db7", + "id": "69666162-1f39-43e5-a366-ffec9beba66c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105022,7 +105022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ca9cce9-9a5a-4f97-bbbe-76b8045b455a", + "id": "c46192f8-e880-47d3-baf1-24fb0187d274", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105079,7 +105079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "500a02a7-90c9-4985-9cab-15852a24299c", + "id": "f63f4c08-aabb-4bc7-b92a-d957ee635f83", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105136,7 +105136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ddcbcf0-066a-4076-9b49-52c563d0353e", + "id": "78c8fb37-68aa-4833-a96c-82e2250d2cba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105193,7 +105193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12b1abba-c369-45ad-8f66-c34f2c6947d0", + "id": "75d9db09-f9a7-4e3c-b7d4-72600eff98e3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105256,7 +105256,7 @@ } }, { - "id": "079a580d-28e0-4a4f-a0df-aa6d6c9d2e28", + "id": "a7da8322-d910-49cc-aed9-19e44fa50bfa", "name": "Aggregate Entitlements", "request": { "name": "Aggregate Entitlements", @@ -105324,7 +105324,7 @@ }, "response": [ { - "id": "82d2ab17-c008-4e2a-b398-53e45f28edd6", + "id": "24dd6b45-205f-4948-a0b6-119d218a0dc5", "name": "Aggregate Entitlements Task", "originalRequest": { "url": { @@ -105395,7 +105395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f2ae217-5398-4206-b24e-db538ddad7e2", + "id": "9c058dbf-ff4a-4c95-9960-03a6fd78f7f4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105466,7 +105466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f4eb26a-6afa-4b5b-9d35-311b4649ff53", + "id": "21158354-c348-4601-97dd-e147017f6f15", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105537,7 +105537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be7ae23a-a656-4203-b8eb-419220815a81", + "id": "9eafdabb-9120-4ed5-a34b-23f8f8770008", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105608,7 +105608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2b9f4c9-07e2-4573-9ed9-b2bf821bbca7", + "id": "f49b4d84-8c63-4f72-b061-9baa0fc859ce", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105679,7 +105679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d61f2a6d-08ad-46c2-b889-ee21fcdd937d", + "id": "da26de98-1a0c-44fa-82f0-afca72ff3d51", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105762,7 +105762,7 @@ "description": "Use this API to implement and customize global tenant security settings.\nWith this functionality in place, administrators can manage the global security settings that a tenant/org has.\nThis API can be used to configure the networks and Geographies allowed to access Identity Security Cloud URLs.\n", "item": [ { - "id": "b853d68a-6a54-4bdd-b8f6-cff38b064e2f", + "id": "be5518ab-448f-4f0a-9f05-0d13f5ce2b76", "name": "Get security network configuration.", "request": { "name": "Get security network configuration.", @@ -105792,7 +105792,7 @@ }, "response": [ { - "id": "e945e884-98f1-48d0-9c87-454be2fc376e", + "id": "e75ef9a8-e899-4fc8-89f2-342448541f5b", "name": "Network configuration for the tenant's auth org.", "originalRequest": { "url": { @@ -105836,7 +105836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45b8de3d-20b7-4e25-970e-6483dc5c7d01", + "id": "63f01205-4555-4eb1-ae8e-3c4e88446a72", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105880,7 +105880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2de4f37-4b4d-46f9-b718-e4924da9061b", + "id": "9219c3a1-7582-447d-9754-72c363984ac8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105924,7 +105924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be722ab4-e39c-4f11-8d1d-75941384d563", + "id": "1d941595-cc39-4151-a62c-57e37287ad95", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105968,7 +105968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35f0176c-4421-4e1c-8736-4042e3afe2f4", + "id": "69eff05b-8573-4429-a766-4508203775aa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -106012,7 +106012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9b6b54e-291b-484d-ba8f-79a7f6442d29", + "id": "5e300359-ad41-4b7d-8f85-970f2273dca1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106056,7 +106056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6175abe7-f17c-47dc-a428-4214c64795bf", + "id": "8acf1ff0-d169-4c40-a377-af8af01dae69", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106106,7 +106106,7 @@ } }, { - "id": "e832abcb-2fb0-45f1-8b10-f81fb3b948a5", + "id": "6c8b582e-4f8d-4127-99ca-ca013d67076c", "name": "Create security network configuration.", "request": { "name": "Create security network configuration.", @@ -106149,7 +106149,7 @@ }, "response": [ { - "id": "5eb1a2da-d08b-4ae5-af0c-65943da61340", + "id": "a1cdcf55-9606-4365-80fd-0452469ef8f8", "name": "Network configuration for the tenant.", "originalRequest": { "url": { @@ -106206,7 +106206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9874b9e-a2a4-4237-90f1-d777f4a034d8", + "id": "e2084b60-bc71-4d1f-9c4a-919bb31c2700", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106263,7 +106263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aad6ad71-cbcb-447b-a37f-598e6f20440e", + "id": "ae578733-9526-4a74-a010-0747eed38bdc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106320,7 +106320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c53e81f9-5272-4c05-bcca-bf639e3e20fb", + "id": "47c93372-a916-4c62-94ef-e1b52e33318d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106377,7 +106377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86ebc3e0-f157-4709-8b80-40a4ce66ce3d", + "id": "15a3b8bd-22c2-4b94-8c1c-0e828cd058f4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -106434,7 +106434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11b3aa6d-3674-43b3-9696-a3a8cc603915", + "id": "ad544663-25b3-4544-8e2c-23b4e6e4d808", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106491,7 +106491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f04df416-d212-45d0-948a-683040586110", + "id": "73215c59-d6b0-4b8e-bd8e-104ba412d40a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106554,7 +106554,7 @@ } }, { - "id": "68f7b355-52a8-48ef-a5d6-2cf0cbffe5a5", + "id": "8fc199cf-52ea-4316-8e2c-c9e8a0fc732e", "name": "Update security network configuration.", "request": { "name": "Update security network configuration.", @@ -106597,7 +106597,7 @@ }, "response": [ { - "id": "e6ff3c7c-27e4-40ff-814f-8ea47a01390c", + "id": "4ab8e346-f6ad-465b-8dc9-33aff4fc8466", "name": "Updated Auth Org network configuration.", "originalRequest": { "url": { @@ -106654,7 +106654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da23ce52-f1a5-4ad2-8919-fb1dc0950866", + "id": "6e878aa4-699b-45c5-9a2d-0265d742819f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106711,7 +106711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0dcb1c2-a279-448b-b0f5-a0d6160ce9c1", + "id": "19fa4a54-7840-4667-a6bf-9444e82e9e51", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106768,7 +106768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0a8e00b-c93d-4173-bcf4-4e15a9caa750", + "id": "032d844a-9588-45e7-a4d1-86e28ef6ac1b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106825,7 +106825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c7ee8f7-415f-4a3f-8422-eff0abdd6ab2", + "id": "d4b7bba6-238b-46ba-b974-b6ef16786805", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -106882,7 +106882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1f31e0c-dce0-438f-9045-f5accf1da0f8", + "id": "54eead8d-a227-4609-aec6-732c7bfa5ce5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106939,7 +106939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f36ab5d3-8af8-4bd2-ab8a-1a27d33f4568", + "id": "1e69c7ee-ef50-43ba-84ba-ec271fa89c89", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107008,7 +107008,7 @@ "description": "Use this API to implement and customize Governance Group functionality. With this functionality in place, administrators can create Governance Groups and configure them for use throughout Identity Security Cloud.\n\nA governance group is a group of users that can make governance decisions about access. If your organization has the Access Request or Certifications service, you can configure governance groups to review access requests or certifications. A governance group can determine whether specific access is appropriate for a user.\n\nRefer to [Creating and Managing Governance Groups](https://documentation.sailpoint.com/saas/help/common/users/governance_groups.html) for more information about how to build Governance Groups in the visual builder in the Identity Security Cloud UI.\n", "item": [ { - "id": "3a76240b-3f63-4683-89a0-3e809c8a0fc3", + "id": "eb52f0f0-a498-4e59-99c9-bce1029db21a", "name": "List Governance Groups", "request": { "name": "List Governance Groups", @@ -107092,7 +107092,7 @@ }, "response": [ { - "id": "ef0d6cb5-659c-453d-b089-95be9d82762d", + "id": "4bbf7dab-0aac-40cd-98c4-e11fbb0cca0a", "name": "List of Governance Groups", "originalRequest": { "url": { @@ -107190,7 +107190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d40a374-a8b6-439f-8166-64c333f0c4fa", + "id": "a48afd9a-dfbd-4538-9865-d0ace30c5f04", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107288,7 +107288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bec00de-6ad7-4cb1-9852-e1ef87e4bb71", + "id": "2ad05ac0-0769-4875-8269-cc2b2c539b2f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107386,7 +107386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dc1bb4a-d272-43df-900e-bc1cb12a2bdd", + "id": "699de265-1975-4e7a-adc9-b279b0aa7c15", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107484,7 +107484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f072d06-465a-45b4-8a0f-35d53c2c6f3e", + "id": "193164e4-e504-4b47-9585-0c88fac58fd0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107582,7 +107582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d50cb97c-106a-4307-912b-ca0571112e76", + "id": "6c9531b7-de27-462b-9347-11e6358e3fe4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107686,7 +107686,7 @@ } }, { - "id": "12eaac67-6f48-48f3-85eb-dd7caccac64a", + "id": "e6a27af6-a82a-4bbf-9b40-f90f0fc734e2", "name": "Create a new Governance Group.", "request": { "name": "Create a new Governance Group.", @@ -107737,7 +107737,7 @@ }, "response": [ { - "id": "fd0ac1a0-80ef-456c-8ffc-5ef4e0f4f6dd", + "id": "d14a853a-617d-4d8f-938d-c1a2b45910c1", "name": "Governance Group object created.", "originalRequest": { "url": { @@ -107802,7 +107802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e5d91c2-8092-4d1a-9331-7fa0c8bc1725", + "id": "7bdaa764-dc71-4e90-82b3-f06f0f7b932e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107867,7 +107867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a033b58-7d12-4b38-b51c-be76172eb009", + "id": "0de42d14-9b58-4735-b6b8-9458628d93c9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107932,7 +107932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42accf9e-6cc9-4519-87d8-ae2e72287d3b", + "id": "f24dec81-7352-4c9a-a134-33edb608ace1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107997,7 +107997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb8a6557-9cd7-4fab-a39f-a3a8342bf016", + "id": "40989b40-5740-49f5-b677-d865a288759f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108062,7 +108062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "754dc3bc-34cc-4146-b5d5-e954146fd68e", + "id": "9934eb60-ee2d-45e4-a04e-d30740abd1fe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108133,7 +108133,7 @@ } }, { - "id": "f6f26893-da77-4238-9e89-73ad0af75abb", + "id": "597e51ec-0885-4013-8c49-0fa752785e9f", "name": "Get Governance Group by Id", "request": { "name": "Get Governance Group by Id", @@ -108183,7 +108183,7 @@ }, "response": [ { - "id": "9fc6fa3a-54dc-45c1-9743-e2fbe55c3250", + "id": "b6faa454-1c19-48dd-b9c2-e1c075badcb5", "name": "A Governance Group", "originalRequest": { "url": { @@ -108236,7 +108236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c05de58b-e35c-4a43-b02e-789b7e0d7133", + "id": "d520537e-9a87-4598-8a25-5f7c1d9b5d8e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108289,7 +108289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83e427bf-9b96-48d3-8284-c2d87586bc5e", + "id": "6aaec193-e6be-4cd2-9128-a620ab7fd56b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108342,7 +108342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4efd8912-19ae-436f-8d39-a88a1c730e28", + "id": "f7a0c635-ded5-467f-b5fa-884596000518", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108395,7 +108395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a2553c5-2e58-4bdf-aef2-450db42e20e7", + "id": "d43458be-ff3e-4335-9063-11dae9455073", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108448,7 +108448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5acf3e4-3995-4442-a4b1-2d5d630211e2", + "id": "aec270b9-aaef-41a2-a4b3-04f0691716eb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108507,7 +108507,7 @@ } }, { - "id": "df082f02-28cd-4b28-b520-bfe26d74c64d", + "id": "603b7ae2-e792-420f-8d78-e1f65eb1f26f", "name": "Delete a Governance Group", "request": { "name": "Delete a Governance Group", @@ -108557,7 +108557,7 @@ }, "response": [ { - "id": "d706eff1-dc2c-4e73-8bcb-deab1be0d24a", + "id": "a16ee036-0504-47e0-9bbc-4a5f81d6d501", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -108600,7 +108600,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a6eba805-c39c-4fe3-b6e3-5a2bcefb537c", + "id": "36f0eba8-0245-471b-bfa4-4b78975b4585", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108653,7 +108653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2e82b0b-301b-4ceb-a8b5-4581decd2325", + "id": "90ad10c9-b69a-43ac-84a0-5b58648d36e0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108706,7 +108706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea2ca8f6-d2af-4069-963d-2df8635a1936", + "id": "c8c19b56-33b3-4593-9517-835ddebc38f7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108759,7 +108759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff5a5016-880e-4b73-b3ea-10a101d838bb", + "id": "bf8f605c-712d-410b-8b8f-5a46c0f5b0f2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108812,7 +108812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "effdc844-f131-4075-811c-9a622fdd3cfc", + "id": "fb39691f-7431-411c-bbd6-3df8308162da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108871,7 +108871,7 @@ } }, { - "id": "f0687354-28a9-423c-8dbb-81ca3798187e", + "id": "cefc9b0b-6ca3-4fa0-938a-d23b50de45a3", "name": "Patch a Governance Group", "request": { "name": "Patch a Governance Group", @@ -108934,7 +108934,7 @@ }, "response": [ { - "id": "c0cf225c-fa22-4d1d-a2ab-83e3edf9f070", + "id": "15843e28-05c2-4c32-9dda-38d82b0d48c2", "name": "A Governance Group.", "originalRequest": { "url": { @@ -109000,7 +109000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03d2ac0a-24a2-48a2-9afd-4aabda5dd5d7", + "id": "625ca644-b677-441f-b60a-d3c3fbfd8538", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109066,7 +109066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a435f9d-a2c8-4bd6-9f41-055c39945940", + "id": "1d604b2f-c4ab-4299-9700-32d36bb926e4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109132,7 +109132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ad3ae20-33c3-440b-a7dd-8521bbaebe7e", + "id": "72f0adeb-36cf-49ec-8292-1eb4b8b746e4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109198,7 +109198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34b640f5-464c-4bce-b2cc-e4041a1c1f38", + "id": "336bb1cc-7502-478f-9edc-27a76b86486d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109264,7 +109264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e443cd5a-8f6a-4b0f-b7dd-800a27a36b60", + "id": "90629bca-ff50-4ea6-965a-7a8be0fe8f59", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109336,7 +109336,7 @@ } }, { - "id": "1e2ffb58-888e-4029-b430-8161166f571f", + "id": "26c0815b-dfd6-4a8a-8a31-e91e2c40005a", "name": "Delete Governance Group(s)", "request": { "name": "Delete Governance Group(s)", @@ -109388,7 +109388,7 @@ }, "response": [ { - "id": "25877058-bb4c-483e-ae40-d433d45623c5", + "id": "7b9b8e99-3f6a-418d-9a3f-48e66aee4b19", "name": "Governance Group bulk delete response.", "originalRequest": { "url": { @@ -109454,7 +109454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4652eb7-e781-495a-9da2-b55db425e6f2", + "id": "2553434d-2449-4aa9-a215-7a6862d631c3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109520,7 +109520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3162c3b3-2a7c-4a7a-b8e4-560853a2e398", + "id": "e47a90fe-ac73-4b19-bd82-48c3f09c46b1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109586,7 +109586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5db5dda2-cbaa-4af0-9fba-9c6e34dfbb59", + "id": "301c392e-5143-4f02-80da-342a5492b78c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109652,7 +109652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "398a12c8-9e56-41f3-aa07-7438253a746a", + "id": "dbd2d5ad-8a1d-4d7f-a082-dfbaa5339efd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109718,7 +109718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f6f9ac2-1cb8-473a-a2e1-e9cc1fe5168c", + "id": "d7dbd0a7-34a9-4f88-864b-326f110d01ff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109790,7 +109790,7 @@ } }, { - "id": "43a696d9-0fb9-444d-8d18-b09080df71ef", + "id": "ff85566a-80d9-409f-a3fe-b154c582e1ec", "name": "List connections for Governance Group", "request": { "name": "List connections for Governance Group", @@ -109878,7 +109878,7 @@ }, "response": [ { - "id": "f15bf71c-fa5c-425d-b976-77f461ac2ada", + "id": "eb06d63f-e4a2-44ac-baf3-64e792da18e6", "name": "List all connections associated with a Governance Group.", "originalRequest": { "url": { @@ -109969,7 +109969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03d7692f-4c01-4b90-9360-0e9b82129683", + "id": "4fb99c0b-5d20-467c-a71c-0b075ea05190", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110060,7 +110060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afc08ac2-f593-4bfa-8211-6ba77a0a8a80", + "id": "92cfaba7-1f14-4b7e-b046-4d2b70920dbe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110151,7 +110151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a501902-04c1-45d5-8133-1223368bd493", + "id": "bc83eee8-0c0a-4b03-9e64-55ee083f3e56", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110242,7 +110242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c54c4b5-bd05-4c81-a0e2-ae62d9da8cee", + "id": "6f416e7c-de6f-48ab-a0d7-b55f626f6b0c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110333,7 +110333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e205ca9-d645-43a4-bf2a-c0a818075b8b", + "id": "9ea42c1a-3efa-4c33-987d-74aecea5d2d2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110430,7 +110430,7 @@ } }, { - "id": "e533bc00-26e0-4185-9e6f-1da98ed092c1", + "id": "ba4434dc-1e32-409b-9ce0-af72a312f826", "name": "List Governance Group Members", "request": { "name": "List Governance Group Members", @@ -110518,7 +110518,7 @@ }, "response": [ { - "id": "c64665d1-e602-4902-9335-2af74f5af5c4", + "id": "eb2bc68f-cedf-4690-a01b-adedd0fbeb15", "name": "List all members associated with a Governance Group.", "originalRequest": { "url": { @@ -110609,7 +110609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3213505e-187d-405e-8b4b-f949e261a7a5", + "id": "579cf5ea-26dd-42cb-ad8f-a346d922ddea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110700,7 +110700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4b15500-7696-4730-98d5-8b8557bf0bcf", + "id": "61c0968f-c7c1-4c4c-977a-bd4c5d0d8ef7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110791,7 +110791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e223ff84-8308-47ba-9516-f01ae719b5c9", + "id": "c50d1f23-9443-4a93-8552-3e3a4ea3e45c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110882,7 +110882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "928bace6-ebfd-4039-8283-5db87f995f26", + "id": "bf90b7c7-8478-4c3b-b7e9-e34ffec4b816", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110973,7 +110973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6bdaa5c-0f6b-427c-aef1-03cbfa94473d", + "id": "89dc37a1-e41b-4445-9af3-459b6425764c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111070,7 +111070,7 @@ } }, { - "id": "a974b06e-7a04-43b0-9630-bf5355e1ffff", + "id": "6b31450a-b95d-41bb-a233-6865ee98a177", "name": "Add members to Governance Group", "request": { "name": "Add members to Governance Group", @@ -111135,7 +111135,7 @@ }, "response": [ { - "id": "d29e13e8-28f2-4862-9264-5a745de1e130", + "id": "cbde358e-2035-44ce-b9bf-5511c663d501", "name": "List of added and not added identities into Governance Group members list.", "originalRequest": { "url": { @@ -111203,7 +111203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8330b5f5-04b6-4196-9778-2f498fe751d8", + "id": "f5d2d15c-cdf0-4054-baab-d4c8cc226e86", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111271,7 +111271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2088481a-1b35-4688-bb85-3dfbbb111e3b", + "id": "9ed5e735-ce77-4335-af70-1090b31afdd1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111339,7 +111339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bef2a7dc-dd3e-47d5-868a-918108cd9653", + "id": "843fc978-cf0c-40df-ace4-ec464464c925", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111407,7 +111407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b292135-73b3-42c6-a3fc-3218a81e538c", + "id": "8d824201-1d08-47e2-93cd-56fd47f4cc6f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111475,7 +111475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24073434-27c4-4457-a24c-3219874d81c1", + "id": "7745039c-a2fc-4ad9-9294-9e97fb7388e3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111549,7 +111549,7 @@ } }, { - "id": "512900d5-a2d3-451c-8b59-589cd222f923", + "id": "cd2d6887-f410-4e0e-b266-d51a292ed592", "name": "Remove members from Governance Group", "request": { "name": "Remove members from Governance Group", @@ -111614,7 +111614,7 @@ }, "response": [ { - "id": "992dc6a9-c82b-4130-8978-e1331bacb4dd", + "id": "3c3b4701-f975-4e65-99e3-929b2860f77e", "name": "List of deleted and not deleted identities from Governance Group members list.", "originalRequest": { "url": { @@ -111682,7 +111682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18bf6c8c-6251-4c27-8d97-adb324614127", + "id": "6a9ba23d-7ede-40a9-af41-78bf0f6df6c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111750,7 +111750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5e5d874-dedf-411f-a3c4-b3eb39a9091a", + "id": "3a06a635-d8cf-4fca-aa6e-e46cf8bba027", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111818,7 +111818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdfa47ca-d03b-4f0e-844d-ac6f4ed870aa", + "id": "55c21fe6-49e6-47bf-a340-bb16a93e4555", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111886,7 +111886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf9f82be-0ce6-477c-a048-40b128e7b54b", + "id": "65f153fc-624f-4b94-87de-2b6f35adaad4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111954,7 +111954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad3e0718-a4a5-43da-8b6a-a624e628b00f", + "id": "cc4611ed-b348-4373-8679-b2362f49b2d8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112034,7 +112034,7 @@ "description": "", "item": [ { - "id": "60c998e0-947f-43eb-8d02-8369742e76f9", + "id": "68e14dc0-b59a-48db-a3f8-2973c0ef90ca", "name": "Identity Access Request Recommendations", "request": { "name": "Identity Access Request Recommendations", @@ -112111,7 +112111,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -112136,7 +112136,7 @@ }, "response": [ { - "id": "524b9957-0278-4cf1-90d9-1ed2fd2465e3", + "id": "c8d28036-9da5-47ac-9c16-44aef3ccdcd0", "name": "List of access request recommendations for the identityId", "originalRequest": { "url": { @@ -112208,7 +112208,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -112252,7 +112252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6d3c683-67b8-4ec6-9598-8243833471d5", + "id": "b156be94-8b56-4dd8-83be-f86a04900619", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112324,7 +112324,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -112368,7 +112368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d3b9c05-4562-4aa8-90db-6b6e00299dea", + "id": "852d33a9-0e7d-4e4d-8e1f-7ab3690d4a5d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112440,7 +112440,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -112484,7 +112484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32ecb744-bfd7-46c7-ba42-284580f68d0a", + "id": "0f8e6e10-a1eb-48e6-b56a-c9818aa1cb38", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112556,7 +112556,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -112600,7 +112600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7eae0dac-8e4c-4b09-8ad2-54cad762678d", + "id": "793db49f-507d-4913-a77d-2751f7f69680", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112672,7 +112672,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -112716,7 +112716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aeb4c15f-d108-4560-b8a0-cd8ee06941e5", + "id": "4cf50450-d828-47ef-8c88-5f5f68877312", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112788,7 +112788,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -112838,7 +112838,7 @@ } }, { - "id": "22d59ae1-5cf3-4c7b-ba9d-faa73ade763f", + "id": "41265b2b-b312-4001-ac87-691fa16ad093", "name": "Notification of Ignored Access Request Recommendations", "request": { "name": "Notification of Ignored Access Request Recommendations", @@ -112890,7 +112890,7 @@ }, "response": [ { - "id": "2672dfc2-7418-41c5-84a7-7bdb13410867", + "id": "b4098386-e8c9-4f8c-9489-bebb9b62daae", "name": "Recommendation successfully stored as ignored.", "originalRequest": { "url": { @@ -112956,7 +112956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b92af85-4828-40fe-8151-368d357ba5eb", + "id": "688706c7-137d-4873-93ce-fdcd3ec89342", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113022,7 +113022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "959709e4-548c-488c-8a77-15bd7fad6943", + "id": "e4ef9889-8e66-45a0-bd57-1fbd785ce3ec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113088,7 +113088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "669b137e-bcf2-4e9e-888d-3c3a19867627", + "id": "b56c1dd0-81f4-4360-90c0-403a7e96955a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113154,7 +113154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de8a6df5-3878-4d32-8333-c858967937a5", + "id": "9654cd3c-9c8b-4cc4-83e2-f3fd52f6a9d1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113220,7 +113220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55fd5bae-ee10-4bea-81ab-6f846b374a8a", + "id": "1b57083e-4362-4d66-a9e1-7b7ae8c67401", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113292,7 +113292,7 @@ } }, { - "id": "a60a42fd-7c7e-4132-b8d9-d1d1059073d9", + "id": "a181c7e3-b0cb-469b-be27-012acf53fa42", "name": "List of Ignored Access Request Recommendations", "request": { "name": "List of Ignored Access Request Recommendations", @@ -113377,7 +113377,7 @@ }, "response": [ { - "id": "e6b57b6e-7ce8-43cd-8ffe-a614ac3264d0", + "id": "722b6252-191b-41f2-9424-35aca2b80d49", "name": "Returns list of ignored access request recommendations.", "originalRequest": { "url": { @@ -113476,7 +113476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9bde81f-0431-429a-bacc-ea42c3a4a908", + "id": "6faed42d-b935-4852-801d-f9bcefacc1ec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113575,7 +113575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "424932e6-6f9b-4220-aa31-48962010c167", + "id": "3b86cca4-50af-44fa-a142-7fa43c1be1b9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113674,7 +113674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b70bbe0-c82d-4ff6-ab9e-336cc01f5ddd", + "id": "d6a186ba-e329-4e50-af1e-61544426b613", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113773,7 +113773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfdc492e-3353-4610-94e9-c1069497098c", + "id": "7c5ec8aa-145c-407f-9325-626d6078d0eb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113872,7 +113872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6e6f45d-d8ed-48c0-82ab-c397ad29dbed", + "id": "876d0574-f8af-42ba-8d4e-7e2eb3f87cd7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113977,7 +113977,7 @@ } }, { - "id": "845ccf1d-5965-4c59-b8f2-0b533a0cba91", + "id": "9cbe42ca-433a-4f3d-a51a-f26f6ebe83cf", "name": "Notification of Requested Access Request Recommendations", "request": { "name": "Notification of Requested Access Request Recommendations", @@ -114029,7 +114029,7 @@ }, "response": [ { - "id": "7d0033ad-cc3d-495e-8890-8eaaecc8ba71", + "id": "32d282dc-f164-4fea-b57f-14fb21a26892", "name": "Notification successfully acknowledged.", "originalRequest": { "url": { @@ -114095,7 +114095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11324a1b-a3d1-4dc6-aa54-dc32d91409de", + "id": "cbda8a5d-0b0c-4e09-a4e7-b9b37f2db2a1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114161,7 +114161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71642328-932a-4351-a675-699b7e184dcf", + "id": "e3163da0-bb13-4eea-bbf9-82a6e960cd2f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114227,7 +114227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "649e1bff-6047-4a3c-b718-c3f1d3db6620", + "id": "776505d9-7af6-4bcd-81f9-50a5a3ba12d5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114293,7 +114293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ef4f38c-8707-438f-b30b-48862215900c", + "id": "1d8d4a57-0992-4845-9c4e-992bbee07244", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114359,7 +114359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58fba9a7-f9fb-4463-9f34-b50ed85d482b", + "id": "49c9536d-03de-4041-acbc-a9facb18491c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114431,7 +114431,7 @@ } }, { - "id": "652adffa-2fc0-448e-8d43-dcbbd47e0d66", + "id": "a1db0137-e9cc-408a-969c-be146efb4c56", "name": "List of Requested Access Request Recommendations", "request": { "name": "List of Requested Access Request Recommendations", @@ -114491,7 +114491,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -114516,7 +114516,7 @@ }, "response": [ { - "id": "98961418-e3ce-4e99-bf0a-1db8e437a01b", + "id": "ba12b94a-9fa5-40dd-bc61-ca8d91d3af7b", "name": "Returns the list of requested access request recommendations.", "originalRequest": { "url": { @@ -114571,7 +114571,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -114615,7 +114615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b21f8af-9d0a-4342-9e14-8939b047c73f", + "id": "5d92d3a8-58bb-4540-96a4-001ea62f0408", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114670,7 +114670,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -114714,7 +114714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85411293-4503-413b-b121-6252891fb210", + "id": "d13f8050-f14b-4e94-b54f-b76fb42ff835", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114769,7 +114769,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -114813,7 +114813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9c1e899-2844-49ac-bfb0-a974b0e7970a", + "id": "af70f9b8-7d88-420f-af88-b925875dc603", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114868,7 +114868,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -114912,7 +114912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35778128-da21-407a-89ef-8f1e00b9474a", + "id": "899ae465-ade4-427b-a385-e1784ca4d09e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114967,7 +114967,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -115011,7 +115011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dc9919a-ad0c-4bf5-8fd5-1d6024b2d001", + "id": "373d03e9-2091-4159-b42d-2f3f59ebf088", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115066,7 +115066,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -115116,7 +115116,7 @@ } }, { - "id": "107a0519-f890-4cf1-8795-8e882062cf44", + "id": "94126054-540f-4155-813b-376c5971eec4", "name": "Notification of Viewed Access Request Recommendations", "request": { "name": "Notification of Viewed Access Request Recommendations", @@ -115168,7 +115168,7 @@ }, "response": [ { - "id": "4ac628a9-41e7-4b60-a6d3-1c1395896ffa", + "id": "82434b0c-3999-49bb-b0a6-79ef9de18fdc", "name": "Recommendation successfully stored as viewed.", "originalRequest": { "url": { @@ -115234,7 +115234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b1c84cc-863c-45f4-aa7a-6d73620a01d6", + "id": "b5273a24-7db1-494e-a89e-a8497738aa5a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115300,7 +115300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "882f8bba-a7b4-4c64-a02e-1ba6f53af132", + "id": "db41dea8-ee85-4765-9fbe-1af0f00a7180", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115366,7 +115366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b12e5db-131e-44c9-8158-7490009f5ed4", + "id": "da3dbbc7-cb79-4cf5-9690-505698154e2f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115432,7 +115432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75ac0881-5d7b-46a1-a2ab-e8ac2a4b5650", + "id": "0e605609-ea87-47ca-a2a5-bd42d2e195dd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115498,7 +115498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57cad110-a53b-4f82-81ec-530083b6f5fc", + "id": "2aa1abcd-ba5c-405f-b87f-08374dfe11ab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115570,7 +115570,7 @@ } }, { - "id": "1755ea66-3aef-42a2-b39d-2160def06c0a", + "id": "a931e48c-2cfe-4663-969d-c22e3d361a51", "name": "List of Viewed Access Request Recommendations", "request": { "name": "List of Viewed Access Request Recommendations", @@ -115630,7 +115630,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -115655,7 +115655,7 @@ }, "response": [ { - "id": "eca3d24c-4aeb-4b3f-992e-4249796fb8fb", + "id": "a27f96bd-eab2-4340-8df6-9167a43a13b0", "name": "Returns list of viewed access request recommendations.", "originalRequest": { "url": { @@ -115710,7 +115710,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -115754,7 +115754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53f154b9-7b4a-4627-83da-74501f88e867", + "id": "2c93e85d-61bd-4322-86a0-a057693a4184", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115809,7 +115809,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -115853,7 +115853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c495460-10bb-4cc6-838a-17c24b4046d9", + "id": "2cf686c7-33e1-4631-ba46-e980b7ef5449", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115908,7 +115908,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -115952,7 +115952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a231315-301d-43c3-a708-8a03319f45ea", + "id": "b8781fb8-9ae8-4438-bbef-b03d25c4b612", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116007,7 +116007,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -116051,7 +116051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88ba77ae-16a3-462b-86de-e5cc4a93f7fd", + "id": "4fdb7acc-1533-47a0-aaec-dcd3b73786e8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116106,7 +116106,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -116150,7 +116150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bf4b374-03c7-4c94-afea-0da2b1f47be2", + "id": "9bb3bbfc-417f-4b02-8772-82c624e16257", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116205,7 +116205,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" } ], "variable": [] @@ -116255,7 +116255,7 @@ } }, { - "id": "2abe6ac5-2f57-4b76-9c36-8772dca48de0", + "id": "fddb4e3b-94ab-4554-8918-c6460bb0f3f4", "name": "Notification of Viewed Access Request Recommendations in Bulk", "request": { "name": "Notification of Viewed Access Request Recommendations in Bulk", @@ -116308,7 +116308,7 @@ }, "response": [ { - "id": "87a8f472-f315-418e-8466-ac70ae261991", + "id": "f18234ff-6b4e-4aa2-9e9f-6017ea6fd1fb", "name": "Recommendations successfully stored as viewed.", "originalRequest": { "url": { @@ -116375,7 +116375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b5c81bc-e18c-4b23-b6e3-a79f7543ca2b", + "id": "6b021df3-38e0-4157-8530-9b9684a29511", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116442,7 +116442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee4751e2-9340-4ee9-9dbd-fce63395270e", + "id": "971e7c6a-dff5-4c91-9120-0fe449cb90b8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116509,7 +116509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed819e61-72d5-4147-a721-1ee66b714922", + "id": "8b92249c-e43f-4ef5-929f-1c3e91ff2b54", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116576,7 +116576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "807d114d-89a3-4705-af3a-eaf5467c0f77", + "id": "2a4b56c7-3ba7-4131-88a5-18aa7c2e993e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116643,7 +116643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29adcca2-c6e3-4f38-9ea6-1d119eb56135", + "id": "132bd147-3bf7-4e93-92a6-298038c19a6f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116722,7 +116722,7 @@ "description": "", "item": [ { - "id": "b4eb7f68-6841-4209-8232-77fbdb542df0", + "id": "bf0a1398-008d-44c9-b77a-52e89dbf3f08", "name": "Get a paginated list of common access", "request": { "name": "Get a paginated list of common access", @@ -116806,7 +116806,7 @@ }, "response": [ { - "id": "677b83fe-f756-4787-acdc-4c18d72ac2a1", + "id": "ac71da93-2a68-4b41-993e-8d0201b822c1", "name": "Succeeded. Returns a list of common access for a customer.", "originalRequest": { "url": { @@ -116899,12 +116899,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"consectetur voluptate\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"enim Excepteur aute\",\n \"description\": \"ull\",\n \"ownerName\": \"culpa sed voluptate ullamco\",\n \"ownerId\": \"et dolor nostrud\"\n },\n \"status\": \"cillum eiusmod\",\n \"commonAccessType\": \"UNSET\",\n \"lastUpdated\": \"2000-07-27T15:05:44.866Z\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"2019-03-26T22:27:53.015Z\",\n \"createdByUser\": false\n },\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"velit\",\n \"type\": \"ROLE\",\n \"name\": \"sint esse aliqui\",\n \"description\": \"in eiusmod\",\n \"ownerName\": \"cupidatat ea\",\n \"ownerId\": \"incididunt labore\"\n },\n \"status\": \"anim nulla\",\n \"commonAccessType\": \"UNSET\",\n \"lastUpdated\": \"2017-05-06T21:39:55.280Z\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"1983-11-30T01:23:06.846Z\",\n \"createdByUser\": false\n }\n]", + "body": "[\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"cillum ut mollit in\",\n \"type\": \"ROLE\",\n \"name\": \"qui aute\",\n \"description\": \"adipisicing nulla pariatur laboris ea\",\n \"ownerName\": \"aliqu\",\n \"ownerId\": \"\"\n },\n \"status\": \"do elit proident sit\",\n \"commonAccessType\": \"UNSET\",\n \"lastUpdated\": \"1987-08-01T16:55:22.835Z\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"2020-04-04T16:04:29.213Z\",\n \"createdByUser\": false\n },\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"dolor in laboris\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"eu \",\n \"description\": \"velit est \",\n \"ownerName\": \"veniam exercitation fugiat aute\",\n \"ownerId\": \"anim sunt eu ut Lorem\"\n },\n \"status\": \"ut velit Lorem aute\",\n \"commonAccessType\": \"UNSET\",\n \"lastUpdated\": \"1978-07-26T02:22:10.846Z\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"2020-01-09T22:19:58.658Z\",\n \"createdByUser\": false\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bec7c5c0-9388-4849-b228-96306289e46d", + "id": "d5977e50-1cae-4f74-a510-fb220830d526", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117002,7 +117002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efda0298-1a2e-4fc8-8fa5-cfc36c0c508b", + "id": "bf3fb902-98a4-4075-bc4c-1b28aa95f612", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117100,7 +117100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8473eea0-3322-440f-ba77-35ca8b91e8d0", + "id": "bdde3ca3-9db0-47ee-827b-6d70e224e1a5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117198,7 +117198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6d1501b-3ac3-407e-970d-d2ef0eed78d6", + "id": "a17fc3dc-cb06-410c-ba29-1622256a3e90", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117302,7 +117302,7 @@ } }, { - "id": "8766236f-1d84-41be-a804-d8e0eb05a2b4", + "id": "222f6c59-5078-443b-ac0d-d98e3c6513d0", "name": "Create common access items", "request": { "name": "Create common access items", @@ -117342,7 +117342,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"mollit id Ut tempor\",\n \"type\": \"ROLE\",\n \"name\": \"enim\",\n \"description\": \"anim\",\n \"ownerName\": \"voluptate commodo proident ut\",\n \"ownerId\": \"consectetur\"\n },\n \"status\": \"CONFIRMED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"cillum Duis ad\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"deserunt minim\",\n \"description\": \"enim elit nostrud\",\n \"ownerName\": \"sunt culpa qui quis\",\n \"ownerId\": \"culpa commodo in cillum\"\n },\n \"status\": \"DENIED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117353,7 +117353,7 @@ }, "response": [ { - "id": "ddf7843b-c841-4b97-8177-9a67e3702b9f", + "id": "3e352297-8742-4765-a8a2-66c4c6c373bd", "name": "Returns details of the common access classification request.", "originalRequest": { "url": { @@ -117396,7 +117396,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"mollit id Ut tempor\",\n \"type\": \"ROLE\",\n \"name\": \"enim\",\n \"description\": \"anim\",\n \"ownerName\": \"voluptate commodo proident ut\",\n \"ownerId\": \"consectetur\"\n },\n \"status\": \"CONFIRMED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"cillum Duis ad\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"deserunt minim\",\n \"description\": \"enim elit nostrud\",\n \"ownerName\": \"sunt culpa qui quis\",\n \"ownerId\": \"culpa commodo in cillum\"\n },\n \"status\": \"DENIED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117413,12 +117413,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"id in aliqua in minim\",\n \"access\": {\n \"id\": \"cillum de\",\n \"type\": \"ROLE\",\n \"name\": \"labore Lorem do ut\",\n \"description\": \"est eu com\",\n \"ownerName\": \"ex cupidatat\",\n \"ownerId\": \"non fugiat eu veniam\"\n },\n \"status\": \"CONFIRMED\",\n \"lastUpdated\": \"o\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"aute labore proi\",\n \"createdByUser\": \"consectetur mollit Excepteur\"\n}", + "body": "{\n \"id\": \"aliquip mollit\",\n \"access\": {\n \"id\": \"minim\",\n \"type\": \"ROLE\",\n \"name\": \"est do elit nulla\",\n \"description\": \"ullamco\",\n \"ownerName\": \"in\",\n \"ownerId\": \"ipsum aliqua aute occaecat\"\n },\n \"status\": \"DENIED\",\n \"lastUpdated\": \"enim Ut eiusmod\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"quis nulla officia dolor\",\n \"createdByUser\": \"sint eiusmod est do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "09e63f8f-1181-4529-8fec-62920bb73877", + "id": "309930f9-8284-4d4e-928e-fa650ae92296", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117461,7 +117461,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"mollit id Ut tempor\",\n \"type\": \"ROLE\",\n \"name\": \"enim\",\n \"description\": \"anim\",\n \"ownerName\": \"voluptate commodo proident ut\",\n \"ownerId\": \"consectetur\"\n },\n \"status\": \"CONFIRMED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"cillum Duis ad\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"deserunt minim\",\n \"description\": \"enim elit nostrud\",\n \"ownerName\": \"sunt culpa qui quis\",\n \"ownerId\": \"culpa commodo in cillum\"\n },\n \"status\": \"DENIED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117483,7 +117483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d108ba8-999e-4bb9-9917-01c9abc46d35", + "id": "6b33a53a-58be-4089-94b0-fa4860344fb2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117526,7 +117526,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"mollit id Ut tempor\",\n \"type\": \"ROLE\",\n \"name\": \"enim\",\n \"description\": \"anim\",\n \"ownerName\": \"voluptate commodo proident ut\",\n \"ownerId\": \"consectetur\"\n },\n \"status\": \"CONFIRMED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"cillum Duis ad\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"deserunt minim\",\n \"description\": \"enim elit nostrud\",\n \"ownerName\": \"sunt culpa qui quis\",\n \"ownerId\": \"culpa commodo in cillum\"\n },\n \"status\": \"DENIED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117548,7 +117548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1480adf2-8602-4e4f-bb6c-280a382b0d78", + "id": "76b8f643-3dcd-4ad2-93ee-01e547ca3a8b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117591,7 +117591,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"mollit id Ut tempor\",\n \"type\": \"ROLE\",\n \"name\": \"enim\",\n \"description\": \"anim\",\n \"ownerName\": \"voluptate commodo proident ut\",\n \"ownerId\": \"consectetur\"\n },\n \"status\": \"CONFIRMED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"cillum Duis ad\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"deserunt minim\",\n \"description\": \"enim elit nostrud\",\n \"ownerName\": \"sunt culpa qui quis\",\n \"ownerId\": \"culpa commodo in cillum\"\n },\n \"status\": \"DENIED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117613,7 +117613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9f9c7cc-a7e4-40e8-be76-34099105a49e", + "id": "47310cc3-8d4b-44d4-8d67-28b9f7058034", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117656,7 +117656,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"mollit id Ut tempor\",\n \"type\": \"ROLE\",\n \"name\": \"enim\",\n \"description\": \"anim\",\n \"ownerName\": \"voluptate commodo proident ut\",\n \"ownerId\": \"consectetur\"\n },\n \"status\": \"CONFIRMED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"cillum Duis ad\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"deserunt minim\",\n \"description\": \"enim elit nostrud\",\n \"ownerName\": \"sunt culpa qui quis\",\n \"ownerId\": \"culpa commodo in cillum\"\n },\n \"status\": \"DENIED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117678,7 +117678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63ca622c-25d6-4c96-8733-5819af193184", + "id": "70cd4e0c-6d5c-4a96-83ca-dbaffb6e71ff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117721,7 +117721,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"mollit id Ut tempor\",\n \"type\": \"ROLE\",\n \"name\": \"enim\",\n \"description\": \"anim\",\n \"ownerName\": \"voluptate commodo proident ut\",\n \"ownerId\": \"consectetur\"\n },\n \"status\": \"CONFIRMED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"cillum Duis ad\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"deserunt minim\",\n \"description\": \"enim elit nostrud\",\n \"ownerName\": \"sunt culpa qui quis\",\n \"ownerId\": \"culpa commodo in cillum\"\n },\n \"status\": \"DENIED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117749,7 +117749,7 @@ } }, { - "id": "66cb9a32-99b1-4be3-bea1-c81f46782627", + "id": "e3eeb28c-736b-40ee-90bc-426bf6849c48", "name": "Bulk update common access status", "request": { "name": "Bulk update common access status", @@ -117790,7 +117790,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:0e0f777b-2654-e4ca-0004-4da5f4b31b92\",\n \"urn:uuid:0bc9fbb5-fcd5-f1d2-533c-7c431bc4615d\"\n ],\n \"deniedIds\": [\n \"df16b3f3-edea-43df-a483-0982297cc95e\",\n \"848af058-75cf-2bb0-4e14-b2ca2359404d\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:777191f0-1de1-a6a7-738b-4b8eeae2dd9f\",\n \"cb4240a6-86c5-3fd4-e061-dd215d600a1e\"\n ],\n \"deniedIds\": [\n \"urn:uuid:376ee1f9-87e2-238a-2222-d0d55e01c27b\",\n \"2f75331d-1c9b-715e-0fe5-348458d1c50b\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:8f65c7a4-66ca-0783-3862-00ac23945292\",\n \"urn:uuid:528764e9-d4b6-41fd-e502-b0afd0a8fefa\"\n ],\n \"deniedIds\": [\n \"urn:uuid:ef9b8326-d122-9a94-5712-6f364f6052f5\",\n \"2c6607e7-df96-f2c0-55a4-5bb4833b4991\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:04a65643-fc8e-cb01-09c5-20fe20f2f62f\",\n \"urn:uuid:af1ed547-51bf-8e8b-c711-01942ed9946c\"\n ],\n \"deniedIds\": [\n \"urn:uuid:35e0a33d-32a7-d91a-b467-44ab09188c65\",\n \"urn:uuid:2a2e5f8d-2195-1ce7-4ad3-529faceea12b\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -117801,7 +117801,7 @@ }, "response": [ { - "id": "fef74cbc-6c0a-4c4e-a8c8-b73aa3075f6d", + "id": "a89de310-0b58-4b43-9e54-113dc8da33d9", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -117845,7 +117845,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:0e0f777b-2654-e4ca-0004-4da5f4b31b92\",\n \"urn:uuid:0bc9fbb5-fcd5-f1d2-533c-7c431bc4615d\"\n ],\n \"deniedIds\": [\n \"df16b3f3-edea-43df-a483-0982297cc95e\",\n \"848af058-75cf-2bb0-4e14-b2ca2359404d\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:777191f0-1de1-a6a7-738b-4b8eeae2dd9f\",\n \"cb4240a6-86c5-3fd4-e061-dd215d600a1e\"\n ],\n \"deniedIds\": [\n \"urn:uuid:376ee1f9-87e2-238a-2222-d0d55e01c27b\",\n \"2f75331d-1c9b-715e-0fe5-348458d1c50b\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:8f65c7a4-66ca-0783-3862-00ac23945292\",\n \"urn:uuid:528764e9-d4b6-41fd-e502-b0afd0a8fefa\"\n ],\n \"deniedIds\": [\n \"urn:uuid:ef9b8326-d122-9a94-5712-6f364f6052f5\",\n \"2c6607e7-df96-f2c0-55a4-5bb4833b4991\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:04a65643-fc8e-cb01-09c5-20fe20f2f62f\",\n \"urn:uuid:af1ed547-51bf-8e8b-c711-01942ed9946c\"\n ],\n \"deniedIds\": [\n \"urn:uuid:35e0a33d-32a7-d91a-b467-44ab09188c65\",\n \"urn:uuid:2a2e5f8d-2195-1ce7-4ad3-529faceea12b\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -117867,7 +117867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d6dee3c-36ff-4796-94df-b5d6b755464f", + "id": "f835e4d5-3f49-4d7a-af73-eae7f0b02f3b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117911,7 +117911,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:0e0f777b-2654-e4ca-0004-4da5f4b31b92\",\n \"urn:uuid:0bc9fbb5-fcd5-f1d2-533c-7c431bc4615d\"\n ],\n \"deniedIds\": [\n \"df16b3f3-edea-43df-a483-0982297cc95e\",\n \"848af058-75cf-2bb0-4e14-b2ca2359404d\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:777191f0-1de1-a6a7-738b-4b8eeae2dd9f\",\n \"cb4240a6-86c5-3fd4-e061-dd215d600a1e\"\n ],\n \"deniedIds\": [\n \"urn:uuid:376ee1f9-87e2-238a-2222-d0d55e01c27b\",\n \"2f75331d-1c9b-715e-0fe5-348458d1c50b\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:8f65c7a4-66ca-0783-3862-00ac23945292\",\n \"urn:uuid:528764e9-d4b6-41fd-e502-b0afd0a8fefa\"\n ],\n \"deniedIds\": [\n \"urn:uuid:ef9b8326-d122-9a94-5712-6f364f6052f5\",\n \"2c6607e7-df96-f2c0-55a4-5bb4833b4991\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:04a65643-fc8e-cb01-09c5-20fe20f2f62f\",\n \"urn:uuid:af1ed547-51bf-8e8b-c711-01942ed9946c\"\n ],\n \"deniedIds\": [\n \"urn:uuid:35e0a33d-32a7-d91a-b467-44ab09188c65\",\n \"urn:uuid:2a2e5f8d-2195-1ce7-4ad3-529faceea12b\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -117933,7 +117933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06b7db16-d743-47c9-ab6d-9b6e5fe408c3", + "id": "9ce08ec5-bb6c-44ec-97ed-c47c41fa4636", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117977,7 +117977,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:0e0f777b-2654-e4ca-0004-4da5f4b31b92\",\n \"urn:uuid:0bc9fbb5-fcd5-f1d2-533c-7c431bc4615d\"\n ],\n \"deniedIds\": [\n \"df16b3f3-edea-43df-a483-0982297cc95e\",\n \"848af058-75cf-2bb0-4e14-b2ca2359404d\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:777191f0-1de1-a6a7-738b-4b8eeae2dd9f\",\n \"cb4240a6-86c5-3fd4-e061-dd215d600a1e\"\n ],\n \"deniedIds\": [\n \"urn:uuid:376ee1f9-87e2-238a-2222-d0d55e01c27b\",\n \"2f75331d-1c9b-715e-0fe5-348458d1c50b\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:8f65c7a4-66ca-0783-3862-00ac23945292\",\n \"urn:uuid:528764e9-d4b6-41fd-e502-b0afd0a8fefa\"\n ],\n \"deniedIds\": [\n \"urn:uuid:ef9b8326-d122-9a94-5712-6f364f6052f5\",\n \"2c6607e7-df96-f2c0-55a4-5bb4833b4991\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:04a65643-fc8e-cb01-09c5-20fe20f2f62f\",\n \"urn:uuid:af1ed547-51bf-8e8b-c711-01942ed9946c\"\n ],\n \"deniedIds\": [\n \"urn:uuid:35e0a33d-32a7-d91a-b467-44ab09188c65\",\n \"urn:uuid:2a2e5f8d-2195-1ce7-4ad3-529faceea12b\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -117999,7 +117999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c78b2ad-9bd3-4ce3-8783-610e72be12dd", + "id": "304985ae-46f9-46a2-a462-9af6e3452915", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118043,7 +118043,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:0e0f777b-2654-e4ca-0004-4da5f4b31b92\",\n \"urn:uuid:0bc9fbb5-fcd5-f1d2-533c-7c431bc4615d\"\n ],\n \"deniedIds\": [\n \"df16b3f3-edea-43df-a483-0982297cc95e\",\n \"848af058-75cf-2bb0-4e14-b2ca2359404d\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:777191f0-1de1-a6a7-738b-4b8eeae2dd9f\",\n \"cb4240a6-86c5-3fd4-e061-dd215d600a1e\"\n ],\n \"deniedIds\": [\n \"urn:uuid:376ee1f9-87e2-238a-2222-d0d55e01c27b\",\n \"2f75331d-1c9b-715e-0fe5-348458d1c50b\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:8f65c7a4-66ca-0783-3862-00ac23945292\",\n \"urn:uuid:528764e9-d4b6-41fd-e502-b0afd0a8fefa\"\n ],\n \"deniedIds\": [\n \"urn:uuid:ef9b8326-d122-9a94-5712-6f364f6052f5\",\n \"2c6607e7-df96-f2c0-55a4-5bb4833b4991\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:04a65643-fc8e-cb01-09c5-20fe20f2f62f\",\n \"urn:uuid:af1ed547-51bf-8e8b-c711-01942ed9946c\"\n ],\n \"deniedIds\": [\n \"urn:uuid:35e0a33d-32a7-d91a-b467-44ab09188c65\",\n \"urn:uuid:2a2e5f8d-2195-1ce7-4ad3-529faceea12b\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -118065,7 +118065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2cf711b-183a-4a4d-a0b5-3761f461f264", + "id": "0d08e2f7-5901-45a9-a4ae-7343ccf4811b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118109,7 +118109,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:0e0f777b-2654-e4ca-0004-4da5f4b31b92\",\n \"urn:uuid:0bc9fbb5-fcd5-f1d2-533c-7c431bc4615d\"\n ],\n \"deniedIds\": [\n \"df16b3f3-edea-43df-a483-0982297cc95e\",\n \"848af058-75cf-2bb0-4e14-b2ca2359404d\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:777191f0-1de1-a6a7-738b-4b8eeae2dd9f\",\n \"cb4240a6-86c5-3fd4-e061-dd215d600a1e\"\n ],\n \"deniedIds\": [\n \"urn:uuid:376ee1f9-87e2-238a-2222-d0d55e01c27b\",\n \"2f75331d-1c9b-715e-0fe5-348458d1c50b\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:8f65c7a4-66ca-0783-3862-00ac23945292\",\n \"urn:uuid:528764e9-d4b6-41fd-e502-b0afd0a8fefa\"\n ],\n \"deniedIds\": [\n \"urn:uuid:ef9b8326-d122-9a94-5712-6f364f6052f5\",\n \"2c6607e7-df96-f2c0-55a4-5bb4833b4991\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:04a65643-fc8e-cb01-09c5-20fe20f2f62f\",\n \"urn:uuid:af1ed547-51bf-8e8b-c711-01942ed9946c\"\n ],\n \"deniedIds\": [\n \"urn:uuid:35e0a33d-32a7-d91a-b467-44ab09188c65\",\n \"urn:uuid:2a2e5f8d-2195-1ce7-4ad3-529faceea12b\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -118131,7 +118131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "deba4188-dfe4-42a6-8806-8d0bcf4ad03e", + "id": "2094f488-3678-4aef-83f9-78fe635138c5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118175,7 +118175,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:0e0f777b-2654-e4ca-0004-4da5f4b31b92\",\n \"urn:uuid:0bc9fbb5-fcd5-f1d2-533c-7c431bc4615d\"\n ],\n \"deniedIds\": [\n \"df16b3f3-edea-43df-a483-0982297cc95e\",\n \"848af058-75cf-2bb0-4e14-b2ca2359404d\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:777191f0-1de1-a6a7-738b-4b8eeae2dd9f\",\n \"cb4240a6-86c5-3fd4-e061-dd215d600a1e\"\n ],\n \"deniedIds\": [\n \"urn:uuid:376ee1f9-87e2-238a-2222-d0d55e01c27b\",\n \"2f75331d-1c9b-715e-0fe5-348458d1c50b\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:8f65c7a4-66ca-0783-3862-00ac23945292\",\n \"urn:uuid:528764e9-d4b6-41fd-e502-b0afd0a8fefa\"\n ],\n \"deniedIds\": [\n \"urn:uuid:ef9b8326-d122-9a94-5712-6f364f6052f5\",\n \"2c6607e7-df96-f2c0-55a4-5bb4833b4991\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:04a65643-fc8e-cb01-09c5-20fe20f2f62f\",\n \"urn:uuid:af1ed547-51bf-8e8b-c711-01942ed9946c\"\n ],\n \"deniedIds\": [\n \"urn:uuid:35e0a33d-32a7-d91a-b467-44ab09188c65\",\n \"urn:uuid:2a2e5f8d-2195-1ce7-4ad3-529faceea12b\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -118214,7 +118214,7 @@ "description": "", "item": [ { - "id": "b34a353d-030c-4229-b476-707c5fedc544", + "id": "0f321915-f989-4009-ac39-35ab35643371", "name": "IAI Identity Outliers Summary", "request": { "name": "IAI Identity Outliers Summary", @@ -118298,7 +118298,7 @@ }, "response": [ { - "id": "c1146bec-2077-4890-b32a-fa34c337bb00", + "id": "196bd787-327c-484b-a8a2-e2bdc3b8e370", "name": "Succeeded. Returns list of objects. Each object is a summary to give high level statistics/counts of outliers", "originalRequest": { "url": { @@ -118397,7 +118397,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "-36149304" + "value": "71107131" } ], "body": "[\n {\n \"type\": \"LOW_SIMILARITY\",\n \"snapshotDate\": \"2021-05-01T18:40:35.772Z\",\n \"totalOutliers\": 50,\n \"totalIdentities\": 5000,\n \"totalIgnored\": 0\n },\n {\n \"type\": \"LOW_SIMILARITY\",\n \"snapshotDate\": \"2021-05-01T18:40:35.772Z\",\n \"totalOutliers\": 50,\n \"totalIdentities\": 5000,\n \"totalIgnored\": 0\n }\n]", @@ -118405,7 +118405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b365cb13-1cd0-4e35-a79f-77bb4df9cdd8", + "id": "a14822b6-cd1b-4eaa-9ffd-3d895650d9ea", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -118503,7 +118503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d72b39f7-3882-4058-92c3-4db7a2fdc2d5", + "id": "096e33c5-d3b1-4131-8fb9-cacf2905edfd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118601,7 +118601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bdf5698-9fd4-4b90-893e-27540fb22f90", + "id": "8cd02445-6d0d-4d42-bdeb-cd407f8e4676", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118699,7 +118699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "996f4e71-fe71-4faf-a90d-436c5c2ca6eb", + "id": "e4a51d5a-17ff-482b-82a1-f5a25c6c102a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118797,7 +118797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f413c6f-c2f2-4b53-b995-dd870872d983", + "id": "149d6403-7689-4274-a08b-33e645ad6c34", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118895,7 +118895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bc306a2-f820-47c0-af99-f68945d6d23c", + "id": "0382e752-6016-41f4-82e9-cd3f04b66a2e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118999,7 +118999,7 @@ } }, { - "id": "b939aec9-1a4c-49b1-aed2-f3dccc4991db", + "id": "8f6c06d4-0ba1-4227-8fdd-1e073b58a3b0", "name": "IAI Identity Outliers Latest Summary", "request": { "name": "IAI Identity Outliers Latest Summary", @@ -119048,7 +119048,7 @@ }, "response": [ { - "id": "5e5582e0-3974-4494-b6b7-444aeec4f1ef", + "id": "6a2e0650-ca38-4216-aa74-494e20435489", "name": "Succeeded. Returns list of objects. Each object is a summary to give high level statistics/counts of outliers", "originalRequest": { "url": { @@ -119111,7 +119111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24bcc288-db54-4e9b-af24-8ec05c83bc2b", + "id": "d35acff8-7b92-4d0b-8c27-3425e960ed1f", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -119174,7 +119174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f042b838-88dc-4c6e-803d-737235dff50e", + "id": "8d8732ad-a0dd-4830-9b45-c5e23573e5a3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119237,7 +119237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba44c6d5-0432-43d2-ad5a-2d7cfbf5d8b7", + "id": "49e963af-df85-473e-bae7-c2b6027ab213", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119300,7 +119300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8df21959-a197-4009-a83c-bc681da1c259", + "id": "4f8a334f-f6c4-4f10-902f-24ed4d57db16", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119363,7 +119363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4954912c-106f-4cb1-9a42-07fa18646ba7", + "id": "9f3dbd71-0493-4da8-8d70-010038e04f6e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119426,7 +119426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26d9cd49-4370-4d98-94dc-4314790a587d", + "id": "b13d66ec-bed3-4a0b-8169-1f2f69f9a9e7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119495,7 +119495,7 @@ } }, { - "id": "4791d49c-1343-46a1-be5f-a203e6a160ce", + "id": "217fc1e5-f975-460a-95a0-a9516b042028", "name": "IAI Get Identity Outliers", "request": { "name": "IAI Get Identity Outliers", @@ -119588,7 +119588,7 @@ }, "response": [ { - "id": "aa43c84d-d032-433c-9893-f76bafd2188e", + "id": "0eb69a5f-7a4e-41f5-ba64-c36292a0956b", "name": "Succeeded. Returns list of objects. Each object contains information about outliers", "originalRequest": { "url": { @@ -119696,7 +119696,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "-36149304" + "value": "71107131" } ], "body": "[\n {\n \"id\": \"5be33d3e-c54d-4ed7-af73-2380543e8283\",\n \"identityId\": \"5be33d3e-c54d-4ed7-af73-2380543e8283\",\n \"type\": \"LOW_SIMILARITY\",\n \"firstDetectionDate\": \"2021-05-01T18:40:35.772Z\",\n \"latestDetectionDate\": \"2021-05-03T18:40:35.772Z\",\n \"ignored\": false,\n \"attributes\": {\n \"displayName\": \"John Smith\",\n \"jobTitle\": \"Software Engineer\",\n \"department\": \"Engineering\"\n },\n \"score\": 0.92,\n \"unignoreType\": \"MANUAL\",\n \"unignoreDate\": \"2021-06-01T18:40:35.772Z\",\n \"ignoreDate\": \"2021-06-01T18:40:35.772Z\"\n },\n {\n \"id\": \"5be33d3e-c54d-4ed7-af73-2380543e8283\",\n \"identityId\": \"5be33d3e-c54d-4ed7-af73-2380543e8283\",\n \"type\": \"LOW_SIMILARITY\",\n \"firstDetectionDate\": \"2021-05-01T18:40:35.772Z\",\n \"latestDetectionDate\": \"2021-05-03T18:40:35.772Z\",\n \"ignored\": false,\n \"attributes\": {\n \"displayName\": \"John Smith\",\n \"jobTitle\": \"Software Engineer\",\n \"department\": \"Engineering\"\n },\n \"score\": 0.92,\n \"unignoreType\": \"MANUAL\",\n \"unignoreDate\": \"2021-06-01T18:40:35.772Z\",\n \"ignoreDate\": \"2021-06-01T18:40:35.772Z\"\n }\n]", @@ -119704,7 +119704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "926ead83-7e78-475a-988d-286ecbb6f5bb", + "id": "e695214c-1cdd-4c2c-ba74-b15ef50372d0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119811,7 +119811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48361e1c-c6b6-4a0c-84e5-af019cb41bd9", + "id": "7e42dd85-ffbf-4989-853e-7a1fb5edd31b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119918,7 +119918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68457fe6-4ba2-487e-a539-60980d30acf3", + "id": "735376be-d0ef-49cd-b5f8-a5dec87fb30a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120025,7 +120025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbe75744-752d-4907-8c6a-1b9908eec5f5", + "id": "b3f10f08-6e4f-43a1-a479-2413e7cb25f2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120132,7 +120132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac2a7c86-81bc-4073-b5a8-eaa43391cc45", + "id": "88026436-4b66-43a0-a8ab-e95c44c7b9cc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120245,7 +120245,7 @@ } }, { - "id": "30e3fba5-b65a-458a-b1bd-30e81e78e088", + "id": "8755ada8-596a-4742-a8c2-5573223e70e0", "name": "Get identity outlier's contibuting features", "request": { "name": "Get identity outlier's contibuting features", @@ -120342,7 +120342,7 @@ }, "response": [ { - "id": "68abc9f8-d328-4d49-b4bd-1ed67e741d77", + "id": "da8fe913-561a-4568-826f-61bd612901ce", "name": "Succeeded. Returns list of objects. Each object contains a feature and metadata about that feature", "originalRequest": { "url": { @@ -120443,7 +120443,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "-36149304" + "value": "71107131" }, { "disabled": true, @@ -120452,15 +120452,15 @@ "type": "text/plain" }, "key": "accept-language", - "value": "pariatur ullamco" + "value": "sint amet" } ], - "body": "[\n {\n \"id\": \"66e38828-5017-47af-92ff-9844871352c5\",\n \"name\": \"entitlement_count\",\n \"valueType\": \"INTEGER\",\n \"value\": 0.977517540260266,\n \"importance\": -0.15,\n \"displayName\": \"Number of entitlements\",\n \"description\": \"The total number of entitlements belonging to an identity\",\n \"translationMessages\": {\n \"displayName\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n },\n \"description\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n }\n },\n {\n \"id\": \"66e38828-5017-47af-92ff-9844871352c5\",\n \"name\": \"entitlement_count\",\n \"valueType\": \"INTEGER\",\n \"value\": 0.7707796955193578,\n \"importance\": -0.15,\n \"displayName\": \"Number of entitlements\",\n \"description\": \"The total number of entitlements belonging to an identity\",\n \"translationMessages\": {\n \"displayName\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n },\n \"description\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n }\n }\n]", + "body": "[\n {\n \"id\": \"66e38828-5017-47af-92ff-9844871352c5\",\n \"name\": \"entitlement_count\",\n \"valueType\": \"INTEGER\",\n \"value\": 0.5622152049585809,\n \"importance\": -0.15,\n \"displayName\": \"Number of entitlements\",\n \"description\": \"The total number of entitlements belonging to an identity\",\n \"translationMessages\": {\n \"displayName\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n },\n \"description\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n }\n },\n {\n \"id\": \"66e38828-5017-47af-92ff-9844871352c5\",\n \"name\": \"entitlement_count\",\n \"valueType\": \"INTEGER\",\n \"value\": 0.650949650491836,\n \"importance\": -0.15,\n \"displayName\": \"Number of entitlements\",\n \"description\": \"The total number of entitlements belonging to an identity\",\n \"translationMessages\": {\n \"displayName\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n },\n \"description\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b6f519d3-ddd0-4e49-b131-a31db03cd6df", + "id": "f90a5ea8-d4de-428d-98a5-9076542e86b0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120560,7 +120560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "273996f6-ee97-433b-bb81-3688f05b7f32", + "id": "2e202340-a5d1-4e01-abf1-700b24d0ef03", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120660,7 +120660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f901648-33b9-4b58-911e-68221d092a78", + "id": "6386e018-2c33-43cf-9fae-ae3ed689a746", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120760,7 +120760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80ab634d-15cf-494c-a1a9-e2f9965afff8", + "id": "4920165d-4ce3-48f3-a0fb-d6fb0fc68bd6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120860,7 +120860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5326191-9b1b-4734-95fc-1eed2b1e9ab4", + "id": "b61ea884-9332-4300-a83f-f7515731b7ea", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120960,7 +120960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac600274-8851-4f2b-9fa8-ef637a994064", + "id": "ee39a3d7-2b7b-4dda-94c4-746069eb8ad6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121066,7 +121066,7 @@ } }, { - "id": "9a29f34c-3cb5-410d-88c9-25ed1634c0a9", + "id": "0d9a0c1d-ae55-4db4-b775-9af0d9b8a6ab", "name": "Gets a list of access items associated with each identity outlier contributing feature", "request": { "name": "Gets a list of access items associated with each identity outlier contributing feature", @@ -121175,7 +121175,7 @@ }, "response": [ { - "id": "587aff89-8370-4ee4-9aac-dac6726ad87e", + "id": "7799befd-e157-4b45-906d-847475d2ffb1", "name": "The list of access items.", "originalRequest": { "url": { @@ -121277,7 +121277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0b594a2-56d8-4b0c-a2c4-38d4ecfa1a88", + "id": "7038df47-ffce-4ed3-be23-e69c6e45e76f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121379,7 +121379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acd7af57-9d45-46d0-b7d7-321b4042164b", + "id": "9dbf5d27-ed4c-41a6-b950-4d8575b8dd64", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121481,7 +121481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13d28935-ac39-4650-a7ee-774b271682cb", + "id": "3265c182-da85-42e1-902c-a2a4fde21b80", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121583,7 +121583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5137d4ac-4bfa-42b7-98bb-e99a4f5b2e92", + "id": "12a74ccc-79a4-4c80-a8c4-3edce5a44dea", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121685,7 +121685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7cf65c4-b4eb-4e1b-abf2-2fc19bfb7142", + "id": "dd9eb729-4e3a-47dd-bdd8-5584522ad3c5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121787,7 +121787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0449189-be42-4ac9-9990-e1d873b33cab", + "id": "03d8a796-bb3d-4b76-b6df-c3a83e749153", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121895,7 +121895,7 @@ } }, { - "id": "d1af7bf8-03f5-46e7-9cf8-403e58e30b10", + "id": "413dc7ce-a259-4ecf-a8ea-2156a1586bd8", "name": "IAI Identity Outliers Ignore", "request": { "name": "IAI Identity Outliers Ignore", @@ -121947,7 +121947,7 @@ }, "response": [ { - "id": "14ea6042-5b2b-4f6d-a96b-54c714aa6f18", + "id": "8906daa1-3f23-465b-91fd-4c0fcb3e2018", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -122003,7 +122003,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a82677ae-50e7-4b81-9167-23bb84f3bd49", + "id": "42eb5bde-8966-4faf-9751-94899fced7cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122069,7 +122069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5281b55-af57-4192-a13a-255ac6161fbe", + "id": "183a726c-e59b-43db-a96d-28115bc30d41", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122135,7 +122135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de08756e-f917-475d-a8ee-55b78aa7bdce", + "id": "49dbe922-f97a-4bbf-93ef-760861c32c59", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122201,7 +122201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f934c468-a4d6-444e-9e4f-caea9c2df1f5", + "id": "c7f22e99-788e-4796-ae0d-832ff509cd6d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122267,7 +122267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9df9057-8c4f-49e2-86ee-d76d9f87e780", + "id": "309e0cf1-1603-4ab6-a99b-e716dfbdbeb5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122339,7 +122339,7 @@ } }, { - "id": "939f06c2-3e05-476e-8706-fdf95d83fe0d", + "id": "7636b2d4-1ab8-47e3-8e09-d51844757857", "name": "IAI Identity Outliers Unignore", "request": { "name": "IAI Identity Outliers Unignore", @@ -122391,7 +122391,7 @@ }, "response": [ { - "id": "8a324fee-6e02-4423-8d32-b8b964326fcc", + "id": "f7d76d7e-3c81-4338-97c3-492cc3ac0dce", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -122447,7 +122447,7 @@ "_postman_previewlanguage": "text" }, { - "id": "cf22fd75-5c88-4b08-9b01-cf80af97649f", + "id": "8622ee45-d353-47f8-9270-9af8a925da26", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122513,7 +122513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64167588-67d8-4f60-98f5-781258efbb97", + "id": "2f53c1ed-a71c-43f3-84c7-1336ff0328be", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122579,7 +122579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ca042ca-a14e-4790-8b3d-d8e840551da5", + "id": "c366a375-c990-4f77-90c5-77998180d380", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122645,7 +122645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d471b4f-de92-4cec-98e9-f1790b79f0da", + "id": "5f2143af-60fa-4ce1-9749-e7d242d1b9e3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122711,7 +122711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8713e9a2-bd0c-418f-9a30-50e11ec52a11", + "id": "5817d3da-592a-4391-9a65-f6bbaeb7f9a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122783,7 +122783,7 @@ } }, { - "id": "e8bd8a18-b502-4054-80ec-8225ea9dce42", + "id": "2b2fdb4d-98c9-4b39-b090-92a2264d408f", "name": "IAI Identity Outliers Export", "request": { "name": "IAI Identity Outliers Export", @@ -122832,7 +122832,7 @@ }, "response": [ { - "id": "1931b08a-62a2-46e8-82d3-7c73e199e2e2", + "id": "bc5dab0a-abe0-4d9e-8b76-67c4f52d8972", "name": "Succeeded. Returns zip of 2 CSVs to download. 1 CSV for ignored outliers and 1 for non-ignored outliers", "originalRequest": { "url": { @@ -122890,12 +122890,12 @@ "value": "application/zip" } ], - "body": "ipsum", + "body": "veniam ex magn", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "a569af53-aeb3-46d8-91f2-97b05c6fd947", + "id": "9977e978-2858-4da4-9d27-9c80adf69e2d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122958,7 +122958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f60b57a-138e-45fe-b0e1-378bac813464", + "id": "1a4b31f6-4aa0-4858-90e7-dd61c46e4835", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123021,7 +123021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "335891de-adae-45e8-b98a-21c0fefbbb47", + "id": "f1268349-c499-4f3c-9ee0-9956d2353f6f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123084,7 +123084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abcbf9ad-f4fd-490d-a246-bf17e3a3b996", + "id": "f494816e-3571-422c-8d3a-24aa8f21e8bc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123147,7 +123147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b312ae1a-7ba1-4e85-b535-0df102ef514d", + "id": "6c14bffd-3ff8-4736-8649-2d34340e5767", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123216,7 +123216,7 @@ } }, { - "id": "93ce5c2e-856e-4338-bf46-5cc82abab8c0", + "id": "74c16ec7-2dad-4fd3-8b89-61954a2f59f8", "name": "Get identity outlier contibuting feature summary", "request": { "name": "Get identity outlier contibuting feature summary", @@ -123266,7 +123266,7 @@ }, "response": [ { - "id": "5844fbd4-7872-4d9c-95fa-f88a24e45a01", + "id": "7a2ebce5-4017-4b16-ab4d-de367531d103", "name": "Succeeded. Returns selected contributing feature summary for an outlier", "originalRequest": { "url": { @@ -123320,15 +123320,15 @@ "type": "text/plain" }, "key": "accept-language", - "value": "pariatur ullamco" + "value": "sint amet" } ], - "body": "{\n \"contributingFeatureName\": \"Rare Access\",\n \"identityOutlierDisplayName\": \"John Smith\",\n \"outlierFeatureDisplayValues\": [\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"adipisicing fugiat cillum dolor consequat\",\n \"valueType\": \"INTEGER\"\n },\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"nisi ad labore Lorem\",\n \"valueType\": \"INTEGER\"\n }\n ],\n \"featureDefinition\": \"Identity total number of entitlements\",\n \"featureExplanation\": \"An identity that has too much rare access has a higher change of becoming a security threat due to the unique access they possess\",\n \"peerDisplayName\": \"Mary Jane\",\n \"peerIdentityId\": \"9f9d5d53ad0e48fba7352f6da9f1b8gbg\",\n \"accessItemReference\": {\n \"displayName\": \"All Rare Entitlements\",\n \"searchPlaceholder\": \"Search by name or description\"\n }\n}", + "body": "{\n \"contributingFeatureName\": \"Rare Access\",\n \"identityOutlierDisplayName\": \"John Smith\",\n \"outlierFeatureDisplayValues\": [\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"nisi Excepteur ut\",\n \"valueType\": \"INTEGER\"\n },\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"ut eiusmod\",\n \"valueType\": \"INTEGER\"\n }\n ],\n \"featureDefinition\": \"Identity total number of entitlements\",\n \"featureExplanation\": \"An identity that has too much rare access has a higher change of becoming a security threat due to the unique access they possess\",\n \"peerDisplayName\": \"Mary Jane\",\n \"peerIdentityId\": \"9f9d5d53ad0e48fba7352f6da9f1b8gbg\",\n \"accessItemReference\": {\n \"displayName\": \"All Rare Entitlements\",\n \"searchPlaceholder\": \"Search by name or description\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3a6edef4-a57b-47e4-bc34-7eb0672e02c5", + "id": "53ae8b3e-1473-4983-8eef-de286d709c2b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123381,7 +123381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8df41892-a5c5-4fa5-9507-6c2bd4bc5a6c", + "id": "8a3ffc02-2c3f-451d-9d6d-3430e1b0998b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123434,7 +123434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bb12769-c395-4a9b-8d0b-d0199cd114ad", + "id": "56ad822b-3ff0-4bb6-826d-8b130a1b4f4d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123487,7 +123487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "721d2c2c-3e7d-49f0-bdc8-12a1a5e7e112", + "id": "fbe692e9-cbed-404d-a13c-29fbc015762f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -123540,7 +123540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa832015-e83b-422a-b44a-873a0c420e6f", + "id": "cbbbf286-971b-431f-9086-95adfdf51937", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123593,7 +123593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8db37a4d-b5f2-4e08-adf0-8918e9e90e8e", + "id": "a9c35a49-a889-47c6-8d07-3f556d399e60", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123658,7 +123658,7 @@ "description": "", "item": [ { - "id": "4e792c15-842d-49cd-9fbf-43a79df7b0d0", + "id": "ebdcdcc8-3d61-4c1b-8684-13d6b53213e6", "name": "Identity Outliers List", "request": { "name": "Identity Outliers List", @@ -123737,7 +123737,7 @@ }, "response": [ { - "id": "18479557-75ae-410f-8c5f-fd5ff6e38a07", + "id": "06d438a5-bd0e-4d48-996b-5a70737f92b1", "name": "List of identities that are not included in peer groups.", "originalRequest": { "url": { @@ -123814,12 +123814,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"dolor\",\n \"type\": \"null\",\n \"peer_group_id\": \"sint laborum quis\",\n \"attributes\": {\n \"aliquip36\": {},\n \"laboris_8f\": {},\n \"laborum1\": {}\n }\n },\n {\n \"id\": \"ut pariatur \",\n \"type\": \"ex\",\n \"peer_group_id\": \"velit irure mollit\",\n \"attributes\": {\n \"est3f7\": {}\n }\n }\n]", + "body": "[\n {\n \"id\": \"in ex est\",\n \"type\": \"dolore officia incididunt mollit\",\n \"peer_group_id\": \"ea sin\",\n \"attributes\": {\n \"dolore_d\": {},\n \"ex3\": {},\n \"sintd34\": {}\n }\n },\n {\n \"id\": \"aute sed nisi laboris\",\n \"type\": \"commodo ut\",\n \"peer_group_id\": \"reprehenderit labore dolore sed aliqua\",\n \"attributes\": {\n \"Ut_a58\": {},\n \"in2\": {},\n \"reprehenderit_9f\": {}\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cfd0bc6a-74a8-4139-bac8-a5ab79fe9073", + "id": "113e5464-f920-4957-bbfa-caf1508c84e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123901,7 +123901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a36f857d-8715-4ef2-8986-c31f7da075e3", + "id": "dcc1a831-bb99-456a-832d-5b4f4340e868", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123983,7 +123983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aab1b03b-1244-48eb-b06d-0824d3ad64d6", + "id": "f9c7a789-d422-49df-8711-758bb25d4e66", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124065,7 +124065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a352fc2-454d-40cd-88ec-82a287cd9d57", + "id": "cc2d3abb-fd35-4733-8308-75c7dff11d6f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124147,7 +124147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b046b464-5d57-41e6-872a-2c23adf62994", + "id": "fba9aef4-4700-4430-a0e8-7e17692e707f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124241,7 +124241,7 @@ "description": "", "item": [ { - "id": "d9cc013f-5dc2-4620-8b3f-33f418557659", + "id": "4ecd92d4-a0ef-49d8-b818-7ec9799a257f", "name": "Returns a Recommendation Based on Object", "request": { "name": "Returns a Recommendation Based on Object", @@ -124293,7 +124293,7 @@ }, "response": [ { - "id": "54873d7d-95d1-4ba4-aebe-b1523de7ef82", + "id": "daa78887-fd97-4158-a43b-1822596fb528", "name": "The recommendations for a customer", "originalRequest": { "url": { @@ -124354,12 +124354,12 @@ "value": "application/json" } ], - "body": "{\n \"response\": [\n {\n \"request\": {\n \"identityId\": \"2c938083633d259901633d25c68c00fa\",\n \"item\": {\n \"id\": \"2c938083633d259901633d2623ec0375\",\n \"type\": \"ENTITLEMENT\"\n }\n },\n \"recommendation\": \"YES\",\n \"interpretations\": [\n \"75% of identities with the same department have this access. This information had a high impact on the overall score.\",\n \"67% of identities with the same peer group have this access. This information had a low impact on the overall score.\",\n \"42% of identities with the same location have this access. This information had a low impact on the overall score.\"\n ],\n \"translationMessages\": [\n {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n ],\n \"recommenderCalculations\": {\n \"identityId\": \"2c91808457d8f3ab0157e3e62cb4213c\",\n \"entitlementId\": \"2c91809050db617d0150e0bf3215385e\",\n \"recommendation\": \"YES\",\n \"overallWeightedScore\": -99379756.60160218,\n \"featureWeightedScores\": {\n \"nostrud_a\": 60361775.39586663,\n \"laborum7b\": -67463303.7313486,\n \"aute_af9\": -44847577.128201045\n },\n \"threshold\": -54590879.19470935,\n \"identityAttributes\": {\n \"ipsumbd2\": {\n \"value\": \"in labore\"\n },\n \"ut_7d\": {\n \"value\": \"des\"\n }\n },\n \"featureValues\": {\n \"feature\": \"department\",\n \"numerator\": 14,\n \"denominator\": 14\n }\n }\n },\n {\n \"request\": {\n \"identityId\": \"2c938083633d259901633d25c68c00fa\",\n \"item\": {\n \"id\": \"2c938083633d259901633d2623ec0375\",\n \"type\": \"ENTITLEMENT\"\n }\n },\n \"recommendation\": \"YES\",\n \"interpretations\": [\n \"75% of identities with the same department have this access. This information had a high impact on the overall score.\",\n \"67% of identities with the same peer group have this access. This information had a low impact on the overall score.\",\n \"42% of identities with the same location have this access. This information had a low impact on the overall score.\"\n ],\n \"translationMessages\": [\n {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n ],\n \"recommenderCalculations\": {\n \"identityId\": \"2c91808457d8f3ab0157e3e62cb4213c\",\n \"entitlementId\": \"2c91809050db617d0150e0bf3215385e\",\n \"recommendation\": \"YES\",\n \"overallWeightedScore\": -51285134.24485068,\n \"featureWeightedScores\": {\n \"dolor12\": -92518151.74044013,\n \"dolore_6\": -90316572.02053416,\n \"Excepteur_f_3\": -88356206.25759652,\n \"ex_8_0\": 55977404.32673687\n },\n \"threshold\": -17599762.383893624,\n \"identityAttributes\": {\n \"commodo_b81\": {\n \"value\": \"do ut ex dolore\"\n },\n \"nulla_aa\": {\n \"value\": \"in occaecat\"\n },\n \"Excepteur643\": {\n \"value\": \"aliqua dolore\"\n }\n },\n \"featureValues\": {\n \"feature\": \"department\",\n \"numerator\": 14,\n \"denominator\": 14\n }\n }\n }\n ]\n}", + "body": "{\n \"response\": [\n {\n \"request\": {\n \"identityId\": \"2c938083633d259901633d25c68c00fa\",\n \"item\": {\n \"id\": \"2c938083633d259901633d2623ec0375\",\n \"type\": \"ENTITLEMENT\"\n }\n },\n \"recommendation\": \"YES\",\n \"interpretations\": [\n \"75% of identities with the same department have this access. This information had a high impact on the overall score.\",\n \"67% of identities with the same peer group have this access. This information had a low impact on the overall score.\",\n \"42% of identities with the same location have this access. This information had a low impact on the overall score.\"\n ],\n \"translationMessages\": [\n {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n ],\n \"recommenderCalculations\": {\n \"identityId\": \"2c91808457d8f3ab0157e3e62cb4213c\",\n \"entitlementId\": \"2c91809050db617d0150e0bf3215385e\",\n \"recommendation\": \"YES\",\n \"overallWeightedScore\": 5224994.622015849,\n \"featureWeightedScores\": {\n \"id__\": 3463430.4682216346,\n \"voluptate_02\": 85757007.51347554,\n \"pariatur1\": -62556316.30587386\n },\n \"threshold\": -81817531.06564318,\n \"identityAttributes\": {\n \"officia_7\": {\n \"value\": \"sint aliquip ea in\"\n },\n \"commodo_c80\": {\n \"value\": \"nisi ullamco dolor\"\n }\n },\n \"featureValues\": {\n \"feature\": \"department\",\n \"numerator\": 14,\n \"denominator\": 14\n }\n }\n },\n {\n \"request\": {\n \"identityId\": \"2c938083633d259901633d25c68c00fa\",\n \"item\": {\n \"id\": \"2c938083633d259901633d2623ec0375\",\n \"type\": \"ENTITLEMENT\"\n }\n },\n \"recommendation\": \"YES\",\n \"interpretations\": [\n \"75% of identities with the same department have this access. This information had a high impact on the overall score.\",\n \"67% of identities with the same peer group have this access. This information had a low impact on the overall score.\",\n \"42% of identities with the same location have this access. This information had a low impact on the overall score.\"\n ],\n \"translationMessages\": [\n {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n ],\n \"recommenderCalculations\": {\n \"identityId\": \"2c91808457d8f3ab0157e3e62cb4213c\",\n \"entitlementId\": \"2c91809050db617d0150e0bf3215385e\",\n \"recommendation\": \"YES\",\n \"overallWeightedScore\": 98303218.86674765,\n \"featureWeightedScores\": {\n \"Excepteur_0\": -96124559.24589467,\n \"et_14\": -48246908.3832505\n },\n \"threshold\": 80028383.7053442,\n \"identityAttributes\": {\n \"dolore_48a\": {\n \"value\": \"culpa\"\n },\n \"do_82\": {\n \"value\": \"dolore incidid\"\n }\n },\n \"featureValues\": {\n \"feature\": \"department\",\n \"numerator\": 14,\n \"denominator\": 14\n }\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6feb542d-a474-4cb5-a83b-116db45e4eda", + "id": "d5b85c7b-6ca7-46d9-a8db-061f7ed96b30", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124425,7 +124425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ae723a5-9d71-40e8-aee4-9133028041ab", + "id": "0ac6e6fb-5997-4849-b339-db24e4d6ea50", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124491,7 +124491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d839496-61df-4a08-927e-3acd5c0cb6d5", + "id": "1e738cbe-b564-4416-b4d0-8b8d24a18a37", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124557,7 +124557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31a6f3b0-cc3c-4f71-b355-4abe82082925", + "id": "388d2589-71f2-49f8-bfc0-ed5b56bfbf2e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124623,7 +124623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ddb0556-12f6-4016-906a-185ab3553b4b", + "id": "ed0a3ba2-9e59-476c-b56c-324eee95ff88", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124695,7 +124695,7 @@ } }, { - "id": "fa97e5b3-24aa-49b9-9000-bf886f71c7b2", + "id": "40ab8e8d-6634-4132-a6dc-7b60e0e3a55c", "name": "Get certification recommendation config values", "request": { "name": "Get certification recommendation config values", @@ -124734,7 +124734,7 @@ }, "response": [ { - "id": "0dee2e61-2449-4753-8916-28846737e0cf", + "id": "3069f432-d26a-4822-a178-b5d2c7e84cd3", "name": "Cert recommendation configuration attributes", "originalRequest": { "url": { @@ -124787,7 +124787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c05b28a1-101e-41bd-8ea1-e3524e570ca3", + "id": "b19b4107-f10d-4b16-90e5-79acff138337", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124840,7 +124840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f8dca8e-9e97-4c3a-a185-48f9d8ef1615", + "id": "19f6b785-3c16-4b18-8132-c529f2231b69", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124893,7 +124893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "583432a0-2498-4116-9ca4-3f47c42422d2", + "id": "9cbcdf63-398c-4c9a-98fb-b93125c93508", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124946,7 +124946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae0b353d-c925-4213-bc03-7bcf35c8056c", + "id": "e3f44508-2f23-4cbf-8d1f-5b9c043b5178", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125005,7 +125005,7 @@ } }, { - "id": "072279f2-e84a-451f-96c2-9fcedeb87559", + "id": "dd40a1fd-ac43-4a54-8451-d4c28fbbbfb5", "name": "Update certification recommendation config values", "request": { "name": "Update certification recommendation config values", @@ -125057,7 +125057,7 @@ }, "response": [ { - "id": "dfd1ba5c-6947-40c7-871b-d42748337fd3", + "id": "d7b5c0a5-c7a7-4ec5-9411-d85c7e095ee9", "name": "Cert recommendation configuration attributes after update", "originalRequest": { "url": { @@ -125123,7 +125123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b940ddf-6c2b-42c8-ad52-e1c77583e34b", + "id": "bde0f413-95ba-4a33-91d6-0e0613ddb967", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125189,7 +125189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7a2964a-b30f-4b14-beab-52efc9b9ba90", + "id": "e84e10f8-9bbb-4cee-a51e-42e3c8a12eb0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125255,7 +125255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e50e43c1-1889-495f-805c-fb41b5562ab6", + "id": "4827340e-3541-4c9b-9647-c7d6353080b4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125321,7 +125321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b79be04-3406-4e70-ab75-a75b4c9ee343", + "id": "f61c7056-eb7a-4ec5-aecd-b597dd40ddcf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125399,7 +125399,7 @@ "description": "", "item": [ { - "id": "09cce5a6-9eea-4c84-a6d0-c553e03be89f", + "id": "61a47c72-a797-40df-af79-cb5d5654f8ff", "name": "Create a role mining session", "request": { "name": "Create a role mining session", @@ -125450,7 +125450,7 @@ }, "response": [ { - "id": "043efec9-89f2-4acd-8cc8-46a09a13ca18", + "id": "3da4bd06-0787-46b6-9652-16f8055713c9", "name": "Submitted a role mining session request", "originalRequest": { "url": { @@ -125515,7 +125515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0915eeff-fdb6-41e1-9938-59ff799fab8f", + "id": "d6d0db08-b55f-434c-98e1-c25da040c8ca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125580,7 +125580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c451b7be-af05-4ada-a9a5-ed57d185d412", + "id": "309b6a67-7ce9-4029-87ce-3fd7d424b560", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125645,7 +125645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64a7d991-a163-4c04-9769-a5ca2085f7a6", + "id": "2863d963-e789-451c-9a10-64a0ec68ae0e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125710,7 +125710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1a0a3e7-0e18-4b38-ba68-4a08f49d1509", + "id": "5aa908d0-8ccd-400e-9928-ec66590ae685", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125775,7 +125775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f82bf78-f2e6-4d99-8da2-1a03397583e1", + "id": "05811364-0ca7-4112-a667-28b4839f85f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125846,7 +125846,7 @@ } }, { - "id": "34dfa3f2-2533-4c4f-93e5-877199879cfd", + "id": "041dd53a-d5a0-47f2-a5dc-bece35597d56", "name": "Retrieves all role mining sessions", "request": { "name": "Retrieves all role mining sessions", @@ -125930,7 +125930,7 @@ }, "response": [ { - "id": "29e345d1-b822-4cea-a7eb-24c0d339a604", + "id": "8043b5ea-226a-4cdd-859e-cd7347aff62c", "name": "Succeeded. Returns all role mining sessions that match the query parameters.", "originalRequest": { "url": { @@ -126028,7 +126028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff37f04c-ad17-4f12-8b5b-b49b60090da2", + "id": "19e589c4-9f78-4d04-8d3a-22cc3ab37ff1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126126,7 +126126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a841eac-f352-4189-8c76-266b838aacf2", + "id": "8f247f0f-a0d3-464d-bd59-f9e01d6a08e6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126224,7 +126224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45afd0cc-2901-4642-8e71-b857c6acb84e", + "id": "8597c62e-eae4-48dc-a371-09efe6bebcbf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126322,7 +126322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94521d2a-5453-4b99-9e16-4a4abfae39e6", + "id": "e113963a-c2cc-4d40-97d1-4b9133df88d2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126420,7 +126420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5475e1a5-d1c6-4f01-a067-38d6d3b2d17f", + "id": "4e2d99d4-8391-484a-b46c-ba1126669c12", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126524,7 +126524,7 @@ } }, { - "id": "bdfec909-451c-4728-ba8a-fcbdbb5917b6", + "id": "4d29739e-1730-435b-a2d0-9daad8a7b0d7", "name": "Patch a role mining session", "request": { "name": "Patch a role mining session", @@ -126587,7 +126587,7 @@ }, "response": [ { - "id": "06855015-4146-403b-9424-758ed9da9803", + "id": "2cc6a040-9761-4457-a673-a7c7b17b88b9", "name": "Success", "originalRequest": { "url": { @@ -126653,7 +126653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10d9b55b-b9d8-405c-b20c-fff73415e95f", + "id": "e0ad2bda-9520-4c67-93bb-b89fd83c200d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126719,7 +126719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3abee60-88e4-4150-99cb-a868f053bac7", + "id": "275f465a-bcd2-4f1c-987c-1e800b16e530", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126785,7 +126785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "449494f7-f105-45df-944a-7aa0f20e2338", + "id": "92f71910-cfe9-4a83-bf09-1ddb6ec151b4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126851,7 +126851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dafa27e-4f2f-4b86-8e4d-3b0dea1ceeee", + "id": "18dbc206-76c9-4adf-bb5c-52ed09ae562c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -126917,7 +126917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46a49986-6e6e-471e-9243-8dab0e5bad78", + "id": "3fef1d5b-9004-48a8-bf6d-98636299d6e0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126983,7 +126983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12339daf-ed08-435d-833c-abfd0e06abb5", + "id": "4d841f99-f174-4c70-9cc3-8d07d6f04c89", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127055,7 +127055,7 @@ } }, { - "id": "7b956368-f294-46d7-b058-2832a2e83a1c", + "id": "61d3c554-9371-4760-85d7-6f700f4236d4", "name": "Get a role mining session", "request": { "name": "Get a role mining session", @@ -127105,7 +127105,7 @@ }, "response": [ { - "id": "6d1080f1-2811-4c7e-8ef2-d48950ae78b9", + "id": "d77b361f-5c80-49a3-9722-df83bd035a45", "name": "Returns a role mining session", "originalRequest": { "url": { @@ -127158,7 +127158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a9758bf-6af3-46eb-bb53-2cf81c9f1ec5", + "id": "85e00cdd-f573-47de-a62b-ef853775b54b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127211,7 +127211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36ff29c8-5c02-42e3-85a9-bd812e7fc219", + "id": "d6950381-3e72-4db2-8648-7c1d72f50385", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127264,7 +127264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e64b0737-75d2-4b0b-b104-4b444651bf7a", + "id": "fd6bd5a3-efcf-4007-a827-e705cdb28302", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127317,7 +127317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08da369a-e803-4253-b90a-55075b7bcf8e", + "id": "66a7a937-7686-4d18-b469-4a436d396466", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -127370,7 +127370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "371ca0cb-6e51-4fe3-a432-840321dba529", + "id": "66db190d-471c-4bab-b63b-d111ef4159ae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127423,7 +127423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc856f8c-ce07-4011-9a24-f4331d2375d8", + "id": "37c81851-f71a-4a9e-89f7-f0ab499e8747", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127482,7 +127482,7 @@ } }, { - "id": "81568526-e37b-4c41-898c-d74737de8970", + "id": "95a9179f-5b71-4eee-90ec-980400c4734c", "name": "Get role mining session status state", "request": { "name": "Get role mining session status state", @@ -127533,7 +127533,7 @@ }, "response": [ { - "id": "cc4bde16-fd66-4461-b070-6ea00c26af42", + "id": "758eff7f-d8ab-4496-9602-16cd8f40c273", "name": "Succeeded. Returns session status", "originalRequest": { "url": { @@ -127587,7 +127587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "591e5402-531a-4bec-b83c-c619cd553a77", + "id": "c95c837f-586c-44b6-b37e-48d2f875bf8e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127641,7 +127641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31c72f6c-9a7c-4f6c-b114-c0924b5227f0", + "id": "0ac024fa-95a8-44ea-82cb-aef70cbeb2d7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127695,7 +127695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af614399-029f-470b-a4b3-84723eeb1a48", + "id": "2c7a6503-1bd1-4f2c-b4c5-3a04660e90c0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127749,7 +127749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8c78c35-ba03-4499-94c0-f7ed4173b6d9", + "id": "07aaae62-f473-45eb-a87a-cd2f06fe1ef7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127809,7 +127809,7 @@ } }, { - "id": "aeebc5fb-8c31-446e-9beb-52bab8735bb0", + "id": "82939c46-64b2-45fa-89dc-7d1ea260697b", "name": "Retrieves all potential role summaries", "request": { "name": "Retrieves all potential role summaries", @@ -127906,7 +127906,7 @@ }, "response": [ { - "id": "73dd7b96-a296-4b70-a9a0-d3ca93ddc6f6", + "id": "b7f6c313-40a5-4a9b-a54e-e610b8767a98", "name": "Succeeded. Returns a list of potential role summaries for a role mining session.", "originalRequest": { "url": { @@ -128001,12 +128001,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\",\n \"potentialRoleRef\": {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\"\n },\n \"identityCount\": 25,\n \"entitlementCount\": 15,\n \"identityGroupStatus\": \"OBTAINED\",\n \"provisionState\": \"PENDING\",\n \"roleId\": \"2a4be6fbcf3c4e66b95a0c15ffd591\",\n \"density\": 90,\n \"freshness\": 70,\n \"quality\": 80,\n \"type\": \"SPECIALIZED\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"createdDate\": \"1992-11-20T07:26:13.220Z\",\n \"saved\": true,\n \"description\": \"commodo voluptate\",\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n }\n },\n {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\",\n \"potentialRoleRef\": {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\"\n },\n \"identityCount\": 25,\n \"entitlementCount\": 15,\n \"identityGroupStatus\": \"OBTAINED\",\n \"provisionState\": \"PENDING\",\n \"roleId\": \"2a4be6fbcf3c4e66b95a0c15ffd591\",\n \"density\": 90,\n \"freshness\": 70,\n \"quality\": 80,\n \"type\": \"SPECIALIZED\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"createdDate\": \"1983-03-24T04:44:57.494Z\",\n \"saved\": true,\n \"description\": \"laboris amet id\",\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\",\n \"potentialRoleRef\": {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\"\n },\n \"identityCount\": 25,\n \"entitlementCount\": 15,\n \"identityGroupStatus\": \"OBTAINED\",\n \"provisionState\": \"PENDING\",\n \"roleId\": \"2a4be6fbcf3c4e66b95a0c15ffd591\",\n \"density\": 90,\n \"freshness\": 70,\n \"quality\": 80,\n \"type\": \"SPECIALIZED\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"createdDate\": \"2023-08-15T10:27:02.513Z\",\n \"saved\": true,\n \"description\": \"qui aute\",\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n }\n },\n {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\",\n \"potentialRoleRef\": {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\"\n },\n \"identityCount\": 25,\n \"entitlementCount\": 15,\n \"identityGroupStatus\": \"OBTAINED\",\n \"provisionState\": \"PENDING\",\n \"roleId\": \"2a4be6fbcf3c4e66b95a0c15ffd591\",\n \"density\": 90,\n \"freshness\": 70,\n \"quality\": 80,\n \"type\": \"SPECIALIZED\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"createdDate\": \"1961-03-04T09:22:14.804Z\",\n \"saved\": true,\n \"description\": \"in id dolor\",\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a7fe58ce-bc19-4842-87fa-883e62919f8b", + "id": "537be7a5-f484-4aa8-b6ea-6f13007b34fe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128106,7 +128106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f94c00ff-3d14-43d9-afa7-332185ce90d8", + "id": "bb065102-63f2-4b53-904f-2332ee695beb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128206,7 +128206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7198d8f0-11c9-4e61-9455-77adb4356149", + "id": "0ede989e-950d-4006-98f2-8c68db9fc29c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128306,7 +128306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3acfba3b-94e5-484f-aea6-9e43e43094b6", + "id": "2bb2ec68-bd8e-4cc9-83cd-012a0038a662", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128406,7 +128406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2c8af70-abb4-414e-968d-4f15bb2777d6", + "id": "aa7dfa66-a25c-4640-9f78-945e6449c870", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128512,7 +128512,7 @@ } }, { - "id": "d4c7b6a1-d515-43aa-a8a1-0e8d1d161cbd", + "id": "ef158841-4e8a-4dbe-bef9-08abeda5a74a", "name": "Retrieves a specific potential role", "request": { "name": "Retrieves a specific potential role", @@ -128574,7 +128574,7 @@ }, "response": [ { - "id": "fb844f09-db6f-417c-8cc3-c77af615cc7d", + "id": "3ae5544a-ba67-4a91-8b5f-10b4a9ec67df", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -128624,12 +128624,12 @@ "value": "application/json" } ], - "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"adipisicing_3d3\": \"deserunt do\"\n },\n {\n \"id7de\": \"Duis veniam dolor dolore\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"Excepteur_c\": \"Excepteur veniam et\",\n \"culpa_58\": \"in eiusmod nostrud\"\n },\n {\n \"culpa2\": \"Lorem et elit\",\n \"nulla_1d\": \"nulla\",\n \"eiusmod2\": \"Excepteur Ut culpa\"\n }\n ]\n }\n ],\n \"identityIds\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"name\": \"Saved Potential Role - 07/10\",\n \"provisionState\": \"POTENTIAL\",\n \"quality\": 100,\n \"roleId\": \"07a0b4e2-7a76-44fa-bd0b-c64654b66519\",\n \"saved\": true,\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n },\n \"type\": \"SPECIALIZED\",\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"createdDate\": \"1997-03-31T04:21:35.601Z\",\n \"modifiedDate\": \"1991-07-11T05:53:27.103Z\"\n}", + "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"dolorb38\": \"consectet\"\n },\n {\n \"ipsumd16\": \"proident occaecat esse\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"Excepteur_96\": \"nostrud reprehenderit commodo in\"\n },\n {\n \"adipisicing_c6\": \"sed\",\n \"Excepteure\": \"irure voluptate\"\n }\n ]\n }\n ],\n \"identityIds\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"name\": \"Saved Potential Role - 07/10\",\n \"provisionState\": \"POTENTIAL\",\n \"quality\": 100,\n \"roleId\": \"07a0b4e2-7a76-44fa-bd0b-c64654b66519\",\n \"saved\": true,\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n },\n \"type\": \"SPECIALIZED\",\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"createdDate\": \"1960-11-10T07:53:40.662Z\",\n \"modifiedDate\": \"1954-01-11T18:33:20.144Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "34114816-cf64-4178-8185-bd6ae0e62acc", + "id": "ac7ac5fe-33bf-49b7-b5bf-a1a78ed03ce3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128684,7 +128684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e735faff-9658-4278-99ed-687ebd9987b0", + "id": "64faf024-ce24-4aed-aceb-727c0d3648d3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128739,7 +128739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bb0aeee-9ef4-4f9e-8120-f0cb731bdec1", + "id": "1e3521a3-6141-4c74-ba0f-0c008dac3dbb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128794,7 +128794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1ea121a-540e-41d4-a8a9-d2f07b1f54c6", + "id": "4e5f25d6-6bd4-4bdb-9655-7e37f59c7356", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128849,7 +128849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24d064e1-7dd5-495f-afd0-32c3e886ee4a", + "id": "702479b1-b187-4645-ada1-33f26649acf8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128910,7 +128910,7 @@ } }, { - "id": "12f407c4-cee2-499a-9e11-05ee677cf82e", + "id": "ea5c463b-04e0-4f79-999c-2e54cc1f0244", "name": "Update a potential role", "request": { "name": "Update a potential role", @@ -128985,7 +128985,7 @@ }, "response": [ { - "id": "62d6910c-d18e-4867-8a4d-33224975752f", + "id": "39effe5d-dd9e-4071-8940-35464ceedc88", "name": "Succeeded. Returns the potential role summary based on the potentialRoleId provided.", "originalRequest": { "url": { @@ -129053,7 +129053,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8aac3c0e-37ab-4d55-8d5d-d7ec321ae1d2", + "id": "90374b15-601b-4243-bda8-e6b6c4690efc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129121,7 +129121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52fc83c3-b7dd-4bff-9397-ea7f54dc16fb", + "id": "9dfcf1fe-f1a6-427c-8c45-6aaabda08179", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129189,7 +129189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f97ff7f1-b39c-4c7b-8ce1-b59f559a8f10", + "id": "28684b45-4cb5-4352-a193-b4fa0c4d0019", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129257,7 +129257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5073b96-8054-42c2-8fcd-b8e383c2b21d", + "id": "dc46951b-60e7-4087-8e5a-4dfeeef706f7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -129325,7 +129325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26f80fc8-7522-4474-9834-1007447c810b", + "id": "22e4a2c9-4962-4757-b1d5-6a81d81cb241", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129393,7 +129393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdbadb72-c429-46bd-b3f6-37a971f46a15", + "id": "9751b494-0d09-435b-862e-9295f9002309", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129467,7 +129467,7 @@ } }, { - "id": "2c1c58ad-92d5-4185-b3aa-dcffa7d16dcd", + "id": "4046ab28-87a7-41bc-8a8d-ffecc64bf2eb", "name": "Retrieves the applications of a potential role for a role mining session", "request": { "name": "Retrieves the applications of a potential role for a role mining session", @@ -129567,7 +129567,7 @@ }, "response": [ { - "id": "e2fab5c8-b25d-4a71-89a1-d14d4d85ae85", + "id": "c35d3d3f-b0eb-4654-bd60-07b5c0853f98", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -129655,12 +129655,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"ex ut culpa\",\n \"name\": \"eiusmod consequat commodo consectetur\"\n },\n {\n \"id\": \"magna ex minim commodo\",\n \"name\": \"minim anim proident ad\"\n }\n]", + "body": "[\n {\n \"id\": \"elit dolore\",\n \"name\": \"laboris\"\n },\n {\n \"id\": \"in\",\n \"name\": \"laboris incididunt laborum\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4d6b1c73-52cc-40db-9b15-61440765c848", + "id": "cdb333b3-6a63-4e3a-b0cc-7c09a632a103", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129753,7 +129753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71de12e7-876c-4c28-ac3c-d745ce344787", + "id": "251e0ab6-6f5d-4eaa-968b-ec5bd497beda", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129846,7 +129846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9db11add-4492-45f6-a090-30fc9273dead", + "id": "a173ee7c-f088-456c-8871-6bbc96f1c61f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129939,7 +129939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "965aff7f-941e-4045-b025-3b48b33c6a1c", + "id": "315ac5b0-1eb1-4cac-851a-6da22c6adb29", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130032,7 +130032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72a6f1f8-68a3-47a7-ab35-99efc1d4d10e", + "id": "e4d8aca1-d050-41fa-95b2-82f81f6b0388", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130131,7 +130131,7 @@ } }, { - "id": "547c5ffb-4d17-4f43-8843-7a74ee56876d", + "id": "4503b19c-fc11-4982-819a-cccb9986610c", "name": "Retrieves the entitlements of a potential role for a role mining session", "request": { "name": "Retrieves the entitlements of a potential role for a role mining session", @@ -130231,7 +130231,7 @@ }, "response": [ { - "id": "10369c6a-2cda-40df-85b0-bb1398a9d097", + "id": "00809d64-1dea-4094-9c18-0f2efc5cb568", "name": "Succeeded. Returns the entitlements of a potential role for a role mining session. session.", "originalRequest": { "url": { @@ -130319,12 +130319,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"mollit magna pariatur\",\n \"name\": \"sunt Duis in \"\n },\n {\n \"id\": \"nostrud incididunt non nisi\",\n \"name\": \"dolor\"\n }\n]", + "body": "[\n {\n \"id\": \"pari\",\n \"name\": \"amet cillum sunt labore\"\n },\n {\n \"id\": \"officia est nulla\",\n \"name\": \"commodo aute est nisi\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2aabcca4-ebdb-4555-be73-d5f7349c4c53", + "id": "bd95ac8a-6891-412e-ab90-a80f0dd8816c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130417,7 +130417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f810e34c-d770-46fe-b452-b9de583092da", + "id": "5bc0378c-be63-47b5-8c0b-aeac378e1a6d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130510,7 +130510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c4511df-301a-48c9-9954-ceaf4204dd00", + "id": "31fdf0f3-9697-4597-89b7-b045774c286a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130603,7 +130603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89538a5a-8501-4dcf-b81d-e3472bf512e8", + "id": "b87507f7-5d53-4881-b6ce-d8d290fcb76a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130696,7 +130696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec9e65ab-ea9f-45ab-bb4c-9f7faa0b63ba", + "id": "dd955255-6b4a-4f68-ab6d-640b9d016378", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130795,7 +130795,7 @@ } }, { - "id": "a91631de-191b-45cc-9b59-1a03a70443b8", + "id": "009f8a15-17c7-4c11-ae95-76c0dc09884f", "name": "Retrieves entitlements for a potential role in a role mining session", "request": { "name": "Retrieves entitlements for a potential role in a role mining session", @@ -130913,7 +130913,7 @@ }, "response": [ { - "id": "9a661a4e-f276-4269-8a34-1cc052fe4a74", + "id": "6f7b0aaa-b7d2-4cce-b442-a6cf1b174810", "name": "Succeeded. Returns a list of entitlements for a potential role.", "originalRequest": { "url": { @@ -131024,7 +131024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55ceea4d-f1d5-4bac-83d1-0c2b587c6ba5", + "id": "69887be3-f9df-4211-b21e-934adbd4df37", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131135,7 +131135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54b0836a-89d7-44b4-8c71-71cb1caf4140", + "id": "15b4b3ff-14fb-410b-bb37-86cba7e46ff8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131246,7 +131246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95505f9c-9993-4376-bcc7-2da9b8cf6377", + "id": "948441ba-d16c-4382-9157-fe516cbb5ada", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131357,7 +131357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67ffce13-12e3-460f-a2d6-1f7dedea58c5", + "id": "b229e51d-e6c7-4c78-85dc-2c0c0e78cdeb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131468,7 +131468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abae4286-84c1-43ef-9fa8-2315bbff9006", + "id": "b2aa1e41-3ad6-4081-bc7b-4dd3f9a75520", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131585,7 +131585,7 @@ } }, { - "id": "d429b955-2a7f-4af3-bee5-2532ac89ef56", + "id": "af84f8f6-8283-48ea-90d3-889e7dab4165", "name": "Retrieves entitlement popularity distribution for a potential role in a role mining session", "request": { "name": "Retrieves entitlement popularity distribution for a potential role in a role mining session", @@ -131658,7 +131658,7 @@ }, "response": [ { - "id": "7d558889-c0a2-4abf-bf57-6e90c02e27e6", + "id": "2807a155-9615-4bb5-a72e-dd56dfe9d0b6", "name": "Succeeded. Returns a map containing entitlement popularity distribution for a potential role.", "originalRequest": { "url": { @@ -131719,12 +131719,12 @@ "value": "application/json" } ], - "body": "{\n \"id_3\": 9435406,\n \"qui7\": 57756901,\n \"nostrud1c\": -11259957\n}", + "body": "{\n \"culpa_5\": -6012311\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5b840a9d-3303-43ef-9452-8b3f4fabf0fd", + "id": "abbab35c-8bcc-480f-a012-1bb88d22b26c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131790,7 +131790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c80a9c37-9478-42a5-ab90-e2b7a4790a12", + "id": "ab9e88e2-c754-4c07-8a8c-940252ef5118", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131856,7 +131856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24da5899-930a-4152-b7f4-25ee3abba6e5", + "id": "4c7ac180-98ad-47ce-a8f6-669f3015e152", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131922,7 +131922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f55ea4b3-d802-4d95-af86-7088a7c3576b", + "id": "8c96ad9c-cc2f-4bf4-985c-a5d8d1d9c600", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131994,7 +131994,7 @@ } }, { - "id": "3f4bc99b-7f61-4a7a-9258-49fe138ac48e", + "id": "fcc4fda9-f695-4053-b6d4-c7090054c9db", "name": "Edit entitlements for a potential role to exclude some entitlements", "request": { "name": "Edit entitlements for a potential role to exclude some entitlements", @@ -132070,7 +132070,7 @@ }, "response": [ { - "id": "35771412-72f5-47a7-adc7-5b31c7030b22", + "id": "fc18a0a0-39fc-4ced-9822-9c411b4cce6a", "name": "Adds or removes entitlements from a potential role's entitlement exclusion list.", "originalRequest": { "url": { @@ -132134,12 +132134,12 @@ "value": "application/json" } ], - "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"adipisicing_3d3\": \"deserunt do\"\n },\n {\n \"id7de\": \"Duis veniam dolor dolore\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"Excepteur_c\": \"Excepteur veniam et\",\n \"culpa_58\": \"in eiusmod nostrud\"\n },\n {\n \"culpa2\": \"Lorem et elit\",\n \"nulla_1d\": \"nulla\",\n \"eiusmod2\": \"Excepteur Ut culpa\"\n }\n ]\n }\n ],\n \"identityIds\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"name\": \"Saved Potential Role - 07/10\",\n \"provisionState\": \"POTENTIAL\",\n \"quality\": 100,\n \"roleId\": \"07a0b4e2-7a76-44fa-bd0b-c64654b66519\",\n \"saved\": true,\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n },\n \"type\": \"SPECIALIZED\",\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"createdDate\": \"1997-03-31T04:21:35.601Z\",\n \"modifiedDate\": \"1991-07-11T05:53:27.103Z\"\n}", + "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"dolorb38\": \"consectet\"\n },\n {\n \"ipsumd16\": \"proident occaecat esse\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"Excepteur_96\": \"nostrud reprehenderit commodo in\"\n },\n {\n \"adipisicing_c6\": \"sed\",\n \"Excepteure\": \"irure voluptate\"\n }\n ]\n }\n ],\n \"identityIds\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"name\": \"Saved Potential Role - 07/10\",\n \"provisionState\": \"POTENTIAL\",\n \"quality\": 100,\n \"roleId\": \"07a0b4e2-7a76-44fa-bd0b-c64654b66519\",\n \"saved\": true,\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n },\n \"type\": \"SPECIALIZED\",\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"createdDate\": \"1960-11-10T07:53:40.662Z\",\n \"modifiedDate\": \"1954-01-11T18:33:20.144Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9b55020b-e95a-4f82-ad07-14ae6d875471", + "id": "597f101a-351f-4305-a719-7eaeefa633c9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132208,7 +132208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ce601bd-abed-4364-a9e6-0467fb1ca501", + "id": "aca74064-0002-4905-b595-f3cc4e9ce389", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132277,7 +132277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8294050-575d-4760-9298-afefdf90a9b2", + "id": "3ea83f3f-63e0-4dbf-98b1-ae60587db4b5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132346,7 +132346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35632f74-f42f-4329-96c2-51f8d1ba573c", + "id": "1bbd91d0-b217-4e92-8319-a49bd3e13db7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132421,7 +132421,7 @@ } }, { - "id": "07e04ca2-db0b-49aa-8895-1efc4de2e2b9", + "id": "66045fb0-d303-4d1c-b6e2-0ec6000d7f05", "name": "Retrieves identities for a potential role in a role mining session", "request": { "name": "Retrieves identities for a potential role in a role mining session", @@ -132457,7 +132457,7 @@ "type": "text/plain" }, "key": "filters", - "value": "pariatur ullamco" + "value": "sint amet" }, { "disabled": true, @@ -132530,7 +132530,7 @@ }, "response": [ { - "id": "0e192bec-dd53-4dee-9a62-af144453ea63", + "id": "6fe601a1-6d4a-4d2c-8b24-e74fe2310f3d", "name": "Succeeded. Returns a list of identities for a potential role.", "originalRequest": { "url": { @@ -132561,7 +132561,7 @@ "type": "text/plain" }, "key": "filters", - "value": "pariatur ullamco" + "value": "sint amet" }, { "disabled": true, @@ -132632,7 +132632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f9e9de4-6896-4077-9938-e0cefed449a3", + "id": "d4aa0d19-34bd-40ac-93b2-9f1a6614e1ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132663,7 +132663,7 @@ "type": "text/plain" }, "key": "filters", - "value": "pariatur ullamco" + "value": "sint amet" }, { "disabled": true, @@ -132734,7 +132734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "940ce7f4-86ab-40b2-9d68-77229a01dc7e", + "id": "77fc4c19-6efb-4ec9-9f0f-8eb8f32067fe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132765,7 +132765,7 @@ "type": "text/plain" }, "key": "filters", - "value": "pariatur ullamco" + "value": "sint amet" }, { "disabled": true, @@ -132836,7 +132836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23db72d8-a92a-4bad-b96a-ef65fe1ff89c", + "id": "bffce34d-04d7-45f5-8942-4ad4a95b7ae3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132867,7 +132867,7 @@ "type": "text/plain" }, "key": "filters", - "value": "pariatur ullamco" + "value": "sint amet" }, { "disabled": true, @@ -132938,7 +132938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f83ee98-c3c2-4f70-b390-c0a0a0a263a9", + "id": "20ec1a3b-49b5-44d0-b043-566f32066d78", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132969,7 +132969,7 @@ "type": "text/plain" }, "key": "filters", - "value": "pariatur ullamco" + "value": "sint amet" }, { "disabled": true, @@ -133046,7 +133046,7 @@ } }, { - "id": "844ec6f6-5dce-4889-ac70-fbd01d29bdfa", + "id": "0ab23cb6-a292-4052-89ce-7ed07535076b", "name": "Export (download) details for a potential role in a role mining session", "request": { "name": "Export (download) details for a potential role in a role mining session", @@ -133109,7 +133109,7 @@ }, "response": [ { - "id": "df773f22-e3e7-4ede-a205-894ef580f005", + "id": "43cdcbf0-2e26-41a5-a418-5747a362b1b9", "name": "Succeeded. Returns a zip file containing csv files for identities and entitlements for the potential role.", "originalRequest": { "url": { @@ -133160,12 +133160,12 @@ "value": "application/zip" } ], - "body": "ipsum", + "body": "veniam ex magn", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "abb4f07d-6558-4ada-98fb-01e92674fc97", + "id": "afe100c7-52db-44d9-92a9-81fa4efe7c62", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133221,7 +133221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d20bb912-517a-47b9-a8fd-8743ed9fd04b", + "id": "523b3a8c-35f1-4968-b25a-21c165deb6df", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133277,7 +133277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f8de887-5ad3-4e84-8197-8c6ffb2af4a8", + "id": "8416a6ff-2910-41ac-8cf5-3950e64d1462", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133333,7 +133333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7d3b71f-839a-4b42-848a-14c3693c332b", + "id": "47814ece-8952-47dd-966b-09069f79af4d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133395,7 +133395,7 @@ } }, { - "id": "86b7a10f-a9e7-4ce7-82b4-f255f2aad94b", + "id": "22abd48a-f7d0-4473-b0b7-41b51f9c1df1", "name": "Asynchronously export details for a potential role in a role mining session and upload to S3", "request": { "name": "Asynchronously export details for a potential role in a role mining session and upload to S3", @@ -133471,7 +133471,7 @@ }, "response": [ { - "id": "6cdaf430-7d2d-4760-9e17-f8b7b7571731", + "id": "ed1ec41d-e04d-4a71-a600-74dea032e6a5", "name": "Job Submitted. Returns a reportId that can be used to download the zip once complete", "originalRequest": { "url": { @@ -133540,7 +133540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "271fd35e-9ca9-4d4d-a688-d0780fc8abc9", + "id": "b5d26b69-04f7-460d-90fc-b54752be2a46", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133609,7 +133609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5bf080d-69aa-43c1-8d1f-605ff6476eca", + "id": "96901562-2796-4d7d-9dd2-3222a9c7e6a1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133678,7 +133678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95457932-a226-4662-8e68-f841dc947a52", + "id": "0d517e68-8c74-4258-af1d-c433d75d2e35", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133747,7 +133747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca47313f-bc60-48e1-bd74-87fcefbed6bf", + "id": "9c59d5e6-3dc1-4d61-9a2c-c4f5e8bbb836", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133822,7 +133822,7 @@ } }, { - "id": "96d2b1ef-c56e-4666-aec3-d45169d87311", + "id": "77bca3ae-7024-45d8-b36c-e9ee1bca0b68", "name": "Retrieve status of a potential role export job", "request": { "name": "Retrieve status of a potential role export job", @@ -133896,7 +133896,7 @@ }, "response": [ { - "id": "604e2ee8-4c35-484f-b020-c2ab84f203f3", + "id": "4cdf9148-a59e-4eea-add8-f860d449813f", "name": "Success. Returns the current status of this export", "originalRequest": { "url": { @@ -133953,7 +133953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1b3b1e7-b61d-4a91-9254-e61526648aa7", + "id": "b66f0902-1606-4ea1-8a5c-70cb09f9cf36", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134010,7 +134010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8571932-c38d-4375-a7a7-520bd4895931", + "id": "a7b2032b-cc2b-4a6e-bf18-05ed0a5df6d6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134067,7 +134067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8aff3521-5bfd-4786-bd02-b508a78b08b0", + "id": "e647f20b-b83c-44d0-a17e-6684cbbcd6ca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134124,7 +134124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6298bc86-76db-476b-938b-be26801c91f6", + "id": "a0ba58dc-a63b-42f2-b848-d71cf5d16cc7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134187,7 +134187,7 @@ } }, { - "id": "10feb627-3805-4583-a95e-ad9720fd3c68", + "id": "b057ed94-b2cd-41a1-ae66-e55025e411a5", "name": "Export (download) details for a potential role in a role mining session", "request": { "name": "Export (download) details for a potential role in a role mining session", @@ -134262,7 +134262,7 @@ }, "response": [ { - "id": "2487e26d-7a3a-423d-95ae-3d990d2f83a9", + "id": "b7373f91-2e69-4eeb-af7f-9504969b4873", "name": "Succeeded. Returns a zip file containing csv files for identities and entitlements for the potential role.", "originalRequest": { "url": { @@ -134315,12 +134315,12 @@ "value": "application/zip" } ], - "body": "ipsum", + "body": "veniam ex magn", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "81497522-71c1-4986-ab50-1c2642383b32", + "id": "37a81773-7d60-455b-a02c-25dae0ddd2ee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134378,7 +134378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77af45d2-257f-4d6e-9697-8ef84bc4db6a", + "id": "2aebeb0a-c2a8-42ed-9c24-c36160dd7b0c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134436,7 +134436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "307e2e0c-5010-47e1-8fd5-8eb7087427ca", + "id": "6c4b0544-1ca3-40d9-b10c-2cdc3abea09c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134494,7 +134494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cf8fbb5-1fe0-4487-9b24-b4a7c4fc5e10", + "id": "8f36bc4b-1ed8-4bbe-be98-42c6364e2606", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134558,7 +134558,7 @@ } }, { - "id": "2bfad0e6-bbb3-4fe6-a59d-b0ee2c388823", + "id": "8e130e4e-8c91-43a8-980d-5741e1f303f2", "name": "Create request to provision a potential role into an actual role.", "request": { "name": "Create request to provision a potential role into an actual role.", @@ -134653,7 +134653,7 @@ }, "response": [ { - "id": "90301d14-3151-4055-9caa-d2dd7b1fd17d", + "id": "14d2d82e-e37b-47fa-9b14-c909bc3ddef8", "name": "Accepted. Returns a potential role summary including the status of the provison request", "originalRequest": { "url": { @@ -134736,12 +134736,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\",\n \"potentialRoleRef\": {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\"\n },\n \"identityCount\": 25,\n \"entitlementCount\": 15,\n \"identityGroupStatus\": \"OBTAINED\",\n \"provisionState\": \"PENDING\",\n \"roleId\": \"2a4be6fbcf3c4e66b95a0c15ffd591\",\n \"density\": 90,\n \"freshness\": 70,\n \"quality\": 80,\n \"type\": \"SPECIALIZED\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"createdDate\": \"1966-07-27T13:32:36.539Z\",\n \"saved\": true,\n \"description\": \"cons\",\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n }\n}", + "body": "{\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\",\n \"potentialRoleRef\": {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\"\n },\n \"identityCount\": 25,\n \"entitlementCount\": 15,\n \"identityGroupStatus\": \"OBTAINED\",\n \"provisionState\": \"PENDING\",\n \"roleId\": \"2a4be6fbcf3c4e66b95a0c15ffd591\",\n \"density\": 90,\n \"freshness\": 70,\n \"quality\": 80,\n \"type\": \"SPECIALIZED\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"createdDate\": \"1981-09-23T02:08:45.001Z\",\n \"saved\": true,\n \"description\": \"aliquip Ut est eu\",\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "09b4e4a4-af62-415a-bc7f-15ec4e076309", + "id": "7a211659-e6e0-41b7-ac25-3c9aefca16fd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134829,7 +134829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3509ef87-e328-4e08-97ba-18e0a00911bf", + "id": "7a8a6d22-a652-4ab0-8002-41bf31ad02d6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134917,7 +134917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a91aecf-4995-41d8-9c77-ae9e240e9a5c", + "id": "8d5b345f-c047-4391-b34b-334628ae5b4f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135005,7 +135005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad76b184-baa2-4515-9933-73baeabda6d8", + "id": "8f93ed23-ca43-4a0f-93c8-3d29768b5c56", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -135093,7 +135093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9dc7a06-203d-4598-9f11-c2d6eb8c6d14", + "id": "04734c53-ec45-49f4-b71c-11a38d1958ec", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135187,7 +135187,7 @@ } }, { - "id": "54bf63fd-b6f7-4541-83be-1a9e27acfa67", + "id": "d30faf23-9f8f-4829-aefc-092f45557513", "name": "Retrieves excluded entitlements for a potential role in a role mining session", "request": { "name": "Retrieves excluded entitlements for a potential role in a role mining session", @@ -135296,7 +135296,7 @@ }, "response": [ { - "id": "8273e718-cfc5-4dcd-a9d7-95398b5eb622", + "id": "e7276c72-c441-4122-bef1-2e860521037d", "name": "Succeeded. Returns a list of excluded entitlements for a potential roles.", "originalRequest": { "url": { @@ -135398,7 +135398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd370d5d-fe36-4509-8331-ebc97f2426d6", + "id": "00c02a67-e79c-477d-88f2-0c102a101643", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135500,7 +135500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c723d5c1-0f9d-46b8-8bcb-6329cf4a3f47", + "id": "344c20b3-90e9-4efc-9bcd-89c04b8a850a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135602,7 +135602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d862f01c-9bd4-47bb-b27a-b8de86d73e5c", + "id": "407ed52a-8822-4e8b-b0c6-93c4f73ccf28", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135704,7 +135704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75b43ea8-3104-4e76-a8ff-8e2b268794b7", + "id": "4881efb7-6bea-41c4-9cad-f0a0ba460a30", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135812,7 +135812,7 @@ } }, { - "id": "8e21cb98-391f-48df-aaaf-4bfa09b61b46", + "id": "168b82cf-043f-4b04-b55d-b49c4d9e8643", "name": "Retrieves all potential role summaries", "request": { "name": "Retrieves all potential role summaries", @@ -135896,7 +135896,7 @@ }, "response": [ { - "id": "36b3b3bf-bca4-4502-ae77-c72d0db5ea76", + "id": "52663f37-5b6e-45df-acfa-19839bf3384e", "name": "Succeeded. Returns all potential role summaries that match the query parameters.", "originalRequest": { "url": { @@ -135989,12 +135989,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\",\n \"potentialRoleRef\": {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\"\n },\n \"identityCount\": 25,\n \"entitlementCount\": 15,\n \"identityGroupStatus\": \"OBTAINED\",\n \"provisionState\": \"PENDING\",\n \"roleId\": \"2a4be6fbcf3c4e66b95a0c15ffd591\",\n \"density\": 90,\n \"freshness\": 70,\n \"quality\": 80,\n \"type\": \"SPECIALIZED\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"createdDate\": \"1992-11-20T07:26:13.220Z\",\n \"saved\": true,\n \"description\": \"commodo voluptate\",\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n }\n },\n {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\",\n \"potentialRoleRef\": {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\"\n },\n \"identityCount\": 25,\n \"entitlementCount\": 15,\n \"identityGroupStatus\": \"OBTAINED\",\n \"provisionState\": \"PENDING\",\n \"roleId\": \"2a4be6fbcf3c4e66b95a0c15ffd591\",\n \"density\": 90,\n \"freshness\": 70,\n \"quality\": 80,\n \"type\": \"SPECIALIZED\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"createdDate\": \"1983-03-24T04:44:57.494Z\",\n \"saved\": true,\n \"description\": \"laboris amet id\",\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\",\n \"potentialRoleRef\": {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\"\n },\n \"identityCount\": 25,\n \"entitlementCount\": 15,\n \"identityGroupStatus\": \"OBTAINED\",\n \"provisionState\": \"PENDING\",\n \"roleId\": \"2a4be6fbcf3c4e66b95a0c15ffd591\",\n \"density\": 90,\n \"freshness\": 70,\n \"quality\": 80,\n \"type\": \"SPECIALIZED\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"createdDate\": \"2023-08-15T10:27:02.513Z\",\n \"saved\": true,\n \"description\": \"qui aute\",\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n }\n },\n {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\",\n \"potentialRoleRef\": {\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"name\": \"Potential Role - e0cc5d\"\n },\n \"identityCount\": 25,\n \"entitlementCount\": 15,\n \"identityGroupStatus\": \"OBTAINED\",\n \"provisionState\": \"PENDING\",\n \"roleId\": \"2a4be6fbcf3c4e66b95a0c15ffd591\",\n \"density\": 90,\n \"freshness\": 70,\n \"quality\": 80,\n \"type\": \"SPECIALIZED\",\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"createdDate\": \"1961-03-04T09:22:14.804Z\",\n \"saved\": true,\n \"description\": \"in id dolor\",\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6beab83b-7351-4c67-94a1-5fb95375531f", + "id": "64af6dce-7f25-4086-a93f-3405fc9a4cbd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136092,7 +136092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f8f76f9-67d5-47d2-be9f-934ff706af39", + "id": "9831d59c-1b5c-4dec-ac3d-7a4fb2d3ba87", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136190,7 +136190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "892e2621-a128-4b47-ad31-9174524ae39d", + "id": "9ad82aa6-a4d6-48ed-9404-d7dfe70c52de", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136288,7 +136288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21c491dd-1b2c-4bbb-ae74-9de737ecd5a9", + "id": "99fbf056-3070-4610-9c4c-30fa6dc265b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136386,7 +136386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4636f70c-cc8c-4081-894d-cf95faa1235a", + "id": "1665dd06-16bf-40f6-b6bc-57a1d71ed129", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136490,7 +136490,7 @@ } }, { - "id": "1ffdd3e5-f1f6-4f26-8186-e500a13d2d24", + "id": "ec38a6f9-3cb7-41ea-b330-44b8a94b0170", "name": "Retrieves a specific potential role", "request": { "name": "Retrieves a specific potential role", @@ -136540,7 +136540,7 @@ }, "response": [ { - "id": "990f30d6-a732-4b7b-8a04-26a337dfd021", + "id": "aae70501-f269-4374-8ea1-aa50c89c5ff6", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -136588,12 +136588,12 @@ "value": "application/json" } ], - "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"adipisicing_3d3\": \"deserunt do\"\n },\n {\n \"id7de\": \"Duis veniam dolor dolore\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"Excepteur_c\": \"Excepteur veniam et\",\n \"culpa_58\": \"in eiusmod nostrud\"\n },\n {\n \"culpa2\": \"Lorem et elit\",\n \"nulla_1d\": \"nulla\",\n \"eiusmod2\": \"Excepteur Ut culpa\"\n }\n ]\n }\n ],\n \"identityIds\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"name\": \"Saved Potential Role - 07/10\",\n \"provisionState\": \"POTENTIAL\",\n \"quality\": 100,\n \"roleId\": \"07a0b4e2-7a76-44fa-bd0b-c64654b66519\",\n \"saved\": true,\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n },\n \"type\": \"SPECIALIZED\",\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"createdDate\": \"1997-03-31T04:21:35.601Z\",\n \"modifiedDate\": \"1991-07-11T05:53:27.103Z\"\n}", + "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"dolorb38\": \"consectet\"\n },\n {\n \"ipsumd16\": \"proident occaecat esse\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"Excepteur_96\": \"nostrud reprehenderit commodo in\"\n },\n {\n \"adipisicing_c6\": \"sed\",\n \"Excepteure\": \"irure voluptate\"\n }\n ]\n }\n ],\n \"identityIds\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"name\": \"Saved Potential Role - 07/10\",\n \"provisionState\": \"POTENTIAL\",\n \"quality\": 100,\n \"roleId\": \"07a0b4e2-7a76-44fa-bd0b-c64654b66519\",\n \"saved\": true,\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n },\n \"type\": \"SPECIALIZED\",\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"createdDate\": \"1960-11-10T07:53:40.662Z\",\n \"modifiedDate\": \"1954-01-11T18:33:20.144Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "13bfda65-9ddc-421b-a646-ab7419eb4b6a", + "id": "f7be2736-d52b-4771-bc85-b692ad0abc6a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136646,7 +136646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6151ac2-3df5-4ce1-8af0-f172ea44c657", + "id": "a69f9cfd-74f8-4a03-a25a-0cd1b08725a9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136699,7 +136699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc2da266-50c7-4c8e-b250-f4b1bc6da4c9", + "id": "7295c108-c235-443d-938e-2056a83f1014", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136752,7 +136752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b389908d-5f4c-4381-ac24-939a6deb490f", + "id": "d4df7e6a-9de2-4587-b8de-26feba9aa01a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136805,7 +136805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8c5412b-a6d4-4b1f-988a-bcef7db09790", + "id": "96c09481-2018-4e56-a0d7-678cf559d1f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136864,7 +136864,7 @@ } }, { - "id": "f2ccadcc-1200-410f-855c-3f908f676982", + "id": "3e57bcd4-a490-4f73-8760-46ca767d7327", "name": "Update a potential role", "request": { "name": "Update a potential role", @@ -136937,7 +136937,7 @@ }, "response": [ { - "id": "51cb67da-cc55-48f0-83df-c5e01a168857", + "id": "3af69c46-0a5a-4425-bb8e-da90997c9368", "name": "Succeeded. Returns the potential role summary based on the potentialRoleId provided.", "originalRequest": { "url": { @@ -137003,7 +137003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3797706a-e8a6-4a15-b83d-2056a194b0fe", + "id": "914824c6-b77b-4653-8045-6c12feb85f5f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137069,7 +137069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcd4c208-f3e0-4728-9bf3-c3b90894d833", + "id": "23715609-a2bc-4e85-972e-8bb5bcc8e5cb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137135,7 +137135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "234eb21d-ef8e-4e61-af7f-9a0efa8586f3", + "id": "f234a769-5680-4f36-9211-8ebe8e0e8c1c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137201,7 +137201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb32777e-a0cf-483d-aa98-6261fcada33f", + "id": "ce274895-c060-4af7-ac99-4a7dd280c98b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -137267,7 +137267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db351b18-33b1-491b-9bf1-47be644de01e", + "id": "d7d61db4-d44a-47a2-9b67-69020b2a6dac", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137333,7 +137333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab805129-3def-482c-bff5-02acc29c8179", + "id": "3c377c9a-f29c-47bc-be68-184a6fd88e89", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137405,7 +137405,7 @@ } }, { - "id": "a152cc7a-62f2-47d1-992c-764536d92e7f", + "id": "b1fdfd45-fa1b-4a14-b580-50704d51fde1", "name": "Retrieves all saved potential roles", "request": { "name": "Retrieves all saved potential roles", @@ -137481,7 +137481,7 @@ }, "response": [ { - "id": "818813ab-f64f-4702-a8be-0c66c58c187e", + "id": "580dfecd-465e-49b0-af27-32aaf1caa44f", "name": "Succeeded. Returns a list of draft roles for a role mining session.", "originalRequest": { "url": { @@ -137566,12 +137566,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"name\": \"Saved RM Session - 07/10\",\n \"description\": \"Person who develops software\",\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"entitlementIds\": [\n \"2c91808a7624751a01762f19d665220d\",\n \"2c91808a7624751a01762f19d67c220e\"\n ],\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"modified\": \"2020-09-16T18:49:32.150Z\",\n \"type\": \"SPECIALIZED\",\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"createdDate\": \"2009-05-22T04:32:18.169Z\",\n \"modifiedDate\": \"1987-03-28T06:44:09.832Z\"\n },\n {\n \"name\": \"Saved RM Session - 07/10\",\n \"description\": \"Person who develops software\",\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"entitlementIds\": [\n \"2c91808a7624751a01762f19d665220d\",\n \"2c91808a7624751a01762f19d67c220e\"\n ],\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"modified\": \"2020-09-16T18:49:32.150Z\",\n \"type\": \"SPECIALIZED\",\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"createdDate\": \"1965-05-27T17:30:50.359Z\",\n \"modifiedDate\": \"1973-06-09T01:54:20.838Z\"\n }\n]", + "body": "[\n {\n \"name\": \"Saved RM Session - 07/10\",\n \"description\": \"Person who develops software\",\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"entitlementIds\": [\n \"2c91808a7624751a01762f19d665220d\",\n \"2c91808a7624751a01762f19d67c220e\"\n ],\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"modified\": \"2020-09-16T18:49:32.150Z\",\n \"type\": \"SPECIALIZED\",\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"createdDate\": \"1991-01-16T06:10:07.024Z\",\n \"modifiedDate\": \"1979-07-21T01:43:47.600Z\"\n },\n {\n \"name\": \"Saved RM Session - 07/10\",\n \"description\": \"Person who develops software\",\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"entitlementIds\": [\n \"2c91808a7624751a01762f19d665220d\",\n \"2c91808a7624751a01762f19d67c220e\"\n ],\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"modified\": \"2020-09-16T18:49:32.150Z\",\n \"type\": \"SPECIALIZED\",\n \"id\": \"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923\",\n \"createdDate\": \"1979-02-08T07:12:00.585Z\",\n \"modifiedDate\": \"1975-12-11T06:29:14.249Z\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8893f0ec-b654-4b2d-8daf-da03e42ab1f5", + "id": "bb6ddb6c-cbe2-40a7-b2a7-1e8918061fd3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137661,7 +137661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "864cd093-b293-4fa1-8ea8-06f8b014259d", + "id": "97154c70-495d-4a7e-a21e-b39084283622", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137751,7 +137751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79a009ad-d57f-4918-8fd5-860e1acb8c6e", + "id": "2c6d17dd-ed58-48dd-89d4-2eb21c174209", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137841,7 +137841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bde5d86-5ce0-4c23-af9f-91126c8bca31", + "id": "f0a3be49-cea2-4923-a041-629891249d95", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137931,7 +137931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4917431f-5396-43e6-b105-b17f718148f6", + "id": "74756289-e51e-46e3-9742-90e85230659b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138027,7 +138027,7 @@ } }, { - "id": "7bed0e2a-e38e-4b02-ad5f-64b2369aa57f", + "id": "1b0cc5a9-4aba-49d4-984d-2c3bf5f23f49", "name": "Retrieves potential role source usage", "request": { "name": "Retrieves potential role source usage", @@ -138127,7 +138127,7 @@ }, "response": [ { - "id": "0b45e1da-5fdb-4e1f-a3c0-50ed1167ad44", + "id": "5880bf69-e528-469e-bb26-d1ba74b94c0f", "name": "Succeeded. Returns a list of source usage for the identities in a potential role.", "originalRequest": { "url": { @@ -138220,7 +138220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "300c34d8-6cba-4b39-b365-88b226b5efdb", + "id": "650ec2cc-27c3-4902-8ea1-a5dfeb475300", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138313,7 +138313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a914f8e7-3be7-4189-a879-8eafa18faec7", + "id": "28f5d6d8-76e0-40ce-b1ee-f2d0cf21b511", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138406,7 +138406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e3b53c7-4ad5-4031-9a26-00d4980e543a", + "id": "24c8242a-cb37-44f5-8111-89f72c541096", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138499,7 +138499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93afc376-fc30-4f9a-bd34-13562b918a50", + "id": "f6b070d3-3ae4-4143-b782-92ff047ea6fd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138592,7 +138592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b3c9e91-350a-4f56-b814-a191156c4ffb", + "id": "6f1b334c-6384-4d8c-8310-114b5ecf6628", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138697,7 +138697,7 @@ "description": "Use this API to implement functionality related to object icons (application icons for example). \nWith this functionality in place, administrators can set or remove an icon for specific object type for use throughout Identity Security Cloud.\n", "item": [ { - "id": "1b4dfaad-fa13-4289-9355-6ff238a109fa", + "id": "e6762762-d713-451d-a58a-363713b698ad", "name": "Update an icon", "request": { "name": "Update an icon", @@ -138774,7 +138774,7 @@ }, "response": [ { - "id": "0532f42c-591f-4cc2-9c5e-35cc1b5ded0b", + "id": "0fcb101e-3e75-4e2e-8fc8-98febe18e696", "name": "Icon updated", "originalRequest": { "url": { @@ -138844,7 +138844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb20a9a2-244f-47af-8e80-c5c2f3f66572", + "id": "c5b8358a-da1d-492c-80e3-0f330a277582", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138914,7 +138914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1c15565-446d-4570-b5cf-b2be76a63a74", + "id": "5de35e86-c34c-483a-9edf-35108a151981", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138984,7 +138984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3440c7db-c1cf-444e-8e73-f96e6b08c743", + "id": "a913bdbb-8fcb-4669-9f22-0e96de9b95c9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139054,7 +139054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c6ca748-114d-41dc-9b5c-9804b32d99f1", + "id": "73d2d301-19e1-4ace-871b-eaae3f9851bc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -139124,7 +139124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d8ff0c9-6472-4ba7-ad72-ae2c0f69db8a", + "id": "3ca5fca3-0f6c-4adb-9a9e-3f515d28a4bd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139194,7 +139194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60a40118-7857-4aa3-80a7-eae17c4195a0", + "id": "d0605d0b-c0a0-4656-a9b4-57446b18cad1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139270,7 +139270,7 @@ } }, { - "id": "b2344d56-4485-4996-b357-d035cf4f4486", + "id": "be27ed54-7fea-45ed-a4d1-4e1458bc813d", "name": "Delete an icon", "request": { "name": "Delete an icon", @@ -139331,7 +139331,7 @@ }, "response": [ { - "id": "10114bea-b1e0-4c8d-be3b-60fa871f18a7", + "id": "9af6e8dd-8289-4aa8-8ae6-429e21c0ba7e", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -139375,7 +139375,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b444855d-80d7-4e47-a251-11f028167cc5", + "id": "c75c36dd-0839-41dd-b1a4-834a14f615ed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139429,7 +139429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9297b51-4f06-436d-ae28-f4b8433a37e3", + "id": "9a8d6275-081f-425f-b39e-d8d16b75ceb4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139483,7 +139483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcfe2ac4-b8bb-4251-9279-dbf54aae68d4", + "id": "61e6f6f1-86ed-4bad-a7ca-87da71f052c5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139537,7 +139537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e09e6c6-4a71-40b7-b734-7f351e58363d", + "id": "48c02be0-0201-4064-a979-339a631e0b1b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -139591,7 +139591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f42756f-71db-4f70-b201-50ee8ad9e385", + "id": "14543ba6-c941-4d23-8e5d-b10c1f2a38e5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139645,7 +139645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cbc60e5-7e2a-4a57-aac6-6c582986725e", + "id": "ff97a6c4-d27d-4485-bdbe-fd73029b6a25", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139711,7 +139711,7 @@ "description": "Use this API to implement identity functionality.\nWith this functionality in place, administrators can synchronize an identity's attributes with its various source attributes.\n\nIdentity Security Cloud uses identities as users' authoritative accounts. Identities can own other accounts, entitlements, and attributes.\n\nAn identity has a variety of attributes, such as an account name, an email address, a job title, and more.\nThese identity attributes can be correlated with different attributes on different sources.\nFor example, the identity John.Smith can own an account in the GitHub source with the account name John-Smith-Org, and Identity Security Cloud knows they are the same person with the same access and attributes.\n\nIn Identity Security Cloud, administrators often set up these synchronizations to get triggered automatically with a change or to run on a schedule.\nTo manually synchronize attributes for an identity, administrators can use the Identities drop-down menu and select Identity List to view the list of identities.\nThey can then select the identity they want to manually synchronize and use the hamburger menu to select 'Synchronize Attributes.'\nDoing so immediately begins the attribute synchronization and analyzes all accounts for the selected identity.\n\nRefer to [Synchronizing Attributes](https://documentation.sailpoint.com/saas/help/provisioning/attr_sync.html) for more information about synchronizing attributes.\n", "item": [ { - "id": "9a74d246-74c4-4519-aca2-a08aaeb109e7", + "id": "4fd2bced-4636-40e8-b6fc-17b41fdc5d83", "name": "Attribute synchronization for single identity.", "request": { "name": "Attribute synchronization for single identity.", @@ -139732,7 +139732,7 @@ "variable": [ { "type": "any", - "value": "pariatur ullamco", + "value": "sint amet", "key": "identityId", "disabled": true, "description": { @@ -139762,7 +139762,7 @@ }, "response": [ { - "id": "6ff32728-6327-460e-ba99-891087794cb8", + "id": "61d21046-5531-434e-be7e-f91808dbbdcb", "name": "An Identity Sync job", "originalRequest": { "url": { @@ -139816,7 +139816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51553d6a-b88e-4fb1-978a-7afbf42a6711", + "id": "554b46ec-a75b-4caf-8e23-3a1ae95655e5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139870,7 +139870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de48a0d5-3122-4199-abfd-f7f6d1e818ff", + "id": "370076c5-42d7-4591-83e9-ceefd1f2f45b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139924,7 +139924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ad52bb1-2c39-42c1-a0f3-3ad43195bf04", + "id": "84b38506-ebdf-49de-8454-8e527d6e719c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139978,7 +139978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f695b7ff-a810-4751-8683-f0ea714eb4d8", + "id": "7eb8267a-fba7-4bdb-be42-ce7e4aed804e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -140032,7 +140032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc1c30ba-e016-4ee8-b4a0-ebfe2d5d2b59", + "id": "df0c3f67-6d3c-4bee-bc4e-9ae2fbfab45d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -140086,7 +140086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19d6fbd6-39d7-4fbd-9c31-9dd835b9ecc1", + "id": "43185722-a8e1-4363-b300-bffd3736816b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140146,7 +140146,7 @@ } }, { - "id": "47bc3ae6-cb13-4004-82b7-16255351d6ff", + "id": "db7acf81-c766-4042-96e8-9ebce234e102", "name": "Get ownership details", "request": { "name": "Get ownership details", @@ -140197,7 +140197,7 @@ }, "response": [ { - "id": "8b9e5d3b-e257-4edb-aa32-2e3a997310eb", + "id": "7a833697-d360-40fe-9fcf-dba17a957647", "name": "Identity's ownership association details.", "originalRequest": { "url": { @@ -140251,7 +140251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d7af1c4-16c0-4c93-b3b5-3d28f8634286", + "id": "c714031a-a5b6-4679-abac-5a3925529dd9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -140305,7 +140305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a79635a6-59b8-4fd7-9496-fa6b1f07c3b3", + "id": "ce115274-9f2e-42fa-b1fb-b4e178c202df", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -140359,7 +140359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96b69070-35d7-47ff-913a-1c35dad46f52", + "id": "12252605-9c75-4609-ae0a-a0bb9bbc2518", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -140413,7 +140413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d454436c-5391-42a7-b8cc-200245116a61", + "id": "6aaac86a-deae-4cc7-9c3b-b77adbb0852f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -140467,7 +140467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc3879dc-f2eb-48e6-b8c0-5706c2a3b0d7", + "id": "e868ac2b-1a31-46a6-a17c-1f076eda42e3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -140521,7 +140521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9edb4cdc-1591-4a5c-83d9-5a50ff8d89f2", + "id": "8c591be8-fe92-4ae3-bfa2-d8532a382251", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140581,7 +140581,7 @@ } }, { - "id": "bee7747f-921c-4bdf-9be8-75f93985b3e2", + "id": "552d707b-6e7f-4a3e-b496-ba491a102843", "name": "List Identities", "request": { "name": "List Identities", @@ -140674,7 +140674,7 @@ }, "response": [ { - "id": "08aa22b5-6ae5-4e60-9906-295bfd0dcf43", + "id": "6b5520ef-df97-43fe-98a5-78ecc39bf7b1", "name": "List of identities.", "originalRequest": { "url": { @@ -140781,7 +140781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61f744ed-15e2-45d3-ae24-d79b1f2c69e1", + "id": "0feb686b-55a1-4bc1-89d6-d0edd15cbff7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -140888,7 +140888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22871b3e-b311-4f58-a4a0-64c4a12fd06d", + "id": "c1e0ffce-21a7-471b-9063-260c4e60abd2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -140995,7 +140995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74709d20-4daf-4e40-a2a4-efa9e83c8175", + "id": "ebeefc2a-35f2-4655-aa66-99df476acdb2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141102,7 +141102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf54eceb-6a02-42dc-bfe8-5575011aea78", + "id": "79a032ca-85cc-4458-abf7-45d18894e4ae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141209,7 +141209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e036cac5-9ed9-4fe6-a21b-a1372faa326e", + "id": "3e8dda4a-dfff-42e4-9e42-e39594fa1888", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141322,7 +141322,7 @@ } }, { - "id": "c31fca1b-8b1e-4626-8299-6781c0053c2c", + "id": "2fd9c0a3-9cd8-4f2b-a57f-37f64f866cca", "name": "Identity Details", "request": { "name": "Identity Details", @@ -141372,7 +141372,7 @@ }, "response": [ { - "id": "e33b071d-f823-46c3-88c4-cdbf273b24e5", + "id": "15cd96d2-8172-4cfa-afe7-979c1f5c775d", "name": "An identity object", "originalRequest": { "url": { @@ -141425,7 +141425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01ee9a1f-eb9d-4408-9f8f-98df4f78adfd", + "id": "59f53621-6fb7-476d-b4d0-a549eeca89f0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141478,7 +141478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63fe6be5-1f0b-4a1c-b307-0a98eba5872f", + "id": "2f256c72-d45b-4712-89e0-fa60d94bfe9b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141531,7 +141531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93eae99d-7ea9-46d7-9ea3-4c0208d31fe3", + "id": "5cea2b09-a950-4bd4-add6-1ef9cf92c537", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141584,7 +141584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bd6958d-f04b-45d5-8627-9a8d8eb06484", + "id": "088f6a34-4def-4077-93e4-cad08f494a8e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -141637,7 +141637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0d7075a-fd98-4a35-8793-dad0abb0bc55", + "id": "d7ed1f07-2829-4435-abd0-22d53d053cfa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141690,7 +141690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b01f269f-fb09-4ceb-9c4f-c9e27d4d84fb", + "id": "f5a920c2-9a55-4aef-b4e3-1802b526db43", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141749,7 +141749,7 @@ } }, { - "id": "28c9f351-3cec-471e-9e0a-8f8f7a9cba3c", + "id": "22ce6801-a37f-45ce-9c25-185acc075164", "name": "Delete identity", "request": { "name": "Delete identity", @@ -141799,7 +141799,7 @@ }, "response": [ { - "id": "041a4ad6-5bf5-42dc-8810-e1966e432061", + "id": "e6056fe8-e896-4759-8638-322a1ba405ca", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -141842,7 +141842,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ad6cf540-d787-4ee6-9632-b3d91769e15e", + "id": "be76cdd3-cbf0-4fea-91e2-1b732e890cab", "name": "Client Error - Returned if the request is invalid. It may indicate that the specified identity is marked as protected and cannot be deleted.", "originalRequest": { "url": { @@ -141895,7 +141895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44723735-4281-4b7f-88f2-4cca08fbb6d8", + "id": "5643e082-cf1f-4542-8ee7-8ba260b1cec6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141948,7 +141948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "183fd26e-5fe8-4ec6-be80-e4fa99a8ebdb", + "id": "c3a549be-2f08-4579-b147-dc458a8acdc2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142001,7 +142001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bd7fca2-4cea-4806-8bc8-17b57a1bebe2", + "id": "d6371e6d-092d-4bf9-add9-d4891ca61620", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -142054,7 +142054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60e7c46a-03ef-483b-b82f-c03b9f90ec7e", + "id": "e4826a8a-5768-4b5a-9920-f2232bcf6276", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -142107,7 +142107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec749acc-1421-4cc3-bece-d68cc8768dd9", + "id": "48aa106c-e049-46ed-899b-86a4642d2e7b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -142166,7 +142166,7 @@ } }, { - "id": "d07f987c-fa1d-4027-92a6-34663d255219", + "id": "cfdc1ab6-90f6-49f2-9cec-4ac0900ec50e", "name": "Process a list of identityIds", "request": { "name": "Process a list of identityIds", @@ -142218,7 +142218,7 @@ }, "response": [ { - "id": "63bb7a50-1e7a-4a86-bcd8-31d5fa153e90", + "id": "1b8ea40f-98ed-4e57-b1af-01a43bbe8d07", "name": "Object containing the DTO type TASK_RESULT and the job id for the task", "originalRequest": { "url": { @@ -142284,7 +142284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66e99b2d-4b7a-4e67-92c2-60f8d88049b4", + "id": "f9115085-f450-4344-9cad-4d290f98a395", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142350,7 +142350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d50e8761-5ead-49ad-b6cb-07b9fbea4613", + "id": "c9c5deb8-d35c-4f3b-b19c-ff43838a5707", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -142416,7 +142416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a58e9e42-8398-43c2-8486-4aeb56081d27", + "id": "4195ad3d-1de7-4e63-8707-030b97b55533", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142482,7 +142482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ca65c0c-22d4-4933-ba32-4693b4d0ec3f", + "id": "c88851f6-4737-442e-9a36-ad25a1176ff3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -142548,7 +142548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bd5e0ed-c2d1-4fae-a449-9add811da356", + "id": "375f44f6-9851-499a-a323-687fded05f8c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -142614,7 +142614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59da3028-a256-4871-9b64-b2fbbeb3e971", + "id": "29b416c6-9da5-401a-95ef-6f362e056ab4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -142686,7 +142686,7 @@ } }, { - "id": "0aec732e-f79b-471b-bc92-925c6bc4a50b", + "id": "b547142c-4073-4ccc-948c-551b0ebef999", "name": "Reset an identity", "request": { "name": "Reset an identity", @@ -142741,7 +142741,7 @@ }, "response": [ { - "id": "8f3383d6-0a60-4d37-af15-2e991ea947af", + "id": "7c269288-4a26-4c52-9f93-e974099831ed", "name": "Accepted. The reset request accepted and is in progress.", "originalRequest": { "url": { @@ -142785,7 +142785,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2b3c5c52-e215-49bf-992e-722b4df7720d", + "id": "c0e3ce7a-df06-49e0-a294-8cee7366dbf4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142839,7 +142839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18d8c4b2-b184-4564-b24d-362eb06e8e55", + "id": "7fe006ae-cd6f-4bc4-b28f-4bc6af9663b7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -142893,7 +142893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39798328-ad74-4f4d-829c-16e062568d9e", + "id": "1eedee52-0574-4057-bb94-bd7ec6babe9e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142947,7 +142947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "795521fc-4741-438d-8b40-1320d3236e62", + "id": "8cae6a44-ff8f-4978-bd99-8c090f2b896c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -143001,7 +143001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e1238f2-abf2-47d8-bbaf-b5e96a56992c", + "id": "a45d13b0-04b0-4d19-851a-f8edd5ce51b5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143055,7 +143055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc415841-c35f-44b6-9dd4-22873b0ba9ac", + "id": "f0f01b31-3d79-410e-b6e5-4e2f34f24117", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143115,7 +143115,7 @@ } }, { - "id": "d9813ac2-dd3f-48c4-bf7d-1c34c97abf4b", + "id": "53d71534-4e36-4fec-9673-73830fe289bc", "name": "List role assignments", "request": { "name": "List role assignments", @@ -143185,7 +143185,7 @@ }, "response": [ { - "id": "e9ead701-d1bc-4a54-ae8c-d506f52d19cc", + "id": "75763609-8e6d-4afb-9c4c-4cd4c2764468", "name": "A role assignment object", "originalRequest": { "url": { @@ -143258,7 +143258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f6cb0a2-74d9-4e74-a5b7-a78a971fc3bf", + "id": "09cdfe90-0cef-49ac-809c-5998e55bf6f2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143331,7 +143331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91e628e6-ba1e-4fef-bff8-2d39fc30372d", + "id": "4b37b429-cb83-4dee-a1ac-54d15c4e2ba9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143404,7 +143404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "972379e1-7b9e-4a4f-a57f-4d839d10b91c", + "id": "ad8c02b8-6fe4-4c36-9622-8ca1b505a158", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143477,7 +143477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4163df52-fbab-4108-ac9f-44a1b9fcedb1", + "id": "8a224163-3b7b-45e9-b009-46e22f9674b0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -143550,7 +143550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c52d65d-77c4-45a9-98cb-2c2634de66e7", + "id": "bf4b1dc3-096f-4106-a2b9-26e6ccbd690c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143623,7 +143623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "938b21b7-5976-490b-a945-ff1090b76864", + "id": "80b5550f-a184-40b7-9624-54d84477d641", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143702,7 +143702,7 @@ } }, { - "id": "3aedaaff-96ff-4cc6-8757-e725317c7f0c", + "id": "53f72a4a-dee9-41d2-8aba-051a969f8bca", "name": "Role assignment details", "request": { "name": "Role assignment details", @@ -143761,7 +143761,7 @@ }, "response": [ { - "id": "2325e28e-3dcd-4423-9915-231a80a8c6b9", + "id": "a89ae897-9acb-4487-a412-381323e3d851", "name": "A role assignment object", "originalRequest": { "url": { @@ -143816,7 +143816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26f10fc8-0a8b-4daf-957e-590698d79ae4", + "id": "13a34627-f30f-499d-b91c-162e896dc1dd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143871,7 +143871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f0debf1-db78-4fbc-a4f6-7737e38467f2", + "id": "635a0d8f-c943-4448-98e3-f2bb01394f9b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143926,7 +143926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2cd901a-f666-4bb4-bd35-e1e18f40833f", + "id": "63ad945e-ba6a-43be-9e0b-b262f82505b6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143981,7 +143981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00674968-2950-434b-9b90-84f44a577018", + "id": "3abb3c69-7405-4c94-8722-3858daaf189d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -144036,7 +144036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca73d871-1a00-42b0-ac98-504eca4e97d5", + "id": "1325c999-a51d-4f0e-bfb2-2398cf7a2403", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -144091,7 +144091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ab2acf9-51a9-49fc-bf7d-63d5b59d5961", + "id": "d2aa9182-8024-4f44-ad56-93e128fc4235", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144158,7 +144158,7 @@ "description": "", "item": [ { - "id": "0cc383a7-8953-4362-a4ff-2655b49df0be", + "id": "8d93b4b9-c828-4d1d-adb6-0748fbe72b7a", "name": "List Identity Attributes", "request": { "name": "List Identity Attributes", @@ -144233,7 +144233,7 @@ }, "response": [ { - "id": "1c6af1b5-e994-4208-a0f8-f02d067df760", + "id": "ddf314ab-43ab-4f10-80b9-e2d8e95c015e", "name": "List of identity attributes.", "originalRequest": { "url": { @@ -144322,7 +144322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cafdd13-ba07-43b4-816f-14e0d9872c0f", + "id": "48a80626-b3b2-43b0-9afd-23acbbab32f3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144411,7 +144411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5edb256-c5f6-4a3c-b3d9-ad7e2f6887c5", + "id": "2cdea9fd-d701-43a5-b5d8-59b8657137c9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144500,7 +144500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07d4aa9a-2230-470d-8f1b-8039b321fb68", + "id": "6154eb0b-d44a-4a5a-be9a-66919bf04af8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144589,7 +144589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac9bc319-e5df-486e-a3ad-7279f6937a58", + "id": "5a67f8ef-af8a-4bab-ac99-a503abb497bc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -144678,7 +144678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1842a12b-c811-4ad7-99e9-cae4cdb60736", + "id": "550ffed1-57be-48d2-9a2f-19bc0a6aacb0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144773,7 +144773,7 @@ } }, { - "id": "0f67f98d-3dfc-407e-a0b3-8c806505d79e", + "id": "29127fce-1a6f-409b-ab5b-c59b84cf2daf", "name": "Create Identity Attribute", "request": { "name": "Create Identity Attribute", @@ -144824,7 +144824,7 @@ }, "response": [ { - "id": "c4097226-418b-4054-bf14-4a131f4ae0ed", + "id": "62dada3e-d998-4b23-a059-f343a9d34779", "name": "The identity attribute was created successfully.", "originalRequest": { "url": { @@ -144889,7 +144889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a86ac18b-b71a-4283-a65b-b1c3cd060c92", + "id": "44623969-eefe-4788-92fe-b8134ef413ce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144954,7 +144954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e11dbab-f3af-45da-882c-deb86aa70d3a", + "id": "920d3a38-c5f6-4297-ba8d-bc5f7d28cb26", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145019,7 +145019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c91e46c-6074-41f3-9f6b-e3508074f245", + "id": "9c3a960f-741b-402c-809f-516e236f1794", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145084,7 +145084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91c2eda8-4393-45d3-af06-8a1dbe231722", + "id": "457d320c-4c70-4207-b6ee-cffa70dd74a2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -145149,7 +145149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6763abd-1f1b-4311-a235-943d5d8dc89b", + "id": "c903f7b1-9255-42dc-bcad-2b111e1ed7f4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -145214,7 +145214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c96964e3-4ef2-4085-b41b-1429c76873d3", + "id": "77a9a27d-d893-4e3b-934d-a6892acfe478", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145285,7 +145285,7 @@ } }, { - "id": "9bda54ad-b381-4655-b802-35bf0271e2af", + "id": "7f2896a1-347f-48d6-93e9-3b77c0b6cc90", "name": "Get Identity Attribute", "request": { "name": "Get Identity Attribute", @@ -145335,7 +145335,7 @@ }, "response": [ { - "id": "cd68890b-e764-444d-a158-4ddae024561d", + "id": "7274fbcc-03c4-45cc-b903-677cbf488d8f", "name": "The identity attribute with the given name", "originalRequest": { "url": { @@ -145388,7 +145388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8086a329-132f-4ab5-83d9-b256de91cb21", + "id": "8554a4c0-4447-4b3a-8a2e-abdf58ef94b6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145441,7 +145441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82897181-add0-4b89-adf9-aea851f6c7b9", + "id": "3c9ad6ca-6570-4b8d-bcba-21920d52a5d2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145494,7 +145494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2cbb037-84a8-4a07-a6e1-a15182e2529f", + "id": "fdc6392e-4375-472a-a591-8c9113937dba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145547,7 +145547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebac54c9-4205-45dc-9c27-0cede0df6b5f", + "id": "036e8370-4cf9-4aac-a623-15cf28ada5df", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -145600,7 +145600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91ea62dd-1add-4713-ac9f-7f6a8ce2eddf", + "id": "15f50af3-a0cc-465f-b083-5b1783b080f0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -145653,7 +145653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c850549-8c35-4d34-a2c4-aad7e64ebef3", + "id": "da47fdbe-6b9e-477d-9afa-baa20a190e1c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145712,7 +145712,7 @@ } }, { - "id": "8f78d4e8-dcf0-484b-8206-0308b4643244", + "id": "14efd39a-b6ba-4b89-8308-f46ea5137d59", "name": "Update Identity Attribute", "request": { "name": "Update Identity Attribute", @@ -145775,7 +145775,7 @@ }, "response": [ { - "id": "b511eb8d-62ca-47de-b9ef-45b96b2f9eaf", + "id": "6eda6e72-cfc8-42ca-9dc9-059a3ac247f6", "name": "The identity attribute was updated successfully", "originalRequest": { "url": { @@ -145841,7 +145841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c2647b2-d5e7-4788-836f-98ab00daa05f", + "id": "22614064-9764-4c98-af84-3405cc87947d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145907,7 +145907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "884a48d6-b5cf-4ec7-a16c-3c3842225bfc", + "id": "666aab24-e298-4bf7-9217-ea18f1b406d2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145973,7 +145973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb326ce0-680d-490c-8bd9-f3d1ce3bc3b2", + "id": "c2620b90-6441-4d61-894f-8d0147a7c0cc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146039,7 +146039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11266fa8-780a-4b4f-8fbe-9871d45d7b09", + "id": "570a37d2-a2aa-40f2-b708-861aec73fa63", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -146105,7 +146105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ced7c6e-7b84-4588-a382-3b02901b0ccf", + "id": "63f3a9a4-2f89-48c2-b029-7b6d613fb491", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -146171,7 +146171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0859bbf-6782-4eae-b0da-2c50d84c26d5", + "id": "beb8ed55-e390-418a-af8f-b4cb627674b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146243,7 +146243,7 @@ } }, { - "id": "1d17bccc-f525-4822-a100-9bee9f360f02", + "id": "a1cd8df4-43f8-4739-861e-f96636f2babe", "name": "Delete Identity Attribute", "request": { "name": "Delete Identity Attribute", @@ -146293,7 +146293,7 @@ }, "response": [ { - "id": "620bf13b-0474-4a02-9750-62cd19ec9aa9", + "id": "3da090ca-4966-4b1b-ac7f-0958c89254b3", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -146336,7 +146336,7 @@ "_postman_previewlanguage": "text" }, { - "id": "82dd96d6-28a4-4545-acd1-ab4b31df7eed", + "id": "44a4c377-1914-47c7-8637-784e3296636c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146389,7 +146389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4281df0f-19fb-4924-b423-5af08d19c518", + "id": "c39c5ec9-698a-448d-a855-d1049cfacbd9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146442,7 +146442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0095a80-0a99-478e-a594-754db93c7f19", + "id": "2d75af5e-e415-4329-a3d2-fe35098ecbee", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146495,7 +146495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55b5cf0c-c262-4fa8-a6d0-9833fc6382fd", + "id": "ae9b1063-705b-4c7d-9e00-d936ebb93ed9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -146548,7 +146548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49135673-8f38-4ba5-8f55-46fca9195c4f", + "id": "746c86f5-1174-4e89-8f69-4d7c6e13927f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -146601,7 +146601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faf59bd4-44fd-4908-9510-aefde4077c24", + "id": "1651f112-93ed-4a2b-8268-60952579124d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146660,7 +146660,7 @@ } }, { - "id": "d659a793-fcc1-4cc4-a60e-1c56e140b830", + "id": "30f5c23c-7391-4b62-b577-b39e334e760a", "name": "Bulk delete Identity Attributes", "request": { "name": "Bulk delete Identity Attributes", @@ -146712,7 +146712,7 @@ }, "response": [ { - "id": "b1d65cc5-0416-47bb-9009-96453e0bb401", + "id": "897cd702-c073-4862-98a1-f4bffd8cf2bd", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -146768,7 +146768,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5972eb43-68ec-47e7-8ea6-a682ec4b7a35", + "id": "c6630a93-1696-4fa4-b94e-c09486da22fa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146834,7 +146834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5566d6d5-4d90-4470-a537-78d376dc2b62", + "id": "dd977127-9e4a-467e-835e-af49cabd2f3e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146900,7 +146900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5b3d50a-7f34-4614-a4ea-1e92ed3561cc", + "id": "d69661aa-a5f9-410c-b4d3-3e32e84f7f01", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146966,7 +146966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f22d55df-d9b3-4f3b-9683-ebe230b248d9", + "id": "291984b9-b22d-4027-94d2-fd43813ee953", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -147032,7 +147032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf1520d3-7660-4687-aecd-fdec5da467a5", + "id": "c410da55-d8b8-457a-a1c3-b47d4efc4796", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147098,7 +147098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbb4f84b-bf48-48ca-b63b-5efb06bbe08b", + "id": "a9dccddf-f96e-46c5-95af-a86da9f94a35", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147176,7 +147176,7 @@ "description": "", "item": [ { - "id": "59bf5844-c274-4e9b-b5ed-cbb71c2ff891", + "id": "e46e0453-53c4-4673-9c7d-25acdc87c34c", "name": "Lists all the identities", "request": { "name": "Lists all the identities", @@ -147260,7 +147260,7 @@ }, "response": [ { - "id": "ac667016-cd94-448a-9bc4-25bf7badafa3", + "id": "a8724b3b-7d3b-4edd-ad98-21be84510072", "name": "List of identities for the customer.", "originalRequest": { "url": { @@ -147358,7 +147358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "260bfb60-e704-4a05-8ff2-5bac7265ca5b", + "id": "128bc8af-afa6-49d9-81ab-54717c7137e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -147456,7 +147456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf171bbc-5c2d-4aa6-8b32-96eedbf5a6f3", + "id": "5d8868aa-2267-4fdd-92bd-642411ad309a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147554,7 +147554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fa35a3b-537b-4c77-84bc-588e43112ca1", + "id": "0013089f-830a-4431-8b13-63633ae8c6a7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147652,7 +147652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9e2a37d-5345-4d1b-ac50-8c87a354e4f3", + "id": "e046d588-90bf-42b4-b7c4-6fba2467a135", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147750,7 +147750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e7f6698-30c6-468b-8d35-24b8359f3318", + "id": "d3e6bc75-32d0-49c3-8e13-cf64d92abf5c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147854,7 +147854,7 @@ } }, { - "id": "66af0042-46b3-47db-b16f-4939fac10a23", + "id": "d6f30f63-dd7e-46a6-9be8-038922b85875", "name": "Get latest snapshot of identity", "request": { "name": "Get latest snapshot of identity", @@ -147904,7 +147904,7 @@ }, "response": [ { - "id": "52a1ab34-d340-4f10-83c0-053785d28f0f", + "id": "9a47aeb9-baa6-49e0-aeb9-750e9d1f5afd", "name": "The identity object.", "originalRequest": { "url": { @@ -147957,7 +147957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3c5c8f8-fd3e-46b1-8eee-674871c594d0", + "id": "980af010-d4b4-4fbd-9595-346387ee506a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148010,7 +148010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d04f37b-84fa-460c-af35-02bf47388e73", + "id": "3a233172-58b9-4727-ad87-1b69a84dfc1a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148063,7 +148063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0e2e7d5-9b21-4f2f-95aa-19b3fcdb07a8", + "id": "12e73b72-bba4-4773-97ba-edc32d0ee00f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148116,7 +148116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8006bf7f-16e5-4bda-a19b-9ab899903b6f", + "id": "08557726-1b0c-4580-9d3f-e05fb8c12f03", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -148169,7 +148169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b2fd53a-a5a7-4bf7-9cca-b0c9b472d9c2", + "id": "2c010cf4-57e1-4137-989e-455efd4a76b2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148228,7 +148228,7 @@ } }, { - "id": "9266162d-ba53-490c-965e-cfe8ce1495fe", + "id": "e4491be1-b410-4d19-88ca-28fb98c89950", "name": "Gets a list of access items for the identity filtered by item type", "request": { "name": "Gets a list of access items for the identity filtered by item type", @@ -148289,7 +148289,7 @@ }, "response": [ { - "id": "21398f32-fc3a-418d-89e7-11eb4f2eca00", + "id": "1cb3b523-b2b0-4e34-98b9-b87718932d5a", "name": "Access Profile", "originalRequest": { "url": { @@ -148353,7 +148353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f3dfe02-a2d9-4768-aece-309df193187d", + "id": "045df743-25cf-40ff-8a4a-2e51c44afed2", "name": "Account", "originalRequest": { "url": { @@ -148417,7 +148417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01b6ebf5-0e01-45c1-a80b-a0939bc0997b", + "id": "84050a40-11c1-41ae-8822-05d2ae679ba4", "name": "App", "originalRequest": { "url": { @@ -148481,7 +148481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bbb112f-3ac3-4669-8c0f-50f17e74fe76", + "id": "7cd55ee7-8305-431b-a3e6-a0ccc8d7de10", "name": "Entitlement", "originalRequest": { "url": { @@ -148545,7 +148545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c44ce56d-f05f-4bf9-b79f-f08a128766db", + "id": "6f9393d2-0a7d-455f-9bfc-8887634db1e9", "name": "Role", "originalRequest": { "url": { @@ -148609,7 +148609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e13d18f-cc1c-478d-8da0-be9b07ab8ba3", + "id": "94bbc5f6-067f-4f84-b0b8-788a84b39cc2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148673,7 +148673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37564e49-2489-4a38-9325-23b9b5da44d7", + "id": "0025e3fb-9873-4121-a9a9-8b51a65ac3a1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148737,7 +148737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb0389d5-53cb-48d4-8a50-9b30a9a78969", + "id": "7e438dad-0ecd-4081-a465-d58c3e2f63a8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148801,7 +148801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8c52c3e-b77f-4aad-89d6-2c0a0b2701da", + "id": "eb008636-62bb-4be3-8562-0de98e62fed0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -148865,7 +148865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfae7367-f0c9-420a-b88d-6e8cd862b238", + "id": "14838591-d222-440f-aef2-1030d5d2de6c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148935,7 +148935,7 @@ } }, { - "id": "5a288564-6d10-493b-b98a-672e7314b633", + "id": "30c7c7e4-3a19-4721-8d21-d9f8132d544d", "name": "Lists all the snapshots for the identity", "request": { "name": "Lists all the snapshots for the identity", @@ -149032,7 +149032,7 @@ }, "response": [ { - "id": "11ad7c6e-fac0-46e7-a56c-9d3d9df527d2", + "id": "15b42899-a223-4fe5-a8f4-8f72d9af6b6d", "name": "A list of identity summary for each snapshot.", "originalRequest": { "url": { @@ -149132,7 +149132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "438aa9c2-8972-4d5f-b55a-42fc2de78553", + "id": "d3e23cec-7721-4f72-9108-595dbc4fe9b7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149232,7 +149232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4d91776-950b-44c9-9102-ae830e0fc3cd", + "id": "b78ce408-1039-4acf-9986-d73f739f671c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149332,7 +149332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72191682-2450-4422-b70f-35140c764358", + "id": "a8fad7bb-c45f-4d9e-93be-5a22ea4d0e43", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -149432,7 +149432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1d1c253-8651-42c3-a605-d8d7c56dd370", + "id": "ba5d6fc6-0337-4bf4-80ec-b4f76671c221", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -149532,7 +149532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcaa33f1-3a40-4dc0-8f9a-ab4b4947ac8b", + "id": "9990cbbe-6b00-46b9-a480-a50120c9b9e9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149638,7 +149638,7 @@ } }, { - "id": "7dcbebd4-5a36-46ea-9b71-bd6bac0f3af5", + "id": "eac00053-113b-49db-b836-e8ecbacea72f", "name": "Gets the summary for the event count for a specific identity", "request": { "name": "Gets the summary for the event count for a specific identity", @@ -149744,7 +149744,7 @@ }, "response": [ { - "id": "d8ab7d4c-18a1-4ded-b138-a69edbbadcf6", + "id": "c3288930-d378-47d1-9875-21acee9cac6d", "name": "A summary list of identity changes in date histogram format.", "originalRequest": { "url": { @@ -149853,7 +149853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0449b923-e5dd-4582-b050-bd9278113eb1", + "id": "f28d58a0-1d12-4c00-9474-4cd526d0f500", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149962,7 +149962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3532535-64ad-4a1c-97a2-8b1be570ea04", + "id": "22048bde-4985-428c-b053-cc4550dfa48c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -150071,7 +150071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98b5a72f-d400-4c7f-82a5-c39dcb439ffa", + "id": "b7e2d919-01c6-4988-a296-79388050b343", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -150180,7 +150180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9993d328-9608-4a84-9b59-18a67de3c1da", + "id": "23249709-7e84-42c8-b034-320f30a45060", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -150289,7 +150289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f60f6999-1dcb-4f2e-950b-bbe55ae2aeb8", + "id": "13da3c70-a504-4204-b1d5-7785542bcc09", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -150404,7 +150404,7 @@ } }, { - "id": "b17b471c-5872-4336-952e-5792aebb6427", + "id": "077b943f-dace-45ca-bc1f-940615147c6b", "name": "Gets an identity snapshot at a given date", "request": { "name": "Gets an identity snapshot at a given date", @@ -150466,7 +150466,7 @@ }, "response": [ { - "id": "ac35ceb4-f875-4b50-bf51-53b939fbf735", + "id": "240db03f-704f-4923-a930-e23379e37bb9", "name": "The identity object.", "originalRequest": { "url": { @@ -150521,7 +150521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fdcf646-4c0d-4c4a-a3df-3cd38dd62844", + "id": "7cc84c68-b3de-4315-97fb-728f67aaa8a2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -150576,7 +150576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d699dc77-6a9f-4bc8-bf11-04260a31fed5", + "id": "352180b9-bb0a-42cd-8608-c5888d399f47", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -150631,7 +150631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc3f0b5d-3bef-4803-b513-0543e4f5aac0", + "id": "3c999604-ab29-455e-8b34-bac7d1a2e02d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -150686,7 +150686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d81e3e6-843d-4bda-abf4-2fd4e0409bc8", + "id": "3355f74b-142b-4de1-88ba-eea4f401c481", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -150741,7 +150741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d838ad57-4152-4def-afc6-1d17fa5a97e1", + "id": "d85e35e6-28ed-4881-aa07-f1d7fbeae4e7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -150802,7 +150802,7 @@ } }, { - "id": "152022bb-5e29-4b71-a41b-7ff92a0fe13a", + "id": "f85f2614-fecc-4db8-a43a-474789e26a21", "name": "Gets the list of identity access items at a given date filterd by item type", "request": { "name": "Gets the list of identity access items at a given date filterd by item type", @@ -150875,7 +150875,7 @@ }, "response": [ { - "id": "8a86edc4-38c9-4bde-9d06-a70e24d35c90", + "id": "c9629940-6ce0-496f-a56a-810a75834e7b", "name": "Access Item AccessProfile Response", "originalRequest": { "url": { @@ -150941,7 +150941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d01a3e9c-44a1-447f-91f8-9184d7580e99", + "id": "57109837-7398-4aa9-bab0-d74b78b825e8", "name": "Access Item Account Response", "originalRequest": { "url": { @@ -151007,7 +151007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d157f3b-03e5-4814-badc-e0140ffa3dc3", + "id": "1f283075-cdf3-4a46-9568-e0f9c65b16a3", "name": "Access Item App Response", "originalRequest": { "url": { @@ -151073,7 +151073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fed79f8-5d6e-4775-82c6-09acb7e0c70d", + "id": "380d2c76-fd54-4a2e-82a9-d02aaf96aa29", "name": "Access Item Entitlement Response", "originalRequest": { "url": { @@ -151139,7 +151139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3670a8e-18c3-4109-8498-07b541e2bfb4", + "id": "e1eb6e04-675c-457d-b79a-5e275f660414", "name": "Access Item Role Response", "originalRequest": { "url": { @@ -151205,7 +151205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dff2bbc-3141-47ba-b7d7-06d72f883e23", + "id": "862fcf3d-38e7-4eb1-bdac-f7ebd0d10dca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151271,7 +151271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "872835d7-d8b7-47de-9d39-597f2435350a", + "id": "7e083c69-8562-456a-8dfb-41cbf381d483", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -151337,7 +151337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "639f13a3-868a-461f-a65a-3688200906e4", + "id": "a1a0486f-9f8b-4426-87a8-b2e37d343492", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -151403,7 +151403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1777ecb6-49af-445f-b1dd-8b6326bd0190", + "id": "9f584021-5d37-4411-bd89-5775515562be", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -151469,7 +151469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e63e4e1-b02b-490e-8cc7-e01bc7c28c79", + "id": "a9dd5905-5e4e-4e8e-a4a7-9fe6a70c6263", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151541,7 +151541,7 @@ } }, { - "id": "67c14939-694c-49f9-9f7e-a6eef207c665", + "id": "9d54424e-63c1-4310-9ba5-aad8393cb63b", "name": "Lists all events for the given identity", "request": { "name": "Lists all events for the given identity", @@ -151665,7 +151665,7 @@ }, "response": [ { - "id": "c68daa5c-4e84-4107-9dba-2f4e07cbe741", + "id": "bee9bf68-fe64-4295-87e4-64eaa2c30201", "name": "AccessItemAssociated", "originalRequest": { "url": { @@ -151774,7 +151774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d97976d0-87a8-49ee-8e15-b3e130f5cb9f", + "id": "1ef322b0-f54b-461c-8f7c-d3a3722c7365", "name": "AccessItemRemoved", "originalRequest": { "url": { @@ -151883,7 +151883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5011d4a8-bf20-4c37-8dd1-e836d947cd26", + "id": "006eea16-7285-4f92-b0e3-d550425dd43b", "name": "AttributesChanged", "originalRequest": { "url": { @@ -151992,7 +151992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "289eaecb-2b57-47e1-b887-986497ac8e84", + "id": "79f647c9-5055-4192-b7ff-d23e9dd7cae9", "name": "AccessRequested", "originalRequest": { "url": { @@ -152101,7 +152101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f50d1235-389e-4c38-9770-f89cb116a918", + "id": "d97d949c-3f6d-4537-ba1d-d7032d082609", "name": "IdentityCertified", "originalRequest": { "url": { @@ -152210,7 +152210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f7ae474-21c6-4f70-ba9e-c746466b0afb", + "id": "55a35278-3eb4-4154-8270-c49de92cb5f1", "name": "AccountStatusChanged", "originalRequest": { "url": { @@ -152319,7 +152319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bab053a-aa01-4af4-8cfc-9992dc35b6f5", + "id": "10b790a6-a39a-4d94-a90a-0257d61d49bc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -152428,7 +152428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85870ed4-a25a-4808-8d3a-6e47a3b38d25", + "id": "ecee2eef-0d00-46ae-b87c-c5ff47a3bd47", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -152537,7 +152537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1766e656-8188-423c-83be-e1e618845a84", + "id": "315f660d-4572-47f0-81b3-896f578bf8b0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -152646,7 +152646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cc1af64-dd68-4a3f-beb3-887ceeaea4ff", + "id": "c7aaf2e3-ce92-4de3-9160-bde9c142b3bf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -152755,7 +152755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab08523c-725d-43ec-8688-e62e2d60f5f3", + "id": "103587e3-45c2-44e1-b58c-91496d7cf817", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -152864,7 +152864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8a622eb-56bb-47ae-85de-03f3c6c770e0", + "id": "ebdf6178-763c-49a3-9f56-67509bde3ddd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -152979,7 +152979,7 @@ } }, { - "id": "75fa27b2-2b2e-41f5-9139-f407248fc62f", + "id": "15cec522-5835-404a-ace3-463627b5a5e6", "name": "Gets the start date of the identity", "request": { "name": "Gets the start date of the identity", @@ -153030,7 +153030,7 @@ }, "response": [ { - "id": "5c28757e-9516-4045-89fd-4e0f7b5aaf9a", + "id": "4dd45b2c-5b9d-4ccf-88be-e4a12c8789e6", "name": "The start date of the identity", "originalRequest": { "url": { @@ -153084,7 +153084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc61184f-224d-4d08-8424-24c378dcea95", + "id": "2896679c-ea1c-4c27-93a1-9e544ae1749e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153138,7 +153138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8f7f9cd-0f17-4845-9682-8079e0cac101", + "id": "519a2c3e-9acb-4f2e-a3f5-cebad4bb29bc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -153192,7 +153192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc7fedb3-e259-40b5-92b6-33d68633b248", + "id": "d0d2734d-68ad-4493-9244-3733cf580215", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -153246,7 +153246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19e3cb5e-6154-4188-8a33-483a6f97f792", + "id": "c0b4041b-2788-4e71-a9e6-cb9db1c12dc6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -153300,7 +153300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e57a2939-c0c6-402d-bbbc-77d4af876620", + "id": "d28c43b8-e0c3-4c4c-8801-f6af40bab0cc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -153360,7 +153360,7 @@ } }, { - "id": "eaad3e39-b720-4341-8daa-b147717f23fa", + "id": "8087fb55-9dc6-4c1f-af41-bf8b88157290", "name": "Gets a difference of count for each access item types for the given identity between 2 snapshots", "request": { "name": "Gets a difference of count for each access item types for the given identity between 2 snapshots", @@ -153403,7 +153403,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "sunt proident qui" + "value": "mollit nulla in" }, { "disabled": true, @@ -153412,7 +153412,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "veniam" + "value": "voluptate a" }, { "disabled": true, @@ -153475,7 +153475,7 @@ }, "response": [ { - "id": "c61acdc3-61fe-4ac7-a37b-906c27c33b00", + "id": "0c5be1b1-f979-424e-8003-29b199b46eab", "name": "A IdentityCompare object with difference details for each access item type", "originalRequest": { "url": { @@ -153513,7 +153513,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "veniam" + "value": "voluptate a" }, { "disabled": true, @@ -153584,7 +153584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e038253-44c0-43f5-bd28-d7c2017e96d7", + "id": "8b0e3eec-a77c-467a-97ae-b576a1e3275f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153622,7 +153622,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "veniam" + "value": "voluptate a" }, { "disabled": true, @@ -153693,7 +153693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe4670b2-edc4-4afc-a6cc-421767e7c105", + "id": "58e7fd79-b28f-46b2-b1e0-b6de35d55fc5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -153731,7 +153731,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "veniam" + "value": "voluptate a" }, { "disabled": true, @@ -153802,7 +153802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a14f84f0-d67c-4aa0-9d1c-49a2eb4588f9", + "id": "6d64d5c5-4222-4dd1-93d9-0c563ee11faf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -153840,7 +153840,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "veniam" + "value": "voluptate a" }, { "disabled": true, @@ -153911,7 +153911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0285d93-f3c8-41df-a126-bb72aeb0d23e", + "id": "b24a4649-6da0-4302-95a0-4cb467e39ab6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -153949,7 +153949,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "veniam" + "value": "voluptate a" }, { "disabled": true, @@ -154020,7 +154020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8163f574-d5f3-4c99-bb0d-a2db56b7564a", + "id": "cda9b833-4c1e-4966-89e1-7ca2f00d605a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -154058,7 +154058,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "veniam" + "value": "voluptate a" }, { "disabled": true, @@ -154135,7 +154135,7 @@ } }, { - "id": "21389271-a11e-4a6a-9521-693c8b1ec2f3", + "id": "9235ea3a-5cfa-4327-a4ed-1f914785a8c6", "name": "Gets a list of differences of specific accessType for the given identity between 2 snapshots", "request": { "name": "Gets a list of differences of specific accessType for the given identity between 2 snapshots", @@ -154256,7 +154256,7 @@ }, "response": [ { - "id": "b772fdc8-a800-4bdf-bb93-b6b061fcafae", + "id": "a94cb628-64f2-495f-8ff5-03e08bdb4edb", "name": "A list of events for the identity", "originalRequest": { "url": { @@ -154366,7 +154366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c9a97bb-89bb-4e3d-b7d8-ba36d9341522", + "id": "661b6ecc-8c77-4397-bb8f-3749fab3ffff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -154476,7 +154476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38dce65e-7d12-4a30-bb31-c7016d0ea972", + "id": "945108be-6f63-4b9c-95a4-d67e4c7a310e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -154586,7 +154586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24776f4b-7ac5-4f69-bced-2387f843ac2f", + "id": "595bb8ce-2baf-4c8a-83da-9ae020ea7744", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -154696,7 +154696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba98bdd9-40ad-4999-939d-8097cbf8d08f", + "id": "c9504ea6-8165-4aee-b905-c0eb2b81841d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -154806,7 +154806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7af7e83-5f0b-402c-9e16-b135b931ce17", + "id": "a06f7f76-44d6-49a1-b544-79f77baf169a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -154928,7 +154928,7 @@ "description": "Use this API to implement identity profile functionality. \nWith this functionality in place, administrators can view identity profiles and their configurations. \n\nIdentity profiles represent the configurations that can be applied to identities as a way of granting them a set of security and access, as well as defining the mappings between their identity attributes and their source attributes. \n\nIn Identity Security Cloud, administrators can use the Identities drop-down menu and select Identity Profiles to view the list of identity profiles. \nThis list shows some details about each identity profile, along with its status. \nThey can select an identity profile to view its settings, its mappings between identity attributes and correlating source account attributes, and its provisioning settings. \n\nRefer to [Creating Identity Profiles](https://documentation.sailpoint.com/saas/help/setup/identity_profiles.html) for more information about identity profiles.\n", "item": [ { - "id": "1573497e-d94e-423b-971d-c5f77f444434", + "id": "61955521-0e79-4636-a275-64b590125e3d", "name": "Identity Profiles List", "request": { "name": "Identity Profiles List", @@ -155003,7 +155003,7 @@ }, "response": [ { - "id": "a7abcb31-0a1a-4d2c-9210-6e38f6fff047", + "id": "a7960f35-3fb3-4d0f-87b9-71c6cbaf10f2", "name": "List of identityProfiles.", "originalRequest": { "url": { @@ -155092,7 +155092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f8c569b-7ff7-4b80-a811-b134cf8773f2", + "id": "8eea9586-a784-4cfb-9a6b-bbb02bac45aa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155181,7 +155181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73b82a07-4f7a-4208-a195-1c855cf8db25", + "id": "e2bd5a49-bcdd-42ff-bafc-79e9ee798c32", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -155270,7 +155270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c39834a8-0099-48fa-a136-c23e35b6eaf3", + "id": "9125e8f2-3ac6-4d52-9dc7-b48f49a889f2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -155359,7 +155359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ef30fb5-2aa5-43a1-ba8a-0eb7155f9c23", + "id": "57e6c5a8-dc43-4177-ad56-de55cb5a8608", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155448,7 +155448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6075204-1f1b-4749-97a6-d2b248699455", + "id": "01ef1982-64f6-44f7-8e8a-20da03cf4535", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155543,7 +155543,7 @@ } }, { - "id": "f3b12fad-b9a6-4cd7-b691-b70fe4ae6949", + "id": "05386292-05d3-4920-a896-f499fc49c516", "name": "Create an Identity Profile", "request": { "name": "Create an Identity Profile", @@ -155585,7 +155585,7 @@ }, "response": [ { - "id": "6703f595-ead8-4f1d-91fa-341a0b2b1b4b", + "id": "ebf5c9bd-c798-4c68-ab7b-bc52c0b325c2", "name": "The created Identity Profile", "originalRequest": { "url": { @@ -155641,7 +155641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f74601a-35fd-4a3b-82db-05038f582858", + "id": "776ff5e7-0c47-49f1-a1a2-97caac54f1e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155697,7 +155697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "507a4c83-e11d-4676-9f6f-a75cd047adad", + "id": "a7ecbbae-fd6d-480a-802e-3a3b64dde850", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -155753,7 +155753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d1351fd-27aa-4c1d-9f27-7c247b491c9c", + "id": "fb110264-6a1c-4ebb-8c84-4a7a24b7e2d0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -155809,7 +155809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d22af26-a8f9-4b40-b22d-35b6a34f2bf9", + "id": "50fbe698-fb73-4d03-9abb-6f03e21eefe0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155865,7 +155865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cd48ca7-2655-4745-84f7-e04470525ffe", + "id": "88433bf7-25ed-4b39-8954-c9aaefb3dd44", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155927,7 +155927,7 @@ } }, { - "id": "59976ab9-d075-4eaa-9a2d-a265df08852b", + "id": "30fa94f9-026e-4cd0-b486-4bfd742b8767", "name": "Delete Identity Profiles", "request": { "name": "Delete Identity Profiles", @@ -155970,7 +155970,7 @@ }, "response": [ { - "id": "8b402781-c070-4d1b-8cb6-7932fcd143a2", + "id": "6422e50f-1b62-4d00-be5d-ebfb4d4c7013", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -156022,12 +156022,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\": \"1970-03-23T06:21:15.411Z\",\n \"launched\": \"2009-08-01T02:47:20.262Z\",\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\": \"2007-02-12T07:04:28.225Z\",\n \"launched\": \"2012-10-18T11:25:03.036Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7a94ddfa-f01a-4526-b181-49ec81d0b2ef", + "id": "e1de694d-5104-4fed-9829-155c0c37ac12", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156084,7 +156084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e7b9416-0fca-4ade-b019-566905636723", + "id": "a738964e-e697-466c-a2b2-e7e9abf1afbb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156141,7 +156141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd7e4684-a36b-413a-9c22-760f0556dd4e", + "id": "85361600-e632-44ef-9350-35d135e39633", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156198,7 +156198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96045514-6788-4ec3-add8-1c24f95d125f", + "id": "4bf29e87-87be-4173-908d-f12213c0a2e2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -156255,7 +156255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7aaedbfb-c873-465f-b47c-d27a94c71d55", + "id": "801204ca-b572-4187-8557-0b9fc054b09f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156318,7 +156318,7 @@ } }, { - "id": "d9119bf6-51a5-4c95-8394-8213c030ee6f", + "id": "63ed4013-c0cc-4591-b849-fd20891d1dea", "name": "Export Identity Profiles", "request": { "name": "Export Identity Profiles", @@ -156394,7 +156394,7 @@ }, "response": [ { - "id": "8e81c58e-3fb2-447b-9aaf-c585572b1360", + "id": "2a358a94-689e-4828-98b3-18a6469ac398", "name": "List of export objects with identity profiles.", "originalRequest": { "url": { @@ -156484,7 +156484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbd8672f-9c8e-41a8-9848-47a7d814b4a2", + "id": "9211bd9e-b849-4fb4-a5b8-4070d5e2fef4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156574,7 +156574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74e3ce4b-f2f5-4ca3-87e8-21cdce76f6a1", + "id": "b03bf760-a524-4377-8ee9-6e60fcc5764a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156664,7 +156664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d4853ff-afe2-40e9-b5d5-4c09ed075c4c", + "id": "521254f6-d045-49d5-b74f-a7e173cce16c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156754,7 +156754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03e19245-3921-4023-a36e-fe0e2154faf1", + "id": "cda8d43e-a1dc-4825-861f-11aa6450386e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -156844,7 +156844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7d39a43-c971-4920-b814-22ba366a6681", + "id": "0318d096-f552-43f2-a171-b2f56734c168", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156940,7 +156940,7 @@ } }, { - "id": "d877bd9e-4d6a-4dd0-b0eb-cc4d6b828ec6", + "id": "08b54151-c004-4583-bc7a-6a064612f38c", "name": "Import Identity Profiles", "request": { "name": "Import Identity Profiles", @@ -156983,7 +156983,7 @@ }, "response": [ { - "id": "1efefbfd-830b-4b90-86c1-42183587ff45", + "id": "097ef1ab-a75f-4910-949f-2daf5502a5a9", "name": "The result of importing Identity Profiles.", "originalRequest": { "url": { @@ -157040,7 +157040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78ffee0a-481a-4013-9418-b9e50400e65f", + "id": "8e10dc72-242c-47a6-9f8c-5a4d578cbc8a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -157097,7 +157097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b638ab26-0f6c-4d8b-ac4a-e0d1925b6bf9", + "id": "50a44c80-e780-4c39-a69a-61ab26164c98", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -157154,7 +157154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67cc0323-9d7f-4f45-9d54-f10b890aa99d", + "id": "1c2d1795-cff5-42b4-94de-bfce38b1da5c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157211,7 +157211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "980d3bb8-a1bf-4127-9b17-bd0a93ce8dbb", + "id": "ee9d81ce-38bc-4e04-b70b-9c58d5168288", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -157268,7 +157268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3836c57-2e2d-4057-8dee-5c4046fba8e1", + "id": "aa377477-1757-4706-a9b5-cf99c4c4541f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -157331,7 +157331,7 @@ } }, { - "id": "ca32fc2b-f385-4500-84b5-d97c4ce3111b", + "id": "f5ecbc03-7d5d-4203-ba75-88944a06da21", "name": "Get single Identity Profile", "request": { "name": "Get single Identity Profile", @@ -157372,7 +157372,7 @@ }, "response": [ { - "id": "599cfc59-ce75-48ee-8a6d-32d63e9e05f6", + "id": "e6f22661-ebb5-47f3-a3a8-ed5f0dbb9c64", "name": "An Identity Profile object.", "originalRequest": { "url": { @@ -157416,7 +157416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5567089b-f72a-40f5-adaa-33522404c76a", + "id": "394a0f29-1879-4d71-9214-d1e843a166c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -157460,7 +157460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39d8a25f-bb10-4f6c-aaad-9578af9e74a5", + "id": "1994202b-0372-46f6-a9cd-a1fcdc77dbad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -157504,7 +157504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8406550-8871-471b-923f-004871579fd9", + "id": "f1bfaae8-ccc7-42cd-bb32-3adfccac4df3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157548,7 +157548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30ac0207-3741-4dee-b987-4404e83fafd9", + "id": "8d982eba-b54b-4bce-8eb4-7dcb2ea4c15f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -157592,7 +157592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebd2601a-7ef8-4197-b7a6-bb1a7d83433c", + "id": "49a1114a-45f9-49b7-b5d9-119ca5e34e7f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -157636,7 +157636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "900a2146-23dc-43b1-ae91-cabd448aba3c", + "id": "447da3f9-8ae2-42d9-97ea-80a77139ddb1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -157686,7 +157686,7 @@ } }, { - "id": "8efc278e-4776-41a8-8d85-9f4929a0964c", + "id": "485242ca-36ad-4ba2-ab98-d556fc571f8e", "name": "Delete an Identity Profile", "request": { "name": "Delete an Identity Profile", @@ -157727,7 +157727,7 @@ }, "response": [ { - "id": "41f05544-aa29-47b3-a091-c514a0c72a41", + "id": "116e1852-086e-47fe-9a17-36cf99862444", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -157766,12 +157766,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\": \"1972-12-18T17:24:03.498Z\",\n \"launched\": \"2023-11-16T15:29:27.236Z\",\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\": \"1968-04-16T18:27:23.263Z\",\n \"launched\": \"1984-07-11T21:50:37.090Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8d8368af-5043-4946-8289-914da3681648", + "id": "c1322529-c10b-475d-b65c-8dce27ce38c9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -157815,7 +157815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0f46610-424f-4929-96ab-447a8775181e", + "id": "63270768-cb9c-4615-8dce-69f1d8cb8204", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -157859,7 +157859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3e23cce-3da6-4306-afbd-d572a868cebe", + "id": "a73201f5-ee10-4863-809a-375999cc2c79", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157903,7 +157903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57a50155-07c7-46dd-aa47-8733b31aa214", + "id": "c8e85e9f-1c52-4ead-913a-914aebd55254", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -157947,7 +157947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "986b72c6-5329-44f4-885b-7fb75ac5afcc", + "id": "f22679a0-0663-4685-8b47-38d8ccc82ce4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -157991,7 +157991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80ad7b24-58ac-43e4-a464-54b46ba8f8e5", + "id": "9be8fbed-afc3-4b35-a717-83a7bbc434b8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -158041,7 +158041,7 @@ } }, { - "id": "7bbb3704-2d06-4e6c-aa78-ef7519e8a8d7", + "id": "786b7611-43a1-45df-a2f7-da4434f5dc22", "name": "Update the Identity Profile", "request": { "name": "Update the Identity Profile", @@ -158095,7 +158095,7 @@ }, "response": [ { - "id": "204e3d0b-462a-49c3-bbbd-ec9832226595", + "id": "15ff6cdb-6542-47f4-b393-e513eaa01af4", "name": "The updated Identity Profile.", "originalRequest": { "url": { @@ -158152,7 +158152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fef868b-1707-4a8d-b03d-eaa0e0eec8c9", + "id": "8234b2f1-d88b-489e-8e0e-f2fbc98375ae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158209,7 +158209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c4d0ea2-1752-45b6-90c0-2820f9404c20", + "id": "487ffdb6-fc5b-4cde-9cc0-f8c903d6ccb1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -158266,7 +158266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78365b68-1bda-4733-8a99-8b00c5731ba3", + "id": "a256e959-29fe-492f-8c9a-a09daecbfe1e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -158323,7 +158323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f66d046-db70-4d35-8b83-11701447a206", + "id": "3214928e-1cfa-4c69-8a1c-21c0b55d7b1c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -158380,7 +158380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0cd0952-cfa8-443b-bf5b-d0a734542572", + "id": "bc8b5e09-9d69-46db-9576-1697a5541a11", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -158437,7 +158437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0077a14b-68e3-4d3f-8f90-a614f376b63c", + "id": "2b06ac21-f719-4778-b4ec-364769fede18", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -158500,7 +158500,7 @@ } }, { - "id": "860659e3-d472-4abb-9686-b15d2e7bdc2e", + "id": "65c808e4-917e-40f5-9ed8-a0aed910e3b1", "name": "Get default Identity Attribute Config", "request": { "name": "Get default Identity Attribute Config", @@ -158542,7 +158542,7 @@ }, "response": [ { - "id": "49315e12-6e3a-4b21-9e48-72fa97bd4025", + "id": "40fd5ac2-1d3e-4bae-a039-a4ea637c665b", "name": "An Identity Attribute Config object.", "originalRequest": { "url": { @@ -158587,7 +158587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1737f937-d15c-438e-af66-ce6d5dbcbed2", + "id": "5b9aec6d-73a6-489d-ba60-39beff823436", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158632,7 +158632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2a62a8c-31f5-40ce-923c-a21bc6d1aff3", + "id": "625ec61d-8efa-4889-a8b4-336546e625cb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -158677,7 +158677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8220179b-c618-41aa-944f-858038d6e374", + "id": "06733544-3119-4c65-92bc-424cc55afd87", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -158722,7 +158722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3748486a-927b-46fe-b6b0-a944856eb094", + "id": "6d71aecb-cf00-48d6-a3cf-05e931fb234f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -158767,7 +158767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed170972-cf46-458e-a37a-2e339b306402", + "id": "ece3d08e-b192-45d5-b44e-4413e89c34ee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -158812,7 +158812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e1c46bc-fb77-470e-9009-05d59ac43230", + "id": "44c27b51-09d4-4021-8848-a67369cf523f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -158863,7 +158863,7 @@ } }, { - "id": "586c7eb0-6476-48ec-80e7-055fbe77f89c", + "id": "61942cee-b08e-4513-bdcf-fdb57e717341", "name": "Process identities under profile", "request": { "name": "Process identities under profile", @@ -158905,7 +158905,7 @@ }, "response": [ { - "id": "81671cf1-bcef-462a-a841-0e64009ac4d9", + "id": "9ceb186d-6f1f-4b12-834a-82779a21b541", "name": "Accepted status after refresh has launched", "originalRequest": { "url": { @@ -158950,7 +158950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b104f5b-b411-4b08-9090-42e97c552e2f", + "id": "759da8ac-af3f-440f-bd84-0b3f8711ce29", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158995,7 +158995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bf6ae27-b645-4212-a03e-c059d19af017", + "id": "faa4ed4a-6f06-4987-ab12-1f5d049faaaa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -159040,7 +159040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "364a2034-ed5c-4712-9929-8423a347d4b9", + "id": "1858c99b-f0b2-456e-9952-ff8fd6f29e60", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159085,7 +159085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ad9b718-72cf-4699-a763-a9ab3d3b75bc", + "id": "b85ca020-384f-44b5-a52c-fa3366b68772", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -159130,7 +159130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f100406-6c4c-48b3-a9fa-b1967ec524d2", + "id": "8cd25e78-d61e-4630-8ff6-3f3a7df0e6a2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159175,7 +159175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "186afa7e-1f86-4af1-ad97-af6446f528d3", + "id": "210f58b2-6016-496f-90d4-ae3892dceb1b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159226,7 +159226,7 @@ } }, { - "id": "7ffa9a0f-6878-4654-92e4-9ca71acc1998", + "id": "6efd6c2d-8301-40b9-a778-0491d07da0be", "name": "Generate Identity Profile Preview", "request": { "name": "Generate Identity Profile Preview", @@ -159258,7 +159258,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:15c125ef-3664-03ee-9474-d95c7c007ee2\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"urn:uuid:b082486f-7d73-1789-e4f0-1b5ec5543fc3\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -159269,7 +159269,7 @@ }, "response": [ { - "id": "21787c6d-a8ea-46ed-99de-09976d40513a", + "id": "43b03b1a-8ea4-4549-a7e6-ea548bbdc5f8", "name": "A preview of the identity attributes after applying identity attributes config sent in request body.", "originalRequest": { "url": { @@ -159304,7 +159304,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:15c125ef-3664-03ee-9474-d95c7c007ee2\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"urn:uuid:b082486f-7d73-1789-e4f0-1b5ec5543fc3\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -159326,7 +159326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fec8842-96a5-47c6-aa61-83b26f1093a7", + "id": "c98cc367-f243-47b7-8193-5ffa947412f0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159361,7 +159361,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:15c125ef-3664-03ee-9474-d95c7c007ee2\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"urn:uuid:b082486f-7d73-1789-e4f0-1b5ec5543fc3\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -159383,7 +159383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04e05de0-4f1e-42f8-9594-a222d9f022b3", + "id": "9f405a27-721c-4c10-ab25-6054362ef307", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -159418,7 +159418,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:15c125ef-3664-03ee-9474-d95c7c007ee2\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"urn:uuid:b082486f-7d73-1789-e4f0-1b5ec5543fc3\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -159440,7 +159440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6173000d-5ed0-4d74-ad11-84793eb82d03", + "id": "131feee4-7dd1-4689-b860-8190e9a5465d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159475,7 +159475,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:15c125ef-3664-03ee-9474-d95c7c007ee2\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"urn:uuid:b082486f-7d73-1789-e4f0-1b5ec5543fc3\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -159497,7 +159497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2a0fb06-97aa-4923-a826-f512acf73b77", + "id": "9390e417-bcd4-4661-bc9e-1db939c6b2d2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159532,7 +159532,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:15c125ef-3664-03ee-9474-d95c7c007ee2\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"urn:uuid:b082486f-7d73-1789-e4f0-1b5ec5543fc3\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -159554,7 +159554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73e5e82b-647a-4f2a-975a-50ee0a4f2eb1", + "id": "6279bd47-f5db-497f-ba96-a6fe235bb722", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159589,7 +159589,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:15c125ef-3664-03ee-9474-d95c7c007ee2\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"urn:uuid:b082486f-7d73-1789-e4f0-1b5ec5543fc3\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -159623,7 +159623,7 @@ "description": "Use this API to implement and customize lifecycle state functionality.\nWith this functionality in place, administrators can create and configure custom lifecycle states for use across their organizations, which is key to controlling which users have access, when they have access, and the access they have.\n\nA lifecycle state describes a user's status in a company. For example, two lifecycle states come by default with Identity Security Cloud: 'Active' and 'Inactive.' \nWhen an active employee takes an extended leave of absence from a company, his or her lifecycle state may change to 'Inactive,' for security purposes. \nThe inactive employee would lose access to all the applications, sources, and sensitive data during the leave of absence, but when the employee returns and becomes active again, all that access would be restored. \nThis saves administrators the time that would otherwise be spent provisioning the employee's access to each individual tool, reviewing the employee's certification history, etc. \n\nAdministrators can create a variety of custom lifecycle states. Refer to [Planning New Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#planning-new-lifecycle-states) for some custom lifecycle state ideas.\n\nAdministrators must define the criteria for being in each lifecycle state, and they must define how Identity Security Cloud manages users' access to apps and sources for each lifecycle state.\n\nIn Identity Security Cloud, administrators can manage lifecycle states by going to Admin > Identities > Identity Profile, selecting the identity profile whose lifecycle states they want to manage, selecting the 'Provisioning' tab, and using the left panel to either select the lifecycle state they want to modify or create a new lifecycle state. \n\nIn the 'Provisioning' tab, administrators can make the following access changes to an identity profile's lifecycle state: \n\n- Enable/disable the lifecycle state for the identity profile.\n\n- Enable/disable source accounts for the identity profile's lifecycle state.\n\n- Add existing access profiles to grant to the identity profiles in that lifecycle state.\n\n- Create a new access profile to grant to the identity profile in that lifecycle state.\n\nAccess profiles granted in a previous lifecycle state are automatically revoked when the identity moves to a new lifecycle state. \nTo maintain access across multiple lifecycle states, administrators must grant the access profiles in each lifecycle state. \nFor example, if an administrator wants users with the 'HR Employee' identity profile to maintain their building access in both the 'Active' and 'Leave of Absence' lifecycle states, the administrator must grant the access profile for that building access to both lifecycle states.\n\nDuring scheduled refreshes, Identity Security Cloud evaluates lifecycle states to determine whether their assigned identities have the access defined in the lifecycle states' access profiles. \nIf the identities are missing access, Identity Security Cloud provisions that access. \n\nAdministrators can also use the 'Provisioning' tab to configure email notifications for Identity Security Cloud to send whenever an identity with that identity profile has a lifecycle state change. \nRefer to [Configuring Lifecycle State Notifications](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#configuring-lifecycle-state-notifications) for more information on how to do so.\n\nAn identity's lifecycle state can have four different statuses: the lifecycle state's status can be 'Active,' it can be 'Not Set,' it can be 'Not Valid,' or it 'Does Not Match Technical Name Case.' \nRefer to [Moving Identities into Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#moving-identities-into-lifecycle-states) for more information about these different lifecycle state statuses. \n\nRefer to [Setting Up Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html) for more information about lifecycle states.\n", "item": [ { - "id": "7312b450-1f15-4d5d-9561-01606da965f0", + "id": "10c6dd12-f536-418d-8948-3ea85ef02c7b", "name": "Set Lifecycle State", "request": { "name": "Set Lifecycle State", @@ -159678,7 +159678,7 @@ }, "response": [ { - "id": "25d7b635-5622-4fe0-b8bc-2c73d7fd39aa", + "id": "4d138a32-43b5-4c44-8b63-5e8971705ae0", "name": "The request was successfully accepted into the system.", "originalRequest": { "url": { @@ -159736,7 +159736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbd60d53-d77f-48bd-8956-1ce91133e8d6", + "id": "90ad60a3-682c-4c88-9be2-4e23a10f207d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159794,7 +159794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2fa8c7b-e555-43ea-827b-3eb8c59ca244", + "id": "19507220-57cb-4805-83c1-17d172e2c94d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -159852,7 +159852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dba925b9-69de-4b39-953a-711286d16aca", + "id": "f18c324d-b124-4c2f-b73a-15da6f9cf345", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159910,7 +159910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94fd8871-f935-4a23-bc9b-1e3497bbe5cf", + "id": "58906f56-c8e7-4cec-bc60-dd4a98ed7157", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -159968,7 +159968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3be0292-4753-41b0-b92b-a4529ad64710", + "id": "027cd7e2-0458-4057-8b59-5ae6912d8928", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160026,7 +160026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a9eb899-3240-4a8d-bce0-0b8abf79f41f", + "id": "d8799206-abd1-4c2a-a6ff-3081875dcc21", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160090,7 +160090,7 @@ } }, { - "id": "4ca45873-053e-4c56-91b8-4e9c4e951f70", + "id": "2605093d-9180-463e-bbea-3978d6d31a4a", "name": "Lists LifecycleStates", "request": { "name": "Lists LifecycleStates", @@ -160169,7 +160169,7 @@ }, "response": [ { - "id": "13b5b046-add1-4f2d-8ba3-d2b8c092f2fd", + "id": "ef39f7a8-e2eb-4992-bdce-49ec4fd00348", "name": "List of LifecycleState objects.", "originalRequest": { "url": { @@ -160251,7 +160251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c42e45f8-464f-421d-9332-41f8504d4a35", + "id": "8e810a56-02c7-402a-8f16-2758f9341982", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160333,7 +160333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65cc1116-d6a6-441d-9ecb-1cf343d76a98", + "id": "c1f59fb7-636c-4b0f-aa99-36d46967390d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160415,7 +160415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16825cbb-51c7-4a8a-8955-37962c4d25d7", + "id": "3d40d634-2524-47d7-a8fb-5a9dd85b2aba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160497,7 +160497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f873e232-1281-4e4b-a7d5-0dd2b07cf3ab", + "id": "d784c9f3-b0ab-4497-9550-490e9a984c73", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160579,7 +160579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65004de3-5032-408d-acac-ee65e21edaa3", + "id": "0297445c-5e81-4b1c-9274-90e2d3b085f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160667,7 +160667,7 @@ } }, { - "id": "1816c79c-6a31-4aa6-9732-ba59186f6847", + "id": "aeaddb7d-06e3-484f-ad69-271eb32145be", "name": "Create Lifecycle State", "request": { "name": "Create Lifecycle State", @@ -160722,7 +160722,7 @@ }, "response": [ { - "id": "b7a1f6e9-7cd4-40ab-a56c-3d6701cf1268", + "id": "9564942f-307f-4d12-992d-ec15eedc6ecc", "name": "Created LifecycleState object.", "originalRequest": { "url": { @@ -160780,7 +160780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76db8ea1-7c13-4e9a-baf0-cae047b32892", + "id": "b1a9f43f-f36b-4f86-859c-5be1ab3baca0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160838,7 +160838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b95077b-f696-4704-a106-a117dcbea62c", + "id": "32887ad0-830b-41a4-ac45-78b5f2fec839", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160896,7 +160896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b37d543-eacb-4753-9de8-9552110358a6", + "id": "bc3fbac4-fa73-4ee8-8882-8dfe4ac67489", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160954,7 +160954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7702c56b-cc36-4901-b09c-a064d2c55bb5", + "id": "779e062b-f036-47f2-a1a2-967dc57559a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161012,7 +161012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ad9e9ae-9943-4e4b-8463-0800abdc4d0a", + "id": "242d415e-cd6b-430a-b9c3-172b81e00aaf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161076,7 +161076,7 @@ } }, { - "id": "08fdd970-6cf4-455b-8fd1-7c45f6f99214", + "id": "7946e178-38c9-4747-b410-0a7add6c229e", "name": "Get Lifecycle State", "request": { "name": "Get Lifecycle State", @@ -161129,7 +161129,7 @@ }, "response": [ { - "id": "f9e5cd3c-4d5d-45e9-bb05-8099dfb05287", + "id": "ec9b96d7-2478-4b35-b922-4bcb1d0a72ae", "name": "The requested LifecycleState was successfully retrieved.", "originalRequest": { "url": { @@ -161175,7 +161175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcc0d888-33a4-4e48-b435-afe33e3701c2", + "id": "4ff13c63-a9bf-4761-a2d4-ac23c34243d5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -161221,7 +161221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9d91082-a01c-455a-bd2e-8744b1f74c63", + "id": "90820d96-9540-4c3b-b109-e3c76ef088b8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -161267,7 +161267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c75e925b-1157-40c6-b919-1be50c3b6eb5", + "id": "5a0859e3-603e-436a-942c-29d56d9f5db4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161313,7 +161313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbbc73a2-8ba8-4cff-861b-6312ad2b7c87", + "id": "b665410c-2833-42c6-9a46-b1fb3e88d518", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -161359,7 +161359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1aa7e7c2-37d7-4ff2-bb03-48a25db50d0e", + "id": "753c8aa8-b6ff-45b2-857d-d10ca4c82f73", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161405,7 +161405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c09f23ad-f9ef-4839-ad93-ed78f41f13f0", + "id": "77b007f7-4f05-4e06-892c-32fc880dea5b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161457,7 +161457,7 @@ } }, { - "id": "488c9619-8dfd-4f74-8c63-736cff3a7638", + "id": "31cd18d2-701c-4992-946e-fe2acc32578f", "name": "Update Lifecycle State", "request": { "name": "Update Lifecycle State", @@ -161523,7 +161523,7 @@ }, "response": [ { - "id": "552bf5b0-6b35-495c-8130-e3eed2e1e3a5", + "id": "0055ce31-af2e-471d-b35d-3b0077942304", "name": "The LifecycleState was successfully updated.", "originalRequest": { "url": { @@ -161582,7 +161582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9eeeed7-a0f3-4a80-9257-725fde3546bf", + "id": "24cafc69-2cf0-4f98-bab3-ba929569b208", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -161641,7 +161641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81a8cc13-2f80-4ef4-8974-7102f6e32380", + "id": "624fc34c-2faf-44d0-a508-97fd42e0a4cf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -161700,7 +161700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a729625c-6c45-4257-8f4a-e10b0c73a59c", + "id": "df2de33e-55ee-47b2-8555-21055f86ffd8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161759,7 +161759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfd8ad5c-efa0-465e-9f8d-b52c0faa0c19", + "id": "36dd419b-b26b-4789-b9de-fdc70417dfae", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -161818,7 +161818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da87bdf4-dec5-4886-ba08-df0c4b8f9524", + "id": "302f596f-a79a-45ec-84a7-6d0625d7e32c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161877,7 +161877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a719e44e-5a50-411b-96f7-367471e7c096", + "id": "dfb0ace3-d446-43f3-8449-f027f8325be7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161942,7 +161942,7 @@ } }, { - "id": "558d9e57-3871-4c7f-aa77-f34b5524c76f", + "id": "95faaf49-8b94-4ffb-8b1c-ffd5c8d05fc7", "name": "Delete Lifecycle State", "request": { "name": "Delete Lifecycle State", @@ -161995,7 +161995,7 @@ }, "response": [ { - "id": "31b2b8b8-81c1-4e4f-8797-ad0344e2490b", + "id": "fb32199d-fb43-4bf1-831e-f146d7fe229c", "name": "The request was successfully accepted into the system.", "originalRequest": { "url": { @@ -162036,12 +162036,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"LIFECYCLE_STATE\",\n \"id\": \"Duis labore et sit tempor\",\n \"name\": \"Contractor Lifecycle\"\n}", + "body": "{\n \"type\": \"LIFECYCLE_STATE\",\n \"id\": \"ex aliqu\",\n \"name\": \"Contractor Lifecycle\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8929f690-95e2-4918-bfbc-0db8a6abad88", + "id": "6502ed29-1f98-4952-9027-6a4d5e49f90c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162087,7 +162087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9697e678-fc66-44fc-b3be-89d1839b9e3a", + "id": "b9134ffc-e2a4-4075-aeff-f7716e063023", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162133,7 +162133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc3dd64a-651e-46d1-bd50-55ca222dad89", + "id": "8d52fcc4-a278-42a5-a16a-49c4623cb060", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -162179,7 +162179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b5523f2-3da6-4fc1-97e3-737f9f5edcbb", + "id": "9c4d54cd-da73-4ead-931b-414eec168790", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -162225,7 +162225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16c1d7a3-8c8b-4793-8b5b-ab08f6181af9", + "id": "87f0aed3-dcae-4fae-9984-27ed1b9a4470", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -162271,7 +162271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01029313-4e99-48f1-9caf-10eb8b8f0e5d", + "id": "f3dbc925-719d-4344-9528-7a3160059d12", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162329,7 +162329,7 @@ "description": "Read and create operations for client data and statuses", "item": [ { - "id": "13bb812c-c317-4772-8daa-459cf615b076", + "id": "ee0ac913-ecd4-46f3-99f7-33faf4321764", "name": "Get Managed Clients", "request": { "name": "Get Managed Clients", @@ -162395,7 +162395,7 @@ }, "response": [ { - "id": "c12f960a-408d-478c-8de6-a79236a7d83e", + "id": "1cbc84ec-b775-4955-8e35-3bde85df7781", "name": "Responds with a list of ManagedClient based on the query params provided", "originalRequest": { "url": { @@ -162470,12 +162470,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"clientId\": \"00be54a2-bb6d-402f-9159-beb2d5319347\",\n \"clusterId\": \"e1ff7bb24c934240bbf55e1aa39e41c5\",\n \"description\": \"A short description of the ManagedClient\",\n \"type\": \"VA\",\n \"id\": \"2c9180878eaf4204018eb019c3570003\",\n \"alertKey\": \"CLIENT_STATUS_NOT_CONFIGURED\",\n \"apiGatewayBaseUrl\": \"amet nostrud esse mollit\",\n \"cookbook\": \"sint qui\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"culpa Ut\",\n \"status\": \"NORMAL\",\n \"clusterType\": \"idn\",\n \"vaDownloadUrl\": \"aUrl\",\n \"vaVersion\": \"va-megapod-useast1-610-1621372012\",\n \"secret\": \"ef878e15eaa8c8d3e2fa52f41125e2a0eeadadc6a14f931a33ad3e1b62d56381\",\n \"createdAt\": \"2023-08-04T20:48:01.865Z\",\n \"updatedAt\": \"2023-08-04T20:48:01.865Z\",\n \"provisionStatus\": \"PROVISIONED\"\n },\n {\n \"clientId\": \"00be54a2-bb6d-402f-9159-beb2d5319347\",\n \"clusterId\": \"e1ff7bb24c934240bbf55e1aa39e41c5\",\n \"description\": \"A short description of the ManagedClient\",\n \"type\": \"VA\",\n \"id\": \"2c9180878eaf4204018eb019c3570003\",\n \"alertKey\": \"CLIENT_STATUS_NOT_CONFIGURED\",\n \"apiGatewayBaseUrl\": \"Lorem do\",\n \"cookbook\": \"sint dolor\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"id veniam in\",\n \"status\": \"NORMAL\",\n \"clusterType\": \"idn\",\n \"vaDownloadUrl\": \"aUrl\",\n \"vaVersion\": \"va-megapod-useast1-610-1621372012\",\n \"secret\": \"ef878e15eaa8c8d3e2fa52f41125e2a0eeadadc6a14f931a33ad3e1b62d56381\",\n \"createdAt\": \"2023-08-04T20:48:01.865Z\",\n \"updatedAt\": \"2023-08-04T20:48:01.865Z\",\n \"provisionStatus\": \"PROVISIONED\"\n }\n]", + "body": "[\n {\n \"clientId\": \"00be54a2-bb6d-402f-9159-beb2d5319347\",\n \"clusterId\": \"e1ff7bb24c934240bbf55e1aa39e41c5\",\n \"description\": \"A short description of the ManagedClient\",\n \"type\": \"VA\",\n \"id\": \"2c9180878eaf4204018eb019c3570003\",\n \"alertKey\": \"CLIENT_STATUS_NOT_CONFIGURED\",\n \"apiGatewayBaseUrl\": \"veniam\",\n \"cookbook\": \"ut\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"mollit sit\",\n \"status\": \"NORMAL\",\n \"clusterType\": \"idn\",\n \"vaDownloadUrl\": \"aUrl\",\n \"vaVersion\": \"va-megapod-useast1-610-1621372012\",\n \"secret\": \"ef878e15eaa8c8d3e2fa52f41125e2a0eeadadc6a14f931a33ad3e1b62d56381\",\n \"createdAt\": \"2023-08-04T20:48:01.865Z\",\n \"updatedAt\": \"2023-08-04T20:48:01.865Z\",\n \"provisionStatus\": \"PROVISIONED\"\n },\n {\n \"clientId\": \"00be54a2-bb6d-402f-9159-beb2d5319347\",\n \"clusterId\": \"e1ff7bb24c934240bbf55e1aa39e41c5\",\n \"description\": \"A short description of the ManagedClient\",\n \"type\": \"VA\",\n \"id\": \"2c9180878eaf4204018eb019c3570003\",\n \"alertKey\": \"CLIENT_STATUS_NOT_CONFIGURED\",\n \"apiGatewayBaseUrl\": \"do nisi quis\",\n \"cookbook\": \"ut elit\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"aute Ut est ad\",\n \"status\": \"NORMAL\",\n \"clusterType\": \"idn\",\n \"vaDownloadUrl\": \"aUrl\",\n \"vaVersion\": \"va-megapod-useast1-610-1621372012\",\n \"secret\": \"ef878e15eaa8c8d3e2fa52f41125e2a0eeadadc6a14f931a33ad3e1b62d56381\",\n \"createdAt\": \"2023-08-04T20:48:01.865Z\",\n \"updatedAt\": \"2023-08-04T20:48:01.865Z\",\n \"provisionStatus\": \"PROVISIONED\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "550ff945-8f0e-4c8c-8f21-59d554a2c0a4", + "id": "2b3f752f-8eed-4b60-b138-8a54488a38d4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162555,7 +162555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b50142d-bdde-4385-8aad-59777c9cb969", + "id": "2a0c52dd-21be-402f-b7cb-d673b954d247", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162635,7 +162635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72648312-8ea7-4e89-8543-c3f26b5c5e38", + "id": "eb698965-9349-425f-b1fe-784c4d992bf3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -162715,7 +162715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0a170b6-7e5a-48d1-bbe5-f19b52e87b60", + "id": "6f9ed53a-8f6b-4e36-b742-a561c25364bf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -162795,7 +162795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65884c45-24f5-4ec6-b543-57232753808c", + "id": "717be381-f46b-407d-9b24-efa2e6c68f1b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162881,7 +162881,7 @@ } }, { - "id": "e4279fec-f4cc-427f-aac4-3128d46abee5", + "id": "059ce77c-cc45-4c60-b5fa-f583970fd7a4", "name": "Create a new Managed Client", "request": { "name": "Create a new Managed Client", @@ -162923,7 +162923,7 @@ }, "response": [ { - "id": "65dd465b-1209-4fad-b9f1-58f9d4b907d9", + "id": "25b754dd-65ee-4cec-8587-7f9eadfb6d7e", "name": "The created ManagedClient", "originalRequest": { "url": { @@ -162974,12 +162974,12 @@ "value": "application/json" } ], - "body": "{\n \"clientId\": \"00be54a2-bb6d-402f-9159-beb2d5319347\",\n \"clusterId\": \"e1ff7bb24c934240bbf55e1aa39e41c5\",\n \"description\": \"A short description of the ManagedClient\",\n \"type\": \"VA\",\n \"id\": \"2c9180878eaf4204018eb019c3570003\",\n \"alertKey\": \"CLIENT_STATUS_NOT_CONFIGURED\",\n \"apiGatewayBaseUrl\": \"minim velit ut\",\n \"cookbook\": \"ex aliqua officia id\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"Excepteur\",\n \"status\": \"NORMAL\",\n \"clusterType\": \"idn\",\n \"vaDownloadUrl\": \"aUrl\",\n \"vaVersion\": \"va-megapod-useast1-610-1621372012\",\n \"secret\": \"ef878e15eaa8c8d3e2fa52f41125e2a0eeadadc6a14f931a33ad3e1b62d56381\",\n \"createdAt\": \"2023-08-04T20:48:01.865Z\",\n \"updatedAt\": \"2023-08-04T20:48:01.865Z\",\n \"provisionStatus\": \"PROVISIONED\"\n}", + "body": "{\n \"clientId\": \"00be54a2-bb6d-402f-9159-beb2d5319347\",\n \"clusterId\": \"e1ff7bb24c934240bbf55e1aa39e41c5\",\n \"description\": \"A short description of the ManagedClient\",\n \"type\": \"VA\",\n \"id\": \"2c9180878eaf4204018eb019c3570003\",\n \"alertKey\": \"CLIENT_STATUS_NOT_CONFIGURED\",\n \"apiGatewayBaseUrl\": \"officia culpa\",\n \"cookbook\": \"cupida\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"culpa ipsum\",\n \"status\": \"NORMAL\",\n \"clusterType\": \"idn\",\n \"vaDownloadUrl\": \"aUrl\",\n \"vaVersion\": \"va-megapod-useast1-610-1621372012\",\n \"secret\": \"ef878e15eaa8c8d3e2fa52f41125e2a0eeadadc6a14f931a33ad3e1b62d56381\",\n \"createdAt\": \"2023-08-04T20:48:01.865Z\",\n \"updatedAt\": \"2023-08-04T20:48:01.865Z\",\n \"provisionStatus\": \"PROVISIONED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "13511f3c-6898-420a-b80e-b1aa3211b20b", + "id": "3dfbc6e8-ee65-4ca8-994c-a1ab5097f3ae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163035,7 +163035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a398e6b-dd30-4fae-a197-abf636088b11", + "id": "8b8692b9-ec61-4c20-b038-376961811bf7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163091,7 +163091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "accddb0b-d634-4e9f-902d-5777faa216ae", + "id": "852ceb3c-eea7-4c2b-aebf-450c57f5ca6b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163147,7 +163147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23a1fade-bff3-4da6-bc60-6b02c9a0c48f", + "id": "b86df649-2693-4b70-8296-4b1ba8821378", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163203,7 +163203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08b608aa-13ab-4f24-a39d-9c57e42b5e14", + "id": "ac34799d-7b57-4186-8aad-3dffced711aa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163265,7 +163265,7 @@ } }, { - "id": "7673be52-2c2a-4382-a493-d87167cbcf8e", + "id": "86f42180-3af7-4954-b329-1c18b0214985", "name": "Get a Managed Client", "request": { "name": "Get a Managed Client", @@ -163306,7 +163306,7 @@ }, "response": [ { - "id": "58a110dc-9e84-49e5-9ecf-0494b92dd83f", + "id": "5dba28c8-c8eb-4fdd-a403-e56cfb229d11", "name": "Responds with a Managed Client", "originalRequest": { "url": { @@ -163345,12 +163345,12 @@ "value": "application/json" } ], - "body": "{\n \"clientId\": \"00be54a2-bb6d-402f-9159-beb2d5319347\",\n \"clusterId\": \"e1ff7bb24c934240bbf55e1aa39e41c5\",\n \"description\": \"A short description of the ManagedClient\",\n \"type\": \"VA\",\n \"id\": \"2c9180878eaf4204018eb019c3570003\",\n \"alertKey\": \"CLIENT_STATUS_NOT_CONFIGURED\",\n \"apiGatewayBaseUrl\": \"minim velit ut\",\n \"cookbook\": \"ex aliqua officia id\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"Excepteur\",\n \"status\": \"NORMAL\",\n \"clusterType\": \"idn\",\n \"vaDownloadUrl\": \"aUrl\",\n \"vaVersion\": \"va-megapod-useast1-610-1621372012\",\n \"secret\": \"ef878e15eaa8c8d3e2fa52f41125e2a0eeadadc6a14f931a33ad3e1b62d56381\",\n \"createdAt\": \"2023-08-04T20:48:01.865Z\",\n \"updatedAt\": \"2023-08-04T20:48:01.865Z\",\n \"provisionStatus\": \"PROVISIONED\"\n}", + "body": "{\n \"clientId\": \"00be54a2-bb6d-402f-9159-beb2d5319347\",\n \"clusterId\": \"e1ff7bb24c934240bbf55e1aa39e41c5\",\n \"description\": \"A short description of the ManagedClient\",\n \"type\": \"VA\",\n \"id\": \"2c9180878eaf4204018eb019c3570003\",\n \"alertKey\": \"CLIENT_STATUS_NOT_CONFIGURED\",\n \"apiGatewayBaseUrl\": \"officia culpa\",\n \"cookbook\": \"cupida\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"culpa ipsum\",\n \"status\": \"NORMAL\",\n \"clusterType\": \"idn\",\n \"vaDownloadUrl\": \"aUrl\",\n \"vaVersion\": \"va-megapod-useast1-610-1621372012\",\n \"secret\": \"ef878e15eaa8c8d3e2fa52f41125e2a0eeadadc6a14f931a33ad3e1b62d56381\",\n \"createdAt\": \"2023-08-04T20:48:01.865Z\",\n \"updatedAt\": \"2023-08-04T20:48:01.865Z\",\n \"provisionStatus\": \"PROVISIONED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "700ad824-5a18-4895-8f86-e884841469db", + "id": "ff538950-e7a7-4deb-babe-7a096956e0bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163394,7 +163394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36176242-6175-488e-bd0a-bbe0c059ca2c", + "id": "df3b3ddb-8ad3-423d-9418-74781929bc75", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163438,7 +163438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efb6002e-bf22-4294-aa7e-b43991a45fba", + "id": "bffe1a2c-5147-4d73-a13d-9d963cceee52", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163482,7 +163482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7402282-9383-4db2-90f6-1256b5e53691", + "id": "8aef16b0-eb8e-43aa-8327-31d62b59da3c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163526,7 +163526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22359873-abd0-460d-98db-1c256a20dead", + "id": "02a18635-5602-4d9b-a875-633e4a426809", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163570,7 +163570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4c1c1c9-434b-450c-90c2-6062737a1319", + "id": "7582aa7a-fe9e-437e-a908-d6fee5ff764c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163620,7 +163620,7 @@ } }, { - "id": "23553628-fd12-485e-92c9-2390a67374c7", + "id": "9919f1e8-a16f-4091-a4f0-eb45458f7002", "name": "Update a Managed Client", "request": { "name": "Update a Managed Client", @@ -163674,7 +163674,7 @@ }, "response": [ { - "id": "28730cfb-1ec6-4967-a946-f501269409ab", + "id": "fd3d8a5f-7b50-462f-a9fd-bed5648cc983", "name": "The updated Managed Client", "originalRequest": { "url": { @@ -163726,12 +163726,12 @@ "value": "application/json" } ], - "body": "{\n \"clientId\": \"00be54a2-bb6d-402f-9159-beb2d5319347\",\n \"clusterId\": \"e1ff7bb24c934240bbf55e1aa39e41c5\",\n \"description\": \"A short description of the ManagedClient\",\n \"type\": \"VA\",\n \"id\": \"2c9180878eaf4204018eb019c3570003\",\n \"alertKey\": \"CLIENT_STATUS_NOT_CONFIGURED\",\n \"apiGatewayBaseUrl\": \"minim velit ut\",\n \"cookbook\": \"ex aliqua officia id\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"Excepteur\",\n \"status\": \"NORMAL\",\n \"clusterType\": \"idn\",\n \"vaDownloadUrl\": \"aUrl\",\n \"vaVersion\": \"va-megapod-useast1-610-1621372012\",\n \"secret\": \"ef878e15eaa8c8d3e2fa52f41125e2a0eeadadc6a14f931a33ad3e1b62d56381\",\n \"createdAt\": \"2023-08-04T20:48:01.865Z\",\n \"updatedAt\": \"2023-08-04T20:48:01.865Z\",\n \"provisionStatus\": \"PROVISIONED\"\n}", + "body": "{\n \"clientId\": \"00be54a2-bb6d-402f-9159-beb2d5319347\",\n \"clusterId\": \"e1ff7bb24c934240bbf55e1aa39e41c5\",\n \"description\": \"A short description of the ManagedClient\",\n \"type\": \"VA\",\n \"id\": \"2c9180878eaf4204018eb019c3570003\",\n \"alertKey\": \"CLIENT_STATUS_NOT_CONFIGURED\",\n \"apiGatewayBaseUrl\": \"officia culpa\",\n \"cookbook\": \"cupida\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"culpa ipsum\",\n \"status\": \"NORMAL\",\n \"clusterType\": \"idn\",\n \"vaDownloadUrl\": \"aUrl\",\n \"vaVersion\": \"va-megapod-useast1-610-1621372012\",\n \"secret\": \"ef878e15eaa8c8d3e2fa52f41125e2a0eeadadc6a14f931a33ad3e1b62d56381\",\n \"createdAt\": \"2023-08-04T20:48:01.865Z\",\n \"updatedAt\": \"2023-08-04T20:48:01.865Z\",\n \"provisionStatus\": \"PROVISIONED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "accb7b4e-3a5f-4d86-891f-54e762520e35", + "id": "36ea1315-c2e6-4cb9-9d58-a20ca8cc69b7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163788,7 +163788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e976f9a5-4e33-49dd-9207-15b706a646fb", + "id": "2f24c24b-61ff-4bd1-b331-c154756f8c3b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163845,7 +163845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b27bff9-81ec-4c60-b414-59d261a8db04", + "id": "1d746c68-8737-4509-9fce-0c6c24617e5b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163902,7 +163902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1e98a85-2924-440c-bd43-5cd06983d0d0", + "id": "8ac89fb0-c7d8-4d7b-8d56-80652438191b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163959,7 +163959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5aa6a6f9-2e3b-4267-b8c3-7a5bc7e164c4", + "id": "0de54e0e-a987-4b1d-82bb-c67d369d176e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164016,7 +164016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a29ad9f3-48c1-41b8-8514-db9923766be2", + "id": "ca9b9981-88da-45a1-8cba-cfb9a164caf8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164079,7 +164079,7 @@ } }, { - "id": "8d719f65-a8f1-4d1e-8dc5-246655da972d", + "id": "0937b491-7afe-479a-ae27-f61548029e8b", "name": "Delete a Managed Client", "request": { "name": "Delete a Managed Client", @@ -164120,7 +164120,7 @@ }, "response": [ { - "id": "f4663a4e-0ea0-4b90-a57d-82112e95c50d", + "id": "1e301df2-1eb9-4ee6-8442-0ab4eb4653de", "name": "The Managed Client was successfully deleted.", "originalRequest": { "url": { @@ -164154,7 +164154,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9a67d947-4e5c-4cd5-addd-4018542ad49e", + "id": "b319cd94-998c-493a-a712-f737cbffdb73", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164198,7 +164198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1373ae7e-ce16-459c-8bb1-770e52e46996", + "id": "13c71010-db31-4c29-9245-b45f4b304d6c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164242,7 +164242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "995993b2-4773-4cac-b7d9-791073b29b86", + "id": "6b448403-a3a1-40b3-b6e6-059c99074227", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164286,7 +164286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6f2cd4c-7e27-418f-99fe-db12ed51d742", + "id": "66f57d00-94a6-4bdf-a424-a7fa68e60de7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164330,7 +164330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97498118-0f9b-4915-a9b9-1f48495f6d8b", + "id": "e1425943-17f0-43c4-981f-c78510356333", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164380,7 +164380,7 @@ } }, { - "id": "564b60d5-17c7-43c0-9c29-3438ac8f3002", + "id": "fbe5c18f-b88a-41d1-a657-ffb5b189d11b", "name": "Get Managed Client Status.", "request": { "name": "Get Managed Client Status.", @@ -164432,7 +164432,7 @@ }, "response": [ { - "id": "f9c9cdd6-e852-44b0-80e7-65b446d750b8", + "id": "29afd223-7d8b-4936-abbf-700a0df117ca", "name": "Responds with the Status of the Managed Client with the given ID and Type.", "originalRequest": { "url": { @@ -164487,7 +164487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82308af9-b129-450f-8f3e-246827ebb8b0", + "id": "ecb77a83-d849-4547-81bb-c5d78dc937c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164542,7 +164542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3dd2c95-074b-429d-927d-ef97c1f616d4", + "id": "37edc930-b4ec-48f6-af31-707d931cb1fd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164597,7 +164597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e5af227-8a42-4c12-9d5a-fca744509433", + "id": "b231ffec-e388-4c08-ac48-060cb3fba818", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164652,7 +164652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d147502-99d2-4073-abf2-902ffd454f97", + "id": "02d3a51c-c386-4698-8a15-eb4970993d8e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -164707,7 +164707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "072ed768-430e-40d1-ab12-ae10c68af2a1", + "id": "4c56a830-5ff8-4906-a3dd-4d65ea9de8c2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164762,7 +164762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e0367b3-4888-4ccf-b471-485f97565f2f", + "id": "0221734b-a133-4ef4-8c0b-e39994d9e405", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164829,7 +164829,7 @@ "description": "Read and create pperations for client Clusters, including Log Configuration", "item": [ { - "id": "602a70c0-72fc-448a-9606-fca70edda43c", + "id": "536f9f58-bc2d-4f3f-b90d-36e9ff90b6d6", "name": "Retrieve all Managed Clusters.", "request": { "name": "Retrieve all Managed Clusters.", @@ -164895,7 +164895,7 @@ }, "response": [ { - "id": "105ed5be-58a3-4043-a7de-a3736b2cc66e", + "id": "fb35ca4c-c499-4821-b8f1-dfdbf0889edb", "name": "Responds with a list of ManagedCluster.", "originalRequest": { "url": { @@ -164975,7 +164975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffb06a53-c02e-49d0-bcbf-5ba6a8990876", + "id": "99795a56-955f-4c67-b241-4873af255628", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165055,7 +165055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7d9d7ed-44ed-41dc-92ba-f8d3258ef4dc", + "id": "de55aaaf-97da-4423-b529-b653482ef139", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165135,7 +165135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7270457-270f-4e12-80e2-c6aa748b6f71", + "id": "44e3b48b-9b00-4ce1-b579-2567fcc4e46b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165215,7 +165215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cd1ec65-0beb-4906-92a2-4741db282433", + "id": "46390686-e0d6-4df8-9120-58d30225c04b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165295,7 +165295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e4795bf-b343-486c-a7f1-48c0f1d3d271", + "id": "99aa0e54-7d62-4fec-9d03-49eee8e93383", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165381,7 +165381,7 @@ } }, { - "id": "f0f15abc-601f-4ede-b573-f645e00642b3", + "id": "80125f08-491e-4f0b-ac3a-5c5dc66f75e3", "name": "Create a new Managed Cluster", "request": { "name": "Create a new Managed Cluster", @@ -165423,7 +165423,7 @@ }, "response": [ { - "id": "81b7a889-f748-47b2-8a7d-6cc2787871ca", + "id": "710d8653-1753-4014-adb7-c29a507e79d8", "name": "The created ManagedClient", "originalRequest": { "url": { @@ -165479,7 +165479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9975c00b-f3ab-4698-8809-e0c2a17b20ca", + "id": "de5250c6-6295-41c0-bb4c-115d141e689f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165535,7 +165535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14cf1987-70c2-41ee-99c0-b69c44dbc74a", + "id": "3838fb35-9a84-428e-be24-90fd9cc76f21", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165591,7 +165591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a92d21ef-d536-4659-a30a-9df86cd9fc03", + "id": "2a2ad728-8c82-44df-aa43-d7a9dd24d8e6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165647,7 +165647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "308267ca-19f1-4982-9d84-5979857588b8", + "id": "83e613eb-92bb-465c-a914-692823c43cf8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165703,7 +165703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dfb48cd-9204-4d98-8888-0c608d2d9f8d", + "id": "d6419dc5-def3-4d19-ad07-5bbd5bcf1e7e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165765,7 +165765,7 @@ } }, { - "id": "724138a0-0843-4208-bee5-a2e5a849eb3f", + "id": "68b82218-b00a-48a1-9c71-cba38a57b099", "name": "Get a specified Managed Cluster.", "request": { "name": "Get a specified Managed Cluster.", @@ -165806,7 +165806,7 @@ }, "response": [ { - "id": "191ad454-3337-4a1a-bebb-9c7b7c224a84", + "id": "733adc1b-24c7-42d5-b9dc-2be09451bb9d", "name": "Responds with ManagedCluster having the given ID.", "originalRequest": { "url": { @@ -165850,7 +165850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e6ce386-e7c9-407c-96f0-eca0c2cfebe2", + "id": "a013889b-c47b-4c83-8c2b-d4bcb89edca3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165894,7 +165894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4f8635b-2f73-41e8-b0ce-81ae27433101", + "id": "1b9c566b-cc05-4e5a-9552-d4a2cd769ad4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165938,7 +165938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2840658c-5a8d-4bc6-86a1-c2e8c9ace977", + "id": "87ce083c-ed11-4fbb-8af4-be679fe437ab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165982,7 +165982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1974690a-944c-48b2-b55f-62fa983343a2", + "id": "3ca2df70-51c3-4772-a9c7-a9e8f67aeba7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -166026,7 +166026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f24d6e2e-c22a-410d-9218-36dfb31d6e2e", + "id": "4edbe262-1bf4-46f2-87eb-25dc1bc172f9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166070,7 +166070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29818d6a-22be-4091-b7cc-6552e8a22771", + "id": "9e7389b8-f854-4551-bb02-ec1b60bec742", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166120,7 +166120,7 @@ } }, { - "id": "a942e753-341e-4a2d-a104-11bb6839247e", + "id": "322e4bba-ff9a-4924-afe4-25604e62a690", "name": "Update a Managed Cluster", "request": { "name": "Update a Managed Cluster", @@ -166174,7 +166174,7 @@ }, "response": [ { - "id": "a5a467a2-ab5f-42cf-af21-b2e8993a4e12", + "id": "0933b2de-2f19-4d1b-8527-35fe955ee28f", "name": "The updated Managed Cluster", "originalRequest": { "url": { @@ -166231,7 +166231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "981a67fb-0f15-4901-b931-b391813b7a34", + "id": "5b0398e7-e853-4a63-9def-f43203f1a896", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166288,7 +166288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eea68331-7d82-4c82-981c-0f9fea513404", + "id": "dd521c22-b3e0-41d4-a9b4-fbcfe1ce3287", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166345,7 +166345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "805c6330-a3c1-47c2-a133-00fcdce87629", + "id": "3fb0214d-485c-47f0-8d35-471fa6f139c8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166402,7 +166402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b28e0de-3f05-4950-8196-5719cb8a6069", + "id": "a6922831-abe3-4061-b71b-87fa9c0aba87", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -166459,7 +166459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73e2c7cf-317d-4aa3-8e77-6a9654ed5edf", + "id": "4a3e1bb3-1054-436f-b36d-281fbed9c8d6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166516,7 +166516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd636fa0-73ee-436c-bfc5-1fdabcd7f875", + "id": "e530316c-fd81-4ded-9b0e-310f6e12bac1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166579,7 +166579,7 @@ } }, { - "id": "3a209609-ca0e-47af-8b00-3431f467002b", + "id": "417b443d-f0f5-4f4d-ac2b-7fd06df0cae0", "name": "Delete a Managed Cluster", "request": { "name": "Delete a Managed Cluster", @@ -166630,7 +166630,7 @@ }, "response": [ { - "id": "d03c81de-43b6-430f-bace-3457917140ec", + "id": "b0f33a19-3b5d-4062-8c76-93b7ed033b9f", "name": "The Managed Cluster was successfully deleted.", "originalRequest": { "url": { @@ -166674,7 +166674,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2cc29505-9152-43e1-92d5-6e13b3d4c9a0", + "id": "39ed7aa0-8c6c-49dc-b259-2654c9a14300", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166728,7 +166728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3cbc1b0-ef4f-4af8-b4ec-ab76c5397c89", + "id": "2e1761f9-d4fe-4d7d-96df-ce4d3f982eac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166782,7 +166782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec846d88-78ac-4489-8ad5-dc01566eff1f", + "id": "de829b21-ecdf-424b-9e30-b914d5ef51a4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166836,7 +166836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82f16c7f-e742-4398-8f26-5f6c660d8ec5", + "id": "b0224c93-b094-4a79-b9de-2cb23c5b4041", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166890,7 +166890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3a39d8a-92a2-4917-a626-eb9dcaed81b6", + "id": "3d86fa40-d880-4445-979a-3bbcacc17a1f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166950,7 +166950,7 @@ } }, { - "id": "8b67d763-09c7-42ad-a9db-973920d5d0d8", + "id": "5776959f-93a4-4c44-8bf7-0ab12245f846", "name": "Get Managed Cluster's log configuration", "request": { "name": "Get Managed Cluster's log configuration", @@ -166992,7 +166992,7 @@ }, "response": [ { - "id": "4ed06dcf-5133-43b1-9ef2-164a260018bb", + "id": "c460e9c6-06b1-4f8d-a2f1-ac080d8b857c", "name": "Log configuration of ManagedCluster matching given cluster ID", "originalRequest": { "url": { @@ -167037,7 +167037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "963e5524-1e7b-4514-874f-c52dc3e33d0d", + "id": "68ec4511-c22a-47e6-aa1d-c906d1f00e1c", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -167072,7 +167072,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a74eb700-d368-49ab-a124-2f7eedf15b72", + "id": "71c14c30-d32b-4810-ba44-af13f449f742", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167117,7 +167117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8256fe26-3ec0-4275-b53a-e48fbff684c1", + "id": "f0fb4593-86d3-4d1a-8426-5b3b0d44419d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -167162,7 +167162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b53c6d4f-53ab-4cec-b860-d479a8372108", + "id": "6cfaeed8-03f0-4d7e-b38d-a3d27c9797b5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167207,7 +167207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "781499ed-326c-4ec7-af31-60638a9f3646", + "id": "2e94f044-3acb-41bd-80d7-15cd2bd7fdd6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -167252,7 +167252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82ebd2bf-aa48-4481-8169-784734071ce4", + "id": "9542beaa-154b-49b8-9c7f-03fb4c53ddc2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -167297,7 +167297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "382dbbcc-44ff-4f8d-862f-698b5202112c", + "id": "a1fa7497-14cc-431e-986b-d3665a5661b9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167348,7 +167348,7 @@ } }, { - "id": "9f65e783-04c4-4bae-bfff-bddcf762c466", + "id": "50d4b1c4-3a36-450c-85f4-807ea712563f", "name": "Update Managed Cluster's log configuration", "request": { "name": "Update Managed Cluster's log configuration", @@ -167403,7 +167403,7 @@ }, "response": [ { - "id": "e9d2ad89-5a20-47ff-b5f1-9936cd927d8f", + "id": "121d7dcb-2736-442b-8ea3-f0f69ee9fb9f", "name": "Duration Minutes", "originalRequest": { "url": { @@ -167461,7 +167461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77fbfb60-e1a5-4e29-ad71-a4bd9bb223a9", + "id": "88f13f87-0a40-4fef-acbb-d8d13b87d7d3", "name": "Expiration", "originalRequest": { "url": { @@ -167519,7 +167519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f23d207f-dd85-4273-b824-7c8745c16467", + "id": "55648515-d976-46cd-aa4e-b496e43748eb", "name": "Duration Minutes", "originalRequest": { "url": { @@ -167577,7 +167577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3d6eb6c-6f99-4bee-a9fb-42f4aa2fbfb7", + "id": "e4119a8a-870c-486f-9f66-140fd8be3c84", "name": "Expiration", "originalRequest": { "url": { @@ -167635,7 +167635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdb5a379-3216-443e-9c66-bd7166792f71", + "id": "bc0a4408-cd20-413f-95bc-0239c5ecc92a", "name": "Duration Minutes", "originalRequest": { "url": { @@ -167693,7 +167693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48d714be-686f-4288-9eee-56cdfecb6687", + "id": "29828233-9f58-4717-be5a-5c79e75ee3c0", "name": "Expiration", "originalRequest": { "url": { @@ -167751,7 +167751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aee833e5-24f9-4eb6-9c1a-4236df3f29ed", + "id": "77dde871-6bc8-4b3d-8837-1dbb260643a9", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -167809,7 +167809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b09e1f2a-4dfa-4637-bf6d-69c1e18fcae0", + "id": "bac004bf-910f-4f05-bae1-bba81b7f7ad9", "name": "Expiration", "originalRequest": { "url": { @@ -167867,7 +167867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1cb745a-4adf-4311-9b4f-c6dd6fb44687", + "id": "3343f787-03a0-4cb4-b778-f5c3bdc653cd", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -167925,7 +167925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac14e6a6-b814-46e8-8278-825f07d54a89", + "id": "dd550a3f-f0de-46ae-8361-944876e6abcd", "name": "Expiration", "originalRequest": { "url": { @@ -167983,7 +167983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2bfa29b-add4-4f6c-961c-618330466f73", + "id": "ffb3bd93-93ee-47d9-b7d6-adc8f9f83d07", "name": "Duration Minutes", "originalRequest": { "url": { @@ -168041,7 +168041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f5d4726-7630-48b6-8ab5-e2dec69cddeb", + "id": "3ffb3dec-a9b4-4782-8124-8d98826af9dd", "name": "Expiration", "originalRequest": { "url": { @@ -168099,7 +168099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb99c1d0-ad81-4e6b-b05a-854b8bae0cf5", + "id": "99ac4338-2380-4518-b46f-4df7c32e5718", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -168157,7 +168157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bfaa58e-b63e-4b5e-bb3e-159d7e92f908", + "id": "3a4eda28-9bfa-4915-a7d9-9dde4950a96f", "name": "Expiration", "originalRequest": { "url": { @@ -168237,7 +168237,7 @@ "description": "Configure and test multifactor authentication (MFA) methods", "item": [ { - "id": "e71c5ab6-1f1d-4394-b695-359860fb1abe", + "id": "60319234-795a-4917-b3ec-e0145fdbc6bb", "name": "Configuration of Okta MFA method", "request": { "name": "Configuration of Okta MFA method", @@ -168268,7 +168268,7 @@ }, "response": [ { - "id": "4434fb8c-c09b-46c6-b036-a06c906ee195", + "id": "199b4735-b1c5-4971-9c05-17b7c9aadb1a", "name": "The configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -168313,7 +168313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bfa4445-4198-4f06-a464-b81597dd3cbb", + "id": "ecd46e75-28c6-42e1-a1d0-6d5612904f3b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168358,7 +168358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cd85ba6-7e74-49d8-8c91-cfba596768a4", + "id": "be3d07eb-0d01-4757-9fc6-ec8e7f8481a1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168403,7 +168403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6183801f-87f8-4525-9a1d-d311ffa80949", + "id": "4526e407-ac7f-4000-8770-acb50dc30810", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168448,7 +168448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "599b43bf-9c31-4989-b16a-4f865802ddee", + "id": "e5760efd-7e7b-4b2f-bb83-c945ba1b2c8c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168493,7 +168493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9a06256-0665-4ba6-b30e-fd6c235f7d2e", + "id": "68df5ccc-f6df-4f8d-8610-49b5742b206a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168544,7 +168544,7 @@ } }, { - "id": "74e03232-c35e-4e7a-a9be-a1dd5bb6b39d", + "id": "25d15035-7260-4548-a0d2-7f82886ae799", "name": "Set Okta MFA configuration", "request": { "name": "Set Okta MFA configuration", @@ -168588,7 +168588,7 @@ }, "response": [ { - "id": "4685d2e6-7b2d-4c1a-93d6-ab14e32f04f6", + "id": "24de56d0-9f1c-45d6-87d0-d57dce332030", "name": "MFA configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -168646,7 +168646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c79b2bf-517c-4c96-9c6a-816eff36ba8f", + "id": "486af4ed-b53d-4a8a-9838-06b60d02a3de", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168704,7 +168704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ae37f1a-2a4e-4c98-ad22-52a90a1e1c2f", + "id": "bc70418b-657e-4be3-aff8-70e13541aeb9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168762,7 +168762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f433e575-8dcc-419b-9fab-cb5d8a07cc4d", + "id": "501b3a14-9937-41e0-9056-6050a2acdc69", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168820,7 +168820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fb91b0f-47ac-48f8-a86d-a13a2eb60742", + "id": "a34c2c5e-2f35-4737-b091-224854702fee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168878,7 +168878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8f89c02-8f33-4c51-9d5b-93d7f21b68e2", + "id": "2c6a727e-ac55-4171-a2cf-c92dca6b8c8d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168942,7 +168942,7 @@ } }, { - "id": "4498f24f-052e-450b-bf16-bf58ad5fa7d4", + "id": "d0173379-2d72-41c9-a7f8-c9e7d09d1824", "name": "Configuration of Duo MFA method", "request": { "name": "Configuration of Duo MFA method", @@ -168973,7 +168973,7 @@ }, "response": [ { - "id": "f128876b-04f2-45fd-8743-2d193dc1aade", + "id": "c4c3e1c4-c52d-4537-9250-e7463cc6c3fe", "name": "The configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -169018,7 +169018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cd6107c-2730-421a-a9ee-94b233285c4c", + "id": "6c4439ff-f75c-4625-86bf-e72fc65ff460", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -169063,7 +169063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a40dea36-1f9c-46b1-90f6-1c04a7a0cae7", + "id": "b28cad62-94a1-4456-8c08-19e2e500c8bb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169108,7 +169108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6bb678b-68b1-49ce-91bc-14e70458e3aa", + "id": "f582e89d-0a8b-4384-9793-d60c041c4a12", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169153,7 +169153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "495b5c16-33c0-4b7b-9ab4-5944e72c1696", + "id": "aeeb051c-12be-41c2-b4ff-e077b4dc6904", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169198,7 +169198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7592b47-5a57-4218-a51e-6dd9a474c2b7", + "id": "ae955e2d-8599-4a2c-8208-23b8bf824696", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169249,7 +169249,7 @@ } }, { - "id": "0173561d-a90e-4c13-b430-f2de0365d0b2", + "id": "182ec8bd-f77a-4b19-8bf9-e328a27da577", "name": "Set Duo MFA configuration", "request": { "name": "Set Duo MFA configuration", @@ -169293,7 +169293,7 @@ }, "response": [ { - "id": "ac677a32-1dc3-462a-8bf4-0fdb31850ef8", + "id": "633df216-5236-45e4-ba99-d2719cba6634", "name": "MFA configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -169351,7 +169351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb6ae671-46e5-48b3-82a1-d83b04185007", + "id": "41888c24-b235-47a0-ab82-77f2e63d096b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -169409,7 +169409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7130778d-3c37-48cd-865e-7e3cde0c721f", + "id": "fe5eb6a9-e2c0-4ee2-aaea-17d0e8d557a5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169467,7 +169467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3569e5fd-a5bd-4198-a751-aeb8b8839864", + "id": "ac1b20ca-fd13-40fa-9fa0-ac19a0c2ee0e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169525,7 +169525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c31faefb-f2ae-4f62-ad37-5fa692dfb4cb", + "id": "c9acb811-f42f-4ac4-a615-ff82dd31a882", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169583,7 +169583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4464ec34-fe3c-46f4-b521-0eeb135fa656", + "id": "98866834-0acf-4c4e-aa0e-bc5283b464ab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169647,7 +169647,7 @@ } }, { - "id": "9774246a-6eaf-466c-a24c-e62b7bc9c1d4", + "id": "e7e4f338-9571-4328-9758-4bfdd1ccaafc", "name": "Configuration of KBA MFA method", "request": { "name": "Configuration of KBA MFA method", @@ -169688,7 +169688,7 @@ }, "response": [ { - "id": "6a8bd0c0-5736-4e4f-b09d-b7a0af12ad34", + "id": "b919363d-766c-4f4e-a682-2f521728a880", "name": "The configuration for KBA MFA method.", "originalRequest": { "url": { @@ -169743,7 +169743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cae5ba57-be81-43f4-8efc-4e307100c0f8", + "id": "44fbaabd-639b-429a-ae82-95eb1cebecc1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -169798,7 +169798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68dbe5b1-59b1-486f-87e8-a4593b13627d", + "id": "ca84c8ca-0e47-48ea-a1fb-9176dc273146", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169853,7 +169853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33f86e6a-89f3-4053-b638-dc33d969c5dd", + "id": "b397a364-0e85-4a93-a089-15b59c58b921", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169908,7 +169908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59f4e770-0dfd-42ff-8347-7c564e525c26", + "id": "d4366a4b-3424-408e-b454-1a11e9833cf5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169963,7 +169963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "245673bf-156b-49b7-963a-5b5c630b2a8a", + "id": "9dc3530a-6e70-4fb1-b97e-0f204a0543fa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170024,7 +170024,7 @@ } }, { - "id": "a2d90687-9319-471a-859f-45744e410c36", + "id": "5eb5316b-5898-41bb-bda9-c3f9141947ed", "name": "Set MFA KBA configuration", "request": { "name": "Set MFA KBA configuration", @@ -170069,7 +170069,7 @@ }, "response": [ { - "id": "efe211b6-c28f-42a6-ac12-398ceb0fac9f", + "id": "08bc523a-36fc-4f80-9898-bb3c94ed8ae9", "name": "The new KBA configuration for the user.", "originalRequest": { "url": { @@ -170128,7 +170128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d243de78-150a-4920-b583-324471c6d574", + "id": "39570a3d-7354-4ba3-83f9-e3e08d2a3f5a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -170187,7 +170187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6925a12-467a-4b7a-be8c-04785d4b38ee", + "id": "080f7f9b-e1d8-4fdf-b59d-23fbfaca999e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170246,7 +170246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b34e4927-6745-4592-bceb-f3d1b4386c6b", + "id": "2c485a7c-e586-441e-97fd-cf6764a80e1c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170305,7 +170305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a59082e7-d2e7-4b37-a48f-c38b1675c821", + "id": "6730cd11-9061-4e22-918d-dbc0225b3236", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -170364,7 +170364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5ef475d-56b0-4ee2-8c61-3fb22289a1b2", + "id": "d87db91c-0866-4ba2-9004-dd2f37856c09", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170429,7 +170429,7 @@ } }, { - "id": "b42f4fa5-38b9-4066-bc4a-bc6e972036c6", + "id": "410fe4d9-1200-4bee-b53a-f1396a12e597", "name": "MFA method's test configuration", "request": { "name": "MFA method's test configuration", @@ -170471,7 +170471,7 @@ }, "response": [ { - "id": "753a5d5b-9c8b-4784-bdd1-125e82cf694f", + "id": "260429cd-a6dc-4831-938c-aefc193be1f3", "name": "The result of configuration test for the MFA provider.", "originalRequest": { "url": { @@ -170516,7 +170516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3801f1ba-c585-424e-9860-df803dcacc3a", + "id": "85402d33-2c7e-4987-ac7b-44ea3c4205b0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -170561,7 +170561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3579f8df-a1b8-4292-828f-c4ec980c95da", + "id": "ed6cae0e-1b33-48e8-877f-6637b86407e0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170606,7 +170606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a7a850b-0540-46df-8118-4f48f18cf6f9", + "id": "af0a1f63-ac08-4349-ae4f-c3556ffa8a57", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170651,7 +170651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8848767a-26fb-4767-886f-39a9691fa6c9", + "id": "023f9a57-bfdd-45ea-a260-c0e300395ff5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -170696,7 +170696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d87f05d3-0c07-4fb7-968f-05844e1abd2c", + "id": "302493a6-4510-478a-907c-c7fe2d746eba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170758,7 +170758,7 @@ "description": "Use this API to implement non-employee lifecycle management functionality. \nWith this functionality in place, administrators can create non-employee records and configure them for use in their organizations. \nThis allows organizations to provide secure access to non-employees and control that access. \n\nThe 'non-employee' term refers to any consultant, contractor, intern, or other user in an organization who is not a full-time permanent employee. \nOrganizations can track non-employees' access and activity in Identity Security Cloud by creating and maintaining non-employee sources. \nOrganizations can have a maximum of 50 non-employee sources. \n\nBy using SailPoint's Non-Employee Lifecycle Management functionality, you agree to the following:\n\n- SailPoint is not responsible for storing sensitive data. \nYou may only add account attributes to non-employee identities that are necessary for business operations and are consistent with your contractual limitations on data that may be sent or stored in Identity Security Cloud.\n\n- You are responsible for regularly downloading your list of non-employee accounts for all the sources you create and storing this list of accounts in a managed location to maintain an authoritative system of record and backup data for these accounts.\n\nTo manage non-employees in Identity Security Cloud, administrators must create a non-employee source and add accounts to the source. \n\nTo create a non-employee source in Identity Security Cloud, administrators must use the Admin panel to go to Connections > Sources.\nThey must then specify 'Non-Employee' in the 'Source Type' field. \nRefer to [Creating a Non-Employee Source](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html#creating-a-non-employee-source) for more details about how to create non-employee sources.\n\nTo add accounts to a non-employee source in Identity Security Cloud, administrators can select the non-employee source and add the accounts. \nThey can also use the 'Manage Non-Employees' widget on their user dashboards to reach the list of sources and then select the non-employee source they want to add the accounts to. \n\nAdministrators can either add accounts individually or in bulk. Each non-employee source can have a maximum of 20,000 accounts. \nTo add accounts in bulk, they must select the 'Bulk Upload' option and upload a CSV file. \nRefer to [Adding Accounts](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html#adding-accounts) for more details about how to add accounts to non-employee sources.\n\nOnce administrators have created the non-employee source and added accounts to it, they can create identity profiles to generate identities for the non-employee accounts and manage the non-employee identities the same way they would any other identities. \n\nRefer to [Managing Non-Employee Sources and Accounts](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html) for more information about non-employee lifecycle management.\n", "item": [ { - "id": "60c9a6e5-c0f4-4da3-82b8-1daba7f2e528", + "id": "24cd7ed9-9ac2-40ac-b7ad-3404d076550d", "name": "Create Non-Employee Record", "request": { "name": "Create Non-Employee Record", @@ -170800,7 +170800,7 @@ }, "response": [ { - "id": "052b7885-6787-4ab3-9aa8-7688ef0c169d", + "id": "361845e0-f10c-465f-9910-f9c5997d4eee", "name": "Created non-employee record.", "originalRequest": { "url": { @@ -170856,7 +170856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15b09951-90b2-439f-80ed-41f008fd43d1", + "id": "60022bfd-93b1-49f9-bcca-a367cfe4afe5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -170912,7 +170912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "caa4dc9b-5222-42ae-9791-ec6d5cffc661", + "id": "cdf3055f-7e55-4f47-abff-631548681a27", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170968,7 +170968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99f85e8a-449d-4c21-bb0a-e83450312214", + "id": "f8360389-1f19-424b-b847-30c0b4b770da", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171024,7 +171024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba8d891e-7bcd-42f5-b25a-a5a3f3d51f9c", + "id": "9e8b5346-5cb1-4b61-83a6-2fcd9d20b8f3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -171080,7 +171080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "710968ef-19cd-41ff-b5b8-f3e3132dd261", + "id": "bfed10b9-adc4-4d03-acbd-33ffc56d438a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171142,7 +171142,7 @@ } }, { - "id": "6f6965fa-fd31-4018-9195-90a161c6430e", + "id": "2b49adbf-98e8-4e08-9ff6-02d0a56d6a12", "name": "List Non-Employee Records", "request": { "name": "List Non-Employee Records", @@ -171217,7 +171217,7 @@ }, "response": [ { - "id": "bcb64cd5-9838-422e-a109-b7d4bf02cbc7", + "id": "6650a6ea-4413-44ef-bf0a-79b4ee098039", "name": "Non-Employee record objects", "originalRequest": { "url": { @@ -171306,7 +171306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6bf01e2-e7e4-4e60-aa6b-f8d894eeea0c", + "id": "989e1e4d-b727-425f-862a-f585b5c76978", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171395,7 +171395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "960611f2-dd19-42ce-b965-3282a13458a8", + "id": "7719a3eb-a28d-497e-afd3-0148615e826a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171484,7 +171484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ce55c18-d030-42af-8955-a1109e0fb095", + "id": "7e21337e-538c-4b1a-bf6e-e3f5cdd146ae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171573,7 +171573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4102dbd8-8327-472d-ad1c-d5dd8fde4670", + "id": "bd45287d-10b2-4dba-970a-93520cd688bc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -171662,7 +171662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baf78e05-e4c6-4a85-9de4-2e4af748103a", + "id": "8d6dab10-fea9-4d36-9faa-fe809d8d8281", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171757,7 +171757,7 @@ } }, { - "id": "76aafa0a-0f7f-47d5-a2fb-6ee37a62183a", + "id": "850bec9b-9def-410c-967e-bd7c815678f2", "name": "Get a Non-Employee Record", "request": { "name": "Get a Non-Employee Record", @@ -171798,7 +171798,7 @@ }, "response": [ { - "id": "2f99dcc8-a960-4555-8d4b-3a4e7452098c", + "id": "4944edd4-1b56-4893-bfca-fa32510d9b62", "name": "Non-Employee record object", "originalRequest": { "url": { @@ -171842,7 +171842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38bca24a-759f-459e-b212-7b70a359f602", + "id": "effc295d-13fe-4b82-b1e6-22f4604f0e5e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171886,7 +171886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2182335d-f91e-4971-8bea-007f9458ae5c", + "id": "ba36b268-06ae-4037-9fc9-f1a7aa5c2ef2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171930,7 +171930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "161a400b-ad7c-443e-9675-cf34e0338913", + "id": "a2d32fa6-1cdd-4900-93c5-b31b2bcfcfa0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171974,7 +171974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "655d9a11-b2cf-4b5f-9c16-8c130e2e9ac4", + "id": "4e1da672-9f58-4b69-bbf0-139c8bbc72a9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -172018,7 +172018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4878d39-740f-49ef-b2a4-c9c2518d3643", + "id": "175309da-358a-4797-9f9a-34853d827f0f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172068,7 +172068,7 @@ } }, { - "id": "35c9cec0-bfa5-408c-9fca-1eb5848f79e0", + "id": "5461a102-64e6-4442-aa6f-2d16c2e301fd", "name": "Update Non-Employee Record", "request": { "name": "Update Non-Employee Record", @@ -172122,7 +172122,7 @@ }, "response": [ { - "id": "f35667c8-f48a-4011-9e8e-6828abe6f330", + "id": "2ba08d29-df0b-4c80-9933-39352f03035c", "name": "An updated non-employee record.", "originalRequest": { "url": { @@ -172179,7 +172179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af0d5140-ad2b-4f92-9bd6-ab89d1d80670", + "id": "2a2c2119-b57b-46de-b174-178ca5f4ca1c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -172236,7 +172236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9eb7c440-35c8-4aad-83b4-e6c8ea4bb04f", + "id": "d4195674-b970-487a-8581-b173377312c6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -172293,7 +172293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a588edc-7f51-44b6-bcd0-ea5b6c442760", + "id": "b6320ebd-22e2-4706-84e2-6b210d4d1636", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172350,7 +172350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f442cb4d-75c1-432e-b470-77862169baf6", + "id": "8db8935d-016e-4230-9d9c-e693ce3b693a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -172407,7 +172407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f34b37c5-4ee8-43d4-8cc0-986ae3eac41f", + "id": "216f7ed9-d2ea-4d4d-bab8-56c4938c176b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -172464,7 +172464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e00cb31-3cbf-4be9-a232-483e1e9593c7", + "id": "f2d4013b-b5d5-4864-92df-4ee367abf145", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172527,7 +172527,7 @@ } }, { - "id": "ed82fd13-8d2a-4f8c-8dd3-63e90adf09ca", + "id": "65d6dcbc-8f5c-4b1d-9141-48f7ac07bdcd", "name": "Patch Non-Employee Record", "request": { "name": "Patch Non-Employee Record", @@ -172581,7 +172581,7 @@ }, "response": [ { - "id": "7bc3251e-99c3-471a-a4d0-57c8c636aa23", + "id": "573093ef-335d-4700-aecc-d015a47a4c21", "name": "A patched non-employee record.", "originalRequest": { "url": { @@ -172638,7 +172638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5871771b-4566-484a-bfda-e7563fc11d40", + "id": "a5fa826c-91d3-4540-8fe8-d12dd157c36e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -172695,7 +172695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "001e38d3-4d0c-44ff-a40c-63b02f6a65c4", + "id": "30daff02-e05a-41db-8228-f2b193e6fef5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -172752,7 +172752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a541582-4fa4-4246-b554-c5519cd30171", + "id": "e116ab57-5215-4280-9d12-ec82a2b4e42a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172809,7 +172809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dbf11cd-4376-4d8b-8794-04435e7950c8", + "id": "3d5958bb-a460-49a1-9256-db203a36a7fe", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -172866,7 +172866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "035ad801-0747-4c9e-b81f-915bc3611c62", + "id": "5e0391c2-5776-48d0-b864-e48247dfd7f8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -172923,7 +172923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0166f46c-429a-4e37-84cd-f6ef872eddd9", + "id": "48d28b9f-3b2b-497c-a785-5c9cfb935cd5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172986,7 +172986,7 @@ } }, { - "id": "d03eb8c3-81cc-4503-9d2b-955a4485a6ee", + "id": "faa126bc-553c-4531-aeca-8d0a2d36c20c", "name": "Delete Non-Employee Record", "request": { "name": "Delete Non-Employee Record", @@ -173027,7 +173027,7 @@ }, "response": [ { - "id": "0f0b1970-d333-414c-a3cc-f5103a9a5998", + "id": "d13a220f-235e-4e89-8dff-348ff395a278", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -173061,7 +173061,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0e19c947-af08-41b4-bb7d-b847b185fcaa", + "id": "52820939-bd68-46a5-8ff4-ad3cf1ec4db9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -173105,7 +173105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b273ad7-2da4-4029-86f7-94fbd48d5f37", + "id": "729d334d-84c6-42e5-b609-a678ee467154", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -173149,7 +173149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0678bed1-e633-475d-bede-b8ee06b57f81", + "id": "3fd5cee7-28bd-45ce-b365-8f7ef22f66fb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -173193,7 +173193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50e1a35a-3f7e-412b-b387-e5fb7c4a4ce1", + "id": "43aad043-7cf0-479b-aa5f-6be2b82695d5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -173237,7 +173237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfc281fe-a5cc-4623-87c3-1664354cad5c", + "id": "f1d052ee-5091-46c0-bd42-5b1fe00084f5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -173287,7 +173287,7 @@ } }, { - "id": "51f705dc-e383-4f27-acae-a3e49660d9ae", + "id": "8ee42162-2d4c-40d6-9132-4c08854203c8", "name": "Delete Multiple Non-Employee Records", "request": { "name": "Delete Multiple Non-Employee Records", @@ -173330,7 +173330,7 @@ }, "response": [ { - "id": "7657420c-d8f3-4624-9c17-1f67f900e12e", + "id": "9822a4ad-7f6d-45f3-aeb7-b8406cbf8914", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -173377,7 +173377,7 @@ "_postman_previewlanguage": "text" }, { - "id": "162da667-881e-473f-b43b-1562bfcae17f", + "id": "fd50ad61-22a0-4b06-8bba-e940d7738cb5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -173434,7 +173434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7af8cd45-a541-447c-af7a-6469506e8f21", + "id": "969a8145-a60d-45c1-b0f1-39123170c56e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -173491,7 +173491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e325f867-7f36-475d-99c7-3ec942b47091", + "id": "44a2f397-812b-4d39-ba60-b536d05730d5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -173548,7 +173548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76a03cdc-88a9-410b-969b-f96ee88bf241", + "id": "b7dbbfdd-7d74-4904-a06d-cd7f7541429f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -173605,7 +173605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bb337bc-33a9-421a-9933-05f8919e74b9", + "id": "4f69dda8-f255-45b1-a232-87491c90d40d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -173668,7 +173668,7 @@ } }, { - "id": "fc37f955-f3f6-41cc-bc96-d5edf664bfa1", + "id": "1250dc54-82ad-4eb4-9aeb-5b9f9b6ead6c", "name": "Create Non-Employee Request", "request": { "name": "Create Non-Employee Request", @@ -173710,7 +173710,7 @@ }, "response": [ { - "id": "589c08be-02c7-42ea-9ac6-9134974e1ca8", + "id": "dfec0e29-ad0a-4cae-81c1-77ed14860701", "name": "Non-Employee request creation object", "originalRequest": { "url": { @@ -173766,7 +173766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "206db6e0-9431-426c-88c5-e2c2d572df00", + "id": "ca2aaf93-d6d4-45ed-821c-cd1713d22a03", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -173822,7 +173822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "244b0fd4-159f-4fe2-a4fc-652d9029168e", + "id": "49cb5dff-8115-4816-9b88-ae96c4f1faec", "name": "400.1.409 Reference conflict", "originalRequest": { "url": { @@ -173878,7 +173878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c89087ec-e27c-4332-be18-ca95fdf74c2a", + "id": "8c095592-7ead-4a90-9655-e232db0047b9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -173934,7 +173934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7fd0b49-9dd5-4db8-9840-5f87990d5a58", + "id": "a1d5da3e-e38c-455c-8f98-7876da18a119", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -173990,7 +173990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc487ad8-1679-4480-a340-ec44acf56272", + "id": "6dff635b-050c-4f71-a7f9-782d3042b5ae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174046,7 +174046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbb276f2-997b-4f5e-a628-cda07d1923be", + "id": "ba4b32e3-1309-40da-8409-5a164b01f956", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174108,7 +174108,7 @@ } }, { - "id": "7268979d-cff0-4bfe-a876-007f364e210d", + "id": "d65d3251-e84f-48fa-b4e2-83947a140ed3", "name": "List Non-Employee Requests", "request": { "name": "List Non-Employee Requests", @@ -174192,7 +174192,7 @@ }, "response": [ { - "id": "3cca2ab5-786b-4dd7-bc0d-c298393fbec5", + "id": "ecf72033-ac3d-49d5-b93b-124a5053141b", "name": "List of non-employee request objects.", "originalRequest": { "url": { @@ -174290,7 +174290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03dc0446-bb2a-4f81-857e-dbd4b3b4c241", + "id": "7fb454c4-6bae-4bd2-9f7c-7ec0aec10323", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -174388,7 +174388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7eb97bf2-cdae-4de1-bf02-593a66d5dd73", + "id": "ef653c54-2107-49fd-a90d-af0971c420a8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -174486,7 +174486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cae4624e-e437-4432-9b08-fcf88945e643", + "id": "5f763b6e-2a44-4a44-bbeb-ea3a85a7b482", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -174584,7 +174584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17ecb56c-cadc-47ef-ba9b-4e4f7971ae3a", + "id": "d714d822-f116-482a-98e6-a712fe59f6ea", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174682,7 +174682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac9cec37-41f9-431e-bf6d-d0d75110a300", + "id": "55e0d1ad-a07d-4b4d-9cf3-b110ed3797c0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174786,7 +174786,7 @@ } }, { - "id": "8f57e908-bb09-4731-9882-2121235d5ced", + "id": "60e04ecc-66a6-4486-a0db-5b34f019ec91", "name": "Get a Non-Employee Request", "request": { "name": "Get a Non-Employee Request", @@ -174827,7 +174827,7 @@ }, "response": [ { - "id": "a937d717-79a8-42a9-b928-0d91cec9e2fd", + "id": "ccd55ca6-b494-4d95-86cc-831c91cd3657", "name": "Non-Employee request object.", "originalRequest": { "url": { @@ -174871,7 +174871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68a93289-4a5b-48c8-9a80-d66ce93ad202", + "id": "215bb408-7f79-4665-961c-97ef1b047158", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -174915,7 +174915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e299bc75-dc06-45e7-9e51-1eef44fd8cf2", + "id": "3e0b28e8-1126-4db5-a464-781a3b6471a1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -174959,7 +174959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c773610f-e247-4092-999a-e2b4776b0ce2", + "id": "27e79b7e-868f-4af2-8492-547898ba9f27", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -175003,7 +175003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f932c2f0-0a30-40fa-b4ae-4cd9142784c6", + "id": "d4ced1df-61e2-4e75-9b9d-8954a151eae4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -175047,7 +175047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12925026-0077-49fe-844e-3bbc851f9a8e", + "id": "9df27a83-b5d6-425f-8f91-65493c1ba099", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -175091,7 +175091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f72e46cf-1632-4441-a8a2-cae3c651c2dd", + "id": "55f450db-cd60-4ef6-86c5-eb3fb2be9846", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -175141,7 +175141,7 @@ } }, { - "id": "024f191b-b7e9-45dd-a8e0-217bbc99ee2b", + "id": "8f27e89b-3b3e-45a5-af20-72cf6fe04812", "name": "Delete Non-Employee Request", "request": { "name": "Delete Non-Employee Request", @@ -175182,7 +175182,7 @@ }, "response": [ { - "id": "e6286488-def8-484d-a036-317fcf132b16", + "id": "6db4e3cb-ceca-4db0-9106-b56b6fc9f255", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -175216,7 +175216,7 @@ "_postman_previewlanguage": "text" }, { - "id": "cc83f0c3-15f7-43b1-8408-240ac47e117b", + "id": "0aa80db2-f20f-40eb-812c-42c47f5e33c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -175260,7 +175260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c3cd4c4-8a0d-4f2a-8b84-4e434bc45958", + "id": "03c9a036-b0c7-40ec-a70e-4d43e60f12b2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -175304,7 +175304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aecc60e8-6725-47d2-80e6-98bad309aec5", + "id": "e5488ee2-cbb3-4985-83ef-82cabb679a66", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -175348,7 +175348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "729e936b-9664-4c93-9c4d-ebdbd929a0fa", + "id": "dd645f08-6808-4fd9-a615-5a2fc62e62d6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -175392,7 +175392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26353f03-5962-4e84-8f07-b4f0ba75d563", + "id": "cf7e56c9-1cb4-4bc2-aa96-fdcb7ac1a198", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -175436,7 +175436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ed36eee-2c13-4fdf-bba0-ed7374f3889c", + "id": "56805159-d2fb-4f4c-87e8-4c30ad96916e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -175486,7 +175486,7 @@ } }, { - "id": "1f9d2d61-50f5-4764-aeaf-49960fe1c83b", + "id": "7fc5e673-6f9b-406d-812b-b44850620923", "name": "Get Summary of Non-Employee Requests", "request": { "name": "Get Summary of Non-Employee Requests", @@ -175528,7 +175528,7 @@ }, "response": [ { - "id": "2bad02be-7c8e-41e7-b41c-a4e3ebfb7b49", + "id": "5fe8cb18-55f4-460f-b1c9-a987ceb65df3", "name": "Non-Employee request summary object.", "originalRequest": { "url": { @@ -175573,7 +175573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b7e81bd-c2d7-4d13-82dc-63c4f7c167de", + "id": "72a290d5-3123-4f27-a36c-c18b3f2d942a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -175618,7 +175618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8e522e8-effc-4e92-bb33-9b0c2a8a7544", + "id": "3883b187-ae25-46c2-b660-d814d8f75627", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -175663,7 +175663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab4546d8-3054-4c4c-9dea-8909d8273e72", + "id": "ceb4d54a-6c0e-4694-80e3-c77410c7b6ca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -175708,7 +175708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de90f1c4-c2c3-4776-a153-c80150e21e07", + "id": "bc5adefe-67dc-4bbb-8655-9ec25ef42b20", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -175753,7 +175753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "731f42a4-5fa1-4b71-b0c6-2fb29b32ac97", + "id": "672fd0c6-3c73-42ef-a6da-74df427c7ea3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -175804,7 +175804,7 @@ } }, { - "id": "6d9ce46f-9858-4604-ad6e-88719cd5e0f4", + "id": "4133c070-4846-4c0c-a2fd-3977eac89514", "name": "Create Non-Employee Source", "request": { "name": "Create Non-Employee Source", @@ -175846,7 +175846,7 @@ }, "response": [ { - "id": "05958531-8ecd-4189-acfa-a15da637ae6a", + "id": "2ebff158-0bbc-4018-ad13-d9699f979a62", "name": "Created non-employee source.", "originalRequest": { "url": { @@ -175902,7 +175902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "456cf7a4-174a-4123-9c3f-bcd95463b0bc", + "id": "87edddf5-5f05-475d-ad36-169ae242383d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -175958,7 +175958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd28a5ee-5cc4-477b-a2d8-8d6cd50f83d4", + "id": "49c0a317-07a7-40a2-9959-8b05486982fb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176014,7 +176014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f4d654d-5d03-4f8f-a94c-0be630f555db", + "id": "630ab3d0-d476-4962-b3c3-2c8de3ecf482", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176070,7 +176070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f679d18-0bb4-4db0-a244-0059d2ac41b5", + "id": "02ad4f1d-4774-4e2f-9c0c-0bd21c0edb17", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -176126,7 +176126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e2329ad-0ae6-4c53-a628-6317917b00e3", + "id": "65ef7878-e086-4a7e-8faa-07e5c9b1cd5d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -176188,7 +176188,7 @@ } }, { - "id": "a8ef72df-616e-4a01-97fc-1e9e244481ec", + "id": "f4af55c0-1915-4e70-94d4-cbcaab41e4cd", "name": "List Non-Employee Sources", "request": { "name": "List Non-Employee Sources", @@ -176272,7 +176272,7 @@ }, "response": [ { - "id": "0b165d09-a7e0-4bb2-8e50-8ae1df8a00dc", + "id": "f253227e-d72c-4988-a8d7-738edb3dc0e4", "name": "List of non-employee sources objects.", "originalRequest": { "url": { @@ -176370,7 +176370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46bc162c-065a-4e0f-b3af-b4757ae808b4", + "id": "75ddab43-8f0a-4814-847f-f25f562a04e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176468,7 +176468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f55acc5-9bc6-43d8-a598-fdd0e6f45086", + "id": "4bc9ecea-b2fc-46dc-91fd-6c86e167598a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176566,7 +176566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fd51899-3aa3-4abe-b17c-c7d3bf2f9a1f", + "id": "478f1e09-7366-408a-af05-282d0d57aeb9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176664,7 +176664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46cf83be-6075-4928-9ae1-8ba809f5c27b", + "id": "8b221fa0-1db7-4f03-b999-85bfda6d03f4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -176762,7 +176762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9dab7b2-652d-473e-a7f9-b27baa1a94ad", + "id": "80158aa7-a97e-4fcc-9769-2bebcecd2463", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -176866,7 +176866,7 @@ } }, { - "id": "eae58bac-9b73-44a0-84e4-e6652c4055fe", + "id": "32f5cbd1-9feb-41b7-bde7-94c64de5b46e", "name": "Get a Non-Employee Source", "request": { "name": "Get a Non-Employee Source", @@ -176907,7 +176907,7 @@ }, "response": [ { - "id": "9666f3f2-9329-4b79-802a-9ac8fe86146f", + "id": "8ae13c13-4c65-4c7a-8fc0-abb0ea02d123", "name": "Non-Employee source object.", "originalRequest": { "url": { @@ -176951,7 +176951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c9afe6d-515c-44c8-b89e-c7d180668e9d", + "id": "831dcf51-ea33-4c63-bb52-b4fcc32170cf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176995,7 +176995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e860ec00-6c88-42ff-b76e-01e1a599a0c0", + "id": "346b6224-f349-46cd-ace0-5e0f25d7703c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -177039,7 +177039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9e4579a-202b-45b9-9d0d-c97da5a8b945", + "id": "1f3e4f3e-a497-478e-b2b3-dd10f392cd36", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -177083,7 +177083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "beb3a271-eee5-4c57-901d-f4e18985742a", + "id": "81b66002-f370-4213-823c-3fd0668b997f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177127,7 +177127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6b74ff1-f44a-4d75-ad9d-65c29903a3e6", + "id": "e12d3e62-48b5-46cc-9ec4-4f062280cb17", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177177,7 +177177,7 @@ } }, { - "id": "c4c37d3a-20d2-4c11-9dc6-79757ebf3224", + "id": "bee22bfc-0268-4420-ac28-0d423aa25015", "name": "Patch a Non-Employee Source", "request": { "name": "Patch a Non-Employee Source", @@ -177231,7 +177231,7 @@ }, "response": [ { - "id": "ad0b9d70-f23f-4b52-b01a-0c4dd0b29420", + "id": "19c7fe56-94ab-4686-ad3b-523c8028f0ed", "name": "A patched non-employee source object.", "originalRequest": { "url": { @@ -177288,7 +177288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d2ddd5f-915b-45e7-83ff-13d023d592ce", + "id": "e01c688c-0b4a-4336-8595-5238c81a0376", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -177345,7 +177345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09bbdbf9-a250-4396-9ce4-9b6148e4d7b5", + "id": "db34b2c4-8791-486d-97d5-3b792922a5a8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -177402,7 +177402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0159d054-2e9e-46a0-982b-c339ce4d8487", + "id": "9dd1121c-2088-4c06-85c2-c4041ef19ad6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -177459,7 +177459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d90fec55-466e-4a17-bf7a-c60e9f4f1f3a", + "id": "83267135-8d2a-43d2-bf47-6f9d0d0eee72", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177516,7 +177516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71cf7cfe-73e4-48f7-b2d2-b2ec88623d35", + "id": "daf5c8f5-6bdf-4dd2-bf86-0dbfdfd09385", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177579,7 +177579,7 @@ } }, { - "id": "5d6862da-2671-465d-8ad0-bd449d1236c9", + "id": "7a01456c-3e0e-4e7e-b518-20fe0d30fec0", "name": "Delete Non-Employee Source", "request": { "name": "Delete Non-Employee Source", @@ -177620,7 +177620,7 @@ }, "response": [ { - "id": "31f75827-7cd3-4447-a01f-161843a9c0a2", + "id": "186c56e3-6a62-442f-a867-5f8a438aa0b7", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -177654,7 +177654,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6e4c12fd-0a71-4c46-848b-c2780177f308", + "id": "f3ef349f-a6d0-4e16-bbff-19c7715d4c16", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -177698,7 +177698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "069b7252-b549-44a7-ba1a-c65ac932fc8d", + "id": "1fe0c7ea-1810-4d22-9a48-2bde18544cd3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -177742,7 +177742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e9517fb-5b93-444c-ab64-3c47706cf327", + "id": "8e50cc10-9a51-48f9-8fbf-79e07d69d943", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -177786,7 +177786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd185f53-5a16-4953-ae5f-b1e25213032b", + "id": "d3412312-b817-4435-8a9b-2261c4cce37b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177830,7 +177830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4c2fb31-63d3-4ee9-b306-d9039e8ffeeb", + "id": "ac18ea85-b4db-4a53-9681-096371633b3e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177880,7 +177880,7 @@ } }, { - "id": "a100260d-3e7d-4f8d-bdc7-ac1a511ddb59", + "id": "d8b8bc72-38ec-47da-97be-ade495e87770", "name": "Exports Non-Employee Records to CSV", "request": { "name": "Exports Non-Employee Records to CSV", @@ -177923,7 +177923,7 @@ }, "response": [ { - "id": "f74572b8-395a-472f-89b8-9bde7bcc49cc", + "id": "b6858fad-c291-4a0e-bad7-fce0c9b43e5e", "name": "Exported CSV", "originalRequest": { "url": { @@ -177969,7 +177969,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f939d876-a026-493e-b33d-2095aff5eff8", + "id": "c449a0cd-f431-4b74-bd5b-414dbe4cf659", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178015,7 +178015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b8e6c3b-2ea8-4cb2-9c11-67e32d0ba232", + "id": "873418fb-961d-492a-bb2d-cdff621fb2a0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178061,7 +178061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5ab1424-ec37-44c7-9aa2-126ebe828f54", + "id": "3d5a02fb-fcba-4d4e-b0bb-70c94192e0f4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178107,7 +178107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faa0dca6-ec16-4936-bb41-542179af6dd1", + "id": "48f23425-e408-4963-8df0-443c5fec826d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -178153,7 +178153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09f36f70-b9fd-46ab-a24f-bfd238491961", + "id": "59d46941-289c-4c19-924f-cb235807ef29", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178199,7 +178199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f23d2e69-566b-4580-92fd-caa6b9fc4397", + "id": "81a265c2-b204-4538-a533-7cdb9ddde3b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178251,7 +178251,7 @@ } }, { - "id": "e21a4072-fa33-46a5-bd35-a0332af9a201", + "id": "bdeb8eee-5147-4213-b800-cf7b4f716c38", "name": "Imports, or Updates, Non-Employee Records", "request": { "name": "Imports, or Updates, Non-Employee Records", @@ -178309,7 +178309,7 @@ }, "response": [ { - "id": "84fe284b-eaa6-4c71-affc-923a2ee245ee", + "id": "96f1d88e-a715-493a-9c4d-4982d6b778db", "name": "The CSV was accepted to be bulk inserted now or at a later time.", "originalRequest": { "url": { @@ -178370,7 +178370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29d2a37d-465c-48f7-9860-97d92051de67", + "id": "ffcc96cd-9a72-4f7d-a237-b417a8cdc3aa", "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": { @@ -178431,7 +178431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "940f74c1-381f-4f51-878a-326bc65cedad", + "id": "885bb87e-e238-4325-aa4f-8a3087a09946", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178492,7 +178492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33f73590-1921-4b8e-adca-1f24d882172f", + "id": "63a67054-ebd1-4512-8dbc-e7354be9ed45", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178553,7 +178553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c6deabb-7838-4238-abbb-a4ec3d874f77", + "id": "11bc49ae-10c8-444a-8e6f-23ed81c183b7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -178614,7 +178614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09cd2f43-a5f9-42ef-bbc5-e3cea275182c", + "id": "dd36787e-681e-4d38-bf1a-5dcdd60ab738", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178675,7 +178675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dde20379-bf4f-4d5f-ad6e-6ce94658593c", + "id": "85af3e8b-af60-4cb2-aca1-751df3a9a78b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178742,7 +178742,7 @@ } }, { - "id": "81db1237-582a-4455-be93-3e9b6c40e62e", + "id": "62ef25a5-24c0-4e55-b8ee-1009b0ce1533", "name": "Obtain the status of bulk upload on the source", "request": { "name": "Obtain the status of bulk upload on the source", @@ -178785,7 +178785,7 @@ }, "response": [ { - "id": "c538051a-89a9-4e08-85f3-7d5540616252", + "id": "fcab1a29-da65-4e77-a3be-de27c9857dac", "name": "Status of the newest bulk-upload job, if any.", "originalRequest": { "url": { @@ -178831,7 +178831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc30d1f2-3b75-4e65-a51c-516dc18afbc6", + "id": "b9cb53f5-2ee4-40a1-9c8b-43d3842c3027", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178877,7 +178877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a87b6e88-8c63-4f96-ba72-2130a48fa683", + "id": "cfacef98-9d09-438d-ac41-186a778334e0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178923,7 +178923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57dd3d3d-e441-4674-9bea-03c0c6cb4b51", + "id": "b5842f1b-97aa-444e-b281-8a16f5b6a1e0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178969,7 +178969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "239a6636-05fc-4e58-8e38-a771dc798715", + "id": "3e42bd97-057b-4ef6-b2bf-49363ce0163b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179015,7 +179015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8757f5db-2cb6-4879-a64a-08690045e1aa", + "id": "e6f74462-e405-4318-adef-ad18aa102164", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179067,7 +179067,7 @@ } }, { - "id": "bf0825d4-4506-4330-b02a-50d705e1b0dc", + "id": "928da82d-e144-4a36-ba37-6268bde1724f", "name": "Exports Source Schema Template", "request": { "name": "Exports Source Schema Template", @@ -179110,7 +179110,7 @@ }, "response": [ { - "id": "9d64425f-30e0-4a19-ab1e-a1849d05f984", + "id": "10075b0e-1a1f-4d6b-b33a-77f9a7adda40", "name": "Exported Source Schema Template", "originalRequest": { "url": { @@ -179156,7 +179156,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2ce9dba8-a88d-4629-b3dc-7088863e1354", + "id": "8637082d-614e-40f7-966b-a71cb5ac9761", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179202,7 +179202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f62a4027-2a5a-4624-a62f-6cab39273732", + "id": "65fb6423-c527-4f94-8b6a-c58a64d8590e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179248,7 +179248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5f304e6-60eb-4261-a340-e9587d743e1c", + "id": "e57fe841-dbac-4dd9-a9ca-9e7841bb4286", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179294,7 +179294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "813dce16-631c-4f7f-a76c-941e74a5227f", + "id": "d9105192-f2e9-458c-8ba4-f2c452f1574a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -179340,7 +179340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16412f7a-605a-42d5-b039-fe8b1f264daf", + "id": "4d91dafb-bec6-4c08-a206-bde3dee8ca5d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179386,7 +179386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daf277e6-de70-4760-8332-654f089ec62d", + "id": "7ee089ac-d7ef-4f79-8c67-9b34522129d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179438,7 +179438,7 @@ } }, { - "id": "7b3fb2eb-b6ba-4db1-84ce-d13af5bba199", + "id": "97918790-05b2-4aff-a087-7986d2a2b1da", "name": "Get List of Non-Employee Approval Requests", "request": { "name": "Get List of Non-Employee Approval Requests", @@ -179522,7 +179522,7 @@ }, "response": [ { - "id": "2252fd0a-7d92-4e5e-aaf6-656932e606f1", + "id": "62cd91ef-7fd6-40e2-8caf-746493678a8a", "name": "List of approval items.", "originalRequest": { "url": { @@ -179620,7 +179620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff3dfb65-328e-4931-a40d-c9811385b2cf", + "id": "0e500eab-5e46-4ba4-a309-4b9288361ce1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179718,7 +179718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6218a91-bf9d-477a-963b-6a19f3090865", + "id": "feaa82de-5115-4409-9b65-48018f0b7d9b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179816,7 +179816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b405f1a-5fb0-444f-bc1e-c1db5ac87045", + "id": "faa23694-3a18-4ee5-a919-678ce4c31700", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179914,7 +179914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04af8144-7a4b-483e-86f6-f1055ce4ea73", + "id": "d3d7d992-4196-42d9-94fd-1d97db510649", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180012,7 +180012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a7a6573-59c4-4072-ae06-28cd69addd20", + "id": "6a36cfb3-1a94-430d-b897-f2012d0d0bf3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180116,7 +180116,7 @@ } }, { - "id": "e7f5d3f9-6ef4-4b7c-acf2-fb103557738b", + "id": "a131bf13-a3da-4807-9f25-558cdf59fda0", "name": "Get a non-employee approval item detail", "request": { "name": "Get a non-employee approval item detail", @@ -180167,7 +180167,7 @@ }, "response": [ { - "id": "c47e2c93-614e-425a-8823-d4edefc6c97e", + "id": "c3031aaa-5cdb-475c-bc63-8dadae50c6df", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -180221,7 +180221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0fbb63b-ae2e-4e46-85ce-4f4f131b7a9e", + "id": "2990b3a6-df65-46e9-b7f8-eecea85d443d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -180275,7 +180275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a99bb576-8b7b-44af-aa15-fc933f4d6e15", + "id": "cf59109d-ed20-4dce-b87e-8ffc42415ce0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180329,7 +180329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fe768dd-3428-4ba9-9aa0-96c465f1c940", + "id": "cd027cf2-a13b-458e-8d73-8f4e6a9f5020", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180383,7 +180383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c1c998b-4e84-4cbd-bb5e-570d05cd789f", + "id": "b1a8a81e-def9-4948-b029-ba1d3f79cc63", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180437,7 +180437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c35b68e-97f6-4aec-9beb-306c5349f63d", + "id": "8e92c096-43bd-42e1-9b49-abca29f3d935", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180497,7 +180497,7 @@ } }, { - "id": "690d6478-070d-4363-bbd1-a01acd588c0d", + "id": "6bff6fd1-e5ae-436c-b1f0-ffd9bdccb5c6", "name": "Approve a Non-Employee Request", "request": { "name": "Approve a Non-Employee Request", @@ -180552,7 +180552,7 @@ }, "response": [ { - "id": "25b9d4b1-ab10-45d4-b3a6-dd5781e8378e", + "id": "f072068c-56d3-4770-b492-75262d12d817", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -180610,7 +180610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f82ebd14-c116-4613-86ed-2a10b12a0e58", + "id": "e475196c-5579-4db4-a885-3e4aea2787f0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -180668,7 +180668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63f4866b-3cef-46d2-9512-92a1852dc3a7", + "id": "e033e510-4282-4a6e-bafa-cebf87ba5e94", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180726,7 +180726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94a32fce-bd08-4764-afef-d364ec8598f6", + "id": "bf2102f6-14e5-4537-87b3-80e05aa6e5a9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180784,7 +180784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b66e9605-1232-4ba1-b944-7696bd52b51d", + "id": "a99dd340-5664-4272-be4f-830ad024c2ea", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180842,7 +180842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e3efe3e-663b-47a2-94ab-07a30a15093b", + "id": "a711e583-ab3c-42db-b7fe-ebca8ce6151c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180906,7 +180906,7 @@ } }, { - "id": "60b41f1f-26bd-4221-8e2c-a0fd30c971b6", + "id": "a9822385-9da4-4afc-b0be-2b57b0c9f39e", "name": "Reject a Non-Employee Request", "request": { "name": "Reject a Non-Employee Request", @@ -180961,7 +180961,7 @@ }, "response": [ { - "id": "f39a9f8d-6f57-44e5-8de8-c00d1d380047", + "id": "176789c3-f5cb-4d8e-b04f-aa60fbbdf222", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -181019,7 +181019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a9394ab-962e-4113-a96d-5fb5425a3374", + "id": "d7d5ea99-b365-4a7b-93f3-6c0f4dc4b120", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181077,7 +181077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0a3584c-1874-40a7-ba95-0b4f118f5286", + "id": "a1b01898-cf97-4d98-9cef-d4902e1239be", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181135,7 +181135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbdf1544-2f9f-499f-a6c4-7e3f4eabfec2", + "id": "72cf4124-1c2e-4071-9937-554a8955cf69", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181193,7 +181193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8585e6cf-86d6-48c2-b3e9-636051b2ba72", + "id": "4b6dfc1b-712e-4fc0-bf3c-5c269278b31c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181251,7 +181251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a69bc13-d54e-47ed-9f67-910aaf66c9d2", + "id": "e82c080a-a57a-4de0-848f-0847ca9a0ec5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181315,7 +181315,7 @@ } }, { - "id": "d54ce28f-b3dc-4843-bbbb-db0f940b02ac", + "id": "e63b4401-c1a6-4bb0-91eb-dd6a49cce9c8", "name": "Get Summary of Non-Employee Approval Requests", "request": { "name": "Get Summary of Non-Employee Approval Requests", @@ -181357,7 +181357,7 @@ }, "response": [ { - "id": "23ded494-a939-43f5-bed3-d3819f29018f", + "id": "dceb5690-940e-412a-86f3-ab818e514660", "name": "summary of non-employee approval requests", "originalRequest": { "url": { @@ -181402,7 +181402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55916320-2db9-4d87-8341-91afe6b33cd1", + "id": "1296da28-ac85-4e3f-9160-c552079a1d8d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181447,7 +181447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9151bea0-70d5-4989-98bf-b16132bcbfd0", + "id": "c3afc54a-7a9e-4607-a57b-ae6a2180cbfa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181492,7 +181492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7d478bf-ad13-4f60-a988-e2f690fbeaf5", + "id": "04513fa0-8d5b-4190-a2ae-8a169d2b8472", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181537,7 +181537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1f87a0a-4f25-4e64-adcf-50c9f8909785", + "id": "4bee4e00-a63d-40fb-ab0a-b747182d608d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181582,7 +181582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16669ee9-c21e-4753-8e58-5784b8d5fb41", + "id": "6932941b-ac27-4fd8-a3b2-4ba5d957004e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181633,7 +181633,7 @@ } }, { - "id": "c47f7eff-d9de-467a-9b49-86c895f280e8", + "id": "eff15c1c-77c2-440a-bf31-c30d0aa2aae2", "name": "List Schema Attributes Non-Employee Source", "request": { "name": "List Schema Attributes Non-Employee Source", @@ -181675,7 +181675,7 @@ }, "response": [ { - "id": "cbda474f-c012-428e-a3b0-1dac7e84e157", + "id": "9e3ad16a-eb18-4947-9040-acb63eadc937", "name": "A list of Schema Attributes", "originalRequest": { "url": { @@ -181720,7 +181720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88c5e584-6344-425e-955d-ae0c4f0c4453", + "id": "eacb84b5-bdac-4b8b-8594-c3664f4a0800", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181765,7 +181765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a0a36ba-c159-40b3-9428-e0b163b0d8fa", + "id": "f2884510-9e03-491f-95f9-b5b57e534845", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181810,7 +181810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b05e9a6-7437-42d1-91b0-9e1c2bc342b7", + "id": "f1e080d7-7ce4-40a9-b201-55d18c5cdb15", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181855,7 +181855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96d7b275-c7a1-49da-93bd-55a5c5766c85", + "id": "1682e38f-f416-40a1-9af6-03210ec13137", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -181900,7 +181900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be1af054-87b8-475c-bc1e-565aa865083b", + "id": "6317b3f9-6188-4875-a382-96ef368d8750", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181945,7 +181945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f005412-af13-47c1-84b8-91cfff822cb5", + "id": "f0b87838-119d-4547-af81-a5a307b89b4b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181996,7 +181996,7 @@ } }, { - "id": "c5ec2ee5-9ddf-450e-81c6-bb253d0e3326", + "id": "5fa7ddae-fa1e-4e4b-8663-4480ffb20ec2", "name": "Create a new Schema Attribute for Non-Employee Source", "request": { "name": "Create a new Schema Attribute for Non-Employee Source", @@ -182051,7 +182051,7 @@ }, "response": [ { - "id": "bcc92d14-675c-49cc-a73e-5a4b1c7f16d7", + "id": "ecfcd846-90e8-4010-b9d5-2d8b82262767", "name": "Schema Attribute created.", "originalRequest": { "url": { @@ -182109,7 +182109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab477787-61c7-45c6-8211-4b786c4c1e20", + "id": "6dacdfaf-3545-42f4-9acf-9d0815e2ad5a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182167,7 +182167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ba97fd9-c77e-42a7-8bcf-339e63601b3e", + "id": "209bf414-b9eb-49f7-92b2-371dd3fe52fe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182225,7 +182225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be06488d-089c-4eb2-b6e0-5405b5718f08", + "id": "7133e36b-4416-4b7e-be07-ea745521171e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182283,7 +182283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "253d1ab1-95ae-4e51-8393-333394db595f", + "id": "6cf69ab5-1b90-47e7-9a6c-05f754066a3c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182341,7 +182341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24c8f35b-bfe8-4c17-83fe-c70d176ca27b", + "id": "55d449d4-f36f-4f5b-af9f-5830245acd50", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182405,7 +182405,7 @@ } }, { - "id": "c5f29037-b6bd-410f-845f-356a9164f9cf", + "id": "3036b145-d1ea-4e1c-860f-e3368a4c67ab", "name": "Delete all custom schema attributes for Non-Employee Source", "request": { "name": "Delete all custom schema attributes for Non-Employee Source", @@ -182447,7 +182447,7 @@ }, "response": [ { - "id": "88af62ce-a04c-41c9-9fea-35b1d488fccb", + "id": "d818403f-2ba2-492b-9fd4-fdd6920ed36d", "name": "All custon Schema Attributes were successfully deleted.", "originalRequest": { "url": { @@ -182482,7 +182482,7 @@ "_postman_previewlanguage": "text" }, { - "id": "95dd3ac4-fada-4a31-8a74-a909674f3048", + "id": "3b04f7d3-0741-4b94-8634-f4daf12e99c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182527,7 +182527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9946a6df-4c77-45f7-94e4-1760c9f46fc1", + "id": "b1d8a183-584b-4798-881e-581c18c8cb66", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182572,7 +182572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "124b4aca-d465-4fab-bcab-499e601555f6", + "id": "423594e8-acbb-407d-8494-6da7092a355c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182617,7 +182617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9bb68f9-e4eb-4c27-b72e-07bc2e1113e5", + "id": "5824b046-ca37-4ecf-83bf-fd6e22b7fc94", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182662,7 +182662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17114d44-eb0c-43f7-8725-85c7e65c3c33", + "id": "a75a5168-8a71-4df1-966a-96ba0ff51510", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182713,7 +182713,7 @@ } }, { - "id": "85ff0b93-1eb5-4f13-ba17-a778244580f9", + "id": "48b5839d-2ea8-446f-bbb3-0738eb6368ba", "name": "Get Schema Attribute Non-Employee Source", "request": { "name": "Get Schema Attribute Non-Employee Source", @@ -182766,7 +182766,7 @@ }, "response": [ { - "id": "750ad2a0-7bdd-4967-9a45-8ba4f767cc50", + "id": "46931e00-f8a2-4d1d-a477-4b6ec117535f", "name": "The Schema Attribute", "originalRequest": { "url": { @@ -182812,7 +182812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d52fc01-1050-44ff-a5b9-42152998089f", + "id": "c10bf3d5-4082-455d-a099-e68fc80345f7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182858,7 +182858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9653ddc-c812-4e9b-aef9-7fe748040f53", + "id": "dc85dfa3-685d-481e-9384-d892862e931d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182904,7 +182904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "becdfac9-bf42-4a68-bf5c-e24431094f0f", + "id": "b64470d8-851e-4664-8d8a-970328d9adfa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182950,7 +182950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "543a6f08-0225-4e8c-a66d-5b2b85fbacb1", + "id": "c22c4943-4745-421a-81e2-2230f89d248e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182996,7 +182996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c27c134d-ba6f-4c54-8c62-be33743ce0f9", + "id": "1bf96f58-9fb3-4509-8274-93968a9a5d76", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -183048,7 +183048,7 @@ } }, { - "id": "fc17a497-871b-48e2-a4d0-79e83fdd4219", + "id": "d686431f-400c-475d-b77c-b3cf2318799e", "name": "Patch a Schema Attribute for Non-Employee Source", "request": { "name": "Patch a Schema Attribute for Non-Employee Source", @@ -183114,7 +183114,7 @@ }, "response": [ { - "id": "2c128ed1-d826-450f-9657-15dc07a1bd58", + "id": "c9aaff0f-38df-421e-9ede-113e12ece1fe", "name": "The Schema Attribute was successfully patched.", "originalRequest": { "url": { @@ -183173,7 +183173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59106f05-c302-4e7d-897d-e141f4a39bea", + "id": "082d2dfd-f09f-4aee-a070-22108174e7a3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183232,7 +183232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7478f684-0ee2-4cb8-8bb2-6aab65b2846f", + "id": "991a1d1b-1c6e-4947-bc35-65901c79347c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -183291,7 +183291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4980a665-20e3-4c03-8003-4749c338f176", + "id": "1456ef3c-4251-4cf2-bebc-3a2ed91b09af", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183350,7 +183350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ecd63dc-042f-4331-b6f3-53143b7e5ffc", + "id": "ce649ac7-fcf2-4c63-b439-f0f49f3ab0da", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -183409,7 +183409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d090e938-1029-428b-9d7c-0dd21c6ca6e9", + "id": "161d53d5-e956-4f3c-a1b3-31a1d4a9cbdf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -183468,7 +183468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96dd7f3d-f624-4156-b46d-1e5b5a57aae8", + "id": "69051ddd-541a-48c7-9c14-ed8b9d0fc17a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -183533,7 +183533,7 @@ } }, { - "id": "17e3aeab-d42f-4754-a655-3497994268db", + "id": "a6ce3419-be52-4680-8d94-212c97f0cdc0", "name": "Delete a Schema Attribute for Non-Employee Source", "request": { "name": "Delete a Schema Attribute for Non-Employee Source", @@ -183586,7 +183586,7 @@ }, "response": [ { - "id": "74fe22f9-5878-440e-aea9-f93de80f84f5", + "id": "8187eabc-124b-4c06-aebb-3b25e83027f6", "name": "The Schema Attribute was successfully deleted.", "originalRequest": { "url": { @@ -183622,7 +183622,7 @@ "_postman_previewlanguage": "text" }, { - "id": "272dcc5a-d24d-42f3-bff8-0147e1195eed", + "id": "95bee2c6-57be-4d1c-bf39-f0c227e6c6ef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183668,7 +183668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90f93a34-1316-48a4-8cf4-c3bd0c21f1d0", + "id": "38e9656b-8562-4551-b68f-889ebb400b12", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -183714,7 +183714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "109bdd5b-617d-4712-ae5f-b05e946ac1bd", + "id": "3b6b4064-dd38-49e8-b329-8dc7b9b12417", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183760,7 +183760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20abc850-9063-4656-a577-e252a1196889", + "id": "8953ac58-2552-4c4a-9fcd-a8078d9f5f3f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -183806,7 +183806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "972cd051-fe5c-43ac-9b8b-e8118b0adbef", + "id": "6b21cf04-7447-408d-9018-4170b2810a8c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -183864,7 +183864,7 @@ "description": "", "item": [ { - "id": "5e090dc6-00ae-4f96-a3a0-4d5482370fd0", + "id": "28bd6324-14ff-4b03-8be6-96439f2fc5f6", "name": "Change MAIL FROM domain", "request": { "name": "Change MAIL FROM domain", @@ -183915,7 +183915,7 @@ }, "response": [ { - "id": "085f1172-abe7-4499-a864-73c45cca2cc1", + "id": "9eb56a64-887e-4579-95ff-91c868734854", "name": "MAIL FROM Attributes required to verify the change", "originalRequest": { "url": { @@ -183980,7 +183980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1d278e0-b3cd-40e3-ba97-ded1b95b9c81", + "id": "17a38c69-5fa9-4db5-a5ce-b0bf82f8a678", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -184045,7 +184045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6dd12e7-be97-40b7-986c-ed266abd39c0", + "id": "1f57fb20-885f-47d7-8097-34fd93b5cf8f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -184110,7 +184110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed6f264c-f0ee-4bc8-94f5-cfb0d1e359cb", + "id": "b3788a40-77d2-442c-b803-aca6dee45899", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -184175,7 +184175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "719fe67c-d362-4b9c-ab30-9252a0035cd4", + "id": "30c3b2bb-b429-4c78-9e99-87c85dd3025e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -184240,7 +184240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfde00cd-9bf0-4eff-9f7f-9b7418dca35d", + "id": "75ec0136-1baa-4dd8-9a67-1234e80ddcc8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -184311,7 +184311,7 @@ } }, { - "id": "12e23d38-fe74-4a00-a3ed-36a32cc5c4fa", + "id": "c2f5e54a-775c-4eb3-98f4-28eeaa647292", "name": "Get MAIL FROM Attributes", "request": { "name": "Get MAIL FROM Attributes", @@ -184365,7 +184365,7 @@ }, "response": [ { - "id": "bec2a367-9f72-48e4-aab4-5b85fb82a80d", + "id": "ed2802ec-4e73-408b-b839-9fe00e236101", "name": "MAIL FROM Attributes object", "originalRequest": { "url": { @@ -184428,7 +184428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "443d0b2e-3d4f-4595-83b4-acaa699b863f", + "id": "4647e0e8-1374-45dd-bd5f-a7204d61463e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -184491,7 +184491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7f29b78-fde2-445c-8dc0-716d5133e342", + "id": "d21a7e40-8f27-49ad-9113-abe7322a4c03", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -184554,7 +184554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "887ad6ce-815e-4e7c-885d-edc2b86f3989", + "id": "abc8fe30-bbb3-42d3-a525-b57e29ad3d28", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -184617,7 +184617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7229e307-e3a6-44dd-83b4-1f5cc6ecf122", + "id": "ed4cf175-6dd9-4505-a579-8be408a7f98e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -184680,7 +184680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95d7a5ff-b430-4325-8983-38b4c779eed9", + "id": "f1ea881d-b9b5-4fd8-bfe0-32a3122441b2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -184749,7 +184749,7 @@ } }, { - "id": "279e1adc-2835-495d-a68a-ff4c514c15c0", + "id": "0efa17f4-23b9-4608-8d07-630a54c31491", "name": "List Notification Template Defaults", "request": { "name": "List Notification Template Defaults", @@ -184815,7 +184815,7 @@ }, "response": [ { - "id": "c84d041b-6f1d-4f2e-9937-79f3bb95cfc5", + "id": "eaedb9cd-230a-4b0c-9ad7-5e2d217003d9", "name": "A list of the default template objects", "originalRequest": { "url": { @@ -184890,12 +184890,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"name\": \"Task Manager Subscription\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"slackTemplate\": {\n \"key\": \"voluptate Ut\",\n \"text\": \"reprehenderit ut proident ex\",\n \"blocks\": \"minim deserunt\",\n \"attachments\": \"moll\",\n \"notificationType\": \"exercitation Excepteur magna\",\n \"approvalId\": \"in Lorem eiusmod aute\",\n \"requestId\": \"sunt sit\",\n \"requestedById\": \"sed minim amet\",\n \"isSubscription\": false,\n \"autoApprovalData\": {\n \"isAutoApproved\": \"quis voluptate eiusmod officia\",\n \"itemId\": \"commodo aute consectetur amet\",\n \"itemType\": \"non qui rep\",\n \"autoApprovalMessageJSON\": \"magna\",\n \"autoApprovalTitle\": \"adipisicing\"\n },\n \"customFields\": {\n \"requestType\": \"deserunt veniam\",\n \"containsDeny\": \"sit \",\n \"campaignId\": \"enim fugiat nulla sit\",\n \"campaignStatus\": \"nostrud\"\n }\n },\n \"teamsTemplate\": {\n \"key\": \"culpa pariatur ut cillum\",\n \"title\": \"reprehenderit ad nulla id\",\n \"text\": \"labore\",\n \"messageJSON\": \"ullamco sint laborum id amet\",\n \"isSubscription\": true,\n \"approvalId\": \"labore nulla exercitation ea\",\n \"requestId\": \"veniam sunt\",\n \"requestedById\": \"elit sunt in\",\n \"notificationType\": \"elit consequat deserunt consectetur\",\n \"autoApprovalData\": {\n \"isAutoApproved\": \"pariatur ad la\",\n \"itemId\": \"ut tempor amet minim sunt\",\n \"itemType\": \"ut pariatur labore\",\n \"autoApprovalMessageJSON\": \"Lorem eiusmod proident eu\",\n \"autoApprovalTitle\": \"sunt dolore\"\n },\n \"customFields\": {\n \"requestType\": \"sunt id\",\n \"containsDeny\": \"non eu\",\n \"campaignId\": \"id magna in\",\n \"campaignStatus\": \"eu Ut labore\"\n }\n }\n },\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"name\": \"Task Manager Subscription\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"slackTemplate\": {\n \"key\": \"labore culpa\",\n \"text\": \"sed\",\n \"blocks\": \"quis eu voluptat\",\n \"attachments\": \"nostrud eiusmod ut\",\n \"notificationType\": \"Ut sint non\",\n \"approvalId\": \"deserunt ex\",\n \"requestId\": \"voluptate exercitation\",\n \"requestedById\": \"non nulla officia minim\",\n \"isSubscription\": true,\n \"autoApprovalData\": {\n \"isAutoApproved\": \"sint Ut culpa dolore\",\n \"itemId\": \"Lorem sunt id adipisic\",\n \"itemType\": \"voluptate eiusmod\",\n \"autoApprovalMessageJSON\": \"nostrud adipisicing\",\n \"autoApprovalTitle\": \"sint commodo eiusmod\"\n },\n \"customFields\": {\n \"requestType\": \"laborum dolore ullamco ut\",\n \"containsDeny\": \"ea quis labore dolor\",\n \"campaignId\": \"adipisicing deserunt aliqua Excepteur\",\n \"campaignStatus\": \"Excepteur\"\n }\n },\n \"teamsTemplate\": {\n \"key\": \"Ut Excepteur\",\n \"title\": \"do amet tempor\",\n \"text\": \"tempor Lorem\",\n \"messageJSON\": \"in irure sit\",\n \"isSubscription\": true,\n \"approvalId\": \"adipisicing consequat i\",\n \"requestId\": \"enim aliquip\",\n \"requestedById\": \"irure reprehenderit\",\n \"notificationType\": \"dolor aliquip officia elit nisi\",\n \"autoApprovalData\": {\n \"isAutoApproved\": \"ullamco in anim amet\",\n \"itemId\": \"amet ex\",\n \"itemType\": \"cupidatat reprehenderit\",\n \"autoApprovalMessageJSON\": \"ad consequat \",\n \"autoApprovalTitle\": \"consequat adipisicing veniam\"\n },\n \"customFields\": {\n \"requestType\": \"te\",\n \"containsDeny\": \"Duis in in dolor\",\n \"campaignId\": \"dolore\",\n \"campaignStatus\": \"sed dolore ut\"\n }\n }\n }\n]", + "body": "[\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"name\": \"Task Manager Subscription\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"slackTemplate\": {\n \"key\": \"cupidatat elit Ut magna eu\",\n \"text\": \"Ut dolore nisi in\",\n \"blocks\": \"ad dolore\",\n \"attachments\": \"dolore consequat\",\n \"notificationType\": \"dolor fugiat est\",\n \"approvalId\": \"Lorem labore ex\",\n \"requestId\": \"nisi reprehenderit tempor magna\",\n \"requestedById\": \"in ipsum minim\",\n \"isSubscription\": true,\n \"autoApprovalData\": {\n \"isAutoApproved\": \"adipisicing ut aliq\",\n \"itemId\": \"aute ame\",\n \"itemType\": \"dolore\",\n \"autoApprovalMessageJSON\": \"nulla mollit aliqua dolor\",\n \"autoApprovalTitle\": \"reprehenderit sunt commodo ea\"\n },\n \"customFields\": {\n \"requestType\": \"veniam dolor dolore magna consequat\",\n \"containsDeny\": \"et veniam sunt id\",\n \"campaignId\": \"ea dolor ut\",\n \"campaignStatus\": \"esse enim\"\n }\n },\n \"teamsTemplate\": {\n \"key\": \"Ut nisi mollit dolore\",\n \"title\": \"non ad anim\",\n \"text\": \"cillum\",\n \"messageJSON\": \"adipisicing enim qui\",\n \"isSubscription\": false,\n \"approvalId\": \"in ex incididunt\",\n \"requestId\": \"esse sunt \",\n \"requestedById\": \"magna voluptate amet\",\n \"notificationType\": \"consectetur quis\",\n \"autoApprovalData\": {\n \"isAutoApproved\": \"ea dolor nulla Ut\",\n \"itemId\": \"ad elit reprehenderit\",\n \"itemType\": \"culpa et\",\n \"autoApprovalMessageJSON\": \"elit tempor laboris\",\n \"autoApprovalTitle\": \"consequat in eu\"\n },\n \"customFields\": {\n \"requestType\": \"non veniam u\",\n \"containsDeny\": \"irure aliqua ea incididunt\",\n \"campaignId\": \"eiusmod qui \",\n \"campaignStatus\": \"dolor anim nisi tempor aliqua\"\n }\n }\n },\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"name\": \"Task Manager Subscription\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"slackTemplate\": {\n \"key\": \"laborum non\",\n \"text\": \"cillum minim\",\n \"blocks\": \"exercitation adipisicing\",\n \"attachments\": \"deserunt\",\n \"notificationType\": \"cupidatat sit\",\n \"approvalId\": \"ad est ullamco velit Ut\",\n \"requestId\": \"incididunt Duis ea\",\n \"requestedById\": \"ut Lorem laboris amet\",\n \"isSubscription\": true,\n \"autoApprovalData\": {\n \"isAutoApproved\": \"d\",\n \"itemId\": \"quis tempor cillum\",\n \"itemType\": \"et qui\",\n \"autoApprovalMessageJSON\": \"ut minim ullam\",\n \"autoApprovalTitle\": \"nulla ex\"\n },\n \"customFields\": {\n \"requestType\": \"nostrud adipisicing\",\n \"containsDeny\": \"minim amet dolore nulla commodo\",\n \"campaignId\": \"aliquip exercitation incidid\",\n \"campaignStatus\": \"dolore nisi tempor\"\n }\n },\n \"teamsTemplate\": {\n \"key\": \"esse aliquip\",\n \"title\": \"sint Excepteur nulla\",\n \"text\": \"voluptate aute\",\n \"messageJSON\": \"aute fugiat commodo sunt\",\n \"isSubscription\": false,\n \"approvalId\": \"nulla\",\n \"requestId\": \"nostrud minim\",\n \"requestedById\": \"magna cillum et\",\n \"notificationType\": \"labore deserunt enim Lorem\",\n \"autoApprovalData\": {\n \"isAutoApproved\": \"consequat elit do\",\n \"itemId\": \"pariatur aliquip enim mollit in\",\n \"itemType\": \"consectetur nulla ipsum pariatur\",\n \"autoApprovalMessageJSON\": \"exercitation qui\",\n \"autoApprovalTitle\": \"irure\"\n },\n \"customFields\": {\n \"requestType\": \"non\",\n \"containsDeny\": \"culpa l\",\n \"campaignId\": \"dolore dolor esse sed\",\n \"campaignStatus\": \"consectetur Excepteur nulla dolor\"\n }\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8bd7d668-29d2-421d-a051-81c67228b0b7", + "id": "1101930a-173f-4c00-8373-3ca409b7e9a9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -184975,7 +184975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec3bde00-a17a-444f-9297-b8b1bcb117c5", + "id": "9e81ba68-3b30-41d7-a301-7523a5a21794", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -185055,7 +185055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc06b6e5-eb69-4e91-af22-db77c53f0f3a", + "id": "6e1d9d85-9de1-4b34-ae57-a86d54c5e2fd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -185135,7 +185135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00a1c973-be03-44b2-bf3f-a2b41c0f9d8e", + "id": "067e5537-b89b-40b3-a8af-56ddf622b11c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -185215,7 +185215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2aafcbe-ad19-467f-94df-be65386c414a", + "id": "a50b0a24-86ca-4dc6-b8a7-0c6a103fabd2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -185301,7 +185301,7 @@ } }, { - "id": "0d7ab72a-a6cc-430b-b579-154da3f0f8b0", + "id": "593f5c83-7c75-46c6-92e9-d0bc935f39cd", "name": "List Notification Templates", "request": { "name": "List Notification Templates", @@ -185367,7 +185367,7 @@ }, "response": [ { - "id": "4758fe18-b459-4e17-80a6-cc515873afac", + "id": "f573e9dc-3037-46ea-bc2a-595d4bea40cd", "name": "A list of template objects for your site", "originalRequest": { "url": { @@ -185442,12 +185442,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"laborum nulla\",\n \"teamsTemplate\": \"pariatur culpa Duis sunt laboris\"\n },\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"eu voluptate\",\n \"teamsTemplate\": \"ut fugiat\"\n }\n]", + "body": "[\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"velit dolor\",\n \"teamsTemplate\": \"minim in\"\n },\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"voluptate ex tempor\",\n \"teamsTemplate\": \"sunt qui\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "37fbe45c-8cbc-41fb-8894-eb75052a1504", + "id": "45eed47d-c310-41eb-84c8-c48a79f0ade7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -185527,7 +185527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9341a08-e9db-47b4-9d04-9e694f672709", + "id": "404b3905-e8e2-4393-923d-1199dde348c0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -185607,7 +185607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "430a1157-e0b1-455f-9b7e-98974a5c835d", + "id": "b1cee9e0-3427-4360-81bc-6bb05afe815c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -185687,7 +185687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42c7a7a8-1331-4ea2-8d3b-907a2085c0cc", + "id": "de7b5e0c-7f64-4978-84b0-e24d482b289e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -185767,7 +185767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e1e27b8-e175-4c6d-a5e6-4b8b7aea7fd9", + "id": "a52c748e-7238-4eb4-a53e-d093c14f0bfc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -185853,7 +185853,7 @@ } }, { - "id": "288c3d84-da24-432b-8d69-431c0d414fdf", + "id": "fb18d6bb-c447-410f-a512-e7b846434aa8", "name": "Create Notification Template", "request": { "name": "Create Notification Template", @@ -185893,7 +185893,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"deserunt\",\n \"teamsTemplate\": \"veniam sit eu reprehenderit minim\"\n}", + "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"est elit reprehenderit veniam\",\n \"teamsTemplate\": \"sit anim Ut culpa\"\n}", "options": { "raw": { "headerFamily": "json", @@ -185904,7 +185904,7 @@ }, "response": [ { - "id": "a112b415-163b-46bc-88bb-b243315e2676", + "id": "f5c12ba4-0468-4bc7-b625-e55c16c9a2e0", "name": "A template object for your site", "originalRequest": { "url": { @@ -185947,7 +185947,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"deserunt\",\n \"teamsTemplate\": \"veniam sit eu reprehenderit minim\"\n}", + "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"est elit reprehenderit veniam\",\n \"teamsTemplate\": \"sit anim Ut culpa\"\n}", "options": { "raw": { "headerFamily": "json", @@ -185964,12 +185964,12 @@ "value": "application/json" } ], - "body": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"deserunt\",\n \"teamsTemplate\": \"veniam sit eu reprehenderit minim\"\n}", + "body": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"est elit reprehenderit veniam\",\n \"teamsTemplate\": \"sit anim Ut culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "13f4e773-b6d5-4efa-b093-3d6d938f07aa", + "id": "da205af6-e5d7-4a0f-a1ba-f81f26c22998", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -186012,7 +186012,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"deserunt\",\n \"teamsTemplate\": \"veniam sit eu reprehenderit minim\"\n}", + "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"est elit reprehenderit veniam\",\n \"teamsTemplate\": \"sit anim Ut culpa\"\n}", "options": { "raw": { "headerFamily": "json", @@ -186034,7 +186034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "838541d7-4afb-452d-8724-f8370f360ace", + "id": "c30245fe-888e-4f5a-8282-107ca432d29b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -186077,7 +186077,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"deserunt\",\n \"teamsTemplate\": \"veniam sit eu reprehenderit minim\"\n}", + "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"est elit reprehenderit veniam\",\n \"teamsTemplate\": \"sit anim Ut culpa\"\n}", "options": { "raw": { "headerFamily": "json", @@ -186099,7 +186099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df3a1e4e-367c-44e3-b3e7-489f197fa197", + "id": "8023fa58-6044-4dc6-a2c5-9e6b152dad3b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -186142,7 +186142,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"deserunt\",\n \"teamsTemplate\": \"veniam sit eu reprehenderit minim\"\n}", + "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"est elit reprehenderit veniam\",\n \"teamsTemplate\": \"sit anim Ut culpa\"\n}", "options": { "raw": { "headerFamily": "json", @@ -186164,7 +186164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acbb3599-9b2c-47cf-bb4d-5fd132641df7", + "id": "491ca251-2cd1-4187-9114-c2fd98006cd6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -186207,7 +186207,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"deserunt\",\n \"teamsTemplate\": \"veniam sit eu reprehenderit minim\"\n}", + "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"est elit reprehenderit veniam\",\n \"teamsTemplate\": \"sit anim Ut culpa\"\n}", "options": { "raw": { "headerFamily": "json", @@ -186229,7 +186229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64fc5a1e-9d18-4fb2-b676-459446a049e8", + "id": "42bc6d28-bd06-47b6-a262-8f20d8d34027", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -186272,7 +186272,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"deserunt\",\n \"teamsTemplate\": \"veniam sit eu reprehenderit minim\"\n}", + "raw": "{\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"est elit reprehenderit veniam\",\n \"teamsTemplate\": \"sit anim Ut culpa\"\n}", "options": { "raw": { "headerFamily": "json", @@ -186300,7 +186300,7 @@ } }, { - "id": "e5cd026a-7028-413f-b7a8-eb836a7166e9", + "id": "02ed233a-6332-4a42-8dd4-1281b90b2e94", "name": "Get Notification Template By Id", "request": { "name": "Get Notification Template By Id", @@ -186350,7 +186350,7 @@ }, "response": [ { - "id": "6a58d70d-9469-4256-bd60-738df7f798f6", + "id": "352938eb-9084-4554-96d2-038e02d12d9b", "name": "A template object for your site", "originalRequest": { "url": { @@ -186398,12 +186398,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"laborum nulla\",\n \"teamsTemplate\": \"pariatur culpa Duis sunt laboris\"\n },\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"eu voluptate\",\n \"teamsTemplate\": \"ut fugiat\"\n }\n]", + "body": "[\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"velit dolor\",\n \"teamsTemplate\": \"minim in\"\n },\n {\n \"key\": \"cloud_manual_work_item_summary\",\n \"medium\": \"EMAIL\",\n \"locale\": \"en\",\n \"name\": \"Task Manager Subscription\",\n \"subject\": \"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.\",\n \"header\": null,\n \"body\": \"Please go to the task manager\",\n \"footer\": null,\n \"from\": \"$__global.emailFromAddress\",\n \"replyTo\": \"$__global.emailFromAddress\",\n \"description\": \"Daily digest - sent if number of outstanding tasks for task owner > 0\",\n \"id\": \"c17bea3a-574d-453c-9e04-4365fbf5af0b\",\n \"created\": \"2020-01-01T00:00:00.000000Z\",\n \"modified\": \"2020-01-01T00:00:00.000000Z\",\n \"slackTemplate\": \"voluptate ex tempor\",\n \"teamsTemplate\": \"sunt qui\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e51a8dbf-4db6-4c5d-8cd8-f061175042fc", + "id": "5dec0e6b-5fb4-49d3-a160-c28ea8021c89", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -186456,7 +186456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0bc967c-6d39-4290-a471-79d5313f7f95", + "id": "84683cdb-3fe2-4bb1-945c-593de6259233", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -186509,7 +186509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eafcec5-f920-4cda-a184-eacc05f17006", + "id": "6d5c796d-9174-4d55-b103-72fd075f6204", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -186562,7 +186562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c2c663e-f9cb-4923-8d4b-6c97e0319c19", + "id": "99fac322-12fe-4a89-bb21-cc8d68e1ab2e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -186615,7 +186615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4272066-c602-4a8f-aab3-129767ac1097", + "id": "1f91a1ea-100b-4fdb-92ac-c3d7bef77fef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -186674,7 +186674,7 @@ } }, { - "id": "8396ba93-37bf-4fd9-ad5e-42cc18f09289", + "id": "8d95375d-01a1-4bfb-a94d-d4265572c71b", "name": "Bulk Delete Notification Templates", "request": { "name": "Bulk Delete Notification Templates", @@ -186726,7 +186726,7 @@ }, "response": [ { - "id": "65d75aa1-86c9-4fb3-950a-0d2dbe07fce3", + "id": "311de602-6c64-4061-b4a2-4b07e348b1b6", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -186782,7 +186782,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9de67804-d368-4a5d-ae4c-e85d3767c4f4", + "id": "74710812-a99a-4db7-a92e-e1d71a522fcf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -186848,7 +186848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2890cd90-8775-43a3-94d3-260bb21a8ce7", + "id": "60e6be7d-7cb5-4bb6-a174-929c331e3a06", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -186914,7 +186914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb7ca8f1-e952-47e3-b63d-9f2866a4c3ad", + "id": "7555c96d-4052-4f1c-b679-f052f26a829b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -186980,7 +186980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bcd5d1a-04d6-4d6c-91af-0d9aa97e59b5", + "id": "6e45b1ee-1bcb-46cf-bbf3-114b091f0fd7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -187046,7 +187046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "946d8db2-9b16-4ef3-b26e-f1626ffe5537", + "id": "1dc64b19-6cb0-4e2b-9c1e-7f247d3099c5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -187118,7 +187118,7 @@ } }, { - "id": "43ab09cc-c4c9-4ad0-9a91-7ca113030456", + "id": "e5333500-6184-4581-97ca-36dea48b7f2b", "name": "Get Notification Template Context", "request": { "name": "Get Notification Template Context", @@ -187156,7 +187156,7 @@ }, "response": [ { - "id": "d9ebcf8d-649a-48c8-b50b-902b72fead20", + "id": "23b742c3-9cac-4ae7-90c6-05249c2c98a7", "name": "Notification template context attributes for a specific tenant.", "originalRequest": { "url": { @@ -187208,7 +187208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a216e4b-2977-4e68-ac15-ee2a4c1663a5", + "id": "7c362c47-c830-43a7-9c38-e1d6033e15dd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -187260,7 +187260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be67f9fc-851b-4d7b-848c-8ff446104653", + "id": "a8553e00-a577-4604-855c-5c1b0851cd58", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -187312,7 +187312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "941f4d26-05aa-462b-8f7f-23500979ac90", + "id": "80ba1218-1790-45e2-891c-48b7ac1e2eae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -187364,7 +187364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cd6d482-a619-491d-bf2d-a0a3314ad005", + "id": "145b0079-0759-4ed8-8428-4d0c12b70592", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -187416,7 +187416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebaab3f4-6148-4266-a1d3-43cc746f1045", + "id": "e8653fc6-5c0c-491a-b381-ae23f8adcb91", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -187474,7 +187474,7 @@ } }, { - "id": "9e89cc1c-6107-4b52-86ee-fb3493a63a1c", + "id": "9e4ca796-eaf0-41a1-8e1c-3ef9dd4f5b9d", "name": "List Notification Preferences for tenant.", "request": { "name": "List Notification Preferences for tenant.", @@ -187518,7 +187518,7 @@ }, "response": [ { - "id": "55b12cf3-8cfe-453e-8f25-7cd452e5ec06", + "id": "ef5643a4-75aa-43f4-a2d9-6aae145d73e1", "name": "Return preference for the given notification key.", "originalRequest": { "url": { @@ -187571,7 +187571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9aedc550-aa94-42bc-9602-6714a9455e8f", + "id": "496c84cd-12df-43b2-a609-2b156c715c20", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -187624,7 +187624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f3e89fd-93a8-4524-beed-d8328e7240b3", + "id": "93c9eb9b-b33d-422c-b146-5ce764f5cecd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -187677,7 +187677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b6527cc-ad48-4881-98f8-0d24f5a20430", + "id": "1f598779-fa17-4036-b66b-e4f923fb4ad9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -187730,7 +187730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f53c8817-743f-4d06-961e-66decb052a80", + "id": "05ea4271-03ba-4dec-af1a-a100f634b3d9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -187783,7 +187783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17277cfc-c5b8-4a8d-a770-ce4056f1df93", + "id": "918ae883-2536-4626-a597-07ba07b6e14d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -187836,7 +187836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13240949-9a78-4b0e-a025-bc71b8b91eb7", + "id": "bcdc623c-b1d8-4b3a-97a8-316d851b26cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -187895,7 +187895,7 @@ } }, { - "id": "edd4ba04-9b93-4b97-a948-86eff4505ea6", + "id": "47765acd-0580-477a-a8ff-1e0a26be7464", "name": "Send Test Notification", "request": { "name": "Send Test Notification", @@ -187946,7 +187946,7 @@ }, "response": [ { - "id": "8481abf0-bc6b-45be-8f86-f8b4854be3d6", + "id": "bc4b9b67-32bc-466c-a57f-6d99d6b4e932", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -188001,7 +188001,7 @@ "_postman_previewlanguage": "text" }, { - "id": "63adf9ec-de2f-4e28-8e61-187ada694995", + "id": "0a06c306-955e-4cd9-b9dc-fc6299317a6a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -188066,7 +188066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "714d8c4d-5fc7-48cc-8d0d-9118868d5890", + "id": "73702136-4e05-4554-b9fa-6b1c9b6587cb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -188131,7 +188131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4912ab6a-a766-47c9-b53d-2e485849d793", + "id": "89d20994-33f9-4b9d-b376-f482bdaa3ab9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -188196,7 +188196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb43975b-e9fc-4289-9bb4-c769ef65f280", + "id": "2b190ce9-4a98-4a51-ad88-ce382dcf59f6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -188261,7 +188261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05fe9250-bcfe-4dfd-bf79-770321ae9230", + "id": "a737d91a-5572-4103-9b24-5699bc6d8d6e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -188326,7 +188326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1838b773-8cef-4396-a39a-67cf2ce5faf9", + "id": "b60e9bc7-dece-4d28-b9c2-a9a098a19c92", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -188397,7 +188397,7 @@ } }, { - "id": "67c832ba-40a2-45c9-8feb-8fd59d3c8718", + "id": "fbaab25c-cb87-42a8-9d0a-085add1f47df", "name": "List From Addresses", "request": { "name": "List From Addresses", @@ -188481,7 +188481,7 @@ }, "response": [ { - "id": "8f80d668-b072-47aa-9c69-cc0afb811f37", + "id": "05f6f97f-d2c6-4398-9b89-231f125f7c34", "name": "List of Email Status", "originalRequest": { "url": { @@ -188574,12 +188574,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"aliquip dolor\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"SUCCESS\"\n },\n {\n \"id\": \"culpa dolor ut in\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"FAILED\"\n }\n]", + "body": "[\n {\n \"id\": \"enim quis laboris aliqua\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"PENDING\"\n },\n {\n \"id\": \"est eiusmod\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"FAILED\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "90120654-87c5-4209-8d3d-cb51f4909970", + "id": "0a981bfa-d488-4b72-8e71-4aad9d0e344d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -188677,7 +188677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0791e6bd-e9e5-4fda-9a74-07b1107caf3f", + "id": "b26bfe18-5eff-43c0-96e7-d3a971f118cc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -188775,7 +188775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e6d1cda-99a9-4b0f-95fb-e60acd8cac49", + "id": "c66ec542-83e5-43cb-830d-0a70aafed806", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -188873,7 +188873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bf082d4-e1a0-420b-a0d2-4222985876ff", + "id": "9b1f0530-7990-4ef2-83a5-da46e911dfb0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -188977,7 +188977,7 @@ } }, { - "id": "aac624f6-afcf-4d60-b772-024a535c60c4", + "id": "3eacf122-81c8-4d32-a6bd-05715bb5cd2f", "name": "Create Verified From Address", "request": { "name": "Create Verified From Address", @@ -189028,7 +189028,7 @@ }, "response": [ { - "id": "2a5add0a-5113-4338-82b4-737f40cdec71", + "id": "e1946c70-6ce3-405c-9b24-44a0d32577b2", "name": "New Verified Email Status", "originalRequest": { "url": { @@ -189088,12 +189088,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"mollit ipsum qui\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"FAILED\"\n}", + "body": "{\n \"id\": \"commodo enim magn\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"FAILED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2dcbe085-b54b-4700-abc0-9f6adc585fd7", + "id": "35964a53-6fac-45d1-b35d-88222db55ad2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -189158,7 +189158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b88e853f-94d0-4fdc-84cd-6ec274fe88a9", + "id": "9eb8a054-5990-4622-9c8c-bc0749e8c6db", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -189223,7 +189223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0aa92fb1-41e9-42c4-a5b1-d3f6dbe22aac", + "id": "dfb09bf2-7f2e-4bc9-87aa-85508b1c66bb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -189288,7 +189288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2389244f-03ea-4437-ac70-cbbcd62453db", + "id": "3e7560b4-9790-45e8-ad1a-68e730c51b1f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -189353,7 +189353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f368123-9304-42ef-a52f-5b710cc303f4", + "id": "3707b33d-9d20-40a9-a766-08b05d295610", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -189424,7 +189424,7 @@ } }, { - "id": "25867c4a-6807-45a8-bc2b-9fe8e4b32b18", + "id": "5af9b5f9-2e5b-4a9f-95a1-2456f792de0c", "name": "Delete Verified From Address", "request": { "name": "Delete Verified From Address", @@ -189444,7 +189444,7 @@ "variable": [ { "type": "any", - "value": "pariatur ullamco", + "value": "sint amet", "key": "id", "disabled": true, "description": { @@ -189474,7 +189474,7 @@ }, "response": [ { - "id": "cfd5d123-3662-4302-a7d0-c72c0c200d47", + "id": "9abbc8b8-8b41-48c1-a79e-5e9f94e43cff", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -189517,7 +189517,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d625479e-10ba-4ba1-8ab6-c7a32e183fdb", + "id": "1c1a16bf-02b9-4422-a505-c0b424c9b5fd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -189570,7 +189570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fef6fcf-ded5-41a8-b906-b5a81f0e6929", + "id": "f687ffd0-a734-46e6-931e-76f5ea61a9da", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -189623,7 +189623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dad6147c-e9c1-488e-a823-47eb15ab8c69", + "id": "45a775de-ffa1-4812-b26f-4cc370462fff", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -189676,7 +189676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10e5b268-c794-4609-a38f-b230e13aabff", + "id": "829f60d1-d44a-46b1-b440-6a698d75ac46", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -189729,7 +189729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99317147-ce83-42e1-a9da-4fa55e48c702", + "id": "f37d0ef6-1ee3-44ae-86c3-e0acfaed47f9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -189782,7 +189782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0aab6f89-40b7-4ff8-9488-64091da8cc92", + "id": "17e32d2c-f334-4a7b-be88-04e27539c9fc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -189841,7 +189841,7 @@ } }, { - "id": "f238b30f-5813-4066-b99e-d444c2e5890a", + "id": "3e38b8d4-c637-4f5c-ab29-acb69d43f67a", "name": "Get DKIM Attributes", "request": { "name": "Get DKIM Attributes", @@ -189879,7 +189879,7 @@ }, "response": [ { - "id": "06fd23da-8d6d-4eef-849c-09e4b507d4d1", + "id": "8a0254fd-1b17-44bb-b8fb-0e141d66702e", "name": "List of DKIM Attributes", "originalRequest": { "url": { @@ -189931,7 +189931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5260d8da-0ffb-4ebb-9a43-5defe7b03bcc", + "id": "fce6532c-c1e1-431e-ab74-8e5a4c2b78bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -189983,7 +189983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "242c590d-90c5-4014-bebf-562f7b22a7d7", + "id": "174fdc26-42a0-4faf-9927-51004a0a2aa8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -190035,7 +190035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e8e629f-814f-4aa6-a639-2beb62d0c89f", + "id": "43b45c7f-9975-4fbd-8f43-385c8a42ec00", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -190087,7 +190087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e27a18f-f6cb-4b3f-87bc-49ff1211fd60", + "id": "6b03592c-24ac-44eb-9c80-7ab62a36a57d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -190139,7 +190139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54c13e5f-e0d5-4e50-9ef5-c15a5576131f", + "id": "44187114-3bf5-495c-9b18-29a3d50d198a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -190197,7 +190197,7 @@ } }, { - "id": "9cc691a2-dc73-4fe3-8f35-8e6b03333556", + "id": "bb8d5074-9c47-493c-b8ca-2d7cf9e33eb9", "name": "Verify domain address via DKIM", "request": { "name": "Verify domain address via DKIM", @@ -190248,7 +190248,7 @@ }, "response": [ { - "id": "578ebddc-c716-4af1-967b-2a26fd0df50c", + "id": "9af14021-d044-46d5-9a13-f072bc767038", "name": "List of DKIM tokens required for the verification process.", "originalRequest": { "url": { @@ -190313,7 +190313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e58b2bcc-8344-4c95-98c6-ac753a384d01", + "id": "0767a917-a600-464c-b1af-26f74a6b9c59", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -190378,7 +190378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35cca485-6eec-4082-a8f5-e4c6042ffd91", + "id": "2eefc72e-d909-4059-a152-c518d915596b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -190443,7 +190443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26ae7dc8-2fc2-40e3-b08d-f2199bb36977", + "id": "898f9201-d2ce-420f-bc94-c812c3e8da0a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -190508,7 +190508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baf5395e-1c9e-4d20-b881-1fed8c06523d", + "id": "ff58ad6b-a006-422c-a87a-e97ae7ff96f3", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -190573,7 +190573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e855c8f7-d188-498a-9351-4d26e4864009", + "id": "a47db8e0-fcdf-4373-9609-55771d68d7d7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -190638,7 +190638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e82c797c-738e-4597-872a-6264faf8dd86", + "id": "11c83701-1b46-4004-b638-bcc2d2cef335", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -190715,7 +190715,7 @@ "description": "Use this API to implement OAuth client functionality. \nWith this functionality in place, users with the appropriate security scopes can create and configure OAuth clients to use as a way to obtain authorization to use the Identity Security Cloud REST API.\nRefer to [Authentication](https://developer.sailpoint.com/docs/api/authentication/) for more information about OAuth and how it works with the Identity Security Cloud REST API.\n", "item": [ { - "id": "a8927828-f97d-4f18-80b3-9faee5f4ff2a", + "id": "2253dacc-d793-4a7c-becf-ee2f6bd03a62", "name": "List OAuth Clients", "request": { "name": "List OAuth Clients", @@ -190754,7 +190754,7 @@ }, "response": [ { - "id": "902af9ea-c976-4cd8-86dd-b88fa548ad70", + "id": "815cf496-9026-4df8-9e24-4c1f9d9c6657", "name": "List of OAuth clients.", "originalRequest": { "url": { @@ -190802,12 +190802,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"qui id ut\",\n \"metadata\": \"qui Excepteur amet sunt ullamco\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n },\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"occaecat\",\n \"metadata\": \"in aliquip\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n }\n]", + "body": "[\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"officia irure ad\",\n \"metadata\": \"in sint cillum Excepteur\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n },\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"ipsum aute aliquip do sunt\",\n \"metadata\": \"esse qui ex ut\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9df7f52e-2d9c-473d-8b6c-5ca925a22a03", + "id": "eabc152f-3d97-454b-8f14-f06da025b3a0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -190860,7 +190860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8cd4424-ebd8-49fd-a19b-7ec63e92473d", + "id": "118dec39-c5c5-4ca0-a210-fd397b34bc2e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -190913,7 +190913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d03f3746-5452-4e35-869d-66147f176f80", + "id": "5cbc7372-d311-4d90-8d4c-55af05057d8d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -190966,7 +190966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0ce9c50-268a-4982-8b05-940463a44483", + "id": "4aa04c62-847b-4e7f-871f-35b08213d01a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -191019,7 +191019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c1792cb-924c-4911-a4cb-c847f9182779", + "id": "e304bde4-6a00-4ad6-82d7-8b34fbc086b7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -191078,7 +191078,7 @@ } }, { - "id": "99eb020d-64b0-4864-a57a-ffbbca0003cb", + "id": "a202a344-5769-4856-bee7-760ab9fded0f", "name": "Create OAuth Client", "request": { "name": "Create OAuth Client", @@ -191120,7 +191120,7 @@ }, "response": [ { - "id": "95bd1ce6-52df-47d0-8d73-bd2c99b982be", + "id": "9836cb8d-d54a-4d5f-b5d9-9186ef05c48e", "name": "Request succeeded.", "originalRequest": { "url": { @@ -191176,7 +191176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d12909e6-7b3c-4299-aee2-27c9e78d3483", + "id": "b64bb537-ac74-42ad-9712-71a5c05dd0b4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -191232,7 +191232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75af98be-6793-4c01-946f-d2d5c332d6be", + "id": "d1e74dea-c1fc-47cd-86ad-c134e2bc0dc8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -191288,7 +191288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04b1bd37-d8ee-4e0f-ae0e-a12d2f00875b", + "id": "a1ec7bdf-a12c-48d8-bc61-da0a0b68d61a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191344,7 +191344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a31ab14b-d984-4c4d-ae21-066f4d08a10a", + "id": "dff8c26a-3446-48ad-8a03-702fcc63717a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -191400,7 +191400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "597fdee8-ba3d-4f36-bc63-5276015eb30e", + "id": "fc21fdc7-08b2-44b4-92a1-521b547910c6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -191462,7 +191462,7 @@ } }, { - "id": "2df979ee-7c9f-49c8-a6a1-a43ee126a294", + "id": "e70d370e-53db-4098-8b5d-4d255a0b8b92", "name": "Get OAuth Client", "request": { "name": "Get OAuth Client", @@ -191503,7 +191503,7 @@ }, "response": [ { - "id": "7e9765ae-6618-4a14-a0cc-c756a73a7cc5", + "id": "3451c78c-e4f2-48ca-8be5-bfb7b8a2690b", "name": "Request succeeded.", "originalRequest": { "url": { @@ -191542,12 +191542,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"ad consectetur\",\n \"metadata\": \"labore dolor culpa\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n}", + "body": "{\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"cillum eu\",\n \"metadata\": \"eu in dolor fugi\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f0053c7b-c656-44db-983b-fe619eaf4f1a", + "id": "de15390a-1884-44cd-bb77-289cc27f0df6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -191591,7 +191591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b3d827e-03dc-4fc3-9574-5cb8e85019aa", + "id": "1201f45e-fd45-443a-9c04-ef1b6e0e4a28", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -191635,7 +191635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25dd695d-6bd9-4995-b622-44b18861c831", + "id": "e0953b0a-42d4-4f30-8299-c0dd7a314558", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191679,7 +191679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25ec1e56-d3fc-48a1-806d-de89226620a3", + "id": "15e7e99f-c10c-4f1c-b0ec-2d7d972fce74", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -191723,7 +191723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5714ba1a-3d0c-4ec3-9dbe-e57ab5faa557", + "id": "19c5c68c-3d63-485e-bef3-7ecac7e3f1c1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -191767,7 +191767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc4c15d4-591a-42ba-91c5-591e761534df", + "id": "1a135d28-43f2-4dd2-88d6-e79ce133c51a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -191817,7 +191817,7 @@ } }, { - "id": "b3f74b46-4f2e-4f34-8141-c14d7ac58125", + "id": "d93a8a65-0bbd-4480-9782-029384ff3ffd", "name": "Delete OAuth Client", "request": { "name": "Delete OAuth Client", @@ -191858,7 +191858,7 @@ }, "response": [ { - "id": "ee2ef919-fd32-4776-88d2-659ca9cbc222", + "id": "5b4db01e-6b92-4f67-81d0-6623dd7cc4ba", "name": "No content.", "originalRequest": { "url": { @@ -191892,7 +191892,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3993fa7c-30a0-4301-af52-41a309819c53", + "id": "944811fe-9a56-447d-b906-af70b011acd1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -191936,7 +191936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13043f8b-4415-47fe-afb5-90a15aabec35", + "id": "5e601751-9d32-433f-ac62-1480fb15061a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -191980,7 +191980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53f0687c-fa04-46fa-8677-9f6c8bab74a8", + "id": "48e3e2e4-bc88-4897-b0f6-5db744816e3d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -192024,7 +192024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91d9d246-a341-4a89-80e8-9276cd6cfe26", + "id": "05d22b48-a606-407c-a72e-ccd5576bb60d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -192068,7 +192068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2247cfa2-2d5c-4705-8109-d55d28ab5bd0", + "id": "2b3a9453-8e10-46cf-8be5-5b29ab9b11c8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -192112,7 +192112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3808eef1-5cb3-4fe1-8a0a-76a0b1969c7c", + "id": "f90115cf-6ace-4f20-8ef5-4ac4e9b04912", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -192162,7 +192162,7 @@ } }, { - "id": "7d15b95d-38ef-4241-8179-51902ecf1595", + "id": "47ebf19a-dc02-4d52-9c50-7a69bbe544b1", "name": "Patch OAuth Client", "request": { "name": "Patch OAuth Client", @@ -192216,7 +192216,7 @@ }, "response": [ { - "id": "ae06331c-a4ec-40ff-8717-bb42a3dcba52", + "id": "544339f8-205e-4080-bb4c-e0a0202f81e2", "name": "Indicates the PATCH operation succeeded, and returns the OAuth client's new representation.", "originalRequest": { "url": { @@ -192268,12 +192268,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"ad consectetur\",\n \"metadata\": \"labore dolor culpa\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n}", + "body": "{\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"cillum eu\",\n \"metadata\": \"eu in dolor fugi\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "54e0cdaa-8c58-4b8a-982b-88823dca5ef0", + "id": "160cb06e-888c-4404-824b-64f9fdda6ba7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -192330,7 +192330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87c69c8e-d908-41df-afe5-c6c495f2aa18", + "id": "cf08343f-0c8f-4c5f-bd45-a791abd3c662", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -192387,7 +192387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76dd7cd6-3dec-4aee-a87d-65b3b808c6cf", + "id": "15681cad-e59b-4521-b4da-d385206a7136", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -192444,7 +192444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f46bee1d-c895-40f2-acb3-10e533e9c68e", + "id": "6c60e6bb-8ddd-4f54-932a-eaa44d1559cb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -192501,7 +192501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1ce65f3-a1bb-485a-99e1-ae9ae85681fa", + "id": "72a06eef-bf3b-4a2e-95af-0afaa2203f68", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -192558,7 +192558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28892d21-034e-468d-9f75-b66fac8e8826", + "id": "b8c4e6e5-c921-4faa-807f-4675a7edbb08", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -192627,7 +192627,7 @@ "description": "Operations for managing org configuration settings (eg. time zone)", "item": [ { - "id": "e8f88668-1f11-48b1-a637-fd063796ef86", + "id": "c099a810-21bb-4712-8783-28d82cf2ec1e", "name": "Get Org configuration settings", "request": { "name": "Get Org configuration settings", @@ -192665,7 +192665,7 @@ }, "response": [ { - "id": "5baaf345-7f1d-4b95-abb7-d32a8b3fb89d", + "id": "096af739-5be2-4334-a770-73a9cc8db266", "name": "Request succeeded.", "originalRequest": { "url": { @@ -192712,12 +192712,12 @@ "value": "application/json" } ], - "body": "{\n \"orgName\": \"acme-solar\",\n \"timeZone\": \"America/Toronto\",\n \"lcsChangeHonorsSourceEnableFeature\": false,\n \"armCustomerId\": \"DE38E75A-5FF6-4A65-5DC7-08D64426B09E\",\n \"armSapSystemIdMappings\": \"exercitation culpa ea velit\",\n \"armAuth\": \"epiYNTRYA2S7swisDWk1Zv4VMNgvqEjiBh5_ufuCWsma2m-5XADijqBg0ijXLby5nS6lxZNXabhGnAPGeDGc4V3jQKrhwV-UHypRLs8ZLgOjiQNus9NimS0uPdKomRW6TFWqXyfnYd-znNgbbVuwUy9GyD9ebDVJSntPastxSx7UcyGuWBqfNZYpuxKRWe_7TVY60qL55jUqyz8N4XUbbdcxdbZ0uik6ut-Bv90MKTbZexBW_PR4qcgIkaEs4kIenLyBxnGziYo7AO0tJ8bGHO8FJRkibCpAQIt7PISLo7Gg_Xf9j10dKq2YDgy4pPTvz3fE2ZHYnXCXvXFSA-vVag==\",\n \"armDb\": \"EU\",\n \"armSsoUrl\": \"https://your-arm-sso-url\",\n \"iaiEnableCertificationRecommendations\": true,\n \"sodReportConfigs\": [\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n },\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n }\n ]\n}", + "body": "{\n \"orgName\": \"acme-solar\",\n \"timeZone\": \"America/Toronto\",\n \"lcsChangeHonorsSourceEnableFeature\": false,\n \"armCustomerId\": \"DE38E75A-5FF6-4A65-5DC7-08D64426B09E\",\n \"armSapSystemIdMappings\": \"qui nulla enim\",\n \"armAuth\": \"epiYNTRYA2S7swisDWk1Zv4VMNgvqEjiBh5_ufuCWsma2m-5XADijqBg0ijXLby5nS6lxZNXabhGnAPGeDGc4V3jQKrhwV-UHypRLs8ZLgOjiQNus9NimS0uPdKomRW6TFWqXyfnYd-znNgbbVuwUy9GyD9ebDVJSntPastxSx7UcyGuWBqfNZYpuxKRWe_7TVY60qL55jUqyz8N4XUbbdcxdbZ0uik6ut-Bv90MKTbZexBW_PR4qcgIkaEs4kIenLyBxnGziYo7AO0tJ8bGHO8FJRkibCpAQIt7PISLo7Gg_Xf9j10dKq2YDgy4pPTvz3fE2ZHYnXCXvXFSA-vVag==\",\n \"armDb\": \"EU\",\n \"armSsoUrl\": \"https://your-arm-sso-url\",\n \"iaiEnableCertificationRecommendations\": true,\n \"sodReportConfigs\": [\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n },\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "456ea2df-7df6-4946-9621-af91007397d3", + "id": "6b946edd-3634-4e4d-b55b-c3c8ff4deaf3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -192769,7 +192769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ac1688e-0b2e-400a-82f2-dfce8ba79cb2", + "id": "6d48ddd3-a6a5-47b8-a004-b7e9a2de9632", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -192821,7 +192821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e49a8117-c2b6-49bf-959a-cea01bca6508", + "id": "a3a06ff3-6eb9-4d36-b035-f92711836361", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -192873,7 +192873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b9bfb50-693d-4160-a13f-a078c9677c86", + "id": "3f84429d-91e1-4796-b562-4ed9ce855e37", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -192925,7 +192925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9916567f-d648-4d7f-9813-3a029c923050", + "id": "281629ee-c0a6-4427-ba66-cc76a73a4444", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -192977,7 +192977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a4d77e8-26a3-4cd0-8957-db9e12987f1c", + "id": "39dba705-533e-4193-926c-07e888e42869", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -193035,7 +193035,7 @@ } }, { - "id": "5e1d7b48-a26c-453d-870a-7d651bb6999d", + "id": "a2da27c2-50bf-40a7-9632-6393cc4c7f9e", "name": "Patch an Org configuration property", "request": { "name": "Patch an Org configuration property", @@ -193086,7 +193086,7 @@ }, "response": [ { - "id": "f711fe7e-b7a1-43b0-8fcd-79fd4ffcfec9", + "id": "92305d07-ba0d-4813-88e6-972ce7b7d44c", "name": "The Org was successfully patched.", "originalRequest": { "url": { @@ -193146,12 +193146,12 @@ "value": "application/json" } ], - "body": "{\n \"orgName\": \"acme-solar\",\n \"timeZone\": \"America/Toronto\",\n \"lcsChangeHonorsSourceEnableFeature\": false,\n \"armCustomerId\": \"DE38E75A-5FF6-4A65-5DC7-08D64426B09E\",\n \"armSapSystemIdMappings\": \"exercitation culpa ea velit\",\n \"armAuth\": \"epiYNTRYA2S7swisDWk1Zv4VMNgvqEjiBh5_ufuCWsma2m-5XADijqBg0ijXLby5nS6lxZNXabhGnAPGeDGc4V3jQKrhwV-UHypRLs8ZLgOjiQNus9NimS0uPdKomRW6TFWqXyfnYd-znNgbbVuwUy9GyD9ebDVJSntPastxSx7UcyGuWBqfNZYpuxKRWe_7TVY60qL55jUqyz8N4XUbbdcxdbZ0uik6ut-Bv90MKTbZexBW_PR4qcgIkaEs4kIenLyBxnGziYo7AO0tJ8bGHO8FJRkibCpAQIt7PISLo7Gg_Xf9j10dKq2YDgy4pPTvz3fE2ZHYnXCXvXFSA-vVag==\",\n \"armDb\": \"EU\",\n \"armSsoUrl\": \"https://your-arm-sso-url\",\n \"iaiEnableCertificationRecommendations\": true,\n \"sodReportConfigs\": [\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n },\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n }\n ]\n}", + "body": "{\n \"orgName\": \"acme-solar\",\n \"timeZone\": \"America/Toronto\",\n \"lcsChangeHonorsSourceEnableFeature\": false,\n \"armCustomerId\": \"DE38E75A-5FF6-4A65-5DC7-08D64426B09E\",\n \"armSapSystemIdMappings\": \"qui nulla enim\",\n \"armAuth\": \"epiYNTRYA2S7swisDWk1Zv4VMNgvqEjiBh5_ufuCWsma2m-5XADijqBg0ijXLby5nS6lxZNXabhGnAPGeDGc4V3jQKrhwV-UHypRLs8ZLgOjiQNus9NimS0uPdKomRW6TFWqXyfnYd-znNgbbVuwUy9GyD9ebDVJSntPastxSx7UcyGuWBqfNZYpuxKRWe_7TVY60qL55jUqyz8N4XUbbdcxdbZ0uik6ut-Bv90MKTbZexBW_PR4qcgIkaEs4kIenLyBxnGziYo7AO0tJ8bGHO8FJRkibCpAQIt7PISLo7Gg_Xf9j10dKq2YDgy4pPTvz3fE2ZHYnXCXvXFSA-vVag==\",\n \"armDb\": \"EU\",\n \"armSsoUrl\": \"https://your-arm-sso-url\",\n \"iaiEnableCertificationRecommendations\": true,\n \"sodReportConfigs\": [\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n },\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7c544fa8-99eb-40e6-9bf6-a1a127e1ef95", + "id": "30026e05-2611-4627-94b4-713cded03c94", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -193216,7 +193216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9726a351-c8fa-4a1b-be02-06c8c327a316", + "id": "878e7de1-0837-4155-a2e5-658699c4ebd6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -193281,7 +193281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30f2cc3d-14e1-4cad-97ff-e61dc2cf25dc", + "id": "2694e1ec-151a-4a54-8174-e7e6a99cc64f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193346,7 +193346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f534d9cd-0534-4caa-b420-b50c969a4f42", + "id": "82b39419-48e2-4945-8354-e8907cbc8ccb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -193411,7 +193411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97b886fd-260d-47fe-9fee-6211f6cbfe14", + "id": "dfd96b7b-d99f-4d26-a75b-bd32050bceb1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -193476,7 +193476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a1517f6-6b9f-4e46-87ea-b22248e2037c", + "id": "b00491ef-8e9d-4b51-b17e-82f672d10743", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -193547,7 +193547,7 @@ } }, { - "id": "2f6e939d-d3d6-429e-9bd1-4673b7828de2", + "id": "3435554f-3180-4638-8e06-020ca64ccb75", "name": "Get list of time zones", "request": { "name": "Get list of time zones", @@ -193586,7 +193586,7 @@ }, "response": [ { - "id": "ca3d4fc9-416a-4f57-b1ac-59c8f589e1a3", + "id": "93c9526a-1126-41b0-a01b-90d675050888", "name": "Request successful", "originalRequest": { "url": { @@ -193639,7 +193639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db91f63d-af37-4f54-87ac-5347d21fd728", + "id": "19729f6c-d49a-4be6-b4e8-de9db52a1cf2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -193692,7 +193692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "102646e4-29d3-4892-a207-968c0ff4a43f", + "id": "a3fe3c2a-9ebe-4629-8b0e-6df5b319be21", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -193745,7 +193745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68687b4f-ffbe-435f-9677-890fe49ad632", + "id": "6a4b4f47-68ab-4d3f-a2ee-d107db60220b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193798,7 +193798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26fd55d4-812a-4d75-91ec-6dda9342adfa", + "id": "7ed592b5-5758-4695-a931-244fa0991d15", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -193851,7 +193851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c85f2cf-024a-4e7e-ac61-9cf64b69233a", + "id": "1dbcb8af-4ba6-4164-8afb-f84d03f53cf8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -193916,7 +193916,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": "2d3f4515-32c7-4ef7-8f34-2efccb719f62", + "id": "102f300e-8338-45b0-a478-f8e9bd47fa33", "name": "Get Password Org Config", "request": { "name": "Get Password Org Config", @@ -193945,7 +193945,7 @@ }, "response": [ { - "id": "b17c613f-2157-4a1b-88e4-04ce6347db6c", + "id": "ae9cfa54-01b2-4b9a-914a-7193d6956099", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -193988,7 +193988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34b06d39-6e32-490b-9e47-ab508844ebd1", + "id": "cf6a5927-d70f-4429-b027-8100b9d42081", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194031,7 +194031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46e44168-87cf-472d-acdd-5a7fad3109ad", + "id": "95133f68-23d1-4572-b45f-5001c02c373c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -194074,7 +194074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcf1ef76-a534-466f-ae39-b595bafd46d0", + "id": "1985883f-c4f8-417b-ad43-9aaf071a4dc8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194117,7 +194117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fd82ef9-f16b-4317-80d8-dbd97f84d652", + "id": "402b27e2-4dd6-4650-84aa-ac6a479b70fe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -194160,7 +194160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93ee7450-452c-4ed3-ba12-6a13033972f6", + "id": "ef00f258-5eaf-405b-a28e-295d28f9179c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -194209,7 +194209,7 @@ } }, { - "id": "9d630a82-75b7-4c8a-b8f0-731871d6e5a4", + "id": "7cc2c702-200a-4fbf-909a-32ad2e1e4347", "name": "Update Password Org Config", "request": { "name": "Update Password Org Config", @@ -194251,7 +194251,7 @@ }, "response": [ { - "id": "8143377a-78b0-4cc9-8708-b83188c800b1", + "id": "209489d3-bf10-4945-8be5-3986c4939409", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -194307,7 +194307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c27ea514-b389-4115-a3a1-7eca55d38200", + "id": "8dc64443-1f8d-4e27-acd6-2cb256c76b50", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194363,7 +194363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbcc8d22-c062-4cf7-8ba7-f6b0d57a548c", + "id": "e216c43f-75dd-4071-af7e-733d24a96ee2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -194419,7 +194419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c035ea4c-f48a-4066-b12b-04cc7fe74c35", + "id": "58779c5b-5611-4188-ade6-24c7b9d68c4a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194475,7 +194475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5765c9c7-cf4e-4c40-a097-ef992da18700", + "id": "3fdbe83a-f562-4fa8-8a4b-41c934edb6b8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -194531,7 +194531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef07adf9-dfa9-4664-8156-97fbb5de0f57", + "id": "0e94c63a-6758-47aa-adb6-08ce7149539e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -194593,7 +194593,7 @@ } }, { - "id": "17e69007-e9e0-474b-bf60-e9fba8ebdd3e", + "id": "6fc59ef7-6f24-4c58-8639-6dc75a432fe4", "name": "Create Password Org Config", "request": { "name": "Create Password Org Config", @@ -194635,7 +194635,7 @@ }, "response": [ { - "id": "0e74a89e-e07b-4b66-ab15-ea09c78b08da", + "id": "708d1d78-f76e-4cc7-a643-7c834925f5d5", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -194691,7 +194691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13ec3f91-42f0-4447-86dc-e5e954f9dbfb", + "id": "878fc9e1-08c9-475d-948a-0f37811f6afa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194747,7 +194747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91e61ec0-0fe4-4060-aca0-d9d02437828a", + "id": "5c793da5-86b3-4f57-aa97-baa795010c56", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -194803,7 +194803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b670b77d-6818-4579-9ced-28b3020a7475", + "id": "f2e111fd-4fa1-42c7-b489-c1f9b1fd49d4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194859,7 +194859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7c96c32-70e1-4753-878b-e59c29bbe30e", + "id": "51261578-5e94-413e-9e6d-a0bc69556d81", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -194915,7 +194915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d2c2767-92de-42c8-874f-374593c84586", + "id": "331ca462-4755-44ec-b228-ae8bc7503c09", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -194983,7 +194983,7 @@ "description": "Use this API to implement password dictionary functionality. \nWith this functionality in place, administrators can create password dictionaries to prevent users from using certain words or characters in their passwords. \n\nA password dictionary is a list of words or characters that users are prevented from including in their passwords. \nThis can help protect users from themselves and force them to create passwords that are not easy to break. \n\nA password dictionary must meet the following requirements to for the API to handle them correctly: \n\n- It must be in .txt format.\n\n- All characters must be UTF-8 characters. \n\n- Each line must contain a single word or character with no spaces or whitespace characters.\n\n- It must contain at least one line other than the locale string.\n\n- Each line must not exceed 128 characters.\n\n- The file must not exceed 2500 lines. \n\nAdministrators should also consider the following when they create their dictionaries: \n\n- Lines starting with a # represent comments.\n\n- All words in the password dictionary are case-insensitive. \nFor example, adding the word \"password\" to the dictionary also disallows the following: PASSWORD, Password, and PassWord.\n\n- The dictionary uses substring matching. \nFor example, adding the word \"spring\" to the dictionary also disallows the following: Spring124, 345SprinG, and 8spring.\nUsers can then select 'Change Password' to update their passwords. \n\nAdministrators must do the following to create a password dictionary: \n\n- Create the text file that will contain the prohibited password values.\n\n- If the dictionary is not in English, they must add a locale string to the top line: locale:`languageCode`_`countryCode`\n\nThe languageCode value refers to the language's 2-letter ISO 639-1 code.\nThe countryCode value refers to the country's 2-letter ISO 3166-1 code.\n\nRefer to this list https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html to see all the available ISO 639-1 language codes and ISO 3166-1 country codes.\n\n- Upload the .txt file to Identity Security Cloud with [Update Password Dictionary](https://developer.sailpoint.com/docs/api/v3/put-password-dictionary). Uploading a new file always overwrites the previous dictionary file.\n\nAdministrators can then specify which password policies check new passwords against the password dictionary by doing the following: In the Admin panel, they can use the Password Mgmt dropdown menu to select Policies, select the policy, and select the 'Prevent use of words in this site's password dictionary' checkbox beside it.\n\nRefer to [Configuring Advanced Password Management Options](https://documentation.sailpoint.com/saas/help/pwd/adv_config.html) for more information about password dictionaries.\n", "item": [ { - "id": "d8084717-4056-4008-9502-97cf86cfd661", + "id": "d82ecabd-7c19-43cd-8429-8554e3e3b196", "name": "Get Password Dictionary", "request": { "name": "Get Password Dictionary", @@ -195012,7 +195012,7 @@ }, "response": [ { - "id": "8250e6d7-4478-451c-a684-4eba00596000", + "id": "200b4232-f88c-43fc-930e-3bb4d077aaaa", "name": "A password dictionary response", "originalRequest": { "url": { @@ -195050,12 +195050,12 @@ "value": "text/plain" } ], - "body": "pariatur ullamco", + "body": "sint amet", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "dea68b4a-df53-4f48-8bfc-2f3f0da372f5", + "id": "10b217a1-8dcc-4dcc-a9f0-852fde2bf716", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195098,7 +195098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae78ba8c-8ae2-4d2a-93c0-f393436bb74f", + "id": "c0d30555-c84d-4e73-bfcb-f90b632d5f90", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -195141,7 +195141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bc04f0b-fa07-42fe-b4a5-f508d8fb8aec", + "id": "ea2e3ddc-20fa-4169-b38d-9b0f482f3ef8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195184,7 +195184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44f4bc87-e755-40c5-833c-4ea930ca0e07", + "id": "c310f0b2-cd5b-479f-bf98-fe6e07caae7d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -195227,7 +195227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d246f97-683f-4f61-aa5b-5b9e455a1b64", + "id": "3c76ee05-80ab-451b-8e78-3b54b7a46e6f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -195270,7 +195270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3c45661-b63b-4ff9-be83-148a68e8682c", + "id": "fda21487-c313-4dea-836a-ca943d8df600", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -195319,7 +195319,7 @@ } }, { - "id": "ed8fbdf2-69f9-4253-ad0d-cb25af453190", + "id": "fbe9c631-67d7-4092-a68d-9554efc133fa", "name": "Update Password Dictionary", "request": { "name": "Update Password Dictionary", @@ -195364,7 +195364,7 @@ }, "response": [ { - "id": "c8774796-2634-405e-83b4-fa237478d598", + "id": "434c2b6d-fa4f-43f6-94e9-a45fe831a1cb", "name": "Successfully updated.", "originalRequest": { "url": { @@ -195413,7 +195413,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0ac1a729-d050-4347-8c74-f3d97a021023", + "id": "a4545349-b5f0-4cd6-9f7d-ac2e1f159abc", "name": "Created.", "originalRequest": { "url": { @@ -195462,7 +195462,7 @@ "_postman_previewlanguage": "text" }, { - "id": "edd68fc4-113c-46e7-a3e4-70ab84ec7834", + "id": "5e0264e9-8daa-4fce-92d2-940553f69dc1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195521,7 +195521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59bb6c62-a32a-4fe4-a1d8-0a21cc8e78f6", + "id": "e822bb46-dfc9-4e48-a7e4-7f6d675b677f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -195580,7 +195580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0993532e-cd72-439d-a106-d17a38cd8514", + "id": "90a5b054-1e0e-4e9a-aeac-2cde3f0d773a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195639,7 +195639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b553411c-7642-4ff8-a307-f864c3bbc44b", + "id": "bf2d9ce8-a2ed-498e-91a7-5b1212de2a99", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -195698,7 +195698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c6545cc-0252-4749-a41f-fd3d3bc0dcc3", + "id": "19e51236-04f0-4260-9982-c0892363f2ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -195757,7 +195757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f319b792-ebeb-494c-82b8-ed2ce4644116", + "id": "c7cafdff-abe5-4aa8-b8f0-84f66053b34a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -195828,7 +195828,7 @@ "description": "Use this API to implement password management functionality. \nWith this functionality in place, users can manage their identity passwords for all their applications.\n\nIn Identity Security Cloud, users can select their names in the upper right corner of the page and use the drop-down menu to select Password Manager. \nPassword Manager lists the user's identity's applications, possibly grouped to share passwords. \nUsers can then select 'Change Password' to update their passwords. \n\nGrouping passwords allows users to update their passwords more broadly, rather than requiring them to update each password individually. \nPassword Manager may list the applications and sources in the following groups:\n\n- Password Group: This refers to a group of applications that share a password. \nFor example, a user can use the same password for Google Drive, Google Mail, and YouTube. \nUpdating the password for the password group updates the password for all its included applications.\n\n- Multi-Application Source: This refers to a source with multiple applications that share a password. \nFor example, a user can have a source, G Suite, that includes the Google Calendar, Google Drive, and Google Mail applications. \nUpdating the password for the multi-application source updates the password for all its included applications. \n\n- Applications: These are applications that do not share passwords with other applications.\n\nAn organization may require some authentication for users to update their passwords. \nUsers may be required to answer security questions or use a third-party authenticator before they can confirm their updates. \n\nRefer to [Managing Passwords](https://documentation.sailpoint.com/saas/user-help/accounts/passwords.html) for more information about password management.\n", "item": [ { - "id": "8877b25f-7ce5-4a5f-b215-a0b624fb1eb2", + "id": "60389a78-8bc5-42dc-82a2-580900894f0d", "name": "Query Password Info", "request": { "name": "Query Password Info", @@ -195870,7 +195870,7 @@ }, "response": [ { - "id": "d2846725-95ab-41a3-928e-dbd55cbfec52", + "id": "93ab1fb3-3e70-4a0f-8747-3edb2064df1d", "name": "Reference to the password info.", "originalRequest": { "url": { @@ -195926,7 +195926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db706f5e-78bd-47b0-be70-58cc0d7560fa", + "id": "3ea1200b-851e-4137-9717-90d52f24248f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195982,7 +195982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28d35980-0baf-47c8-a6fc-9d346bca337c", + "id": "250b6884-0274-45b8-a185-81129de8f3b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196038,7 +196038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f175a9a-a82d-4268-a13b-4dc48f5a2a53", + "id": "19422716-4691-4140-871e-8f0903ec6092", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196094,7 +196094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71564541-73ab-4ccf-837a-509de9118274", + "id": "59eb634e-c2ba-43e8-8c51-245e753c00b8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196150,7 +196150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54cc0f74-52af-42e2-8c46-d35424a9daaa", + "id": "52b4a161-f14f-42b3-9747-3181af5dcddf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196212,7 +196212,7 @@ } }, { - "id": "59f2f584-eef4-47a6-b33e-c385dc7aa5b8", + "id": "b1e3b254-c905-4aed-9572-e01a6161a4de", "name": "Set Identity's Password", "request": { "name": "Set Identity's Password", @@ -196254,7 +196254,7 @@ }, "response": [ { - "id": "8a89dd51-fa28-4cec-9d04-847a5367e031", + "id": "bf49f900-f06d-4001-88be-463a24af18c4", "name": "Reference to the password change.", "originalRequest": { "url": { @@ -196310,7 +196310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f01de94-72cb-43e7-8004-94eba972b1bb", + "id": "046762a4-26b5-4979-9e6c-b7242ff77a73", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196366,7 +196366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a0ebdfc-4dfb-4845-8a8c-16ade9f298c7", + "id": "81602419-8a91-4b50-979f-6a1a96e25835", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196422,7 +196422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23d712cd-0d48-46c4-9173-5ff079997d20", + "id": "40e85d4f-b98c-46d3-8bd3-5e87a5c8eea5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196478,7 +196478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6431f674-49de-43e1-8433-a5bff83fe871", + "id": "30681228-4cff-4e0a-be4f-aebfae32573b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196534,7 +196534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62869834-cd7b-4749-9964-2c6965c3608f", + "id": "8724b6a7-a287-46fa-8ea7-0f525c80958f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196596,7 +196596,7 @@ } }, { - "id": "b294a030-c4e5-4b90-a31a-38aca1bf4ed0", + "id": "006285e6-f999-4b61-bf8f-ae4e59d25c61", "name": "Get Password Change Request Status", "request": { "name": "Get Password Change Request Status", @@ -196637,7 +196637,7 @@ }, "response": [ { - "id": "72bbfb4a-390e-4bd1-945b-267f40d261ba", + "id": "a59342e6-3866-465a-8f36-c55f00432d2c", "name": "Status of the password change request", "originalRequest": { "url": { @@ -196681,7 +196681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d43b9115-4539-4a4e-9337-88e3b10a92e2", + "id": "7de4b3b2-6fec-4cd8-ae6e-0770b502a204", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196725,7 +196725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c81d3349-1e6c-4f8c-8e33-d6fdb5f29122", + "id": "f6d63c0c-04ca-4591-8f02-ef7f0439a6eb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196769,7 +196769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7067d0c9-1dea-4baf-859b-35a787fc5881", + "id": "be1e0071-db4f-4c28-b4cd-977c5e51e55f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196813,7 +196813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34c15816-fd77-4088-99e1-146570a4445f", + "id": "e1fa5d34-48ea-40ce-b550-32a314992c56", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -196857,7 +196857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2481a603-cb20-449b-9b5f-a2b9c6f97561", + "id": "d0061e06-1e80-497d-86e6-5927687c348f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196901,7 +196901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "954e43f3-25d8-426e-9717-37f95e4c7c9b", + "id": "892e667f-d0b3-4387-8bee-ccedd7b2f8e4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196951,7 +196951,7 @@ } }, { - "id": "987046d0-7543-498a-b555-7f8f55399ac8", + "id": "a7a521eb-8464-439c-a3b3-79c5b689e6ac", "name": "Generate a digit token", "request": { "name": "Generate a digit token", @@ -197003,7 +197003,7 @@ }, "response": [ { - "id": "20df6f9f-b6ed-44e5-9eb2-cd3df5d1cad5", + "id": "9be24dcf-b430-44c8-a2fa-3ae18cec18dd", "name": "The digit token for password management.", "originalRequest": { "url": { @@ -197069,7 +197069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33a88573-5c61-4636-a41d-ce55dec9564e", + "id": "25461cab-10b1-4c55-9c1a-4dd00ba320c7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197135,7 +197135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c67ba41-ba65-4d5f-8481-7bb6ca03020c", + "id": "9bab60ec-5912-4c02-a343-cdaced29f0ae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197201,7 +197201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87feab40-b088-4689-afe1-3b853a5f6c17", + "id": "1f9111b7-fce4-4b6b-bc42-20216a174425", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197267,7 +197267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2ce0cbf-15f2-42c5-b32a-86f937d188c6", + "id": "2c528a85-55a7-4e69-92f1-d411f460c4c3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -197333,7 +197333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32418c41-20c0-4ec6-94e2-f1d7b24c7eda", + "id": "47548ff9-8e28-4f84-bcc9-39eceea7006d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -197411,7 +197411,7 @@ "description": "Use these APIs to implement password policies functionality.\nThese APIs allow you to define the policy parameters for choosing passwords.\n\nIdentityNow comes with a default policy that you can modify to define the password requirements your users must meet to log in to IdentityNow, such as requiring a minimum password length, including special characters, and disallowing certain patterns.\nIf you have licensed Password Management, you can create additional password policies beyond the default one to manage passwords for supported sources in your org.\n\nIn the Identity Security Cloud Admin panel, administrators can use the Password Mgmt dropdown menu to select Sync Groups.\nRefer to [Managing Password Policies](https://documentation.sailpoint.com/saas/help/pwd/pwd_policies/pwd_policies.html) for more information about password policies.\n", "item": [ { - "id": "a837e3b6-395d-450a-bd6c-a045542f2482", + "id": "b12438f7-0f25-4134-903c-ab9c6cf6f1f8", "name": "Get Password Policy by ID", "request": { "name": "Get Password Policy by ID", @@ -197452,7 +197452,7 @@ }, "response": [ { - "id": "6d55bd98-8dfc-4389-af95-3e291af4e72a", + "id": "f39fc0c2-53ba-416f-9f2f-54c4d363bc18", "name": "Reference to the password policy.", "originalRequest": { "url": { @@ -197496,7 +197496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef60a796-2573-46a1-b414-64623f6ac8cf", + "id": "c05e5b07-b476-4c24-b64f-05cf9fa1de70", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197540,7 +197540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "105e8236-fa08-4adb-aadc-dfa218c1a49c", + "id": "3da0584c-a349-4230-85f0-b304cba5377c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197584,7 +197584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2ffc6a1-e251-454f-9254-f9e2fae70b5d", + "id": "e7e0e306-abbf-49dd-b58c-424de6e7231c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197628,7 +197628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dca5b10d-964a-43df-8f3a-e9ee0c518f51", + "id": "6fdeb9a2-a510-4704-b4f5-2ee75b942fc3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -197672,7 +197672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "743f78db-b3e3-496e-94e0-6c143670734d", + "id": "220ff04b-ab57-4c27-9bfa-e363d6343932", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -197716,7 +197716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b08246e4-fd2f-4ae3-ba40-e74167fb97ea", + "id": "fc8b8f99-c08a-4408-b09a-c5390cd59ca9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -197766,7 +197766,7 @@ } }, { - "id": "25c6d8d2-9c88-4562-b4ec-cab9babeb19f", + "id": "37f3aa63-6231-484e-a824-bba617246c3d", "name": "Update Password Policy by ID", "request": { "name": "Update Password Policy by ID", @@ -197820,7 +197820,7 @@ }, "response": [ { - "id": "92923f21-4faa-407a-95e8-a88480c3fecb", + "id": "04a24d11-9031-43c6-929d-f8a00dfd3810", "name": "Reference to the password policy.", "originalRequest": { "url": { @@ -197877,7 +197877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14893d0d-344b-4e73-b7dc-e0c0d49104cb", + "id": "95687c2b-56ec-48af-a8e4-f70cd7c1c26e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197934,7 +197934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "731fff6e-f08b-4918-8942-c89c61294654", + "id": "9c373cdf-dbc5-40d6-9645-b19468097aa8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197991,7 +197991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9ab2cca-dbc5-4bf6-8337-8e1574b4f782", + "id": "af86c3b0-6ae4-446a-bcc5-fb9b4988bca7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -198048,7 +198048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5b1468f-ce8e-4152-9c27-0c828dcb7ed3", + "id": "2a1754f6-cecc-4687-96cf-b6145578f4a0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -198105,7 +198105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f44f49e8-d06d-41a0-8fb9-e3ee085f8d84", + "id": "135264f4-6538-4295-929f-b663a644c226", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -198162,7 +198162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b9c5603-e7d8-4b05-9042-e8eb8d6ad078", + "id": "65089f0a-eb19-49e9-9824-49222b667c04", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -198225,7 +198225,7 @@ } }, { - "id": "68bd1443-ca79-4d35-9cbf-08dac7bc53db", + "id": "be284c53-4583-46d6-a3a7-da52bbe4bfea", "name": "Delete Password Policy by ID", "request": { "name": "Delete Password Policy by ID", @@ -198266,7 +198266,7 @@ }, "response": [ { - "id": "c326fbdf-91ef-490e-9b00-e256a4c1a5b3", + "id": "13ccbde8-53bb-43d1-9ed7-ba9f02b4f379", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -198300,7 +198300,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0bfa36a2-d5fa-4f83-acef-2fe30334027b", + "id": "4e16f494-b8e6-467f-b463-668760210c0e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198344,7 +198344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "747ba62c-ab43-413c-9e80-ac7b82a11df8", + "id": "24759123-69fc-45fd-972b-85166a703620", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -198388,7 +198388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab9e724d-65f9-41ad-b75b-817ab02b001e", + "id": "1f1bdb77-a114-4530-8865-b42a4925654a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -198432,7 +198432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06fbfb67-f33c-4f69-9f76-c85f60cc844f", + "id": "a1a379a6-d891-48b0-b9b4-d7b120a7bbc0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -198476,7 +198476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6c5960f-cf39-4236-b263-fd88284469c9", + "id": "f3ca32d9-f073-4a60-bc56-992ec0ce82ee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -198520,7 +198520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "585c4527-cbcd-4a78-8903-d9b1b9313e4b", + "id": "eda17c6f-4a3b-4f75-84e6-f5f52c121030", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -198570,7 +198570,7 @@ } }, { - "id": "5401bcf0-8910-4e91-883d-80dc8f3dcb7b", + "id": "90edaa13-62b6-497a-b22e-2781bfc8a020", "name": "Create Password Policy", "request": { "name": "Create Password Policy", @@ -198612,7 +198612,7 @@ }, "response": [ { - "id": "0e684b3c-c99d-4071-a424-8c1944d63aa9", + "id": "c68aaa61-8eab-4014-8a01-5565450ed7aa", "name": "Reference to the password policy.", "originalRequest": { "url": { @@ -198663,12 +198663,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c91808e7d976f3b017d9f5ceae440c8\",\n \"description\": \"Information about the Password Policy\",\n \"name\": \"PasswordPolicy Example\",\n \"dateCreated\": \"1983-06-27T10:44:43.360Z\",\n \"lastUpdated\": \"1953-02-20T08:51:40.033Z\",\n \"firstExpirationReminder\": 45,\n \"accountIdMinWordLength\": 4,\n \"accountNameMinWordLength\": 6,\n \"minAlpha\": 5,\n \"minCharacterTypes\": 5,\n \"maxLength\": 25,\n \"minLength\": 8,\n \"maxRepeatedChars\": 3,\n \"minLower\": 8,\n \"minNumeric\": 8,\n \"minSpecial\": 8,\n \"minUpper\": 8,\n \"passwordExpiration\": 8,\n \"defaultPolicy\": true,\n \"enablePasswdExpiration\": true,\n \"requireStrongAuthn\": true,\n \"requireStrongAuthOffNetwork\": true,\n \"requireStrongAuthUntrustedGeographies\": true,\n \"useAccountAttributes\": false,\n \"useDictionary\": false,\n \"useIdentityAttributes\": false,\n \"validateAgainstAccountId\": false,\n \"validateAgainstAccountName\": true,\n \"created\": \"aute ipsum velit incididunt\",\n \"modified\": \"ut ea esse\",\n \"sourceIds\": [\n \"2c91808382ffee0b01830de154f14034\",\n \"2f98808382ffee0b01830de154f12134\"\n ]\n}", + "body": "{\n \"id\": \"2c91808e7d976f3b017d9f5ceae440c8\",\n \"description\": \"Information about the Password Policy\",\n \"name\": \"PasswordPolicy Example\",\n \"dateCreated\": \"2012-08-22T00:05:21.327Z\",\n \"lastUpdated\": \"1974-01-26T00:28:24.709Z\",\n \"firstExpirationReminder\": 45,\n \"accountIdMinWordLength\": 4,\n \"accountNameMinWordLength\": 6,\n \"minAlpha\": 5,\n \"minCharacterTypes\": 5,\n \"maxLength\": 25,\n \"minLength\": 8,\n \"maxRepeatedChars\": 3,\n \"minLower\": 8,\n \"minNumeric\": 8,\n \"minSpecial\": 8,\n \"minUpper\": 8,\n \"passwordExpiration\": 8,\n \"defaultPolicy\": true,\n \"enablePasswdExpiration\": true,\n \"requireStrongAuthn\": true,\n \"requireStrongAuthOffNetwork\": true,\n \"requireStrongAuthUntrustedGeographies\": true,\n \"useAccountAttributes\": false,\n \"useDictionary\": false,\n \"useIdentityAttributes\": false,\n \"validateAgainstAccountId\": false,\n \"validateAgainstAccountName\": true,\n \"created\": \"sint sunt ullamco sed\",\n \"modified\": \"Lorem proident ut\",\n \"sourceIds\": [\n \"2c91808382ffee0b01830de154f14034\",\n \"2f98808382ffee0b01830de154f12134\"\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8d3ca964-6805-4925-9b14-a0df6cb5aa72", + "id": "45197d61-9983-4dc8-be90-8e2bf4b792ce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198724,7 +198724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9acff02e-ee30-4013-87d4-44b409edf1a8", + "id": "dcf3e569-73cf-4748-83ca-78378ce81559", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -198780,7 +198780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdbfaf65-1d78-4955-9b1e-21071d2a7660", + "id": "f928aac3-5cd9-4c5f-88c0-d6d0540c1db0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -198836,7 +198836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e632b29-caa4-4295-8235-d9f65f4e31b4", + "id": "c78309e4-a768-42d4-acc6-fdda529b6cd7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -198892,7 +198892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a848caf7-5887-44a7-847d-8c20aa41a373", + "id": "a2cf567f-9ab3-4271-9b2f-1be32ecb488a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -198948,7 +198948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1a82577-6ab9-4b0b-9c71-b76350e9f877", + "id": "28913e3b-2a28-4621-9fdd-a9982200481a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -199010,7 +199010,7 @@ } }, { - "id": "32c688b8-3216-4068-a364-4de02dd8c899", + "id": "3a896dff-5f9c-4354-8949-29037890bce1", "name": "List Password Policies", "request": { "name": "List Password Policies", @@ -199067,7 +199067,7 @@ }, "response": [ { - "id": "c300fd77-d0d3-44b9-97b7-2495066fab12", + "id": "c723b7a4-9148-4420-983e-9878861a693d", "name": "List of all Password Policies.", "originalRequest": { "url": { @@ -199138,7 +199138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb6fc3ff-64c0-4d4a-bc56-8ae70d81051d", + "id": "053d00e5-43e7-4492-8e13-05c3d5349671", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -199209,7 +199209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "881b8fe7-2828-4a05-8103-023d31c45b39", + "id": "1ae75dbe-d818-4153-b8fc-2199ec580e74", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -199280,7 +199280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d983fd26-7fed-4b52-87d9-e684460f77fa", + "id": "7bd32543-7b45-4df6-9cdc-e8d706d47b87", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -199351,7 +199351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5186643f-d5c9-44d8-842c-13ddf1dd943f", + "id": "ef0cc0b5-4547-4a76-9a0c-6fd64970ff82", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -199422,7 +199422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bee94949-22bf-40cb-90f1-753d0cec4a5f", + "id": "ca3e59f7-754f-44a7-b711-47ea0b908a5c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -199505,7 +199505,7 @@ "description": "Use this API to implement password sync group functionality. \nWith this functionality in place, administrators can group sources into password sync groups so that all their applications share the same password. \nThis allows users to update the password for all the applications in a sync group if they want, rather than updating each password individually. \n\nA password sync group is a group of applications that shares a password. \nAdministrators create these groups by grouping the applications' sources. \nFor example, an administrator can group the ActiveDirectory, GitHub, and G Suite sources together so that all those sources' applications can also be grouped to share a password. \nA user can then update his or her password for ActiveDirectory, GitHub, Gmail, Google Drive, and Google Calendar all at once, rather then updating each one individually.\n\nThe following are required for administrators to create a password sync group in Identity Security Cloud: \n\n- At least two direct connect sources connected to Identity Security Cloud and configured for Password Management.\n\n- Each authentication source in a sync group must have at least one application. Refer to [Adding and Resetting Application Passwords](https://documentation.sailpoint.com/saas/help/pwd/adv_config.html#adding-and-resetting-application-passwords) for more information about adding applications to sources.\n\n- At least one password policy. Refer to [Managing Password Policies](https://documentation.sailpoint.com/saas/help/pwd/policies.html) for more information about password policies. \n\nIn the Admin panel in Identity Security Cloud, administrators can use the Password Mgmt dropdown menu to select Sync Groups. \nTo create a sync group, administrators must provide a name, choose a password policy to be enforced across the sources in the sync group, and select the sources to include in the sync group. \n\nAdministrators can also delete sync groups in Identity Security Cloud, but they should know the following before they do: \n\n- Passwords related to the associated sources will become independent, so changing one will not change the others anymore. \n\n- Passwords for the sources' connected applications will also become independent. \n\n- Password policies assigned to the sync group are then assigned directly to the associated sources. \nTo change the password policy for a source, administrators must edit it directly. \n\nOnce the password sync group has been created, users can update the password for the group in Password Manager.\n\nRefer to [Managing Password Sync Groups](https://documentation.sailpoint.com/saas/help/pwd/sync_grps.html) for more information about password sync groups.\n", "item": [ { - "id": "e2beefcd-e313-4a5a-8c82-e2ead81e7d9d", + "id": "260d0c38-a0b1-4b01-bbe1-d4c20ed78b2f", "name": "Get Password Sync Group List", "request": { "name": "Get Password Sync Group List", @@ -199562,7 +199562,7 @@ }, "response": [ { - "id": "dd5ae906-0144-413d-9088-290e66572c33", + "id": "c6e29228-7d88-493a-930e-7e90416fae92", "name": "A list of password sync groups.", "originalRequest": { "url": { @@ -199633,7 +199633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "736f7dac-bf3b-4a07-b655-4e7ca083c855", + "id": "9ce1e8f3-ac0a-4695-9330-e1c2a69538ad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -199704,7 +199704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc98bf56-98da-45f7-9a74-fe1771199d68", + "id": "6ad97311-8f73-4798-9ebf-8ff74bbd9dcc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -199775,7 +199775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bd9f6d7-fc45-4b81-95a9-f668a84ce17e", + "id": "7a80a8cb-81d1-4f61-917e-fb7988df5269", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -199846,7 +199846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bacff62f-0683-4990-9499-5e756159af63", + "id": "e44f5fe3-ae76-4b20-a724-1d864399d8fd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -199917,7 +199917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d48fd14a-e250-4e16-92f2-14d1e175fd95", + "id": "4ddd6f0c-93a5-49a3-94bf-8cc21115d615", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -199994,7 +199994,7 @@ } }, { - "id": "512d47c3-8696-48a0-9507-da648148bba2", + "id": "af58227f-a402-401a-8a7d-c89924993ce3", "name": "Create Password Sync Group", "request": { "name": "Create Password Sync Group", @@ -200036,7 +200036,7 @@ }, "response": [ { - "id": "7d1b8817-a133-4a86-9843-bb6f43934f0b", + "id": "58570dac-bff8-4488-9b7b-3a97e10666de", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -200092,7 +200092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "228821c8-0bdd-4719-abc6-d2e6cb50be99", + "id": "d62d3f34-9a89-4953-9126-a1a8e05399af", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200148,7 +200148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45ebd72a-55a1-466b-a868-8d6d06f5a2f4", + "id": "0a36097a-1d4e-41f1-bb8a-2fe8165bf6b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200204,7 +200204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "097f0531-2a8a-4d4c-98c3-a689a7058345", + "id": "1ba99fc4-e23b-4274-8362-eef8afa4e67e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200260,7 +200260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b5bc31d-9c1e-4f15-8a5d-8c95c80cdc25", + "id": "8075eb81-a9cb-41ff-a520-c341091495be", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -200316,7 +200316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "872af422-6b28-426f-8949-a2aa51cd651f", + "id": "4af31348-1fb3-42b1-9abd-dbe02e5f1a3c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -200378,7 +200378,7 @@ } }, { - "id": "4e65e96d-5cfc-4e87-9b25-0a19e64be589", + "id": "ead4ac57-87c6-4532-bf04-597568a3f05a", "name": "Get Password Sync Group by ID", "request": { "name": "Get Password Sync Group by ID", @@ -200419,7 +200419,7 @@ }, "response": [ { - "id": "c94edaa0-a660-4d91-b49f-c704aa2b2b8c", + "id": "ea7b4c4c-c841-44c4-b009-9f0c043d979a", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -200463,7 +200463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbede932-0010-4f58-9dfd-c11a174d3ead", + "id": "ffe2add5-a9aa-472f-ad05-72f4476db4b7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200507,7 +200507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "890b01d6-085a-4943-809b-113deb8a1f89", + "id": "2cd31372-a9c2-4c42-ba61-a1c9d278be27", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200551,7 +200551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09615b8f-30d4-42bb-8777-48f95d7a306c", + "id": "7ec85bf0-04b5-4644-afb0-e296b916a8ae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200595,7 +200595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1437ef33-5a9f-4346-b68a-13dcf0dae204", + "id": "bd49e477-5918-44ad-adf8-197876ac26b5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -200639,7 +200639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69116c89-814a-4e9d-9f02-69246793b8f8", + "id": "fbce28de-88e4-41e3-9afa-1c0285fa4129", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -200683,7 +200683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b739337e-ffab-4047-a702-b136eca889ab", + "id": "3be7cd5c-0efc-42cb-9e65-6a8eb7059df8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -200733,7 +200733,7 @@ } }, { - "id": "919a133e-edcb-4ca3-b06d-f034b237c296", + "id": "ebbacbd4-86ac-4c63-aab2-86ecfe7d08bf", "name": "Update Password Sync Group by ID", "request": { "name": "Update Password Sync Group by ID", @@ -200787,7 +200787,7 @@ }, "response": [ { - "id": "d7cef148-23ff-4571-b4e8-fb7e647bfe7c", + "id": "2ba85b0a-b6e3-4468-919a-cc5518fc5c29", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -200844,7 +200844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ae5f044-f64b-43f5-b989-941131ccc83c", + "id": "3ba4e3fd-5b95-4cd3-ada0-dfb260f15eb1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200901,7 +200901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71ca072a-6cf7-4130-99c2-61d53bffef07", + "id": "e7bcd1a8-0d66-4092-86de-66f1cd63768d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200958,7 +200958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8afc7e6c-a0fa-4957-be0d-548a3219ab5f", + "id": "4413d1fa-bf06-4fe6-8ee6-1d796e9884d4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -201015,7 +201015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a92d63f-53a9-43e6-a4b5-ea4c7c11b76e", + "id": "f5ef23f9-9220-4693-81ab-128108f2731a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -201072,7 +201072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0afeb9a-cea7-4d60-ae7b-db87eba141f3", + "id": "62ae1923-8d25-428d-a5bc-ae5f7cd60375", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -201129,7 +201129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e19743c-de53-46e9-85ed-6465319274cb", + "id": "356b49ae-6120-4d10-ba09-4c63243a611f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -201192,7 +201192,7 @@ } }, { - "id": "e96003f7-98d6-4dc4-ad6d-b89be8db440c", + "id": "2f2e8b69-fe37-40fa-b9a4-9d23816c4b8d", "name": "Delete Password Sync Group by ID", "request": { "name": "Delete Password Sync Group by ID", @@ -201233,7 +201233,7 @@ }, "response": [ { - "id": "b3c5e153-00c5-4eb0-b8be-5aaeafd5f755", + "id": "3d588772-5060-43c5-aa01-82ea69a8266b", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -201267,7 +201267,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6d5ff4f1-55b5-414c-b2f4-125b1dd73358", + "id": "e0728b76-18fc-4a48-8f90-388c6e74699f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -201311,7 +201311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62cbfd51-ce08-4e90-b69f-ec28ba36ec7f", + "id": "e2b2bd68-a457-47a1-924b-42b15f03c050", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -201355,7 +201355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f43f16ab-4996-411f-8995-37cab9510557", + "id": "906c8e73-c7d3-44de-993a-a6196725aac3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -201399,7 +201399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "649325a7-c41b-479a-a7bd-3720c9cc454f", + "id": "1c730ddc-1aa3-424b-bc54-0d601551828c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -201443,7 +201443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cd95fba-50d3-4df7-a39c-c8ac5b0408f4", + "id": "95ed4707-a6df-43c4-9706-1768e46e581f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -201499,7 +201499,7 @@ "description": "Use this API to implement personal access token (PAT) functionality. \nWith this functionality in place, users can use PATs as an alternative to passwords for authentication in Identity Security Cloud. \n\nPATs embed user information into the client ID and secret. \nThis replaces the API clients' need to store and provide a username and password to establish a connection, improving Identity Security Cloud organizations' integration security. \n\nIn Identity Security Cloud, users can do the following to create and manage their PATs: Select the dropdown menu under their names, select Preferences, and then select Personal Access Tokens. \nThey must then provide a description about the token's purpose. \nThey can then select 'Create Token' at the bottom of the page to generate and view the Secret and Client ID. \n\nRefer to [Managing Personal Access Tokens](https://documentation.sailpoint.com/saas/help/common/generate_tokens.html) for more information about PATs.\n", "item": [ { - "id": "d966c8d8-8bab-4fe3-ab5e-71f9b3a915e5", + "id": "22fafc04-7678-46c2-818d-6f1e45381a19", "name": "List Personal Access Tokens", "request": { "name": "List Personal Access Tokens", @@ -201547,7 +201547,7 @@ }, "response": [ { - "id": "14e5a5a3-2a07-41be-b42c-e1b78a944929", + "id": "235402fc-09a8-4cbc-bb8d-ed95123bc434", "name": "List of personal access tokens.", "originalRequest": { "url": { @@ -201609,7 +201609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d84df9f6-f2da-407c-82b9-46efe24463f6", + "id": "2fde1f07-0a1a-4a06-8e16-8d9857a73d4c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -201671,7 +201671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1b584f9-793a-4f70-bae7-7ff6ab8397f5", + "id": "fcd2e9a5-0958-42f3-8c0c-096496604e70", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -201733,7 +201733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21c98ec4-967a-468b-80fe-169d865758b6", + "id": "37913547-ae87-45ed-87bd-7843fb77b130", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -201795,7 +201795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4826814d-e85e-47da-8a86-bb284ec92d80", + "id": "f75af182-8941-4e66-bee2-5a247f6533fa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -201857,7 +201857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be84fb9d-1f48-44e2-9b9b-d19872bcf6d4", + "id": "5c36f30c-33cc-4c3f-b57b-c81fd8cd7090", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -201925,7 +201925,7 @@ } }, { - "id": "c8dd1a19-8534-4b27-a178-c4d5cd97959f", + "id": "a1e78f0f-5e76-4f15-ad4a-d8dd70ba9a50", "name": "Create Personal Access Token", "request": { "name": "Create Personal Access Token", @@ -201967,7 +201967,7 @@ }, "response": [ { - "id": "b2ef61a7-051d-4f63-b4a0-b25da3993c32", + "id": "b7260a1a-a7b2-42d5-ba5b-0e422b5e72c1", "name": "Created. Note - this is the only time Personal Access Tokens' secret attribute will be displayed.", "originalRequest": { "url": { @@ -202023,7 +202023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36fb9b7b-41f6-4be0-8610-017ddda58f89", + "id": "b6178077-5a6d-4b41-90f1-4a3c727a4433", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -202079,7 +202079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13a00aae-3b24-4b7e-a676-7ed0893672b6", + "id": "0625d416-9e50-465f-b61b-209b99fabe59", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -202135,7 +202135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ba92b70-533b-44c6-a26e-106e47081325", + "id": "9d879617-5050-452e-bb4e-5446e8b92273", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -202191,7 +202191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2e30ebb-cbf5-4fda-9a73-f7fbfdfc5340", + "id": "96db1422-f185-4ffd-9b30-9f17bee98ae6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -202247,7 +202247,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b34cf070-a599-4c44-bbe1-51ee27d25810", + "id": "7bf62828-bdde-4311-abc2-c0c650a03653", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -202309,7 +202309,7 @@ } }, { - "id": "8c52c912-cf4c-4e55-94b8-56dbd4a290f4", + "id": "3a6965fd-cec9-4c26-94fe-ad9ace1dad23", "name": "Patch Personal Access Token", "request": { "name": "Patch Personal Access Token", @@ -202363,7 +202363,7 @@ }, "response": [ { - "id": "b86e8b0a-fd0d-4fee-9d98-5a56bdd21ac8", + "id": "d43bcadb-cb65-4438-8a74-e2fda777c455", "name": "Indicates the PATCH operation succeeded, and returns the PAT's new representation.", "originalRequest": { "url": { @@ -202420,7 +202420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40f5912d-e7e9-4b3a-9c67-8b14b28179a2", + "id": "d1d29e85-033e-45a4-8305-570eeb6cc663", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -202477,7 +202477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a53994eb-1382-4cc6-81ad-3ae2bfaaf15d", + "id": "0eaa6614-9a48-4925-bd49-aa15ed8a2864", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -202534,7 +202534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af1ae757-5b66-4959-ac0e-a7515a5e631d", + "id": "8bfd90e7-875a-491b-957e-72ecf9bc26d9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -202591,7 +202591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69b29ff7-146c-4d55-a223-abcfd02813a7", + "id": "6ca91100-c221-4f60-833f-49cc9430426d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -202648,7 +202648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d080ba38-6f3a-4431-9e74-6b88d06c424b", + "id": "456bece0-4aab-4595-a892-d537fefeee2c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -202705,7 +202705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21188230-a021-4de7-b0a1-dadb21d232c5", + "id": "065fd05c-946a-4d1a-adf3-6eb31fa043a7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -202768,7 +202768,7 @@ } }, { - "id": "fc4e9abf-e16a-4b1a-8599-145f0c9a7a6f", + "id": "13119b1a-6ee9-4f2e-819b-08f3486aa8e5", "name": "Delete Personal Access Token", "request": { "name": "Delete Personal Access Token", @@ -202809,7 +202809,7 @@ }, "response": [ { - "id": "42f4800c-ff83-47b8-a253-1cc1a96fed07", + "id": "b81552c1-c4b7-4959-84f6-4ac20c7ea474", "name": "No content.", "originalRequest": { "url": { @@ -202843,7 +202843,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4e65c1e9-df08-410b-a295-d73ed41b7904", + "id": "e12ef46b-a230-49c7-87e3-fa3b495c5936", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -202887,7 +202887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81b6375a-dd7a-4677-87ec-30aad19ced43", + "id": "4e0a0477-2041-4b33-a9a5-2ba5cb57aa5b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -202931,7 +202931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "763e9481-759f-4a38-9b8b-db9cf30aed42", + "id": "30a8496a-d2d9-4de1-9da9-0f39e73a7678", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -202975,7 +202975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59e0bf7d-3b3f-4921-9d05-3f0565431048", + "id": "37e54401-ae6d-4592-8bd3-d1c5e98613a8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -203019,7 +203019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80ddd4bc-ce6f-40af-a573-179390d5e11c", + "id": "bb6f49b4-cf71-48e8-8f5e-9fd4d0d3136a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -203063,7 +203063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d174df15-828e-444e-a25d-028e1974813f", + "id": "b3ccb6a4-fa0a-492c-a3d2-34459afebbcf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -203119,7 +203119,7 @@ "description": "Use this API in conjunction with [Public Identites Config](https://developer.sailpoint.com/docs/api/v3/public-identities-config/) to enable non-administrators to view identities' publicly visible attributes. \nWith this functionality in place, non-administrators can view identity attributes other than the default attributes (email, lifecycle state, and manager), depending on which identity attributes their organization administrators have made public. \nThis can be helpful for access approvers, certification reviewers, managers viewing their direct reports' access, and source owners viewing their tasks.\n", "item": [ { - "id": "32178548-25cf-4fb5-a720-bd006286b000", + "id": "31f209e5-0820-4824-a283-e7b35e1d1d8e", "name": "Get list of public identities", "request": { "name": "Get list of public identities", @@ -203203,7 +203203,7 @@ }, "response": [ { - "id": "907e793a-3367-4c82-83b0-a39162e81679", + "id": "697b0140-3a63-4119-9be1-2e0082fc4ba3", "name": "A list of public identity objects.", "originalRequest": { "url": { @@ -203301,7 +203301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dd7d83d-d6d1-4734-a00d-feb8e26df6e2", + "id": "e0cb0a40-03ed-4b68-90de-2b8abc3302f1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -203399,7 +203399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7d5c6ce-78fc-431b-913d-44796b81d855", + "id": "50966bc4-952e-4347-a8f5-4c1140d86195", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -203497,7 +203497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "599dbfd0-4938-491f-beef-2779e68cd049", + "id": "84f3e587-4f9d-491f-9469-d13c1b902a54", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -203595,7 +203595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c26c33b-aac1-4785-b94d-a3e52ea6a3a6", + "id": "2ff626f5-0359-4eeb-8cb1-035a42f22a92", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -203693,7 +203693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e70f97cc-5968-401a-89ea-269e031e9057", + "id": "346689ab-438b-4608-a2f3-6ad6b9f2b5d3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -203803,7 +203803,7 @@ "description": "Use this API to implement public identity configuration functionality. \nWith this functionality in place, administrators can make up to 5 identity attributes publicly visible so other non-administrator users can see the relevant information they need to make decisions. \nThis can be helpful for approvers making approvals, certification reviewers, managers viewing their direct reports' access, and source owners viewing their tasks.\n\nBy default, non-administrators can select an identity and view the following attributes: email, lifecycle state, and manager. \nHowever, it may be helpful for a non-administrator reviewer to see other identity attributes like department, region, title, etc.\nAdministrators can use this API to make those necessary identity attributes public to non-administrators. \n\nFor example, a non-administrator deciding whether to approve another identity's request for access to the Workday application, whose access may be restricted to members of the HR department, would want to know whether the identity is a member of the HR department. \nIf an administrator has used [Update Public Identity Config](https://developer.sailpoint.com/docs/api/v3/update-public-identity-config/) to make the \"department\" attribute public, the approver can see the department and make a decision without requesting any more information.\n", "item": [ { - "id": "159f5b75-0da9-42cc-b398-0f7915b56580", + "id": "9b80e147-932a-484c-b2af-0997f6452f05", "name": "Get the Public Identities Configuration", "request": { "name": "Get the Public Identities Configuration", @@ -203832,7 +203832,7 @@ }, "response": [ { - "id": "5186af0d-5312-4bc8-b07a-e43bdeee21e6", + "id": "8778a793-833f-4875-9d87-17c1c8387062", "name": "Request succeeded.", "originalRequest": { "url": { @@ -203875,7 +203875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ae0d5d8-37f0-41c4-b2cd-ea2ad3bf1c11", + "id": "52e2f539-ab59-428a-a6d0-86852c64712a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -203918,7 +203918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9f683ea-2c30-4b3f-ba4b-8462d43b7f3e", + "id": "ad7a0842-f7b5-43fa-87a4-3e27c2092b4c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -203961,7 +203961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebdc6e13-9536-4bc1-9fa9-8ba9c9cd7298", + "id": "c7ad0135-26d5-4825-b320-00a2730257ad", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -204004,7 +204004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da1d6ce8-c744-4f5b-9af7-f17a459b47a3", + "id": "618db061-5c63-4feb-9446-c61999d076ca", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -204047,7 +204047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cc6b344-bf89-4648-b5d6-9f774311fe76", + "id": "f90be3a2-71af-449b-9f56-e2d7769751ed", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -204096,7 +204096,7 @@ } }, { - "id": "bf09e348-ba0f-4ed8-8f55-19a85246fc2b", + "id": "41c9eecd-70ce-44f8-8d69-fd8f9cea84cd", "name": "Update the Public Identities Configuration", "request": { "name": "Update the Public Identities Configuration", @@ -204138,7 +204138,7 @@ }, "response": [ { - "id": "be707e0c-5136-4877-ae71-a3aa905a297a", + "id": "9cc31874-3c65-47c5-b127-ddfa1fbb6758", "name": "Request succeeded.", "originalRequest": { "url": { @@ -204194,7 +204194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc611ebc-052f-4f6e-b9a3-0ad35c777426", + "id": "23176dba-076c-4a59-a50e-03a090514c10", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -204250,7 +204250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "338246a8-545e-4fd7-84f9-47a5f26c1bb0", + "id": "a285aae0-6eae-46f7-ae42-b13d6b4b8ea7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -204306,7 +204306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66ef6fc1-6bf4-46f9-badc-9cb083380abb", + "id": "02270fe5-70d2-4347-b5a7-c6cfe805e6ad", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -204362,7 +204362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23e49e35-05c3-4037-aa2a-86122e5f2ad6", + "id": "20b7488e-9c2b-40f2-91cd-719e39fede79", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -204418,7 +204418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db04618d-bed1-4925-9121-88943cb46991", + "id": "628b91f2-0799-4ede-b5f8-83a9c64639bb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -204486,7 +204486,7 @@ "description": "Use this API to implement reports lifecycle managing and monitoring.\nWith this functionality in place, users can run reports, view their results, and cancel reports in progress. \nThis can be potentially helpful for auditing purposes. \n", "item": [ { - "id": "e1e2f156-bc1e-47df-bf72-1cd6904dd538", + "id": "05dc2ace-c4d2-4bc9-8ebc-b7509fa4f9d6", "name": "Get Report Result", "request": { "name": "Get Report Result", @@ -204538,7 +204538,7 @@ }, "response": [ { - "id": "8bf81c9f-a5f2-40d2-a3e3-7772917e1f2d", + "id": "2023a3cd-a263-46bc-9b06-df311c1fab0f", "name": "Details about report that was run or is running.", "originalRequest": { "url": { @@ -204593,7 +204593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c732e2c-a7ac-4117-96fa-706cf2007d99", + "id": "ba026337-9524-4e54-bc21-23264f2a7f7f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -204648,7 +204648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19fc71b9-fdb2-4ed2-ae88-23331a3c14e4", + "id": "73c4cd1d-86b4-441f-9210-0c0e817a9b47", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -204703,7 +204703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c541e74-3bf9-4bcb-ab07-d24809c3fcf5", + "id": "bbf689a6-8677-4655-ab19-4e75de82a5ce", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -204758,7 +204758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7864f11-9220-4c1e-b3f7-f59c49c72b20", + "id": "bab65d62-463e-45a4-b2f7-e329ecb6874e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -204813,7 +204813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a5f8613-43e9-4c06-b17e-819d710fe8d4", + "id": "590d8419-64a1-42a7-b838-b4a1bbba9f0f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -204874,7 +204874,7 @@ } }, { - "id": "4a8138a4-d5fc-47d4-8cef-1f653bc4e54b", + "id": "a388e6da-6250-4821-a853-75a6314117e1", "name": "Run Report", "request": { "name": "Run Report", @@ -204917,7 +204917,7 @@ }, "response": [ { - "id": "737d30c4-fcf1-466d-acff-3caa2309a0b1", + "id": "8e8bf329-c0aa-4987-8bf2-ecb277ef9812", "name": "Identities Details Report task result.", "originalRequest": { "url": { @@ -204974,7 +204974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32a0356a-8a1f-4cf1-9f8a-ff98bdc23ab7", + "id": "318f0157-48b0-4f4b-a479-53d024d43dd6", "name": "Identities Details Report task result.", "originalRequest": { "url": { @@ -205031,7 +205031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10a5c1fd-f3ae-409a-89d9-38c6011ba93c", + "id": "fec54070-e40c-4b84-99cb-32ab31069f1c", "name": "Identities report", "originalRequest": { "url": { @@ -205088,7 +205088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65f0ed51-bb30-4f9c-834e-22441f5ec362", + "id": "c511df08-e00f-476a-a409-b41b76d23211", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -205145,7 +205145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "814b2507-b6db-433e-856a-177fc9c3cf7f", + "id": "bd4e1ba6-d782-4f2e-a255-6a77af94b9db", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -205202,7 +205202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d715669-9578-4c2e-9e98-bc8a3aa2889e", + "id": "ceb7d0e8-8347-4d24-a542-6477f5d2f03d", "name": "Search Export report", "originalRequest": { "url": { @@ -205259,7 +205259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18335954-1a30-4947-b77f-1d2d20a428cd", + "id": "ff5304fb-c046-4cab-991e-608362cddebd", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -205316,7 +205316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cbb4c0f-6ad1-4e56-8439-4b083a23e6bf", + "id": "e22f1eed-8b14-48e1-8bc1-4e3197396ba4", "name": "Account Export report", "originalRequest": { "url": { @@ -205373,7 +205373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49057445-6f58-4984-8c02-0f3dec8df898", + "id": "14205789-31b4-401f-a3db-ffdbf1ad7cbf", "name": "Identities Details report", "originalRequest": { "url": { @@ -205430,7 +205430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89cf220f-172b-44bb-950d-ffffcc73f979", + "id": "7b669aa8-ed7e-4ec3-8540-33538ec6b90d", "name": "Identities report", "originalRequest": { "url": { @@ -205487,7 +205487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b04eb7b8-0e21-4868-bcc5-c04a940cc134", + "id": "1a3d2850-038b-4f12-91a3-6c33fc931a47", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -205544,7 +205544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5afb4a2-68d3-4ce4-b572-9b6504e6ae95", + "id": "f977de6b-8279-4440-b48b-2a387ff8b68c", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -205601,7 +205601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c724032b-fa76-4363-8299-043a59198e21", + "id": "667d49dd-52ec-4dfd-9574-c23586b1bb2e", "name": "Search Export report", "originalRequest": { "url": { @@ -205658,7 +205658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fef6bc59-625f-4b79-bf82-85c160a7e077", + "id": "33166171-0ed4-4a85-b075-d1ff6894edb3", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -205715,7 +205715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48ce7e11-c64e-4fc0-99c7-1491f13fa5a7", + "id": "ffe21d0a-6dbd-4cd6-a313-839c2d3885d1", "name": "Account Export report", "originalRequest": { "url": { @@ -205772,7 +205772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4a9722d-b02b-4e99-8e6f-45b2f2f6771d", + "id": "ba3af4c9-b811-437c-9501-97e2a0647827", "name": "Identities Details report", "originalRequest": { "url": { @@ -205829,7 +205829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2bf9992-b51d-4099-9bf0-5fcc3c7d0f2d", + "id": "b2408243-6926-4d42-a534-4f215d9896c1", "name": "Identities report", "originalRequest": { "url": { @@ -205886,7 +205886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9f7b432-42be-418f-94af-fb65bb86cdb5", + "id": "40b12cc0-9bb9-4dd1-ae81-5e4a5e09f0fd", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -205943,7 +205943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bccf79a1-2fa2-4e3b-8946-04073f1446d0", + "id": "4699e2e0-8ee4-4d31-8082-9619875d91e9", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -206000,7 +206000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc73bd0e-4662-4645-a027-e3eb3e3c45e5", + "id": "c91d9d46-760e-4c88-827c-11a0d22d7363", "name": "Search Export report", "originalRequest": { "url": { @@ -206057,7 +206057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0947c9d5-4ff0-4b9e-95fc-cb7e65c04b89", + "id": "d223c5c1-1b5e-4549-ad54-ed6841313fb6", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -206114,7 +206114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a39f17c4-7506-4e10-9807-092322fc1536", + "id": "2d0cd1cd-4340-45a0-9c4c-48fc01607e88", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -206171,7 +206171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b92bf16-7a35-47bd-9a65-265ac88f6324", + "id": "f870380c-a8b5-4857-a6ef-e81ce0cbfc74", "name": "Identities Details report", "originalRequest": { "url": { @@ -206228,7 +206228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5db12bea-10b3-443a-b311-73cc04110a4d", + "id": "00b75209-d238-4bf6-972d-4c089a0fe2ab", "name": "Identities report", "originalRequest": { "url": { @@ -206285,7 +206285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f6477ca-076f-4f35-961a-05a1a1d5d914", + "id": "29b810ef-ce63-42ba-adf3-bba4955b6046", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -206342,7 +206342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe3d79dd-a6fe-41bf-ba3f-1bfbd75b0830", + "id": "9108079d-33f6-4904-a7fb-6435ecfd52f4", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -206399,7 +206399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7156ce2-87a4-419b-88dc-9a7ecd5c674d", + "id": "600a7eaa-a389-4d0d-a0c9-38209cec9811", "name": "Search Export report", "originalRequest": { "url": { @@ -206456,7 +206456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3a321f6-f3fb-4635-bab1-1efdf08a8aca", + "id": "0067d72a-b4e1-4db9-beff-dd313a2da258", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -206513,7 +206513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a273261-bd58-409b-93e9-822e728bdb34", + "id": "fbd0216d-ea91-40a3-b1a2-f2fc07179f87", "name": "Account Export report", "originalRequest": { "url": { @@ -206570,7 +206570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17652750-7a22-4a2e-98ce-f54049506094", + "id": "935948a4-47d1-453e-9935-423c8b83ec8d", "name": "Identities Details report", "originalRequest": { "url": { @@ -206627,7 +206627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a522ca79-8849-4998-a20c-14ce47d2c476", + "id": "c279e2bd-586a-4dca-9666-2d6ac6b96c70", "name": "Identities report", "originalRequest": { "url": { @@ -206684,7 +206684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56e601d9-92b0-4a64-a70f-f9a2f55f1618", + "id": "9413564a-58b6-4dfa-acbd-2a60215a28c7", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -206741,7 +206741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5160d40-f5bf-4166-99bc-134ba080760c", + "id": "0b96ec69-3064-43eb-a7eb-b416bd634a4c", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -206798,7 +206798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "296802b9-e0ae-4e77-be24-9943ff77175f", + "id": "87ba8bb7-d030-4cef-8cd4-8e90053e20af", "name": "Search Export report", "originalRequest": { "url": { @@ -206855,7 +206855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2a28b1e-1ffd-4110-a501-f81d0907794a", + "id": "65c4c9e6-d566-4de4-870e-555dd601d2fb", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -206912,7 +206912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "810dcd57-4492-4558-bc4a-41fa6884112d", + "id": "ea9fca16-6b6f-40af-84b8-ee6c19ead7d6", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -206969,7 +206969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a2c843e-3294-4f75-85c7-59dcb8ae7fc8", + "id": "b3c60760-5e45-47e1-97c9-56b39524b1f0", "name": "Identities Details report", "originalRequest": { "url": { @@ -207026,7 +207026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77d052d2-13e9-4dae-8919-164c4f967667", + "id": "0a78080f-9614-4e0e-ae89-eb047e9dd3fa", "name": "Identities report", "originalRequest": { "url": { @@ -207083,7 +207083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ef5c39a-faac-4773-a512-3e7e6d4396b3", + "id": "c2dbf278-3aad-4614-9d6d-1dad2986d38c", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -207140,7 +207140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5d68bcd-09a1-49ce-931d-4ccde62fee89", + "id": "106da8d0-dfee-49ed-bca0-cfe322f1bafc", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -207197,7 +207197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f6610de-bf98-4d36-87d7-ddd2f3bace52", + "id": "cc7cb4b1-a10a-49b4-85a0-e00645799e29", "name": "Search Export report", "originalRequest": { "url": { @@ -207254,7 +207254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d4ab988-d079-40f8-a114-d328dfe4e380", + "id": "f5f0d411-3f6c-4453-8c04-04cd2e121b7b", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -207317,7 +207317,7 @@ } }, { - "id": "1a49ab16-75f6-40ca-a8b8-823b8ac98e6e", + "id": "aa63c4d5-341e-47b2-9584-0bfcde504de6", "name": "Cancel Report", "request": { "name": "Cancel Report", @@ -207359,7 +207359,7 @@ }, "response": [ { - "id": "0f5079dc-c870-4fd9-a7b3-5ebfeb1b618b", + "id": "a0dda6e3-b0ff-4333-917a-c3e8ba0be25a", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -207394,7 +207394,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5de1bd83-7a15-4eb7-a144-23699b93f493", + "id": "326cef43-8ab6-43cd-a378-b2551bef9c83", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -207439,7 +207439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02b2c390-2669-4628-8fc8-4037c1092118", + "id": "ccfbdee7-2513-4ace-9d6e-5e36ba4a9e98", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -207484,7 +207484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3ec66d5-e1bd-44fc-8973-e02caad1c461", + "id": "9e9551d2-7f2b-4c99-bed3-ec215252bf26", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -207529,7 +207529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7504bb2-bd94-420c-a162-1e40d75811f5", + "id": "8568636b-30f5-4231-91b4-356e2ea5d65c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -207574,7 +207574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ed4519c-903e-43bc-87d8-796eed230098", + "id": "3946c8ad-d1bc-4c3f-8290-2811f2eaed6b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -207625,7 +207625,7 @@ } }, { - "id": "3128e9d7-a249-4fb5-9ebe-99ed3ca2096c", + "id": "6053277a-ef8a-43ee-a94e-1c6327d1ceb5", "name": "Get Report File", "request": { "name": "Get Report File", @@ -207694,7 +207694,7 @@ }, "response": [ { - "id": "42456319-4874-46c7-8585-dfa98a7383bc", + "id": "a3969afc-e3e5-43e2-b4fc-3362bb6baf40", "name": "Report file in selected format. CSV by default.", "originalRequest": { "url": { @@ -207770,12 +207770,12 @@ "value": "attachment;filename=\\\"fileName\"" } ], - "body": "ipsum", + "body": "veniam ex magn", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "f3aa3214-f8ce-4427-9b49-7c5105aa3c20", + "id": "528cb40a-fe69-472c-b588-994fc99f79ec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -207847,7 +207847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1589f4f-1fab-46c7-874f-a927e96024d7", + "id": "14394873-11e9-4d20-bc04-28dbfd075f2d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -207919,7 +207919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff19d81f-b4e9-401b-b9d9-16ab048c0b28", + "id": "efe330f1-020a-4ad7-a7c8-d7e9055c385b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -207991,7 +207991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f12cd4eb-e5a1-4523-81d2-4d02182a4277", + "id": "66d5c841-b3d1-45e5-b6a5-28b5fb936280", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -208063,7 +208063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9726ae6b-41ab-40bd-adc6-9165ebc9d667", + "id": "a87cfba4-dc74-4b49-af5c-754053e14b27", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -208135,7 +208135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abaa281c-f021-413c-b5df-014efa0a62e8", + "id": "5cd61ed8-9eff-4368-8001-49170774d1b2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -208219,7 +208219,7 @@ "description": "Use this API to implement requestable object functionality. \nWith this functionality in place, administrators can determine which access items can be requested with the [Access Request APIs](https://developer.sailpoint.com/docs/api/v3/access-requests/), along with their statuses. \nThis can be helpful for administrators who are implementing and customizing access request functionality as a way of checking which items are requestable as they are created, assigned, and made available.\n", "item": [ { - "id": "87175806-1f55-4379-88c2-a26dc7b7e838", + "id": "a248653b-114b-4822-8e28-9e4a68509cfb", "name": "Requestable Objects List", "request": { "name": "Requestable Objects List", @@ -208330,7 +208330,7 @@ }, "response": [ { - "id": "e3e39c78-4242-420b-838d-04201c686cb2", + "id": "e3c6b0eb-ac59-46d0-a543-e4cc84fbc48f", "name": "List of requestable objects", "originalRequest": { "url": { @@ -208455,7 +208455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "082960fc-42a1-4bd6-99a6-6269d416a5a9", + "id": "baa96759-c906-40f4-bb24-e85f8a771444", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -208580,7 +208580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01a7b7f6-2ebb-420c-958c-c241946aa975", + "id": "3cca8566-7b14-4feb-b0a6-93b913ff9ce1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -208705,7 +208705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acb157a6-8058-4f95-be34-f8fcc331dd98", + "id": "868b4a6e-1340-4b9e-877b-bc181457e0b6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -208830,7 +208830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01e86e8e-5fb4-4ddd-8ec8-349d7d1a58fb", + "id": "4f5325bf-8d57-48a6-9bcb-9dab8eb1ebcc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -208955,7 +208955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a2bc286-31d8-452e-8259-4e1615712e0b", + "id": "efc92b27-539c-4c09-aba9-42fa80ffb6ef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -209092,7 +209092,7 @@ "description": "", "item": [ { - "id": "952c6213-e100-4dc5-815f-acc867d760a2", + "id": "37752788-d40f-4a3b-93f9-859127bc38ec", "name": "Generate insights for roles", "request": { "name": "Generate insights for roles", @@ -209131,7 +209131,7 @@ }, "response": [ { - "id": "298c4975-e0b9-439e-b375-ce425e1fca9a", + "id": "ba32df4d-bf74-4857-8e1d-7942c762fa18", "name": "Submitted a role insights generation request", "originalRequest": { "url": { @@ -209184,7 +209184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7be62ce-b125-4bc7-9fce-82cdb9779fc0", + "id": "ee57a8b6-c83e-41c9-9ea2-77a0ff35c2b5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -209237,7 +209237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d15e7f5b-7cd1-4a9f-ab6c-e2a56acf168e", + "id": "01a9b3cc-c4ff-4abd-a854-9984afe94eee", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -209290,7 +209290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8895127a-0146-4ccd-89b4-5200abac6d3f", + "id": "79f65fc3-ef61-436c-9634-3e3623f80a6c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -209343,7 +209343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a91e26da-b575-4225-ba71-01384111e0b8", + "id": "43d4cf2a-afed-440c-a066-45380cc70c55", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -209396,7 +209396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5204922-4d34-4d77-b300-9cf637ca75e9", + "id": "36becc63-5872-4911-a7b1-d180419091be", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -209455,7 +209455,7 @@ } }, { - "id": "d0219719-737c-4412-9fe2-6e1e68292bb9", + "id": "3b95004e-37b5-4c53-a640-2140c389a8cb", "name": "Returns metadata from prior request.", "request": { "name": "Returns metadata from prior request.", @@ -209506,7 +209506,7 @@ }, "response": [ { - "id": "d3700283-595a-48a4-88f7-b0c8f960e5cc", + "id": "26750d55-4c06-498a-822a-db929cd441f8", "name": "Succeeded. Returns details of an earlier role insights request.", "originalRequest": { "url": { @@ -209560,7 +209560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f25eb203-2502-4a82-b7d4-5593af65baaa", + "id": "0d290859-680c-437e-b43d-4e246c6354c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -209614,7 +209614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67400909-9d24-4c47-b4fa-7a43a8360cc8", + "id": "142288d0-2e67-4614-92d6-6b94353c6f9a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -209668,7 +209668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5087de8d-0e2e-4c43-9113-9f07744abd10", + "id": "8d179262-bcb4-40f8-9548-bda2852b16a1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -209722,7 +209722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f49491d-9224-4c63-9ba2-1cf4d4a6068a", + "id": "d16e23ed-d7a5-4e19-9257-227c179b72c2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -209776,7 +209776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f21108f-022c-4cfc-94f8-e7973186f9cc", + "id": "f4c7c8da-5136-4ca5-b2d8-9307b380f99f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -209836,7 +209836,7 @@ } }, { - "id": "af25ad68-99f9-4c11-b61b-87c1d9fc0322", + "id": "4453a2fa-0319-4f3f-86f3-fb8550efbe65", "name": "Get role insights summary information", "request": { "name": "Get role insights summary information", @@ -209875,7 +209875,7 @@ }, "response": [ { - "id": "688a21c6-0632-4ebf-87c3-0c2a9eff521c", + "id": "289e7ed8-7379-482d-9ee1-188cfec8b6af", "name": "Succeeded. Returns high level counts.", "originalRequest": { "url": { @@ -209923,12 +209923,12 @@ "value": "application/json" } ], - "body": "{\n \"numberOfUpdates\": -27591444,\n \"lastGenerated\": \"2020-05-19T13:49:37.385Z\",\n \"entitlementsIncludedInRoles\": 45,\n \"totalNumberOfEntitlements\": 250,\n \"identitiesWithAccessViaRoles\": 550,\n \"totalNumberOfIdentities\": 980\n}", + "body": "{\n \"numberOfUpdates\": -66713059,\n \"lastGenerated\": \"2020-05-19T13:49:37.385Z\",\n \"entitlementsIncludedInRoles\": 45,\n \"totalNumberOfEntitlements\": 250,\n \"identitiesWithAccessViaRoles\": 550,\n \"totalNumberOfIdentities\": 980\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "46364610-5bff-4e2b-9450-f95b7cb6de62", + "id": "a7fa68ba-a06f-42bd-afc1-eb1348251a95", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -209981,7 +209981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fede4b95-1af7-42db-bb92-f65dac356890", + "id": "07f834c6-35a2-4c9b-9240-c1a5a04458d1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -210034,7 +210034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc48b4d0-3755-4a25-b36e-771edbcbeca5", + "id": "2527beef-9e94-4ec1-af1b-c9241bfdae58", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -210087,7 +210087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19058bbb-1c7b-412a-a570-adcbe7bf9b0d", + "id": "23a40c2a-3998-4df9-8a11-ab37d39e985a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -210146,7 +210146,7 @@ } }, { - "id": "f8d98f51-4293-4956-87fe-11d53e961f1c", + "id": "771c2cc1-b537-4472-956b-ec5388efcb69", "name": "Get role insights", "request": { "name": "Get role insights", @@ -210230,7 +210230,7 @@ }, "response": [ { - "id": "fdc7bb73-dee9-4c56-8d9d-4e50ec368316", + "id": "4f49234b-538a-4bf4-a67c-690910382ffd", "name": "Succeeded. Returns a list of roles with information about insights for each role.", "originalRequest": { "url": { @@ -210323,12 +210323,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"1998-10-17T19:33:05.216Z\",\n \"modifiedDate\": \"2020-05-19T13:49:37.385Z\",\n \"role\": {\n \"name\": \"Software Engineer\",\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"description\": \"Person who develops software\",\n \"ownerName\": \"Bob\",\n \"ownerId\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\"\n },\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"Excepteur amet eiusmod aliqua nisi\"\n }\n },\n {\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"2020-09-08T03:36:13.772Z\",\n \"modifiedDate\": \"2020-05-19T13:49:37.385Z\",\n \"role\": {\n \"name\": \"Software Engineer\",\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"description\": \"Person who develops software\",\n \"ownerName\": \"Bob\",\n \"ownerId\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\"\n },\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"veniam laborum sint\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"2024-03-11T00:46:18.384Z\",\n \"modifiedDate\": \"2020-05-19T13:49:37.385Z\",\n \"role\": {\n \"name\": \"Software Engineer\",\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"description\": \"Person who develops software\",\n \"ownerName\": \"Bob\",\n \"ownerId\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\"\n },\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"adipisicing\"\n }\n },\n {\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"2015-05-24T06:27:38.485Z\",\n \"modifiedDate\": \"2020-05-19T13:49:37.385Z\",\n \"role\": {\n \"name\": \"Software Engineer\",\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"description\": \"Person who develops software\",\n \"ownerName\": \"Bob\",\n \"ownerId\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\"\n },\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"est irure consequat anim\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0378e196-2a2d-4789-a2cf-2d2d718187db", + "id": "f50bcd0b-dca0-41bc-80c4-791c1401a995", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -210426,7 +210426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb171ed8-5b1f-4078-94a2-5546f5d8cbd5", + "id": "3dde9d60-110e-449b-8936-e74209fd0224", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -210524,7 +210524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd759eab-6c98-4136-a896-d33987c4cf4b", + "id": "769e8607-f9a2-437c-8b45-59576dd79206", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -210622,7 +210622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c593fb79-b8c3-43d8-a9c5-c4aed7bff9d9", + "id": "bc917b98-03cd-454f-9a26-ff7ade9e8427", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -210726,7 +210726,7 @@ } }, { - "id": "e3daa5b5-3209-46ad-a8ab-1f1871941a04", + "id": "2f260643-c78c-472a-971e-efb31e928c85", "name": "Get a single role insight", "request": { "name": "Get a single role insight", @@ -210776,7 +210776,7 @@ }, "response": [ { - "id": "636899f9-d46b-400f-b150-89c2ee69134e", + "id": "7d9c58c4-7dc0-4df3-b884-41369b18ec7c", "name": "Succeeded. Returns information about insights for a single role.", "originalRequest": { "url": { @@ -210824,12 +210824,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"1947-02-08T09:26:13.629Z\",\n \"modifiedDate\": \"2020-05-19T13:49:37.385Z\",\n \"role\": {\n \"name\": \"Software Engineer\",\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"description\": \"Person who develops software\",\n \"ownerName\": \"Bob\",\n \"ownerId\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\"\n },\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"ipsum anim ut deserunt\"\n }\n}", + "body": "{\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"1955-07-10T01:39:25.728Z\",\n \"modifiedDate\": \"2020-05-19T13:49:37.385Z\",\n \"role\": {\n \"name\": \"Software Engineer\",\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"description\": \"Person who develops software\",\n \"ownerName\": \"Bob\",\n \"ownerId\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\"\n },\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"officia sed\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cd03f3bd-2b01-43e0-a19e-8a647c2ddc41", + "id": "be0fb79b-18d5-49be-a03e-f449b32e5c83", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -210882,7 +210882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb181b90-2a3b-459a-9d91-593361cc5baf", + "id": "217852ca-19de-4893-bdd3-9195f3047a07", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -210935,7 +210935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "178c10b5-4e30-40f6-ba2f-7e215255670c", + "id": "4ff757a3-ec96-4dee-8a51-7903a0e05f77", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -210988,7 +210988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba624829-8222-42c8-bf48-e19dc82b577f", + "id": "50caa022-8e95-4338-bd15-b9cabf83cd41", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -211047,7 +211047,7 @@ } }, { - "id": "aecd5c1c-33ea-4780-818b-7eec2268b94d", + "id": "321d02f9-a7a8-4928-8445-24c33db2dfff", "name": "Get entitlement insights for a role", "request": { "name": "Get entitlement insights for a role", @@ -211072,7 +211072,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" }, { "disabled": true, @@ -211117,7 +211117,7 @@ }, "response": [ { - "id": "2b47caa8-26df-4a48-a9e4-b536e645ae37", + "id": "81ec82ce-e630-48c5-944b-7ea5188c8fbe", "name": "Succeeded. Returns a list of entitlements to be added for a role.", "originalRequest": { "url": { @@ -211137,7 +211137,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" }, { "disabled": true, @@ -211185,12 +211185,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"name\": \"cupidatat culpa labo\",\n \"id\": \"exercitation\",\n \"description\": \"tempor elit ad dolor\",\n \"attribute\": \"reprehenderit proident\",\n \"value\": \"veniam cupidatat mollit amet\",\n \"source\": \"anim non\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"laboris in cillum incididunt\"\n }\n },\n {\n \"name\": \"officia quis laboris ipsum\",\n \"id\": \"fugiat nisi\",\n \"description\": \"nulla sit Lorem\",\n \"attribute\": \"quis sint do laboru\",\n \"value\": \"proident Lorem voluptate\",\n \"source\": \"dese\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"laboris enim est ullamco\"\n }\n }\n]", + "body": "[\n {\n \"name\": \"ea aliqua\",\n \"id\": \"aute labore sint\",\n \"description\": \"nisi laboris dolor dolor\",\n \"attribute\": \"a\",\n \"value\": \"in exercitation cupidatat velit\",\n \"source\": \"exercitation\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"in aliquip sunt\"\n }\n },\n {\n \"name\": \"qui pariatur veniam\",\n \"id\": \"eiusmod commodo officia\",\n \"description\": \"labore ullamco aliqua sunt mollit\",\n \"attribute\": \"dolor commodo et enim\",\n \"value\": \"do ad fugiat anim\",\n \"source\": \"aliqua sint nisi\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"deserunt ullamco\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "31f211f6-7b2c-4324-a1de-d825ab356656", + "id": "a29cb969-cb61-4f81-b1f7-5692e299f547", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -211210,7 +211210,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" }, { "disabled": true, @@ -211263,7 +211263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef4e59b3-c96d-4b12-8b89-de97c94341b5", + "id": "0b289465-f0a6-4d3b-a590-9ffc53ac7289", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -211283,7 +211283,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" }, { "disabled": true, @@ -211336,7 +211336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38b38446-d8d8-4c35-aa09-cad48fd2f7f2", + "id": "198e2669-d309-4d46-a37c-2789eed92fda", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -211356,7 +211356,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" }, { "disabled": true, @@ -211409,7 +211409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4dc36d0-837d-42c7-ab0f-08c462cc5b8a", + "id": "bccad169-3ac0-4dd5-bc9f-048ed63d5d81", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -211429,7 +211429,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "pariatur ullamco" + "value": "sint amet" }, { "disabled": true, @@ -211488,7 +211488,7 @@ } }, { - "id": "36b2dac9-41b9-458d-b547-03ee037cf4ce", + "id": "b4264081-f47d-4256-a48e-08c9d99616cb", "name": "Download entitlement insights for a role", "request": { "name": "Download entitlement insights for a role", @@ -211559,7 +211559,7 @@ }, "response": [ { - "id": "631d7672-0f29-4d81-8a66-fb8c0052b267", + "id": "e947a893-424a-4c39-aa1e-ef5994d80e5d", "name": "Succeeded. Returns a csv file containing a list of entitlements to be added for a role.", "originalRequest": { "url": { @@ -211628,12 +211628,12 @@ "value": "text/csv" } ], - "body": "pariatur ullamco", + "body": "sint amet", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "d1f31059-8412-44ab-b2ba-964184ab10f2", + "id": "eb1d60cd-4eae-425c-94af-1b5205e3c692", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -211707,7 +211707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9af668e2-0d6c-4666-b036-f1a773e2a2a8", + "id": "530ed01c-4e70-4d2b-b2a8-9e33d220426e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -211781,7 +211781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd70bcb4-d4ca-48df-a867-82d8d2887114", + "id": "0e9471e3-a24b-4db0-8578-129011be4196", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -211855,7 +211855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b476c41-cc04-43d3-b83b-861120d88b6c", + "id": "dce5847c-70a6-4e15-b6a1-e5f75cc112b7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -211935,7 +211935,7 @@ } }, { - "id": "3bf161dc-f222-4f57-b37d-3106773d9392", + "id": "ebcbeadc-0809-4ff8-8832-9218bd46c116", "name": "Get current entitlement for a role", "request": { "name": "Get current entitlement for a role", @@ -211996,7 +211996,7 @@ }, "response": [ { - "id": "6da2eea3-cd1a-4c59-90e1-70949567c72d", + "id": "b0a42abb-66a6-41d8-80c0-a710f5a8389c", "name": "Succeeded. Returns a list of current or pre-existing entitlements for a role.", "originalRequest": { "url": { @@ -212060,7 +212060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d62c123a-8677-4468-ac7c-7e4d56210e0e", + "id": "683bd9fb-11a1-4652-8fd1-f10da6161e41", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -212124,7 +212124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2daef4fe-00cc-409b-aa15-cab0ac6ae318", + "id": "4825c177-1de4-4257-87de-39e959f52296", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -212188,7 +212188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c74fec99-b03f-424d-85ed-14172eb9a64b", + "id": "f6b89c29-7e0e-4464-bc87-cabb6d4fe87c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -212252,7 +212252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "535a4bae-69a3-419b-93ec-ad8f8169ec13", + "id": "fd9495fd-4c30-4e16-b16b-ca05095520b2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -212322,7 +212322,7 @@ } }, { - "id": "582f198e-6be3-442f-b3aa-d0db12efbc12", + "id": "eaaa6d9e-6642-4a00-949f-d62c32418210", "name": "Get identities for a suggested entitlement (for a role)", "request": { "name": "Get identities for a suggested entitlement (for a role)", @@ -212440,7 +212440,7 @@ }, "response": [ { - "id": "5cc3e76f-eb2c-45d1-bab7-126eecb2f435", + "id": "7e4f2ddf-2427-4fb1-b072-b603c962563f", "name": "Succeeded. Returns a list of identities with or without the entitlement.", "originalRequest": { "url": { @@ -212551,7 +212551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ecbecc8-00ad-40db-9c24-9e032569337d", + "id": "b297ffa9-246b-43d8-8db7-9cd1ac1d08f3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -212662,7 +212662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e95bdae8-123f-41b0-9505-bb37e0b4bd82", + "id": "224a64de-9dd1-48a2-aeb8-a676084902cb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -212773,7 +212773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b85faf2a-cc3d-4907-94cb-7641c1160a92", + "id": "29068d02-40f4-45c8-bfbb-02a143b0be4d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -212884,7 +212884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "931821e2-8082-4786-8f47-4db8a9effa69", + "id": "6e1e7684-b966-42ee-aee9-aba3068163bc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -213007,7 +213007,7 @@ "description": "Use this API to implement and customize role functionality.\nWith this functionality in place, administrators can create roles and configure them for use throughout Identity Security Cloud. \nIdentity Security Cloud can use established criteria to automatically assign the roles to qualified users. This enables users to get all the access they need quickly and securely and administrators to spend their time on other tasks.\n\nEntitlements represent the most granular level of access in Identity Security Cloud. \nAccess profiles represent the next level and often group entitlements. \nRoles represent the broadest level of access and often group access profiles. \n\nFor example, an Active Directory source in Identity Security Cloud can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nAn administrator can then create an even broader set of access in the form of a role grouping the 'AD Developers' access profile with another profile, 'GitHub Developers,' grouping entitlements for the GitHub source.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nWhen users need both the 'AD Developers' access profile and the 'GitHub Developers' access profile, they can request access to the role grouping both. \n\nRoles often represent positions within organizations. \nFor example, an organization's accountant can access all the tools the organization's accountants need with the 'Accountant' role. \nIf the accountant switches to engineering, a qualified member of the organization can quickly revoke the accountant's 'Accountant' access and grant access to the 'Engineer' role instead, granting access to all the tools the organization's engineers need.\n\nIn Identity Security Cloud, adminstrators can use the Access drop-down menu and select Roles to view, configure, and delete existing roles, as well as create new ones. \nAdministrators can enable and disable the role, and they can also make the following configurations: \n\n- Manage Access: Manage the role's access by adding or removing access profiles.\n\n- Define Assignment: Define the criteria Identity Security Cloud uses to assign the role to identities. \nUse the first option, 'Standard Criteria,' to provide specific criteria for assignment like specific account attributes, entitlements, or identity attributes. \nUse the second, 'Identity List,' to specify the identities for assignment.\n\n- Access Requests: Configure roles to be requestable and establish an approval process for any requests that the role be granted or revoked. \nDo not configure a role to be requestable without establishing a secure access request approval process for that role first. \n\nRefer to [Working with Roles](https://documentation.sailpoint.com/saas/help/access/roles.html) for more information about roles.\n", "item": [ { - "id": "19f9b133-22f2-47cc-aa21-d72f8897b8b4", + "id": "60a97d05-8e15-4832-88e9-5b0d8c32a0db", "name": "List Roles", "request": { "name": "List Roles", @@ -213109,7 +213109,7 @@ }, "response": [ { - "id": "b4f606f6-15ef-47d1-8058-1d5f0dd1c344", + "id": "f76dc99a-698d-4602-bb02-86d5e5495517", "name": "List of Roles", "originalRequest": { "url": { @@ -213225,7 +213225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1eb80715-b121-4b30-b10a-2319e66667e2", + "id": "7d013d5d-3bbb-469b-81ab-313a82fd48c7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -213341,7 +213341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b51b0fdf-af1b-4985-a70d-b43ec7ea1d59", + "id": "29f9fb65-b389-476f-9858-07a0b298b037", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -213457,7 +213457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc0fa0d8-ae16-4ef5-92d3-c6baf738c655", + "id": "04e6b1d1-1877-4ab3-9e26-1e0c645b85b2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -213573,7 +213573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4d6423d-22d3-4a13-9b77-8fbce9abc081", + "id": "a589e2cf-568a-4c28-b435-6b360270984d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -213689,7 +213689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "592a24c5-ed8f-4a83-8d31-1d65b7b15482", + "id": "53543080-4784-4eff-8648-05e03dd5b376", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -213811,7 +213811,7 @@ } }, { - "id": "58e0ee22-2c38-40d0-945c-028a2f6fb6fa", + "id": "0fff50a8-8fce-40c6-b96c-94393313f7f8", "name": "Create a Role", "request": { "name": "Create a Role", @@ -213853,7 +213853,7 @@ }, "response": [ { - "id": "bb9e2d5b-a091-4a07-9d0c-e5eb0da39e8e", + "id": "480e2e13-b4a2-4098-816e-249aa18ef86e", "name": "Role created", "originalRequest": { "url": { @@ -213909,7 +213909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3bd8a4c-e0a6-4955-8611-3a0d6b78a075", + "id": "7317aec5-06e3-4257-a330-baccbedd4c78", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -213965,7 +213965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4113fa62-03f7-419a-85c3-16e6a7a5bc62", + "id": "1d2a06d3-cc16-49df-b828-5e7cb74ab1d8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -214021,7 +214021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fefb7d2-21e1-4432-968c-2873c326c556", + "id": "d9411b37-4010-4863-9cfa-b4e1acf0b817", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -214077,7 +214077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d18db914-eb0c-4f08-a7f2-6bbc78cad763", + "id": "6b42b2c9-fc2e-4159-b6e0-9e740fb98f9c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -214133,7 +214133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8fc6af4-f9be-4f54-8235-0e0e3d7e6454", + "id": "6f999f4f-91ab-467c-8c20-7d7ea1fd5daa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -214195,7 +214195,7 @@ } }, { - "id": "80822b63-3448-4d02-ae50-d34ae0ac63b0", + "id": "a173f824-540d-44b6-8720-a0ac8275a62e", "name": "Get a Role", "request": { "name": "Get a Role", @@ -214236,7 +214236,7 @@ }, "response": [ { - "id": "329b5287-5659-4afb-9cf3-d1932e003c45", + "id": "b6aa085d-0539-4f44-8541-b2087ca38f0c", "name": "List of all Roles", "originalRequest": { "url": { @@ -214280,7 +214280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c828b4f-140c-4059-8b3d-4e1da8ec7729", + "id": "c8a43444-0ece-4061-9353-130964346623", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -214324,7 +214324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ebfc48f-e4b6-42fa-a418-8a5903851e86", + "id": "ac0e18d5-603c-45e9-8ae9-23b3229d4bb1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -214368,7 +214368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12c15531-8a47-47f7-a058-98726b0db440", + "id": "1cbe4fff-7db8-4850-bc13-ad42997f0df8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -214412,7 +214412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cdebe36-5b1b-4feb-89ac-261a484146bb", + "id": "395f8717-dcd3-421d-adb9-32d3777d44d1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -214456,7 +214456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de3b2cef-13ed-4161-b413-65ee4bd2b20c", + "id": "c39d22f2-3fba-479b-89f9-52b848dcaaff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -214506,7 +214506,7 @@ } }, { - "id": "ecbe8d6a-d299-40fc-9b99-ca937368c602", + "id": "7930097d-fdfb-43f3-ac0c-186f065eacef", "name": "Patch a specified Role", "request": { "name": "Patch a specified Role", @@ -214560,7 +214560,7 @@ }, "response": [ { - "id": "0e823bc1-5af3-4b9d-82eb-f0696cc0ac0e", + "id": "ed51490f-aefa-465d-bac5-ec7f46f63fd3", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -214617,7 +214617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f60f788e-2873-40e7-bc8a-622a6f781010", + "id": "1f5c1d20-54b2-4ae0-b476-decd46cda5cf", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -214674,7 +214674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf0d1c6b-876d-49fb-8732-5ef17bc02323", + "id": "9683f162-4bb7-472c-898c-6862bfc02147", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -214731,7 +214731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3b63099-daea-4bf6-96f5-00707a8eb6fd", + "id": "426a9713-3d25-4553-8a62-bd2e145cb4f8", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -214788,7 +214788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bec85c2-52ac-4f7e-b9b8-aa32057e3fac", + "id": "91d3423d-ec5e-4eb0-90aa-95d4d1a1c9a2", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -214845,7 +214845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "339649d4-363f-4d9e-a43c-ac2d691f6b05", + "id": "eb83a46f-7eed-4395-bf70-c28fb962e64f", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -214902,7 +214902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddaedc6f-d2fa-4a59-8ab3-52d8a168dd09", + "id": "224c3921-7ef5-4763-aa78-b9d920a1afeb", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -214959,7 +214959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70ae8cc2-d836-4a92-8826-ecec280e0a05", + "id": "3f2fdc67-6a78-41ab-952c-817d79b67a43", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -215016,7 +215016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5e7e880-87b5-40e4-91e5-a4eb2992621f", + "id": "82755af7-99c2-4d97-898d-54e6df2b29de", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -215073,7 +215073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bba3d1a-7bf6-4209-ad13-6af08e9f189e", + "id": "d9a0848f-8235-476e-8fbe-562f3d62fbf8", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -215130,7 +215130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f04aff56-2f2b-4faa-85d4-e5affb183a66", + "id": "1e38c2a3-b9f7-44a6-82e7-0b864641e828", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -215187,7 +215187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "826efa0b-58bd-404f-9ecd-da92cb91addc", + "id": "3b59b732-dd1c-46a1-8758-f610808b23e4", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -215244,7 +215244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5da57adf-7674-414f-888b-3863a87c89c1", + "id": "e3750e56-f572-4a30-a2df-aec37794bb09", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -215301,7 +215301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b2ee9f6-49e1-417e-97c1-ad3585258552", + "id": "28fcb223-a25c-4a77-ab79-2f4582342017", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -215358,7 +215358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2ce2ae0-f578-494d-a8e9-f328a3fce54e", + "id": "c0fd7f2d-f923-4b97-ab06-79230ca7176a", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -215415,7 +215415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0057acbb-46dd-4d5c-9857-1ffe30d53183", + "id": "6c007587-0f10-4a1d-b086-eb4a0d47a062", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -215472,7 +215472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "419e2329-c679-42a3-82b1-31c068143b44", + "id": "097fe791-9063-4871-85f0-d7a4843594b2", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -215529,7 +215529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4ceade0-9c6b-4b55-bee0-11d534ed46cd", + "id": "4db976a9-fb6f-4b2c-a903-6befcec3e3e2", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -215586,7 +215586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a58383a-8fbe-443d-86f6-4e3dd0524f16", + "id": "854ce812-44a8-467b-8131-4574cfdb4813", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -215643,7 +215643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d254e779-dbef-4369-a1fb-9954b39da298", + "id": "f64defa3-ac97-4534-95a1-b6caf23ea374", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -215700,7 +215700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1168fc35-58e6-40ad-abf1-b378d1dd5476", + "id": "9dc629fa-c12a-4c68-9c67-622b93b81137", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -215757,7 +215757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26f7a33f-bef7-453d-b78e-3ef3cd308b90", + "id": "d3558608-cb63-4dfe-8a07-b1d6c95a89f1", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -215814,7 +215814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0d3845c-f413-49cb-a17b-3ef5a5473f22", + "id": "0a747ece-7c81-46b9-990c-1de7792826d2", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -215871,7 +215871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5118195-be24-469d-b339-7f42c990a4d2", + "id": "0bbd1f1d-d939-4c27-bd40-08ee3e988ef0", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -215928,7 +215928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c4a06e8-55a9-400e-a15a-b5840abdaaa6", + "id": "c4fb9779-a9c7-43fa-bf96-b15a73a0ec0d", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -215985,7 +215985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "277b703f-6f90-4f5b-b321-e2f232d5686c", + "id": "0b8ad885-5f99-4c50-8201-66b7a903d9f6", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -216042,7 +216042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2b1f6fb-7ffd-4ad4-a35d-40edf6b47416", + "id": "89f83bf6-3e33-430f-954b-7dbc4c529732", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -216099,7 +216099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "974698dc-e0f2-451a-8b08-3c99911fb576", + "id": "5e189e20-accb-49a1-8592-e9661c1fc1d9", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -216156,7 +216156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "859c6869-81b3-4915-b48b-021f4e2e6e8b", + "id": "b874c689-9dc4-4cc7-b485-ac9a5252b7ab", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -216213,7 +216213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b764c72-7eb5-4b8e-b609-432fb1e8de77", + "id": "9c56d0fb-e216-467b-964f-6a3b5e6490ed", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -216270,7 +216270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dec6455-3a3d-4d82-83da-aad35a77eef0", + "id": "3910c009-e38c-4740-9805-fccbf1f5ad40", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -216327,7 +216327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30ecaa8e-15e6-4562-a4f6-1eb81306428a", + "id": "909dc438-c714-495a-ad03-2fd95a879ab7", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -216384,7 +216384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5190da2-9f0f-4575-acc2-ba70abb917d8", + "id": "f514921d-89a2-4043-b68c-587e0463bf77", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -216441,7 +216441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98ccd1e6-38e5-44d2-ac7e-f1fa9473ced0", + "id": "6752ca2b-3e7b-4d07-828f-c48931837694", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -216498,7 +216498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d72cb93-9084-4628-85d4-fab7e4661ef8", + "id": "8e950c19-8033-44a7-aacc-125ac5ca3338", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -216555,7 +216555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0956cab3-f941-4f00-b685-a881a08d9c31", + "id": "e92b596d-ed23-4b13-b868-a2381996b6c4", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -216618,7 +216618,7 @@ } }, { - "id": "9d8fc299-4e92-4f1e-9d95-281ee4c5d0d2", + "id": "481106c7-cb76-41a9-8f09-142814a40a62", "name": "Delete a Role", "request": { "name": "Delete a Role", @@ -216659,7 +216659,7 @@ }, "response": [ { - "id": "db9a7f82-cd27-4007-8931-31bb5985fe0a", + "id": "04929055-0626-49a5-b788-273b202891ca", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -216693,7 +216693,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6b95d275-8148-4a4f-ba8d-3cb9603d13ee", + "id": "84cae7cb-dd78-412d-8107-117affa99689", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -216737,7 +216737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d6f575b-4c29-498a-8197-90567e0db249", + "id": "785cc01e-e04e-4f35-ad4f-395d56943451", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -216781,7 +216781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2161c2ec-286e-4668-a31b-406da1a08a87", + "id": "baca1310-ae87-4a56-82c9-407eac079c55", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -216825,7 +216825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40bcbb65-b8db-4d72-81ff-615d38dbacfd", + "id": "ae5f20fe-f307-44ac-bf4e-dbf131550111", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -216869,7 +216869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c877705-0218-4c7e-a31e-d05cf7a10773", + "id": "2c0298bb-8760-4e0f-b939-183899d21c21", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -216919,7 +216919,7 @@ } }, { - "id": "e8f55a06-12c9-4087-bb69-ff5bc6b22982", + "id": "dcc8df9b-9c87-437c-89c8-dca010285a7d", "name": "Delete Role(s)", "request": { "name": "Delete Role(s)", @@ -216962,7 +216962,7 @@ }, "response": [ { - "id": "56133cd4-fb75-4ee2-836f-6b40908277ef", + "id": "b8a4cc8b-7782-43a9-b984-378625d1e4da", "name": "Returns an object with the id of the task performing the delete operation.", "originalRequest": { "url": { @@ -217019,7 +217019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b286673-80f3-4903-a3dc-f45c3870932a", + "id": "bb4a8aff-43d7-483a-879f-380db500ca14", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -217076,7 +217076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48b37d27-e591-46ed-a6c4-4163eb27a3dd", + "id": "64e2f540-b6d4-41c7-ae5b-6aeb90054c0f", "name": "400.1 Role ids limit violation", "originalRequest": { "url": { @@ -217133,7 +217133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43c5cf0f-c49b-473e-b80c-58f2fd3d86ba", + "id": "62bc0534-7a39-449c-8610-8c8461c83e24", "name": "400.1.404 Referenced object not found", "originalRequest": { "url": { @@ -217190,7 +217190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e7b5963-d958-4b4d-9aab-229c359f7976", + "id": "85e21fdd-cb5d-44d6-b2b0-35810a84b018", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -217247,7 +217247,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a501d40-aee3-44a2-a090-3a6ac2956368", + "id": "6617d3e2-49d0-4b1c-9747-b8ce4c568335", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -217304,7 +217304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7367fa0d-d5d5-44f2-9b7f-29d72c340e19", + "id": "a66b6c3a-5f94-4bbc-95f5-50a1fb586c39", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -217361,7 +217361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d64a8a78-95a8-4a0e-89b4-9478e367f32b", + "id": "c1494352-b809-444b-a714-679ec767f4ee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -217424,7 +217424,7 @@ } }, { - "id": "bad91c65-8d06-4f10-88ab-1693c6fe8ad7", + "id": "780ad57e-f02a-436f-9019-e901751d74a8", "name": "List Identities assigned a Role", "request": { "name": "List Identities assigned a Role", @@ -217509,7 +217509,7 @@ }, "response": [ { - "id": "5387ea55-3315-4a88-ba67-f4b854b24e1b", + "id": "251bcd3c-5b0f-4ac7-b869-610cb5e3a6ac", "name": "List of Identities assigned the Role", "originalRequest": { "url": { @@ -217600,7 +217600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8add360-dd27-42cf-a4b7-ded4a975c799", + "id": "1c089cda-6881-4435-9e6b-4b571fc2e266", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -217691,7 +217691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3587d177-acb4-4043-92a2-33470970bbf9", + "id": "32c71b76-b83f-456c-bfa5-bbc88eac833c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -217782,7 +217782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "854f7e15-cd49-4584-a3b3-64170ea1bef4", + "id": "390b9abc-f6be-4501-a648-651ce6b4c86f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -217873,7 +217873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e91b7c6-7732-4d06-acf1-46d9704cbedb", + "id": "52c8e3e8-5247-494e-9718-90ce9e103a53", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -217964,7 +217964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5be44646-ed94-490d-9124-fa5e9f6e6f50", + "id": "248dca35-547f-4cfe-815c-eb83231493da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -218061,7 +218061,7 @@ } }, { - "id": "32759101-5f49-4baf-b1b9-2c07f0bf22d0", + "id": "12dc6ec3-1942-4bc2-b7bf-3d19985fd7b1", "name": "List role's Entitlements", "request": { "name": "List role's Entitlements", @@ -218158,7 +218158,7 @@ }, "response": [ { - "id": "f166612f-3dab-4281-af6c-21f1ae1f6cba", + "id": "89c313f9-5aac-4d2f-8105-75f848158640", "name": "List of Entitlements", "originalRequest": { "url": { @@ -218258,7 +218258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5eb73ec5-07c5-47b5-b098-9447cdf19c21", + "id": "eadc31a1-c44e-49c6-9e3b-78aeaecee7ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -218358,7 +218358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ebe28ee-71f2-45ac-838b-a5b2b303be4f", + "id": "8b8584c6-5da9-4a24-8f46-e2c54e8b06bb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -218458,7 +218458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcf15ccd-52c9-46ab-9832-30c73e895fa0", + "id": "a639e211-efb2-413a-a817-a4ff39e2ea97", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -218558,7 +218558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcee97fa-45c1-48ac-9209-9ac440a7c10a", + "id": "23badef2-3faf-4e18-b408-398d2c145274", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -218658,7 +218658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa68e496-9a42-4629-90cc-fc2844b7f8f4", + "id": "dcffbd56-2e2b-41b6-9417-674ae3dbe92a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -218764,12 +218764,12 @@ } }, { - "id": "a2534261-423e-4596-b931-a37dabd998ea", + "id": "bbb86e39-3eb1-4c4c-8ecc-137f55cd04d8", "name": "Add a Metadata to Role.", "request": { "name": "Add a Metadata to Role.", "description": { - "content": "This API initialize a request to add a single Access Model Metadata to a role by attribute key and attribute value. A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API. Custom metadata update, including ADD and REPLACE need suit licensed.", + "content": "This API initialize a request to add a single Access Model Metadata to a role by attribute key and attribute value. A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API. The maximum number of attributes in one role is 25. Custom metadata update, including ADD and REPLACE need suit licensed.", "type": "text/plain" }, "url": { @@ -218829,7 +218829,7 @@ }, "response": [ { - "id": "46b82bf1-5e35-42dd-94bb-517d789630e1", + "id": "a2508794-7e61-47d5-8bdb-1d8096c2fc68", "name": "Responds with the Role as updated.", "originalRequest": { "url": { @@ -218877,7 +218877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "082ca559-97a4-4f6c-8989-e1b6f77fae83", + "id": "0e09684e-c37b-4c00-923b-15575d7acfd1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -218925,7 +218925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b29d6199-170d-4987-b16f-c67ec8b80d58", + "id": "1065a519-f8ea-4f42-8ef3-72630442f639", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -218973,7 +218973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f41a4f0f-ba74-4e78-abbc-9c095cbea922", + "id": "26eed599-1c94-47f8-99de-caf2e8e3d395", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -219021,7 +219021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "162ad0d6-5f1d-4df8-abac-02aafa70f9af", + "id": "cd7686e9-b7b8-400c-a3a3-cbb2c60b83d2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -219069,7 +219069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac07b118-702d-41cc-b16b-886c826b8ac1", + "id": "6cb8732f-2834-437d-967d-d911dffdb938", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -219123,7 +219123,7 @@ } }, { - "id": "f0b98e9f-ab30-4cbc-8cac-23f2af327d1d", + "id": "e1c1d419-380c-4be6-93dd-359750cc56c5", "name": "Remove a Metadata From Role.", "request": { "name": "Remove a Metadata From Role.", @@ -219188,7 +219188,7 @@ }, "response": [ { - "id": "5d64c940-125e-46b1-9f0a-ea373d2016fc", + "id": "e761ab34-d061-457a-9ecf-9bfc3075205f", "name": "Request accepted", "originalRequest": { "url": { @@ -219226,7 +219226,7 @@ "_postman_previewlanguage": "text" }, { - "id": "01092d36-b5fc-4c3f-b5da-cda7b450336d", + "id": "452a95d4-1074-4c04-b543-8875482cc12f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -219274,7 +219274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb3079c7-0a8f-480f-89a5-70a83d37029b", + "id": "6cdb9445-f29a-48f5-9381-89b40e6e4166", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -219322,7 +219322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75de4173-47dc-4b97-bdb6-54971d4ac919", + "id": "0d80aa8d-b13b-4ae6-8285-ca060f29ba1f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -219370,7 +219370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65781507-c0ba-4e54-99db-f23dead61ebd", + "id": "474e1cec-4e25-4336-899b-a3cbd4e09b6e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -219418,7 +219418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e806b18-b34d-4071-8691-ea73a53c044c", + "id": "f839e4ee-27bc-4c4a-9cfb-99cdd7cdf604", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -219472,7 +219472,7 @@ } }, { - "id": "cc94efe1-ffab-4b1b-bd9b-0793c50842c6", + "id": "f9a923c0-be74-4fda-8685-98853f110665", "name": "Bulk-Update Roles' Metadata by ID", "request": { "name": "Bulk-Update Roles' Metadata by ID", @@ -219506,7 +219506,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n \"b1db89554cfa431cb8b9921ea38d9367\"\n ],\n \"operation\": \"replace\",\n \"values\": [\n {\n \"attribute\": \"iscFederalClassifications\",\n \"values\": [\n \"topSecret\"\n ]\n }\n ],\n \"replaceScope\": \"ALL\"\n}", + "raw": "{\n \"roles\": [\n \"b1db89554cfa431cb8b9921ea38d9367\"\n ],\n \"operation\": \"REPLACE\",\n \"values\": [\n {\n \"attribute\": \"iscFederalClassifications\",\n \"values\": [\n \"topSecret\"\n ]\n }\n ],\n \"replaceScope\": \"ALL\"\n}", "options": { "raw": { "headerFamily": "json", @@ -219517,7 +219517,7 @@ }, "response": [ { - "id": "ad1c07bf-a024-4012-a4f9-edda589361c6", + "id": "88dacad0-f8eb-4a03-983d-e837362ee608", "name": "Returned if bulk update request created", "originalRequest": { "url": { @@ -219554,7 +219554,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n \"b1db89554cfa431cb8b9921ea38d9367\"\n ],\n \"operation\": \"replace\",\n \"values\": [\n {\n \"attribute\": \"iscFederalClassifications\",\n \"values\": [\n \"topSecret\"\n ]\n }\n ],\n \"replaceScope\": \"ALL\"\n}", + "raw": "{\n \"roles\": [\n \"b1db89554cfa431cb8b9921ea38d9367\"\n ],\n \"operation\": \"REPLACE\",\n \"values\": [\n {\n \"attribute\": \"iscFederalClassifications\",\n \"values\": [\n \"topSecret\"\n ]\n }\n ],\n \"replaceScope\": \"ALL\"\n}", "options": { "raw": { "headerFamily": "json", @@ -219576,7 +219576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55dbfec7-7e0d-4785-88d3-cbbeeeaf633b", + "id": "cf50e82b-dbbb-461c-8c03-9584586527c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -219613,7 +219613,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n \"b1db89554cfa431cb8b9921ea38d9367\"\n ],\n \"operation\": \"replace\",\n \"values\": [\n {\n \"attribute\": \"iscFederalClassifications\",\n \"values\": [\n \"topSecret\"\n ]\n }\n ],\n \"replaceScope\": \"ALL\"\n}", + "raw": "{\n \"roles\": [\n \"b1db89554cfa431cb8b9921ea38d9367\"\n ],\n \"operation\": \"REPLACE\",\n \"values\": [\n {\n \"attribute\": \"iscFederalClassifications\",\n \"values\": [\n \"topSecret\"\n ]\n }\n ],\n \"replaceScope\": \"ALL\"\n}", "options": { "raw": { "headerFamily": "json", @@ -219635,7 +219635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bb399e1-c094-4770-9a85-451d52fefa28", + "id": "8e1b123c-0494-4c9a-9e36-4aa7048957d4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -219672,7 +219672,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n \"b1db89554cfa431cb8b9921ea38d9367\"\n ],\n \"operation\": \"replace\",\n \"values\": [\n {\n \"attribute\": \"iscFederalClassifications\",\n \"values\": [\n \"topSecret\"\n ]\n }\n ],\n \"replaceScope\": \"ALL\"\n}", + "raw": "{\n \"roles\": [\n \"b1db89554cfa431cb8b9921ea38d9367\"\n ],\n \"operation\": \"REPLACE\",\n \"values\": [\n {\n \"attribute\": \"iscFederalClassifications\",\n \"values\": [\n \"topSecret\"\n ]\n }\n ],\n \"replaceScope\": \"ALL\"\n}", "options": { "raw": { "headerFamily": "json", @@ -219694,7 +219694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7dff0fd-9ed1-4ba1-98b7-d18f063763fc", + "id": "9968462d-c6a6-4374-ae21-8696f1144d1a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -219731,7 +219731,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n \"b1db89554cfa431cb8b9921ea38d9367\"\n ],\n \"operation\": \"replace\",\n \"values\": [\n {\n \"attribute\": \"iscFederalClassifications\",\n \"values\": [\n \"topSecret\"\n ]\n }\n ],\n \"replaceScope\": \"ALL\"\n}", + "raw": "{\n \"roles\": [\n \"b1db89554cfa431cb8b9921ea38d9367\"\n ],\n \"operation\": \"REPLACE\",\n \"values\": [\n {\n \"attribute\": \"iscFederalClassifications\",\n \"values\": [\n \"topSecret\"\n ]\n }\n ],\n \"replaceScope\": \"ALL\"\n}", "options": { "raw": { "headerFamily": "json", @@ -219753,7 +219753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00680bf4-ec84-48e8-80fc-49d01a3e3a5b", + "id": "5b736f85-b275-45b4-88e3-6ee61908e4af", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -219790,7 +219790,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n \"b1db89554cfa431cb8b9921ea38d9367\"\n ],\n \"operation\": \"replace\",\n \"values\": [\n {\n \"attribute\": \"iscFederalClassifications\",\n \"values\": [\n \"topSecret\"\n ]\n }\n ],\n \"replaceScope\": \"ALL\"\n}", + "raw": "{\n \"roles\": [\n \"b1db89554cfa431cb8b9921ea38d9367\"\n ],\n \"operation\": \"REPLACE\",\n \"values\": [\n {\n \"attribute\": \"iscFederalClassifications\",\n \"values\": [\n \"topSecret\"\n ]\n }\n ],\n \"replaceScope\": \"ALL\"\n}", "options": { "raw": { "headerFamily": "json", @@ -219812,7 +219812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cef359fc-5a68-4073-9124-acecb46bba69", + "id": "cc3816f9-c81a-4053-8cf6-4cb5f9f49da1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -219849,7 +219849,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n \"b1db89554cfa431cb8b9921ea38d9367\"\n ],\n \"operation\": \"replace\",\n \"values\": [\n {\n \"attribute\": \"iscFederalClassifications\",\n \"values\": [\n \"topSecret\"\n ]\n }\n ],\n \"replaceScope\": \"ALL\"\n}", + "raw": "{\n \"roles\": [\n \"b1db89554cfa431cb8b9921ea38d9367\"\n ],\n \"operation\": \"REPLACE\",\n \"values\": [\n {\n \"attribute\": \"iscFederalClassifications\",\n \"values\": [\n \"topSecret\"\n ]\n }\n ],\n \"replaceScope\": \"ALL\"\n}", "options": { "raw": { "headerFamily": "json", @@ -219877,7 +219877,7 @@ } }, { - "id": "8a35c100-0bd1-4fc0-97d2-6c7023b2c269", + "id": "5481dddf-4c17-4a28-9b13-e877a75d9feb", "name": "Bulk-Update Roles' Metadata by Filters", "request": { "name": "Bulk-Update Roles' Metadata by Filters", @@ -219922,7 +219922,7 @@ }, "response": [ { - "id": "251eee86-32b6-4120-9d2b-0d018a12eed6", + "id": "b8d7d98f-1d4f-4a94-a197-8071d3cad310", "name": "Returned if bulk update request created", "originalRequest": { "url": { @@ -219981,7 +219981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b2afcf7-759e-4dcb-aa46-ba6f50ef9826", + "id": "2b7cc926-7636-4730-a50d-039759463162", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -220040,7 +220040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c3b2ec2-e8bc-4eb7-929a-4907d8a9c1b7", + "id": "b070986a-b592-45b8-ac92-6750899d3243", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -220099,7 +220099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d561d66d-a5b6-4209-8dca-ffdb539a4270", + "id": "90f046d5-2b1a-4071-b174-5d1ec6e9901a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -220158,7 +220158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c27229e-ffb9-4a4c-81f1-b6804f4bcf87", + "id": "b58bf708-28b2-4b57-b227-2d45915e10b1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -220217,7 +220217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59b947f2-c465-45de-94f5-1c8489750fcc", + "id": "7b9ba706-d49d-4486-9355-cbc5004f84d8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -220282,7 +220282,7 @@ } }, { - "id": "5cc18c00-6718-4529-bc5e-2c51603045aa", + "id": "7d660e44-eea6-4345-86b1-84eefcd1aef1", "name": "Bulk-Update Roles' Metadata by Query", "request": { "name": "Bulk-Update Roles' Metadata by Query", @@ -220327,7 +220327,7 @@ }, "response": [ { - "id": "4a716bc5-227d-49cc-8a53-8d786f23ebd5", + "id": "1e7021aa-a62c-487f-a849-49ea821ea737", "name": "Returned if bulk update request created", "originalRequest": { "url": { @@ -220386,7 +220386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54ae7d06-4a4a-4c4e-83d2-5d96cc538c98", + "id": "dd13cd30-d2ac-4192-9dbf-683dacd1e529", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -220445,7 +220445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d451c75-7952-4c54-9dc2-86e8ad99b065", + "id": "29502985-cf70-4dc3-a09b-50fe89d28fee", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -220504,7 +220504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d074bb4d-313f-4e6d-b6b6-3876becd3a84", + "id": "d34b5d59-518d-4311-aad5-3025dd9fd74a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -220563,7 +220563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edcad84f-e75d-4dff-8a7d-9554f84a2899", + "id": "e270f6fa-f581-4b3e-999d-e9878a4a57f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -220622,7 +220622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dc560c0-a037-4855-8dda-23394b89fd41", + "id": "4a2f25d5-d855-4220-b49d-bf4df5c4a847", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -220687,7 +220687,7 @@ } }, { - "id": "7e3ee317-6e1d-432c-b6d2-9d1efb3e80f7", + "id": "4625ffa9-7771-498f-83a4-972e5afc53ac", "name": "Get Bulk-Update Status by ID", "request": { "name": "Get Bulk-Update Status by ID", @@ -220730,7 +220730,7 @@ }, "response": [ { - "id": "73c6f8ed-a2ba-47f9-96bc-0d6f114f9906", + "id": "a0268e51-e99f-45d1-853d-6a7d087513e9", "name": "return if bulk update status could be found.", "originalRequest": { "url": { @@ -220776,7 +220776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d68d2e3f-38c1-43c1-83ce-7abd437bfb62", + "id": "76da798f-2c3a-4e46-896b-c5580e38e595", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -220822,7 +220822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88f36122-2c2b-435f-afd0-85ca332cfac6", + "id": "0b1dc41c-3ffe-494e-8d85-6dc4922e3d01", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -220868,7 +220868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e76aec81-b132-417f-8016-fae7c5e499ca", + "id": "5599466d-4c2a-4c76-a967-9234a601c7b9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -220914,7 +220914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be7220a8-edcd-4c9a-bf3e-d2df7e052c10", + "id": "e90f9457-9436-4f52-bfbc-2950d9c06526", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -220960,7 +220960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be1d125b-e21f-4166-8718-7c701a45ac92", + "id": "07141d7d-d66a-498e-8291-c62ad7877404", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -221012,12 +221012,12 @@ } }, { - "id": "8ff57475-20b3-4674-abd6-14b109e209cd", + "id": "13183869-860d-4ba3-9cc1-801598fd433f", "name": "Get Bulk-Update Statuses", "request": { "name": "Get Bulk-Update Statuses", "description": { - "content": "This API returns a list of all bulk update process status of the tenant.\nA token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API. ", + "content": "This API returns a list of all unfinished bulk update process status of the tenant.", "type": "text/plain" }, "url": { @@ -221043,8 +221043,8 @@ }, "response": [ { - "id": "4e183d00-908d-4a5d-84a1-634917746070", - "name": "successfully get the status of all bulk updates.", + "id": "e1b683b7-e650-47df-b896-16e4e9107f48", + "name": "successfully get the status of all unfinished bulk updates request.", "originalRequest": { "url": { "path": [ @@ -221088,7 +221088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a09d1a3d-828b-481f-9582-212c1adae252", + "id": "21d97093-aa6a-4865-be30-eb45608ec0c1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -221133,7 +221133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c31ce34-9551-4652-b593-178a9b8a73ea", + "id": "dde1ce13-6068-44da-9eb2-30e05285573b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -221178,7 +221178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "126cec44-46d0-4e45-95bb-4cab540f8a2b", + "id": "a693592a-39c5-4f60-aa58-1175e91ba813", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -221223,7 +221223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b46fc2f-9897-4542-8b7c-b1059f32cd09", + "id": "79bd8085-7868-4a84-b13c-a49cbc6825e0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -221268,7 +221268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a58bd12-c237-4f0f-bb56-eba2c15e7442", + "id": "6198c3d6-4260-4635-a142-c67153ea9b91", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -221319,7 +221319,7 @@ } }, { - "id": "35446918-7265-4a50-a386-9e3015d2e2cd", + "id": "745389fc-f2bf-4e83-a21e-6d348ddaa65b", "name": "Filter Roles by Metadata", "request": { "name": "Filter Roles by Metadata", @@ -221435,7 +221435,7 @@ }, "response": [ { - "id": "61a52c8f-f33d-4f57-bf07-2b57e8f3ca81", + "id": "3402c372-1434-4601-8207-917423e618de", "name": "Responds with A list of Roles", "originalRequest": { "url": { @@ -221556,7 +221556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61a6d6eb-a121-4ef0-a4e1-16e17dfbc9d1", + "id": "a834acd2-81e3-43c0-911c-b0ffea3887da", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -221677,7 +221677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "860633b5-257d-4e4d-8dad-152c4371b22f", + "id": "213062c1-f055-4130-9a86-865b28f4750b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -221798,7 +221798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0d58fcf-fe9d-4c52-a159-dd5729514f87", + "id": "82768f6c-907b-40f7-a5e8-613b22a89d76", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -221919,7 +221919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "339d43c8-e6d1-4ae8-83d5-7da686dd40b6", + "id": "e96fecd9-0650-40e8-a713-28c8420a8429", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -222040,7 +222040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d752608-4c85-4240-a50d-a549dab7aa5b", + "id": "d1cdcc8c-7ab5-4fcc-ad94-a4dcb6f50806", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -222173,7 +222173,7 @@ "description": "Use this API to implement saved search functionality. \nWith saved search functionality in place, users can save search queries and then view those saved searches, as well as rerun them. \n\nSearch queries in Identity Security Cloud can grow very long and specific, which can make reconstructing them difficult or tedious, so it can be especially helpful to save search queries. \nIt also opens the possibility to configure Identity Security Cloud to run the saved queries on a schedule, which is essential to detecting user information and access changes throughout an organization's tenant and across all its sources. \nRefer to [Scheduled Search](https://developer.sailpoint.com/docs/api/v3/scheduled-search/) for more information about running saved searches on a schedule. \n\nIn Identity Security Cloud, users can save searches under a name, and then they can access that saved search and run it again when they want. \n\nRefer to [Managing Saved Searches](https://documentation.sailpoint.com/saas/help/search/saved-searches.html) for more information about saving searches and using them.\n", "item": [ { - "id": "eb82ae00-b585-4570-b1ee-e48039a43d86", + "id": "a9ca9e7a-7ec5-40b1-ae3a-694d721f25b3", "name": "Create a saved search", "request": { "name": "Create a saved search", @@ -222215,7 +222215,7 @@ }, "response": [ { - "id": "60b5217f-754d-4642-b625-4a45802dbd4c", + "id": "503bcfcf-5bd4-40aa-ab07-484e572e1c76", "name": "The persisted saved search.", "originalRequest": { "url": { @@ -222271,7 +222271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bae3d49-29e1-4e35-819e-db7fed59350b", + "id": "811b0470-4ca4-4c5b-ad31-a6a93babf721", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -222327,7 +222327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65ce4430-04f4-4839-b813-8480efe814ec", + "id": "a2fd8b91-67b1-4093-a293-b41b0bfdc878", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -222383,7 +222383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b70f8f6-1718-462b-988f-358b18d483b7", + "id": "7cf4fbc9-c6f8-465f-b7d2-0c3442c723fb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -222439,7 +222439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed88a5cf-6be1-4029-add3-59653fe33443", + "id": "0a8ec813-d0c6-475e-9596-c96bc88eb05a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -222495,7 +222495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecf03f7b-45f5-4fa7-aed8-57df14e9b6c0", + "id": "4380ac88-ab8d-46f5-b49d-0baa10dc2fe9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -222557,7 +222557,7 @@ } }, { - "id": "2bded0db-d7b6-4473-8bdd-be79e9d6f4ae", + "id": "f234652a-5fda-4d31-b63f-33b54435c6bf", "name": "A list of Saved Searches", "request": { "name": "A list of Saved Searches", @@ -222623,7 +222623,7 @@ }, "response": [ { - "id": "456c2884-eef8-4524-8610-1dfd44a5d886", + "id": "3752ae04-4de2-49d0-b956-ffe507acccb0", "name": "The list of requested saved searches.", "originalRequest": { "url": { @@ -222712,7 +222712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca67fc24-53e0-4b29-9a22-60d1ad9912d9", + "id": "5a9d8c5d-5924-468f-9ad2-855e5db30b1b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -222792,7 +222792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7c5b8d4-04de-4c46-be52-2022192a588e", + "id": "cd100c0f-b5d7-46a8-95ae-c0101511038f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -222872,7 +222872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5aac8a19-541f-4ee5-b32c-a6f05fd39329", + "id": "2caf7f0f-7cc2-47d9-b0fa-e72e658ed383", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -222952,7 +222952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "470b7e8f-c4fe-4429-ac8b-b2da109bc9a5", + "id": "d63143e3-7a77-4b46-ab31-ff92466c361a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -223032,7 +223032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6badf7d6-5999-416f-956a-5a58f1e777e1", + "id": "8a31de99-cbd0-4a0c-9207-34b341e7ba18", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -223118,7 +223118,7 @@ } }, { - "id": "5b6add1a-e616-44a0-b109-9d2db07f0c27", + "id": "d12cdd36-aecc-49f5-a8d1-5d7f0eae34c6", "name": "Updates an existing saved search\n", "request": { "name": "Updates an existing saved search\n", @@ -223172,7 +223172,7 @@ }, "response": [ { - "id": "fe78da62-bca2-49bc-9f39-9d3f0af7a6ce", + "id": "1f52f9d9-22bc-4d82-a089-9628b8f9d2d2", "name": "The persisted saved search.", "originalRequest": { "url": { @@ -223229,7 +223229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80785d5d-7de3-4365-8974-a7b705f41fd6", + "id": "6e763ff4-2cbd-4bbe-9e7a-3e221bd9cbd8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -223286,7 +223286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "189c31bb-1eec-4ba5-bc54-775a0ceaff31", + "id": "e8424fc4-2fe8-4fd3-8b6f-227c765406f1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -223343,7 +223343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c54903f0-263a-47c2-9eab-aaa073d76cb3", + "id": "abf55f7a-cc2c-4a33-8000-7c7a69e30f65", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -223400,7 +223400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1786210-2f23-4168-9500-f303c95f91f3", + "id": "bfb20f97-b12c-4968-8ce6-afadad510954", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -223457,7 +223457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eeb0b81f-5e52-4050-9efc-26f2d864e83b", + "id": "e71d160b-2b1d-4b4c-a3ee-133b76f2983f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -223520,7 +223520,7 @@ } }, { - "id": "fc4c0bb5-adc6-4160-b773-383f557b6fcf", + "id": "2c1728ff-36ba-45ce-9255-4a236a3220e0", "name": "Return saved search by ID", "request": { "name": "Return saved search by ID", @@ -223561,7 +223561,7 @@ }, "response": [ { - "id": "34d95e4f-e006-408d-950e-bf1c026cf546", + "id": "5c693d9a-d1cd-4839-addc-3c302ccb0958", "name": "The requested saved search.", "originalRequest": { "url": { @@ -223605,7 +223605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ad8c355-1e82-44d3-834f-9d9b42e3ec63", + "id": "4a5e1601-77bf-41c6-a5f5-a3322c3ec796", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -223649,7 +223649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88fb202e-70e1-49cc-9d78-4a7b243f5766", + "id": "88d26765-f560-4286-8a48-a067e3f66278", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -223693,7 +223693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c12b62f6-0e8b-4144-945f-4b78ff6718e6", + "id": "f0f9a3ad-d8f6-4ecb-8f5f-0564d461853c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -223737,7 +223737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12847a03-53e3-4903-9032-2f9570888887", + "id": "0302bc77-5740-4ffc-87cc-591e09c538ae", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -223781,7 +223781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c634a64-a7e9-46f4-a14e-150e665aa587", + "id": "04059be4-ba46-4ef2-8369-9bcff6437d56", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -223825,7 +223825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61bb603a-926a-43a0-81fe-4bbb36316075", + "id": "d36d39bf-4787-4a0e-81d3-f57d4d8697d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -223875,7 +223875,7 @@ } }, { - "id": "507af845-92e2-44c8-a891-7d70cd1d2f0d", + "id": "cd851633-b69a-4172-982f-fa23307ae041", "name": "Delete document by ID", "request": { "name": "Delete document by ID", @@ -223916,7 +223916,7 @@ }, "response": [ { - "id": "3c408003-04f3-4142-bd67-ca78fa893500", + "id": "bdef5688-9abd-4ef0-b18f-57c3464e6bab", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -223950,7 +223950,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b2f891db-2e44-4422-98ab-7f47422216ca", + "id": "3d56bca0-b5c3-4ea3-806d-0b4c6754972b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -223994,7 +223994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "749f88dc-d0ed-4b3d-ac03-2b7da24b5c73", + "id": "47e85c37-c423-4471-b508-8c8f715145a9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -224038,7 +224038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad5657b4-7491-4696-9599-8047416a9a81", + "id": "64de7068-ce00-49cc-a9ea-9a2412b18bd3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -224082,7 +224082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "604fccdb-3a6b-4797-8ef4-e840e4d30a5f", + "id": "31fac2ae-1d91-4575-9c75-5a9eb16e9e59", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -224126,7 +224126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7be0fa3-3c83-494a-ad58-051aa1b126cd", + "id": "2e1aa142-b9e1-46ed-8cb8-22a4f835a9eb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -224170,7 +224170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69242ed4-b6af-4327-a742-847c95260488", + "id": "9a1b9fe6-cf73-438c-bd32-310dd85033a3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -224220,7 +224220,7 @@ } }, { - "id": "45e736cc-5607-4a63-834a-31d613e21629", + "id": "70ce96f8-e6a6-4a7d-a748-5ab574ba19fb", "name": "Execute a saved search by ID", "request": { "name": "Execute a saved search by ID", @@ -224275,7 +224275,7 @@ }, "response": [ { - "id": "4a7e9218-18dd-4ccd-827c-c8770e3459dd", + "id": "82c7cad8-1046-4eb7-bb06-43bda1f8ec65", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -224323,7 +224323,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c752419e-1d02-45d7-bf67-c4cc0aafebe5", + "id": "181596f1-eebf-4867-8389-7a37ecb10665", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -224381,7 +224381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0f46453-c0b3-4a50-9d58-51dbf358c74c", + "id": "f057548e-504c-46aa-b9c5-eff7fefc9ca3", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -224439,7 +224439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97508c54-797a-4abf-8383-363ab43c146a", + "id": "e1f12652-1c74-4539-a999-b3cdb5b79bb5", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -224497,7 +224497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6aeed8f9-8080-4eeb-8f8c-e690036b1ef0", + "id": "2766779a-6509-4b3c-a3ac-e4e4f07b225e", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -224555,7 +224555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66e15596-7351-49e5-8a21-632908668bb6", + "id": "1c0c4fa5-caad-46d4-947c-24d25cb918f3", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -224613,7 +224613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eace30ba-7ad6-4a39-850c-eccdefc21a4d", + "id": "5fb9b4bc-8bda-4a66-815e-8eb4a6ef349e", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -224671,7 +224671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca88bcb1-35d8-4cf6-a847-d1e67c75085b", + "id": "84b24f9e-da76-414e-a07a-32a64a2c051f", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -224729,7 +224729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2681f21-cee8-4714-b5c7-e1f68d722421", + "id": "c16acf07-a484-4220-879b-bba2a89cd9ae", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -224787,7 +224787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f9e4dd5-562c-49f9-bfa1-01a9c4278de1", + "id": "d7c280e1-d4d3-4b81-b797-fc8524d83250", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -224845,7 +224845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdbfd4ea-cf7c-4765-9f28-6a1fe974ee25", + "id": "5bcbf8c3-938f-4347-bc5c-022e9e61a0c2", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -224903,7 +224903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f6f2c52-5f63-4db1-af58-7c893a41bced", + "id": "f3d0725b-c61f-4cf9-bdf7-ac5c6e6e0cb3", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -224961,7 +224961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05618ca3-3cac-4d37-9917-94fd80523de5", + "id": "bb9df961-640f-4ea9-9f96-35d36f609f0e", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -225031,7 +225031,7 @@ "description": "Use this API to implement scheduled search functionality. \nWith scheduled search functionality in place, users can run saved search queries on their tenants on a schedule, and Identity Security Cloud emails them the search results. \nUsers can also share these search results with other users by email by adding those users as subscribers, or those users can subscribe themselves. \n\nOne of the greatest benefits of saving searches is the ability to run those searches on a schedule. \nThis is essential for organizations to constantly detect any changes to user information or access throughout their tenants and across all their sources. \nFor example, the manager Amanda Ross can schedule a saved search \"manager.name:amanda.ross AND attributes.location:austin\" on a schedule to regularly stay aware of changes with the Austin employees reporting to her.\nIdentity Security Cloud emails her the search results when the search runs, so she can work on other tasks instead of actively running this search.\n\nIn Identity Security Cloud, scheduling a search involves a subscription. \nUsers can create a subscription for a saved search and schedule it to run daily, weekly, or monthly (you can only use one schedule option at a time). \nThe user can add other identities as subscribers so when the scheduled search runs, the subscribers and the user all receive emails. \n\nBy default, subscriptions exclude detailed results from the emails, for security purposes. \nIncluding detailed results about user access in an email may expose sensitive information.\nHowever, the subscription creator can choose to include the information in the emails. \n\nBy default, Identity Security Cloud sends emails to the subscribers even when the searches do not return new results. \nHowever, the subscription creator can choose to suppress these empty emails. \n\nUsers can also subscribe to saved searches that already have existing subscriptions so they receive emails when the searches run. \nA saved search can have up to 10 subscriptions configured at a time. \n\nThe subscription creator can enable, disable, or delete the subscription. \n\nRefer to [Subscribing to Saved Searches](https://documentation.sailpoint.com/saas/help/search/saved-searches.html#subscribing-to-saved-searches) for more information about scheduling searches and subscribing to them.\n", "item": [ { - "id": "2b1982b1-7c88-4be2-95cd-b544348fb327", + "id": "df05781b-bb31-4352-83a8-c633cb129abd", "name": "Create a new scheduled search", "request": { "name": "Create a new scheduled search", @@ -225073,7 +225073,7 @@ }, "response": [ { - "id": "169ff180-1db0-4a13-846b-3f107d0d4b45", + "id": "3b5c386c-2c79-4d6f-8cf4-008fd03ddbbb", "name": "Daily Search", "originalRequest": { "url": { @@ -225129,7 +225129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "545453fe-c42a-4c92-9fc3-1c23326213dd", + "id": "5b7bcfba-0747-48e0-8311-1c94ad252fa8", "name": "Weekly Search", "originalRequest": { "url": { @@ -225185,7 +225185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77bd22b1-dd7b-4936-8345-8b16f734dd66", + "id": "782901b7-dd1a-49e7-a658-738b64b0beae", "name": "Monthly Search", "originalRequest": { "url": { @@ -225241,7 +225241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "915d8012-5d1a-4a37-828b-4a0c6b268767", + "id": "9ecaeae3-974e-4c7f-8641-79a3c9d0e4e9", "name": "Annual Search", "originalRequest": { "url": { @@ -225297,7 +225297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13553577-b98f-449e-82d9-3088fbbe4878", + "id": "4717389e-ac48-46ef-9774-f13b37d9e786", "name": "Calendar Search", "originalRequest": { "url": { @@ -225353,7 +225353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "713f6b40-9f7d-4d98-9f61-87cd33288f9d", + "id": "acc38000-21d3-4bca-99cd-997f7cd6fab4", "name": "Daily Search", "originalRequest": { "url": { @@ -225409,7 +225409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0814f404-a98b-4f3a-b02f-ee190864fb31", + "id": "5dc21159-9dbb-4a3c-9ea3-0b4b66049428", "name": "Weekly Search", "originalRequest": { "url": { @@ -225465,7 +225465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "320e231b-79d4-4c67-bddb-784d449db8cd", + "id": "3aa62fe1-a9d8-4254-b824-3caf3cf0b60b", "name": "Monthly Search", "originalRequest": { "url": { @@ -225521,7 +225521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eeadf405-54d7-4c1e-b1c5-971e938318e0", + "id": "8ff3613c-c49b-48f9-9360-1de756666fe0", "name": "Annual Search", "originalRequest": { "url": { @@ -225577,7 +225577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b3746af-8b1e-4ad8-bb88-0adf6454453b", + "id": "239f2b07-f18c-4407-86c3-2af338bbb4f0", "name": "Calendar Search", "originalRequest": { "url": { @@ -225633,7 +225633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "595ebb27-bdd3-4aaa-8fe3-af78a1f81973", + "id": "63aa7cb5-57a0-478a-8ef1-4be62c2aeec7", "name": "Daily Search", "originalRequest": { "url": { @@ -225689,7 +225689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26c6ee57-997b-474d-9408-a05f6a856d67", + "id": "8e3a8817-7d61-4a00-a584-302baaaebacf", "name": "Weekly Search", "originalRequest": { "url": { @@ -225745,7 +225745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fa619bd-60a0-4382-94e2-982b024f9ca9", + "id": "66438e93-8242-42db-8736-297151be738e", "name": "Monthly Search", "originalRequest": { "url": { @@ -225801,7 +225801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60751bbf-409f-4c92-82e4-5b3440a893ff", + "id": "52380231-2631-4c32-b572-73536e80e651", "name": "Annual Search", "originalRequest": { "url": { @@ -225857,7 +225857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6572b5a3-f671-46ff-a87e-5a2ba9dd5c17", + "id": "d9da6657-b01f-40b7-8099-3d1121976a65", "name": "Calendar Search", "originalRequest": { "url": { @@ -225913,7 +225913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8646cae9-2819-47a0-89c5-de1653acd992", + "id": "73e3e6c5-0022-4beb-9c40-ab174fa3f978", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -225969,7 +225969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5db0f2d1-3039-4913-9b2b-e3d7c38378fe", + "id": "bf621222-1131-4539-81a8-8097dee81268", "name": "Weekly Search", "originalRequest": { "url": { @@ -226025,7 +226025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c7f9fff-a3eb-4e33-abeb-525c0fba1b9c", + "id": "253691fa-9d14-4ab4-be98-b141added3ec", "name": "Monthly Search", "originalRequest": { "url": { @@ -226081,7 +226081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ff28fda-26d3-492d-a362-23577b5fbb8a", + "id": "4f21ade3-a612-45a8-828d-728a7f5c31ae", "name": "Annual Search", "originalRequest": { "url": { @@ -226137,7 +226137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b825cb7d-6896-4b2c-99df-d3c308bb8997", + "id": "cd583266-bb7a-4c42-9c81-3e7cc99aafde", "name": "Calendar Search", "originalRequest": { "url": { @@ -226193,7 +226193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d01f4797-ccaf-4481-8802-d3d6cceff949", + "id": "6afb517f-0b55-4639-a203-6241b5e383a1", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -226249,7 +226249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e2762a2-ee97-4920-a4d6-8a5b9337aa44", + "id": "2d554165-e47a-45a2-b8a4-981a96967344", "name": "Weekly Search", "originalRequest": { "url": { @@ -226305,7 +226305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d218efd0-59b2-4664-9e51-7a17e735cd4b", + "id": "e55fa291-6683-4ba5-ae4a-7a2d2f6df73a", "name": "Monthly Search", "originalRequest": { "url": { @@ -226361,7 +226361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11f621fd-234a-430f-8c40-6c663072b724", + "id": "cf171287-3abd-4110-93b9-06918df8ec09", "name": "Annual Search", "originalRequest": { "url": { @@ -226417,7 +226417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b26b829-5357-4528-9e07-bcb3a4955be8", + "id": "43b0bf5a-b1e8-42a0-8e77-9eda9e702294", "name": "Calendar Search", "originalRequest": { "url": { @@ -226473,7 +226473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca7be7e7-9e1c-479c-8e46-4c922a4f270a", + "id": "11c693db-049a-437a-b33f-35607d1eadd7", "name": "Daily Search", "originalRequest": { "url": { @@ -226529,7 +226529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68e2de9f-da6c-4f71-9d32-2fd8ce6f36d8", + "id": "1468a81f-dd51-45c7-b53c-a35aba24c2ce", "name": "Weekly Search", "originalRequest": { "url": { @@ -226585,7 +226585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdb4c05c-99bd-4912-abfe-94f4c746c57c", + "id": "9afc6a83-fa60-406a-8305-f0c324a661ab", "name": "Monthly Search", "originalRequest": { "url": { @@ -226641,7 +226641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9fb5f59-5e42-417f-9602-30acd65d4ba1", + "id": "b6d6f61f-e629-4f11-9c64-992590ea143f", "name": "Annual Search", "originalRequest": { "url": { @@ -226697,7 +226697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "936d85ed-d8ed-43e0-9fe1-64de39d1a62d", + "id": "f673828a-8eec-4662-9c72-3675ee34c310", "name": "Calendar Search", "originalRequest": { "url": { @@ -226753,7 +226753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47636a50-2917-466a-84c0-bcdd08b392c2", + "id": "4fb29b77-75a3-49fa-b60f-b60a87808ff7", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -226809,7 +226809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17d40f25-add2-4a5b-a791-f010e76e5993", + "id": "7c277052-b154-48e7-b269-513da26ac153", "name": "Weekly Search", "originalRequest": { "url": { @@ -226865,7 +226865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75b98f63-3f16-430a-96ac-d5dabbdf5922", + "id": "d4f3ec72-7084-4611-8b36-d278ed9cb0df", "name": "Monthly Search", "originalRequest": { "url": { @@ -226921,7 +226921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfcc2d2a-b7bf-469e-8404-bc33e4b9af32", + "id": "43ec32c6-fcb4-440f-be5f-68cb7096d637", "name": "Annual Search", "originalRequest": { "url": { @@ -226977,7 +226977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fa1a89d-cea6-4f48-8f56-4b1f699c5dbc", + "id": "11fd3116-9f46-499e-b771-45d4f27c466a", "name": "Calendar Search", "originalRequest": { "url": { @@ -227039,7 +227039,7 @@ } }, { - "id": "56a69419-ae25-457a-9df7-7022772a2fbe", + "id": "2b49131c-59de-48f8-8d77-c49966ac6121", "name": "List scheduled searches", "request": { "name": "List scheduled searches", @@ -227105,7 +227105,7 @@ }, "response": [ { - "id": "12ab2f24-6ccc-41de-9963-87c860224992", + "id": "5dc3b219-d6d4-48e5-9f50-657b1f335712", "name": "The list of requested scheduled searches.", "originalRequest": { "url": { @@ -227194,7 +227194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be4dbed7-ad7c-4980-978a-1e06c71eb834", + "id": "770003b8-af34-4767-896d-64a452f24a4b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -227274,7 +227274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36f22831-6440-4f49-ac6f-595742a3f47e", + "id": "9752cd11-d173-4b60-8636-2597e0f99289", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -227354,7 +227354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddafc906-b1b7-41a8-bfb6-eaee87157167", + "id": "4d83be99-0f64-4f05-bbd1-6fc08081ae50", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -227434,7 +227434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c666c98c-f435-4df5-a9e0-2e54e3f49f40", + "id": "92f7c377-c0c1-4f86-a90c-48f7c93fca85", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -227514,7 +227514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "674cff71-3af7-40a3-b303-7539ccbefa86", + "id": "fe00bb60-ef79-4662-a328-0a6f18b59495", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -227594,7 +227594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbefad58-7f0f-478b-be50-d0e7aba3883d", + "id": "9d4c93d2-c5d5-49ba-863f-17d1d94f0cee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -227680,7 +227680,7 @@ } }, { - "id": "53546d70-1ba8-4262-9a97-b1c8525ecdba", + "id": "6b966fa2-c6c4-474f-87e1-e1079938a244", "name": "Update an existing Scheduled Search", "request": { "name": "Update an existing Scheduled Search", @@ -227734,7 +227734,7 @@ }, "response": [ { - "id": "f7402a56-bee5-4a16-967d-f03681b71951", + "id": "86ded798-f110-4533-a1d1-aed785124712", "name": "The persisted scheduled search.", "originalRequest": { "url": { @@ -227791,7 +227791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dbebf22-79b2-4453-a70f-9a3994ec5048", + "id": "238b21fa-ab77-4faf-b50e-1cc72c61f063", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -227848,7 +227848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16b885df-5721-4969-9d2b-3536b44a09f4", + "id": "98397118-b7e3-4c9c-9d77-a3c3003a9d7b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -227905,7 +227905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "533963c7-627e-4677-ac4a-eb64fe4a1e5d", + "id": "3a7161a8-feff-4e3f-b8db-faf793b6c0a3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -227962,7 +227962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "944d1b13-4aec-4671-b56d-c94d89d11146", + "id": "29e8b8f7-198f-44b2-a582-2a2fc27aea7b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -228019,7 +228019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1de80ae1-4a66-4911-8074-7fcccacde9b4", + "id": "e46c6284-a8a5-4d0f-8a3a-5cbe9c5f0233", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -228076,7 +228076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cd953c6-fbf2-4a31-aabb-a6349d8b5322", + "id": "6c4b85c0-6948-4335-b29b-59beaff7da6b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -228139,7 +228139,7 @@ } }, { - "id": "b3afb60d-bff5-4be0-ab13-623e8ec0ebed", + "id": "d2f7bcb3-336d-4c3b-8ae2-1dffc2f0a759", "name": "Get a Scheduled Search", "request": { "name": "Get a Scheduled Search", @@ -228180,7 +228180,7 @@ }, "response": [ { - "id": "32d02ce2-f9d3-43cd-a88c-c1c36783810d", + "id": "51d2eb12-bcf5-430d-a80c-049cb4ba1d10", "name": "The requested scheduled search.", "originalRequest": { "url": { @@ -228224,7 +228224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b043781-31f6-462f-998f-a4ca41cc90de", + "id": "069ab6a0-19d5-4f3e-81de-d4c04947e01f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -228268,7 +228268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fb4a2e9-79dc-43fe-9569-7e2bec281afe", + "id": "283b8e69-07d8-419d-bea6-3a166c3a8df7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -228312,7 +228312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a871768f-7831-41bd-b44c-4c363afcdb90", + "id": "1d0ed655-4aa8-4bde-849e-86f5ce250df6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -228356,7 +228356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c96fd65f-daee-49f7-8d4b-3d5bf3520be5", + "id": "9d257e24-1994-4f6c-9fd4-7707d515be1f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -228400,7 +228400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8ebe26e-3d72-49c3-b52b-25100ecbd185", + "id": "badc47fe-1d4d-4643-b837-c677a1aae679", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -228444,7 +228444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6367f44-2df4-41e5-86a3-a4df64a6b515", + "id": "f8daea82-31a0-43e7-998c-7ccadc3d65de", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -228494,7 +228494,7 @@ } }, { - "id": "629a8690-331f-4b0f-b1b9-fbf8363f7f2d", + "id": "eb82fb7d-770e-4e45-b903-9d9b7802b75c", "name": "Delete a Scheduled Search", "request": { "name": "Delete a Scheduled Search", @@ -228535,7 +228535,7 @@ }, "response": [ { - "id": "deeb6fac-f146-41fe-a911-f52f0778e34c", + "id": "c164f497-2f88-49c3-89bf-0d8b8dc89b2c", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -228569,7 +228569,7 @@ "_postman_previewlanguage": "text" }, { - "id": "dc1f9f3c-449e-4b28-b140-18f884e8c4cc", + "id": "5cc974ab-2124-4dd3-9251-89dd1c7527d7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -228613,7 +228613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d1dd0b1-c37b-48fb-89d6-bc374bfeb8b0", + "id": "e95d6ac8-9ed3-4a76-86d7-1c9ee3c28645", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -228657,7 +228657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af4f3904-8d01-421f-a8fd-bd9d18663a6d", + "id": "2a8b7cfd-2dc2-4794-882b-3f3f535a329b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -228701,7 +228701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f11277d-faff-4f0b-8b44-ab44805dbcd0", + "id": "b5ebdbbf-9722-4f90-927e-61cd1d63a5a1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -228745,7 +228745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f324767-d05c-4bb0-a05a-68604a8bcbe5", + "id": "7497f03a-ded1-43f7-a757-387ee78e712f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -228789,7 +228789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98f20c1d-d118-4507-b970-003512c16c58", + "id": "f9957a4b-85cc-44ed-b445-53fa95a87555", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -228839,7 +228839,7 @@ } }, { - "id": "c6520ef3-dbd5-4df9-91d7-b7bd8b487176", + "id": "f6b710c5-e24e-4d63-b91a-324d891aeca7", "name": "Unsubscribe a recipient from Scheduled Search", "request": { "name": "Unsubscribe a recipient from Scheduled Search", @@ -228894,7 +228894,7 @@ }, "response": [ { - "id": "eba8ace8-1e6c-453b-8432-1faf0dd88174", + "id": "ccfac19c-40c0-406c-8002-2be84b636dd5", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -228942,7 +228942,7 @@ "_postman_previewlanguage": "text" }, { - "id": "11e4e062-2198-4a51-9816-1f3da4ad06a0", + "id": "3317f3f8-2724-4074-8b6e-45b992a69c9e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -229000,7 +229000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f238d6c8-7fdd-49cd-a854-b03dfc4a00cb", + "id": "c82213b2-11b0-4625-a7ed-003b60206456", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -229058,7 +229058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e533054-0c31-4744-8945-b06deed4977c", + "id": "1685bf9a-b0ed-4827-a354-4744c9853930", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -229128,7 +229128,7 @@ "description": "Use this API to implement search functionality. \nWith search functionality in place, users can search their tenants for nearly any information from throughout their organizations. \n\nIdentity Security Cloud enables organizations to store user data from across all their connected sources and manage the users' access, so the ability to query and filter that data is essential. \nIts search goes through all those sources and finds the results quickly and specifically. \n\nThe search query is flexible - it can be very broad or very narrow. \nThe search only returns results for searchable objects it is filtering for. \nThe following objects are searchable: identities, roles, access profiles, entitlements, events, and account activities. \nBy default, no filter is applied, so a search for \"Ad\" returns both the identity \"Adam.Archer\" as well as the role \"Administrator.\"\n\nUsers can further narrow their results by using Identity Security Cloud's specific syntax and punctuation to structure their queries. \nFor example, the query \"attributes.location:austin AND NOT manager.name:amanda.ross\" returns all results associated with the Austin location, but it excludes those associated with the manager Amanda Ross.\nRefer to [Building a Search Query](https://documentation.sailpoint.com/saas/help/search/building-query.html) for more information about how to construct specific search queries. \n\nRefer to [Using Search](https://documentation.sailpoint.com/saas/help/search/index.html) for more information about Identity Security Cloud's search and its different possibilities. \n\nThe search feature uses Elasticsearch as a datastore and query engine. \nThe power of Elasticsearch makes this feature suitable for ad-hoc reporting.\nHowever, data from the operational databases (ex. identities, roles, events, etc) has to be ingested into Elasticsearch. \nThis ingestion process introduces a latency from when the operational data is created to when it is available in search. \nDepending on the system load, this can take a few seconds to a few minutes. \nPlease keep this latency in mind when you use search.\n", "item": [ { - "id": "9303895f-a000-4c06-ace3-ec2ab1bf77d0", + "id": "f4915d5f-b4fc-4521-bbc4-74938db97262", "name": "Perform Search", "request": { "name": "Perform Search", @@ -229198,7 +229198,7 @@ }, "response": [ { - "id": "ba7330a8-f75d-4329-a27e-16db4d06c16e", + "id": "2170109e-2b19-4281-a4fe-bc4ba135368f", "name": "A collection of AccessProfiles", "originalRequest": { "url": { @@ -229291,7 +229291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52434aa1-4c29-4dbf-b22b-97474ca3d2ab", + "id": "1b112667-06b2-4e1a-bf05-f4ec5a9ca146", "name": "A collection of Entitlements", "originalRequest": { "url": { @@ -229384,7 +229384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b92c6f9d-8bfd-431f-96d0-ef26476ea7a6", + "id": "e03f4ff2-f1c3-4a8d-80c8-619a1851d395", "name": "A collection of Events", "originalRequest": { "url": { @@ -229477,7 +229477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "965c5a56-f983-41e1-a7d9-565ce33885de", + "id": "b58f4eb5-90f1-4495-8671-ff3d289f6296", "name": "A collection of Identities", "originalRequest": { "url": { @@ -229570,7 +229570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "569bb070-9625-446c-b2a5-d4bfc8fba3b6", + "id": "22037139-e189-49dc-9882-b93e61745916", "name": "A collection of Roles", "originalRequest": { "url": { @@ -229663,7 +229663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2165e36e-d3ad-4bab-9c0b-b5654ac309f5", + "id": "fa954f09-bf4e-4a47-9207-844a06c9e146", "name": "Filter with Exists", "originalRequest": { "url": { @@ -229756,7 +229756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "430e4aa5-c5f0-4af4-a251-fa32fbeb823b", + "id": "fd2d23dc-ac3c-4242-ba22-c420e052c7c3", "name": "Filter with Range", "originalRequest": { "url": { @@ -229849,7 +229849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd9afc7f-5ee3-45b3-a8a7-002d38532068", + "id": "d3dc2759-b4e5-4fe1-ae00-e80220813114", "name": "Filter with Terms", "originalRequest": { "url": { @@ -229942,7 +229942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a31669d-ecba-400a-99c4-a1a97c2b31af", + "id": "70550de0-125c-4911-a573-fd7c408800ac", "name": "Query with Fields", "originalRequest": { "url": { @@ -230026,7 +230026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b151037b-44cc-4afb-8f88-0c9f5ce651bc", + "id": "99fc7105-1f85-499c-97aa-02934004e3f3", "name": "Query with TimeZone", "originalRequest": { "url": { @@ -230110,7 +230110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94e496f5-39bc-40ef-9d1c-0c1fbb9a1ef7", + "id": "95974de1-c06a-4663-a18f-0c1839b5203e", "name": "Query with InnerHit", "originalRequest": { "url": { @@ -230194,7 +230194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8339d535-6bf4-4677-9d03-62cd54acc5df", + "id": "3e6d96db-b2d2-4c54-93c9-8af805fafb71", "name": "TypeAheadQuery", "originalRequest": { "url": { @@ -230278,7 +230278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f7b5fb5-5161-41e5-b928-8ac5b1cda85b", + "id": "98badef4-7d0b-4eca-a987-6269fabdd316", "name": "TypeAheadQuery with NestedType", "originalRequest": { "url": { @@ -230362,7 +230362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "322d6533-3d11-44bd-8e83-a4029135e450", + "id": "904b5d58-49db-49f6-86ed-7b0529c92fc9", "name": "Filter with Exists", "originalRequest": { "url": { @@ -230446,7 +230446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a53f8716-e42f-4f2e-9c04-a428a0be5897", + "id": "7282f0b1-e39e-484f-bc8a-b9ee8326dcf5", "name": "Filter with Range", "originalRequest": { "url": { @@ -230530,7 +230530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1406a6a1-25a2-4ae9-b6d3-12271402995a", + "id": "4df4e11b-e58f-4811-844f-5fec4d7bfc39", "name": "Filter with Terms", "originalRequest": { "url": { @@ -230614,7 +230614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d451680-94e6-43ae-bf57-513a0e63a257", + "id": "f53af6b4-d8db-447c-8ffc-e090bc2a7b03", "name": "Query with Fields", "originalRequest": { "url": { @@ -230698,7 +230698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "741db392-2dab-4877-ae63-915dd7768e1f", + "id": "ee170a6e-4db2-4811-a179-9a15115c87cd", "name": "Query with TimeZone", "originalRequest": { "url": { @@ -230782,7 +230782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3748cb00-33a6-46b8-bff3-2f7e17c9b480", + "id": "398cc4aa-9a99-439a-90de-799311b3eb1a", "name": "Query with InnerHit", "originalRequest": { "url": { @@ -230866,7 +230866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2f0b95b-3730-40e9-8be6-ce902f5ce2d8", + "id": "5c216456-e227-4f93-968e-379657d5d567", "name": "TypeAheadQuery", "originalRequest": { "url": { @@ -230950,7 +230950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03e22624-a389-4efd-92a3-b6b958a632fb", + "id": "2e5c46db-6a39-46aa-bf08-a5d5e530e61b", "name": "TypeAheadQuery with NestedType", "originalRequest": { "url": { @@ -231034,7 +231034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dc214ce-62e4-4096-a879-3c003f4d7c59", + "id": "a4de897a-6dc5-4e75-9cd0-730b237054e8", "name": "Filter with Exists", "originalRequest": { "url": { @@ -231118,7 +231118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20316ea8-3ec8-42a2-8a77-7275ad00efd4", + "id": "26e8779e-e152-4ca5-a259-28f5805bb329", "name": "Filter with Range", "originalRequest": { "url": { @@ -231202,7 +231202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "434a1da2-227e-40c5-9984-929655a90db4", + "id": "24d3235c-6085-40f0-bb4c-93ec9641392c", "name": "Filter with Terms", "originalRequest": { "url": { @@ -231286,7 +231286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54da85a9-88b0-476a-89b7-2182967766ae", + "id": "66396fe3-b2b9-4121-ab1a-749cd7bf1d2e", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -231370,7 +231370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "471fbf6b-31e0-469c-b0a3-9ff8af62e9bb", + "id": "ef18aac3-1414-49c9-bcfd-0950b1b29a6c", "name": "Query with TimeZone", "originalRequest": { "url": { @@ -231454,7 +231454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4d9d4cd-6970-45c9-bada-c27117284999", + "id": "8739c2cf-0859-4f8a-90d0-14d133120428", "name": "Query with InnerHit", "originalRequest": { "url": { @@ -231538,7 +231538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89c334de-413d-4baf-ad14-acd93b6e0a21", + "id": "3df6fbcd-f1a1-4632-bc52-f0e97de5d5da", "name": "TypeAheadQuery", "originalRequest": { "url": { @@ -231622,7 +231622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d280536a-1b28-4261-9255-056073c9397e", + "id": "17e421b4-41ac-4b73-a8ad-9372819b3c65", "name": "TypeAheadQuery with NestedType", "originalRequest": { "url": { @@ -231706,7 +231706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6e3fb33-67d6-4b01-83d5-21d637c646a6", + "id": "d591d60a-987c-421e-9ea5-33e29330612c", "name": "Filter with Exists", "originalRequest": { "url": { @@ -231790,7 +231790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d915b058-a07c-4c4d-8d72-ed917b259a42", + "id": "b07e2ffb-d3f3-45b6-8f81-37e101de3254", "name": "Filter with Range", "originalRequest": { "url": { @@ -231874,7 +231874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "885c8a2d-402f-4d5e-97b9-107191a907a7", + "id": "a9cbe6c8-025a-4bfa-afe6-98c2757dfb46", "name": "Filter with Terms", "originalRequest": { "url": { @@ -231958,7 +231958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1727cf1c-3be0-4197-bf90-6efd391eefb7", + "id": "8ae45a79-aa9a-4ebb-92ef-1262398de5a4", "name": "Query with Fields", "originalRequest": { "url": { @@ -232042,7 +232042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "577105b5-c20a-47d5-8f64-0bba411ff636", + "id": "863541c9-9340-453d-9f6e-ba818f860d15", "name": "Query with TimeZone", "originalRequest": { "url": { @@ -232126,7 +232126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe57b614-303b-4317-87ab-2b29d39777b8", + "id": "4aaf8b2f-cfa3-41e7-b724-0724926a9bea", "name": "Query with InnerHit", "originalRequest": { "url": { @@ -232210,7 +232210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12b9f60f-0dd5-4c5e-9cb7-eb4eaad770cb", + "id": "769c67b8-579f-4247-9aaa-9074380b6056", "name": "TypeAheadQuery", "originalRequest": { "url": { @@ -232294,7 +232294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "592992ff-302d-4c32-8999-c05f0af0aaeb", + "id": "c7389d9b-f261-47ff-9a03-bb8acede75e2", "name": "TypeAheadQuery with NestedType", "originalRequest": { "url": { @@ -232378,7 +232378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1252eb63-e549-4430-9640-c7b52d2c34af", + "id": "01b89559-1e52-4a48-82a7-c7b603a4c0d7", "name": "Filter with Exists", "originalRequest": { "url": { @@ -232462,7 +232462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1021d3f5-86ef-4af2-8109-da80a59ee1ca", + "id": "241b388b-67c7-45df-905d-b5a8602ac6b8", "name": "Filter with Range", "originalRequest": { "url": { @@ -232546,7 +232546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4829e9e-0aa7-43c1-8bd8-275d1382ab8c", + "id": "5f414479-f7b5-4803-a6ac-fa69317895a8", "name": "Filter with Terms", "originalRequest": { "url": { @@ -232630,7 +232630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d99d4e9-974c-468f-a08e-04bc834dec52", + "id": "6b302208-7dac-4b15-a639-27127a5e623b", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -232714,7 +232714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32adb7bc-4a4d-4f17-90f6-85611482b941", + "id": "14b109bf-52c0-43b9-a779-3481b5bc371b", "name": "Query with TimeZone", "originalRequest": { "url": { @@ -232798,7 +232798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a6b2dc0-16aa-42f6-a105-a49a87c9eb97", + "id": "d8ae6ea0-b648-40d2-9d1b-77caa456b134", "name": "Query with InnerHit", "originalRequest": { "url": { @@ -232882,7 +232882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69dee8f0-1301-491d-baba-0948cb595221", + "id": "9f6be1db-46d3-49d4-9855-92e80a414e3a", "name": "TypeAheadQuery", "originalRequest": { "url": { @@ -232966,7 +232966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21359aba-42a2-4729-9911-77e6257577e3", + "id": "dbdf6778-48a7-48d4-a113-6504c3e2e4a8", "name": "TypeAheadQuery with NestedType", "originalRequest": { "url": { @@ -233050,7 +233050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02bba0a6-8f6a-437c-9655-67a2aec300be", + "id": "e814a989-8c7a-4500-9cff-d682a13fb777", "name": "Filter with Exists", "originalRequest": { "url": { @@ -233134,7 +233134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "768df934-9be2-4306-8bcc-6683a4b92181", + "id": "a1471a16-d9df-4b83-96da-a72a76cdbf1e", "name": "Filter with Range", "originalRequest": { "url": { @@ -233218,7 +233218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aeb5e2ae-ec98-47ae-accd-c98ba5ca026b", + "id": "d0370f96-06fe-44ec-a102-fcaed715dd9f", "name": "Filter with Terms", "originalRequest": { "url": { @@ -233308,7 +233308,7 @@ } }, { - "id": "d02474f2-52d6-485f-ab3c-528f491faeae", + "id": "f744f190-0992-485d-89d1-23be4141d7a3", "name": "Count Documents Satisfying a Query", "request": { "name": "Count Documents Satisfying a Query", @@ -233351,7 +233351,7 @@ }, "response": [ { - "id": "65abb128-9233-4a3a-9658-846a1fbbb43f", + "id": "8b537878-8cba-4751-8e81-0eb3fd9a6006", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -233408,7 +233408,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3b588c1c-f455-447b-b146-eb4c45c37c0f", + "id": "815b681c-0a7d-4770-8994-d957a80a3a51", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -233465,7 +233465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "660332b8-bec4-4d19-b8a6-a7aa5c062552", + "id": "0905ce5f-a36f-4632-aa6f-fe59040989b1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -233522,7 +233522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f52b1a9-7ec7-46a6-a5c0-67e1ddc7934c", + "id": "a30f2466-7f3f-40a4-991c-b0ba8760d0d2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -233579,7 +233579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18908c3a-1b42-4aa6-91ab-3c1dc8cec1c4", + "id": "734dc3eb-28df-45d2-839d-de6e6b3304dd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -233636,7 +233636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a781a5f-736a-447f-9adf-ed033797fe63", + "id": "5aefb2dc-b1a2-43a9-b758-c58244f8fa15", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -233699,7 +233699,7 @@ } }, { - "id": "b0454c25-855d-4d87-864a-1048d17f3b23", + "id": "b206754b-6b05-4497-9a71-2a2453127a82", "name": "Perform a Search Query Aggregation", "request": { "name": "Perform a Search Query Aggregation", @@ -233770,7 +233770,7 @@ }, "response": [ { - "id": "0956db59-0276-4a51-8892-887276cb3ef3", + "id": "8c1b83d7-6128-4dc9-9d96-2df0f48e2979", "name": "MetricAggregation", "originalRequest": { "url": { @@ -233864,7 +233864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "845e8024-a381-4872-9417-65d814a1e271", + "id": "2b1b4161-9e2b-42a1-91e9-da7d68b909a9", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -233958,7 +233958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39ca298c-e85c-4358-82df-ad292e73da6a", + "id": "e3295970-4f59-4ecb-9dc4-70ebe1cb46b7", "name": "BucketAggregation", "originalRequest": { "url": { @@ -234052,7 +234052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a89c158-5053-40b7-ae72-07138b3ab071", + "id": "ccf5bf39-b72e-4971-ac40-64a045c1250a", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -234146,7 +234146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "857ae6e7-1313-414f-a564-b3b56de5c24c", + "id": "27ec4396-88fe-4ae9-ad1a-89c2b9769010", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -234240,7 +234240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "369f9165-197a-4397-8e2b-a7c8bf4c06d9", + "id": "1ec0c118-d240-4140-b11a-dcc5da9e8c0f", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -234334,7 +234334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe710e92-c33e-4af8-847c-ee584a183c42", + "id": "d4d1b26e-260f-4497-8516-53d25c09ae86", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -234428,7 +234428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f3c4630-371b-485b-b081-1a7e41cf3cbf", + "id": "c800bbe7-227a-4f24-97c2-d60d89387e30", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -234522,7 +234522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84b118b1-2787-461d-867a-ab95b03261d4", + "id": "1f538264-e1c5-4b70-81b4-ef0762e8989e", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -234616,7 +234616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffa5bad8-0f9a-41f8-ac6d-2a6e404fde7a", + "id": "5a2e30e9-57f7-4b06-af1d-36cfe2a197b6", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -234710,7 +234710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c72c9f78-9c03-42b3-b35d-765341e86087", + "id": "079d06c3-1ee4-4e4e-9ae0-a08466ca7d8e", "name": "MetricAggregation", "originalRequest": { "url": { @@ -234795,7 +234795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be71d675-33e8-4666-9b58-0b1b1a02a979", + "id": "a75fadd3-3d49-46e7-9ce6-c9f2c8a18744", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -234880,7 +234880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fdaec55-92a8-4392-834a-12b78d8091d6", + "id": "7af98fda-7701-4757-b292-f5aa6e1b40f4", "name": "BucketAggregation", "originalRequest": { "url": { @@ -234965,7 +234965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8e1c412-3a38-4959-987b-e9b263a14962", + "id": "772fcb42-5eba-47a0-afa4-36c2196dc270", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -235050,7 +235050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64e45c14-3e10-4a99-ab72-8520a46ea1a9", + "id": "347177dc-c9e3-4466-88a8-cd38a8478869", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -235135,7 +235135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "367e29ab-e82d-48cb-b2f5-b80e98214f8b", + "id": "8fab7e64-fd5a-4c43-99a7-7563b1c2b03b", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -235220,7 +235220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6f85507-788a-42b7-b03c-93b9fee93e01", + "id": "10ece697-1d6a-4ed3-b1f5-490029059b6b", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -235305,7 +235305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7389eaae-4d6e-4c6d-82cc-b57d8bb89926", + "id": "3cd7c7e1-82fe-4200-82e2-e6fba48a371f", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -235390,7 +235390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08ee7f2b-77c0-422e-b235-029397099a2a", + "id": "2eea4268-b950-4f1c-b802-c603f541c653", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -235475,7 +235475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bdd3e88-1bc0-4ac4-b663-f0f892f0021f", + "id": "839c4a1b-448a-4468-9ab3-7b3c49de6f7f", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -235560,7 +235560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b654cd8-9ea1-4982-af7a-1cfb06c1746b", + "id": "1f21b2f0-8684-4a98-9863-7d966570b89a", "name": "MetricAggregation", "originalRequest": { "url": { @@ -235645,7 +235645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb2d4f2e-3ce3-4c06-bf2d-2550050080c7", + "id": "09405e3b-27d3-4519-a93b-71ad596fd6bc", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -235730,7 +235730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f751ee7-c747-4134-a6c5-bc736eafd75c", + "id": "e2b88bda-21f8-4ae3-aa36-7d2590bfb1d0", "name": "BucketAggregation", "originalRequest": { "url": { @@ -235815,7 +235815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c31db777-f2c9-420b-a38a-69ef4bd3a6cc", + "id": "fd451185-6b0c-4aaa-a3ab-5d32553e26cc", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -235900,7 +235900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70287dd0-6e95-476f-a01d-20f03bae52ac", + "id": "2757668e-b61b-40dd-8246-4d3bebbb2d5a", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -235985,7 +235985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e5095f5-fe5d-4e30-95ed-26ca45f32b44", + "id": "bb6d6cbe-9cfe-4443-a16c-0e63e6f4a6a7", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -236070,7 +236070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4d51e2d-a7dc-41e6-a0df-e48c0d72a10e", + "id": "89807891-1a06-4881-9838-a31eacad957c", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -236155,7 +236155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4b27f6a-23e1-43e0-97c3-5fce210fa6a7", + "id": "330ca59c-1284-419c-bb2c-27e0445fb226", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -236240,7 +236240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a71c5335-8397-409d-97b3-8dc7b006134d", + "id": "d1c20548-90d6-4dfa-8319-4ddf8709c5ca", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -236325,7 +236325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2afc6b3-0f0f-4d8c-9553-8914d51110eb", + "id": "428c39d0-f414-4537-917e-65ac94d6a941", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -236410,7 +236410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "976bbfdd-f2e0-41b9-8c2a-84e26b08b0b1", + "id": "d1a22504-cb89-4171-bdd9-4c4473a6bcc8", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -236495,7 +236495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9187789-1cbe-4ad8-9f25-f6cb633084a5", + "id": "2c25a137-1fd1-4cbb-be98-cd341ebdf9e3", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -236580,7 +236580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0e264c8-337a-4054-8456-b3661a6a1317", + "id": "7d62d2cd-68c4-47cf-bb54-b4b5b2a60434", "name": "BucketAggregation", "originalRequest": { "url": { @@ -236665,7 +236665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da932f02-8b44-42e3-948b-08f6c918edac", + "id": "386946bb-c18f-4a92-b8b8-bad6ed52d6a1", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -236750,7 +236750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1c1374d-9777-4787-8154-94ab24b9db55", + "id": "26998608-835f-4468-9518-b86c37372d71", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -236835,7 +236835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47f10a97-4c2a-4aba-8140-8bb08b338f20", + "id": "9e3d5a51-20e3-49b5-a00d-4257756329af", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -236920,7 +236920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "affb1ab2-bf56-45a0-a763-08174dcd32fc", + "id": "1ea87d32-d74a-4577-a009-0d822e3581da", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -237005,7 +237005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bef5c5a6-6db9-48fa-932f-af0012b1bcd6", + "id": "ea4c457c-85f6-4ce5-8e74-dac6f5a0ecef", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -237090,7 +237090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06ca8d8f-7ec4-4b04-b2d5-c31fa3ca5877", + "id": "a040371c-5cee-4070-b4ea-23808012778a", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -237175,7 +237175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea275451-5eff-46cd-a025-40f0d84e55a3", + "id": "71e3fff2-f858-483f-8ca2-cf0005c18cda", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -237260,7 +237260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34c0bf96-a1ce-432f-81f1-ae6302344221", + "id": "7b1957c1-24cd-440f-b278-7b0c5ba2bf1d", "name": "MetricAggregation", "originalRequest": { "url": { @@ -237345,7 +237345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd8dca48-7ccc-48f5-9015-085556d8f7a4", + "id": "5d10e1aa-ac0d-46cb-988d-b621d4cc44ef", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -237430,7 +237430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e2fa33c-01be-4d27-86e8-0f04fac152cf", + "id": "fbd5ebad-8c65-441f-b76d-36a3bfa9646c", "name": "BucketAggregation", "originalRequest": { "url": { @@ -237515,7 +237515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04f295b4-129e-49aa-8140-81b3450fb579", + "id": "64fcab70-1b7f-4993-a728-2bb026bf77a0", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -237600,7 +237600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd5c480c-db25-43da-89a1-e45b4fcba9cd", + "id": "db7c7a24-e90d-4941-946f-3da69741e9e8", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -237685,7 +237685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56064732-b826-403c-92f6-4541c68e40c4", + "id": "5d804b6b-3c4f-4c92-ba40-6dbdbbcf1dca", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -237770,7 +237770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6605fbcc-30ca-42b5-b4dc-1bb34573a55c", + "id": "f4615d14-d9af-42c7-89c4-ad0c4ec0239b", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -237855,7 +237855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b298974b-f929-484b-9bc5-bc9b6ab92f9a", + "id": "cef4929e-0440-4e31-a2bf-f61b22e9eb95", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -237940,7 +237940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ba256d6-b092-418f-b043-2706ccf9f343", + "id": "cbc8754c-4687-4085-8a18-0e06569f87c8", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -238025,7 +238025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cc883f0-8326-42d5-9f05-d6da3586a1e2", + "id": "ef78459b-c4cc-4203-89f6-c3fc55dba76b", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -238110,7 +238110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "931deea8-e119-42e9-8f06-1ed401bf82c4", + "id": "a6138ca7-15c9-4cec-acb6-3bec97e26fe1", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -238195,7 +238195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbcf27a6-5ed9-4f89-9b4f-7d2b4fd7259b", + "id": "dfee22d7-76c9-4f38-9065-df587561f4e5", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -238280,7 +238280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd7f96f0-470c-4668-8313-33755f8ba8b4", + "id": "4beba5ad-f0d7-477e-b804-fbf96aa588c7", "name": "BucketAggregation", "originalRequest": { "url": { @@ -238365,7 +238365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b08b0ff-4c91-4da6-8a8d-25a78642790a", + "id": "bc4f3383-adc0-4e47-9667-4550b7e666ca", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -238450,7 +238450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33f5ce07-1124-4c61-adac-888ebafcf605", + "id": "07ddb0ec-c36e-4af5-a958-35f690f85999", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -238535,7 +238535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4d83fee-0bf1-40e3-af73-469c43918db2", + "id": "ff208c7e-65aa-4138-89ff-8da9ebd25f64", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -238620,7 +238620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56e48c29-fbc0-461e-92cc-7e08579aef78", + "id": "9a4e8e26-5052-426a-947a-e3e1064a8908", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -238705,7 +238705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c75b6b9-b882-4451-8cbc-7eae7abf09e0", + "id": "2087647b-f3b0-45db-8096-fe2d1708520b", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -238790,7 +238790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39ccf43c-155b-45d8-999b-5a5aaceec692", + "id": "78325a09-2341-4c3c-8ce2-309f7cee60d4", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -238875,7 +238875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e7f76ba-0ec4-4dd6-b7da-60cfe3c9be8a", + "id": "5e79c3fa-4272-4de5-a05c-bb819d7cf954", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -238966,7 +238966,7 @@ } }, { - "id": "e69cd0c8-947a-4912-a908-ad50853024ec", + "id": "c3f39c05-75c4-4531-a170-cdef0973e85c", "name": "Get a Document by ID", "request": { "name": "Get a Document by ID", @@ -239018,7 +239018,7 @@ }, "response": [ { - "id": "a7fd3afc-02ec-4ac0-8fe3-f00d83e0b905", + "id": "6480bad2-2e41-47d3-b1dd-4c28530e843b", "name": "AccessProfile", "originalRequest": { "url": { @@ -239063,7 +239063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8450eac1-f0f6-4a19-bae1-81b69a232440", + "id": "8c9bfe59-def4-4c65-b5c0-74ed16ac06a0", "name": "Entitlement", "originalRequest": { "url": { @@ -239108,7 +239108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1482e293-02c6-4151-9d26-c7146026e369", + "id": "b70485ea-7bcc-476c-a0f7-55d78170e43b", "name": "Event", "originalRequest": { "url": { @@ -239153,7 +239153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91831473-6f9a-4fb3-9486-82a86a3aae58", + "id": "2b38f818-01e2-47c6-aae0-02e9e860b742", "name": "Identity", "originalRequest": { "url": { @@ -239198,7 +239198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6de5e7f-7c90-4f2e-85ac-0e8173a59c4d", + "id": "6aa952e4-1c34-4329-942d-dbbf00f2286d", "name": "Role", "originalRequest": { "url": { @@ -239243,7 +239243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50501205-406e-452a-b206-9b0173be474b", + "id": "097560d2-7aa3-4fab-8166-31485548d865", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -239288,7 +239288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5d54a95-4998-4f81-9cd1-656d90decd26", + "id": "d5d0b16d-716b-44f3-9cef-fd4c8f622397", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -239333,7 +239333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95e55ca8-9280-49f4-ba0c-5248f19d105d", + "id": "b2976e71-70cf-4f29-928b-259cd6cb7b10", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -239378,7 +239378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eeb1fcb4-479b-48f9-9d9e-06cc5501c25e", + "id": "f3709b20-f1ac-4ddd-b2f8-14f709fcc5df", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -239423,7 +239423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88a288a4-eb84-4084-b321-e3aef6f97617", + "id": "15a4d288-3ce8-4818-8e5d-443068a4ebbe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -239468,7 +239468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a4841a6-d10a-412d-aac9-78c973647be1", + "id": "f512191c-0263-413c-b968-feea2f8c106d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -239525,7 +239525,7 @@ "description": "Use this API to implement search attribute configuration functionality, along with [Search](https://developer.sailpoint.com/docs/api/v3/search).\nWith this functionality in place, administrators can create custom search attributes that and run extended searches based on those attributes to further narrow down their searches and get the information and insights they want. \n\nIdentity Security Cloud (ISC) 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 ISC'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 ISC's search and its different possibilities. \n\nWith Search Attribute Configuration, administrators can create, manage, and run searches based on the attributes they want to search. \n", "item": [ { - "id": "c599e006-3d08-4766-b09c-f6995cd6b18e", + "id": "46fd854f-228c-426c-a682-59d7ab8d9c23", "name": "Create Extended Search Attributes", "request": { "name": "Create Extended Search Attributes", @@ -239568,7 +239568,7 @@ }, "response": [ { - "id": "3f4ab26c-fec0-4da8-bedb-e6e3fb605d5b", + "id": "49bd8f0c-7309-4ab7-bac2-dbfd3cc9f76a", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -239625,7 +239625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbfed329-35ef-46f1-b165-6b23f1240805", + "id": "4b440490-82da-4dd9-84dc-92b69801b06c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -239682,7 +239682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2abf05ac-21b2-4f2e-8a8f-335998a38eb4", + "id": "4fc2da54-f472-44db-91db-7bda69b2f28d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -239739,7 +239739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ed73c07-891b-4813-a513-3e6c0a8ebe60", + "id": "ee9538b5-616c-4bba-a392-42d2d212ae24", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -239796,7 +239796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f413153-9900-4dae-a6e1-1452494b9ba8", + "id": "1072075f-1b76-41a4-8692-fb87eb46ee80", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -239853,7 +239853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ccd9ec0-c90e-4eca-b553-c24a500cfc6a", + "id": "115f29a2-1bb6-4369-bd4d-c569ee627bcd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -239910,7 +239910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4b40989-10fb-4c2d-a166-8b977841154c", + "id": "222ece27-ca6f-40d7-9803-1cf76598731a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -239973,7 +239973,7 @@ } }, { - "id": "c4c74746-bbc9-4197-829d-8a8390a2e33b", + "id": "2e0530e6-b1de-43be-8b90-45c030f70807", "name": "List Extended Search Attributes", "request": { "name": "List Extended Search Attributes", @@ -240003,7 +240003,7 @@ }, "response": [ { - "id": "be733139-2069-411b-ada8-82b8da84197f", + "id": "ceccdc23-47d8-48c7-ad1d-039b42798f39", "name": "List of attribute configurations in IdentityNow.", "originalRequest": { "url": { @@ -240047,7 +240047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab43f1ef-79eb-4835-b0b7-99c86ec147f1", + "id": "323bfca4-f698-407f-a7bc-cc173f77d36f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -240091,7 +240091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c5fab52-5106-42a5-88d7-1e88b226ccc0", + "id": "80f32c2b-439e-491a-b4ec-ff25f648899f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -240135,7 +240135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8646f1cc-fd44-404d-8644-e9caec0127b6", + "id": "84526fe5-6dee-4c04-b0ae-f50f052c46b0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -240179,7 +240179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baccfe53-b0a7-4665-86cc-f6821e6dc1be", + "id": "84d0b332-742e-4cf4-82f6-ab7cce38c6b1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -240223,7 +240223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "249e2b0a-4b1c-40ef-a05d-54a5a4a03a37", + "id": "4c456753-a217-4d3e-9dbf-841dd4371eed", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -240273,7 +240273,7 @@ } }, { - "id": "04a92aab-3b7c-4782-8497-37e82e5ef754", + "id": "98d3ab93-6bc6-43a0-8556-7ddf517e9bd9", "name": "Get Extended Search Attribute", "request": { "name": "Get Extended Search Attribute", @@ -240315,7 +240315,7 @@ }, "response": [ { - "id": "82fd4e6c-4449-465d-83b7-a988a211ec32", + "id": "9d830a99-930f-4397-8549-c1cd38124658", "name": "Specific attribute configuration in ISC.", "originalRequest": { "url": { @@ -240360,7 +240360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3f90ce7-5521-4c79-8180-41e4a66d1f5c", + "id": "d195c8f9-ca7c-454d-81ce-3bd0df8ec4dc", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -240395,7 +240395,7 @@ "_postman_previewlanguage": "text" }, { - "id": "94cb28a9-4138-4037-af1c-be848188617f", + "id": "67a5a94f-dcdb-46da-89c8-24a2f1cf2d2e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -240440,7 +240440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31bfe745-cfc4-48e9-b1f4-0131e6ddef45", + "id": "5fab3d31-8f13-4e80-8c3c-40a6431c58d8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -240485,7 +240485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68a58528-2492-497d-a5cd-f98483e05a3d", + "id": "ee47f0d3-1f5c-473e-b5d1-cf7149926d5e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -240530,7 +240530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f11ceaa-a195-4c9f-9f5a-06271cad5bb1", + "id": "454fdd13-dde7-44a1-897d-75f91cf9d7de", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -240575,7 +240575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "185033ca-0cb0-4bf6-92b4-5f696e327ca1", + "id": "4041eb05-2a58-46d3-bf73-503327a99f29", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -240620,7 +240620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d736b882-82a3-4f3f-be83-4d89cb9204cd", + "id": "7f4eb895-5487-4d00-a76d-ff0b12290759", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -240671,7 +240671,7 @@ } }, { - "id": "1eaf8bd8-bafe-4db0-a2cd-c4be8c12fe21", + "id": "4db329a1-f0d1-494b-82a3-d593fc5c8f8e", "name": "Delete Extended Search Attribute", "request": { "name": "Delete Extended Search Attribute", @@ -240713,7 +240713,7 @@ }, "response": [ { - "id": "ed36ea91-7c74-4b3b-b0dd-f3f7f9a91c02", + "id": "6fd8c7bc-710a-4a52-bf33-75ebb8f06c87", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -240748,7 +240748,7 @@ "_postman_previewlanguage": "text" }, { - "id": "18cfb143-afec-4fba-b78d-ef8a841d6e7c", + "id": "ee6829da-6aae-4334-b0f1-6ab8bbc8fbc5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -240793,7 +240793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e26e609a-150c-4b4c-acd3-c51583f3eb4e", + "id": "699c5bd5-6069-43c7-ba72-49eecdb65817", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -240838,7 +240838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7e9af60-71e8-435b-a919-5551fa24417c", + "id": "68f22d51-74d4-466c-a177-94e9c90cbbf7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -240883,7 +240883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b2824a3-0855-458f-95ff-4fe8515aa14d", + "id": "2b13c7d1-1c98-4c89-87d7-24d557ae57b1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -240928,7 +240928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fdff529-a392-45e6-9bcc-9c94de010296", + "id": "640cd11e-8ce3-4ae4-9165-9b6aa3199e82", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -240973,7 +240973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2d9139a-90a2-4103-81bc-ab844b7e9d24", + "id": "1c583f82-6e86-492f-87b8-8c70b4481f82", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -241024,7 +241024,7 @@ } }, { - "id": "f16f807a-47d9-4b6d-bc56-fe56ea35e63f", + "id": "da2db1f7-130f-4bdf-bd5b-e49045fcfe9f", "name": "Update Extended Search Attribute", "request": { "name": "Update Extended Search Attribute", @@ -241079,7 +241079,7 @@ }, "response": [ { - "id": "1f4f0c5a-d48a-47c4-b73b-dd3aab71f59b", + "id": "a2ab5c0b-0662-40a4-8382-213d9a2f021b", "name": "The updated search attribute configuration.", "originalRequest": { "url": { @@ -241137,7 +241137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7552703-736d-42ab-812c-5749e4c56e70", + "id": "17204917-f5bc-430d-ab36-22677d1f682a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -241195,7 +241195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a99a3b4-353a-4c15-86cc-9daf0d495ba5", + "id": "9dfbb2b1-7ca2-4aad-b2e5-1010d9ea65d7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -241253,7 +241253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3fe2b69-87aa-4995-be78-b0769ab80848", + "id": "6082d7bd-9d1d-47b1-9909-12d2ea168357", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -241311,7 +241311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82f060e4-a0c6-4146-89b4-78e6eaa4dcb9", + "id": "2cd77d5a-a519-4164-912b-9f06f5e54740", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -241369,7 +241369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e5329c3-7f53-465e-a76d-1dc133794147", + "id": "4818cba8-3044-4816-9186-082738371b67", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -241427,7 +241427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54f05a76-375a-4005-9b89-3812bc2c3d00", + "id": "220f6fcd-a6f0-44cf-b0c6-5c59d4387ab5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -241497,7 +241497,7 @@ "description": "Use this API to implement and customize access request segment functionality. \nWith this functionality in place, administrators can create and manage access request segments. \nSegments provide organizations with a way to make the access their users have even more granular - this can simply the access request process for the organization's users and improves security by reducing the risk of overprovisoning access. \n\nSegments represent sets of identities, all grouped by specified identity attributes, who are only able to see and access the access items associated with their segments.\nFor example, administrators could group all their organization's London office employees into one segment, \"London Office Employees,\" by their shared location. \nThe administrators could then define the access items the London employees would need, and the identities in the \"London Office Employees\" would then only be able to see and access those items.\n\nIn Identity Security Cloud, administrators can use the 'Access' drop-down menu and select 'Segments' to reach the 'Access Requests Segments' page. \nThis page lists all the existing access request segments, along with their statuses, enabled or disabled. \nAdministrators can use this page to create, edit, enable, disable, and delete segments. \nTo create a segment, an administrator must provide a name, define the identities grouped in the segment, and define the items the identities in the segment can access.\nThese items can be access profiles, roles, or entitlements. \n\nWhen administrators use the API to create and manage segments, they use a JSON expression in the `visibilityCriteria` object to define the segment's identities and access items. \n\nRefer to [Managing Access Request Segments](https://documentation.sailpoint.com/saas/help/requests/segments.html) for more information about segments in Identity Security Cloud.\n", "item": [ { - "id": "d0571d75-d28c-4fd2-ad9b-41283c7e0054", + "id": "3e7effd3-6159-41b0-8bbf-0357d65ca2dc", "name": "Create Segment", "request": { "name": "Create Segment", @@ -241539,7 +241539,7 @@ }, "response": [ { - "id": "8673826c-7189-47dd-95c5-9b8fb927fbf8", + "id": "ecefa41f-c5fd-40da-8460-d4553eefce69", "name": "Segment created", "originalRequest": { "url": { @@ -241595,7 +241595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08baef88-3d13-4089-9bf6-ff9141399460", + "id": "0930a935-7f5b-499a-afaf-c0c75fa31dfe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -241651,7 +241651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "192a3f9a-2503-4f60-a829-0dd580173df8", + "id": "fe9fe0f3-5585-4ea3-af1e-c750eb892971", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -241707,7 +241707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4590c4fd-11df-4c18-b945-9688b76374f9", + "id": "af162df0-097a-498e-a26b-74bdcfcf2873", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -241763,7 +241763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5eff030-a99c-47a0-ac92-8a544b72a0bc", + "id": "9249951b-8b1f-41fb-9458-b027d6776d64", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -241819,7 +241819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9dd603b-b46c-4e25-a457-3f06acc1cf0a", + "id": "3d20383e-4048-453d-82e6-83e23f1f541e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -241881,7 +241881,7 @@ } }, { - "id": "f666210e-e017-4d39-911c-027974a15b2a", + "id": "3acbc742-e8c8-45cf-874a-009d4afa96c2", "name": "List Segments", "request": { "name": "List Segments", @@ -241938,7 +241938,7 @@ }, "response": [ { - "id": "112ad05a-0872-4481-b4f2-93ff7bcffdcf", + "id": "cfeeb406-db3d-4e2b-9488-4f9c0b4b96be", "name": "List of all segments", "originalRequest": { "url": { @@ -242009,7 +242009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "621f90cb-e739-4c29-89f0-8c3a22a6717e", + "id": "efed9d0a-92c2-4af7-82a9-1477043ef004", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -242080,7 +242080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef376f48-ac2e-4952-a81a-bc8059504cf5", + "id": "05af248c-dd79-42b8-9081-d286dbd147fd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -242151,7 +242151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b48da7de-7d3e-448e-8168-5b25c0e85a1f", + "id": "251968b3-b510-4c62-94b1-5e007067246a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -242222,7 +242222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "546c6060-c5dc-4455-b421-edda95faa722", + "id": "01e24ce9-79a6-48d1-9006-80cde2611fa3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -242293,7 +242293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "521a2dcc-2113-4a9b-ac52-c19c1998bf74", + "id": "2e74985b-aebd-4ee6-a9d7-6b788005c6e1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -242370,7 +242370,7 @@ } }, { - "id": "8a9cbb41-b8e5-4e60-9c60-ea28f315f9e6", + "id": "893c23cc-dd4a-4ae0-a7a0-56fbd8295d9d", "name": "Get Segment by ID", "request": { "name": "Get Segment by ID", @@ -242411,7 +242411,7 @@ }, "response": [ { - "id": "2b5a0e03-0a0c-4631-900d-23734c6f2aa6", + "id": "628b7f5e-e1ef-4a2b-812b-25cf3ad05e2e", "name": "Segment", "originalRequest": { "url": { @@ -242455,7 +242455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a598bfbc-deb2-40b7-8da3-6c4cc57375d0", + "id": "e64593cb-a155-430e-b77e-c3c05c295b24", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -242499,7 +242499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d09ec40-311e-4999-aef7-f84f906962fb", + "id": "78519e40-0dc9-4c85-9053-f81417fd11ac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -242543,7 +242543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "beeb861b-c782-47d4-8624-06030502e65d", + "id": "0aa199e8-a49f-4823-a6f4-b836c99a761a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -242587,7 +242587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef51b3ba-3ce5-4b73-8deb-381924c2ee51", + "id": "de0d3730-bbae-473d-8b2b-37a995d5f824", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -242631,7 +242631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3364a1df-c1f1-4c87-bec8-9307561cc3d7", + "id": "44bfae60-facd-4d7b-b63e-ac0e4518e9dd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -242675,7 +242675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "634df158-0e63-48c0-bf80-51664d2b5d8b", + "id": "18182eb7-e7fa-42d6-a45f-4f15a12f9cc3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -242725,7 +242725,7 @@ } }, { - "id": "33f5c6b7-4ba2-4c57-b4ab-9629bd7c826d", + "id": "0d85f30b-0bad-4bcc-82a1-227022b77d52", "name": "Delete Segment by ID", "request": { "name": "Delete Segment by ID", @@ -242766,7 +242766,7 @@ }, "response": [ { - "id": "43a82cc4-f306-434d-842c-7f97d2c4534f", + "id": "2410bf0f-37b9-493e-a20c-884b15199e21", "name": "No content.", "originalRequest": { "url": { @@ -242800,7 +242800,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4a462878-5b56-490d-a08c-e7800854b420", + "id": "39c59537-742d-4729-9649-dd10cc0604da", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -242844,7 +242844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce32dbfe-45fa-49b0-8c6d-15eee5418dd3", + "id": "2bbdd94c-b37c-4013-bcd5-6d3723c9943f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -242888,7 +242888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b448bb3-da22-4ebe-8f39-919489c278ba", + "id": "aff32f04-e97d-4d14-98f8-143ab290fd29", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -242932,7 +242932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8c3bb30-27be-477c-a9d9-b497d97d68d1", + "id": "26b6bf35-1992-4258-aabd-c125dfc4908f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -242976,7 +242976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0289ce7c-8bb6-4eae-bb40-76b3d9de7e40", + "id": "683874ca-e2d7-4b99-8397-76aeeced3cd7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -243020,7 +243020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01df72ab-306e-4c06-9bfe-5ba80c71963d", + "id": "34d8a911-edd8-4e60-9652-d6b5d0b352d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -243070,7 +243070,7 @@ } }, { - "id": "fcda8ab3-4f15-4e8c-9a4e-8d2cf68c8931", + "id": "d62a9c72-5d3d-405f-a2af-c8abdabe5cf2", "name": "Update Segment", "request": { "name": "Update Segment", @@ -243124,7 +243124,7 @@ }, "response": [ { - "id": "5aa1bf12-a91d-49e9-b8ad-439864922e5f", + "id": "2272de1b-1291-4d90-911b-ab18dd8fdd24", "name": "Indicates the PATCH operation succeeded, and returns the segment's new representation.", "originalRequest": { "url": { @@ -243181,7 +243181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d6b9367-c361-40d1-aa47-fc6c2dbb8743", + "id": "726e3f26-29d0-4ba6-a3b3-13ae93e1109e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -243238,7 +243238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64a219cb-48e2-449c-a03f-88a8aee562c2", + "id": "53afa11d-0630-4926-880a-18ecf5b4d404", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -243295,7 +243295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a902f2c-8a28-4825-a390-9f32fc3af239", + "id": "46d0db36-04a9-4010-b817-783f319abd45", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -243352,7 +243352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9270232e-3b97-41d2-803b-c8e29bbce5ce", + "id": "d4d3bda2-1843-4e56-a4b9-93b64c6d0291", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -243409,7 +243409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1965f38b-35ec-4e43-b741-d41fc5d0ebb3", + "id": "6b5622ae-083b-4d68-acbf-2e129e849fd9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -243466,7 +243466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "768c6894-1619-41b6-86c5-00cfd311acdf", + "id": "51dd6fa9-3001-4cec-9d50-44bfddd32235", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -243535,7 +243535,7 @@ "description": "Use this API to build an integration between Identity Security Cloud and a service desk ITSM (IT service management) solution. \nOnce an administrator builds this integration between Identity Security Cloud and a service desk, users can use Identity Security Cloud to raise and track tickets that are synchronized between Identity Security Cloud and the service desk. \n\nIn Identity Security Cloud, administrators can create a service desk integration (sometimes also called an SDIM, or Service Desk Integration Module) by going to Admin > Connections > Service Desk and selecting 'Create.'\n\nTo create a Generic Service Desk integration, for example, administrators must provide the required information on the General Settings page, the Connectivity and Authentication information, Ticket Creation information, Status Mapping information, and Requester Source information on the Configure page. \nRefer to [Integrating SailPoint with Generic Service Desk](https://documentation.sailpoint.com/connectors/generic_sd/help/integrating_generic_service_desk/intro.html) for more information about the process of setting up a Generic Service Desk in Identity Security Cloud.\n\nAdministrators can create various service desk integrations, all with their own nuances. \nThe following service desk integrations are available: \n\n- [Atlassian Cloud Jira Service Management](https://documentation.sailpoint.com/connectors/atlassian/jira_cloud/help/integrating_jira_cloud_sd/introduction.html)\n\n- [Atlassian Server Jira Service Management](https://documentation.sailpoint.com/connectors/atlassian/jira_server/help/integrating_jira_server_sd/introduction.html)\n\n- [BMC Helix ITSM Service Desk](https://documentation.sailpoint.com/connectors/bmc/helix_ITSM_sd/help/integrating_bmc_helix_itsm_sd/intro.html)\n\n- [BMC Helix Remedyforce Service Desk](https://documentation.sailpoint.com/connectors/bmc/helix_remedyforce_sd/help/integrating_bmc_helix_remedyforce_sd/intro.html)\n\n- [Generic Service Desk](https://documentation.sailpoint.com/connectors/generic_sd/help/integrating_generic_service_desk/intro.html)\n\n- [ServiceNow Service Desk](https://documentation.sailpoint.com/connectors/servicenow/sdim/help/integrating_servicenow_sdim/intro.html)\n\n- [Zendesk Service Desk](https://documentation.sailpoint.com/connectors/zendesk/help/integrating_zendesk_sd/introduction.html)\n", "item": [ { - "id": "7f868f11-cfc2-4818-b7d0-c9db3f3a23df", + "id": "24e5bb65-7393-4454-acb4-7833d4d2ba92", "name": "List existing Service Desk integrations", "request": { "name": "List existing Service Desk integrations", @@ -243610,7 +243610,7 @@ }, "response": [ { - "id": "be6445a0-685e-46c2-ad8c-64455b87d5d0", + "id": "8f5f0556-723a-4722-9357-04524f1ff24c", "name": "List of ServiceDeskIntegrationDto", "originalRequest": { "url": { @@ -243699,7 +243699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce66902d-4f7c-4eae-b2cb-e4f1ecc33f05", + "id": "2810b236-6a82-4edf-9b37-887a136c865b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -243788,7 +243788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6264967e-514a-4127-88d5-be36f307d41f", + "id": "cbc44329-0271-4e15-8f6b-1c65b1f7da95", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -243877,7 +243877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64aa31fa-92c4-42bc-ab51-e9ffd2b7c937", + "id": "2baa814a-272a-4114-8094-8ec92eaea35c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -243966,7 +243966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "398870e3-aa1a-45d4-91d5-5bdd45240391", + "id": "cca45a6c-1d85-47db-bde9-46c4274a3804", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -244055,7 +244055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a88b71b6-3d99-4321-80cc-a8b7b43fbbc8", + "id": "8228b269-22f3-4e71-9dfb-2657d9959a7e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -244144,7 +244144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e092ea7e-49e4-4fff-861e-257ea60da197", + "id": "bc4b77b3-6640-4161-821c-7f291b18760f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -244239,7 +244239,7 @@ } }, { - "id": "cddb3cef-d1a7-4674-95ac-840ba28ac560", + "id": "6503ce56-ac3b-49c4-8659-dc1227b51aeb", "name": "Create new Service Desk integration", "request": { "name": "Create new Service Desk integration", @@ -244281,7 +244281,7 @@ }, "response": [ { - "id": "0d74731f-6402-437a-8529-909350bf39b9", + "id": "431eb717-4a04-42f7-a907-1d39130ad8c7", "name": "Details of the created integration", "originalRequest": { "url": { @@ -244337,7 +244337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20a63d1b-bc31-485a-be07-2aa5d2ea75ce", + "id": "417dc82a-68e6-4322-92e3-d86606b47c2e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -244393,7 +244393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2691edba-9afa-4b71-bbb1-1a29ec0f38d3", + "id": "822eb24d-f432-457e-8707-4bbd674e6e64", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -244449,7 +244449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c41b1a96-9de4-4377-b96b-5564b2abbb68", + "id": "2740fb25-346f-4364-b0d9-ccd1d974723d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -244505,7 +244505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0caa09db-25c9-47ff-b5ed-f43a66868437", + "id": "85873666-828b-4278-9ab7-48889fa68d11", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -244561,7 +244561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "129af0c9-4583-4468-946f-56be43305610", + "id": "066f8eab-8185-470c-8b60-79adb9b48a86", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -244617,7 +244617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96eeba8a-e854-404b-ab33-487bb6aa5e98", + "id": "ed5044c5-32ed-467c-bc42-ccd45fbf4e26", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -244679,7 +244679,7 @@ } }, { - "id": "d693b2fb-6cf2-4a16-90ff-ad1cb1ba3496", + "id": "736644dc-68dc-429c-92a8-684000d5476e", "name": "Get a Service Desk integration", "request": { "name": "Get a Service Desk integration", @@ -244720,7 +244720,7 @@ }, "response": [ { - "id": "00676f0a-be06-4838-9578-2ab4ceb7cd91", + "id": "cbced05c-6d9f-49e4-885b-92e51761d2c1", "name": "ServiceDeskIntegrationDto with the given ID", "originalRequest": { "url": { @@ -244764,7 +244764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b5c43c8-f2f2-4959-a380-a3d9475092e8", + "id": "751ed8e3-53fc-4cb0-b23b-d0512feaedc3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -244808,7 +244808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0b1b918-6e5e-429d-b653-1dac394d9e98", + "id": "b9ae174d-b9fe-42e2-bea6-eb19d670d56c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -244852,7 +244852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10a67188-551d-4f96-9385-a0102b1d5ee1", + "id": "467f45a0-f9cf-455d-8a61-9a952525af3b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -244896,7 +244896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30dbf183-e5ee-4bb6-af71-2a316ea35361", + "id": "20c18637-922b-4a6f-9cc1-82ec899dddcc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -244940,7 +244940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c74f37c-5ab7-42b8-b93f-0bab766317c2", + "id": "05ddc28f-1b21-49bc-918a-c2cf7f3ea095", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -244984,7 +244984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48f8f976-f9c1-4d2f-850a-2728700d1693", + "id": "72d49cc5-c0ae-4477-93b1-986937cad3ab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -245034,7 +245034,7 @@ } }, { - "id": "53705b58-de0d-4369-82c2-06137a486b92", + "id": "3b8e6358-7069-47d1-94d5-af2c00405219", "name": "Update a Service Desk integration", "request": { "name": "Update a Service Desk integration", @@ -245088,7 +245088,7 @@ }, "response": [ { - "id": "8fe864e2-0ca1-4159-b4d3-115136022f4a", + "id": "617d9ecc-5a2c-4487-a2b7-7fca10a07811", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -245145,7 +245145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46376221-dec4-4e00-afa8-92a6784ddf3d", + "id": "bc0ee92c-39fd-43a3-bae2-f9ba82f343dd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -245202,7 +245202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d610a52-2bae-4bab-87c4-2319b6675423", + "id": "4492859d-35c8-4b00-810a-cb8673339478", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -245259,7 +245259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "999bcbb3-3f6d-4106-9f01-cc310c13feb7", + "id": "783425f8-0cc9-4a0f-9933-384da0ef71ff", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -245316,7 +245316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ef05ac3-9754-4bf6-a264-147c3ff7f151", + "id": "43799d1b-20b9-41be-875f-d1a7958cf934", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -245373,7 +245373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21143860-8078-4a19-9a5a-0cdee13869e4", + "id": "a3d39fb7-32c5-452b-8fa2-7ec3bba0303d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -245430,7 +245430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ec27b82-8d3c-494c-96cf-e8b6498a8456", + "id": "3e31a8eb-9511-4504-b290-e04fe244e494", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -245493,7 +245493,7 @@ } }, { - "id": "41907bd6-e5a5-4794-8812-ea4a0b3c8585", + "id": "dc53bc7b-e227-4037-a6d5-4412cd220684", "name": "Delete a Service Desk integration", "request": { "name": "Delete a Service Desk integration", @@ -245534,7 +245534,7 @@ }, "response": [ { - "id": "82fde9e1-21af-413f-b677-03d1c8ffa6aa", + "id": "faf0c542-12f2-4bef-a6da-1f2e1421abd0", "name": "Service Desk integration with the given ID successfully deleted", "originalRequest": { "url": { @@ -245568,7 +245568,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f31b045e-780c-4d3c-bae9-18a8db352cc7", + "id": "ab2f4541-a838-4e49-8db0-1892940c2d46", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -245612,7 +245612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "515deb84-fcea-4823-801b-0437511f5068", + "id": "51e16ec3-3516-4508-a351-3beb1ee199c6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -245656,7 +245656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e8119b7-09fa-42ce-95f8-6a6e86e83da1", + "id": "f4309274-eec9-41be-86b6-a3b8a0f06261", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -245700,7 +245700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a7cc502-0953-4bea-88dc-1e6469509607", + "id": "2543d729-02d0-4c05-95f3-6fb5dae15721", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -245744,7 +245744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1ae3004-582f-4d11-9d95-bc0b701bb5cf", + "id": "cd42697d-7522-4a03-8ecc-8aab231d5590", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -245788,7 +245788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c18a65c-bc55-40aa-aa7d-ea412dfecc6d", + "id": "54bcc7ee-f6c4-4602-89cd-bdf01460870f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -245838,7 +245838,7 @@ } }, { - "id": "ac6507f5-323c-49ea-acb0-c3bab60b6de5", + "id": "8f92f19b-8a88-45ca-92e5-08c9b1e12a09", "name": "Patch a Service Desk Integration", "request": { "name": "Patch a Service Desk Integration", @@ -245892,7 +245892,7 @@ }, "response": [ { - "id": "b96e0f94-576b-4755-8bab-0ef753ce9fd0", + "id": "547ed434-012a-4e30-afd8-eb86664ec93f", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -245949,7 +245949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f42f387d-8e17-4d6b-a6de-aea6471e61ff", + "id": "88d54b52-dab5-4edc-9fed-ba523396ac5c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -246006,7 +246006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98c4302b-c62a-4dde-943b-f518564359f8", + "id": "f1a7de60-f548-4b58-9b46-7cbb5cc33238", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -246063,7 +246063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db5f6531-0ca4-490e-bb5a-fd84c63dc0bb", + "id": "8ec68cff-87b9-4dee-b953-19e20d91d7db", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -246120,7 +246120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d3797de-f43b-4e0e-9816-2b768c865345", + "id": "5d727f95-f290-488a-ae2c-0d244cf625aa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -246177,7 +246177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "534fce75-5212-4134-bb10-87f9a2a33435", + "id": "e1854979-d7b5-4930-b037-31c11e50494d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -246234,7 +246234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69954765-f07c-43a7-a9ab-0606dbead504", + "id": "e3f439ff-97ad-400e-92ce-8a301627e62b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -246297,7 +246297,7 @@ } }, { - "id": "1e1f0adc-42b5-412e-a056-39bdc9db8e02", + "id": "cc35ad73-f147-4241-8884-fe9680f2ceae", "name": "List Service Desk integration types", "request": { "name": "List Service Desk integration types", @@ -246327,7 +246327,7 @@ }, "response": [ { - "id": "8e75b3a9-9129-4add-87f7-91843025cbad", + "id": "8ded5255-24d2-4fb5-b0da-3c27a6210560", "name": "Responds with an array of the currently supported Service Desk integration types.", "originalRequest": { "url": { @@ -246371,7 +246371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6ea348a-fd03-4a8d-a527-13e70597970a", + "id": "67aa0d02-5c79-459a-98d7-84989761512a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -246415,7 +246415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a1445e0-7e25-4cb5-9e55-4ab85f055461", + "id": "95e453d3-d160-4aeb-958e-f14258468f0b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -246459,7 +246459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f617a000-b7ed-4067-80fc-58985d777b8b", + "id": "c3357f43-0efc-47d0-b916-858427bc09a0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -246503,7 +246503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e529f06-19a1-4ee9-9ade-9be216138d09", + "id": "51b9d0d1-7398-4605-b832-1170a64484ea", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -246547,7 +246547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3c8fdb7-7896-4bba-8aa6-fc0be9ad1edb", + "id": "17b58ad6-546d-4662-9821-6f087c3997ae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -246591,7 +246591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0def5126-1d8d-4d59-9deb-ba83d06c5817", + "id": "9ea755f4-65e9-4abc-8233-30e064718816", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -246641,7 +246641,7 @@ } }, { - "id": "d0229d22-a0e3-45af-9c5d-170079eaee1b", + "id": "3d42689f-f361-4406-aef6-308d5bcb4da2", "name": "Service Desk integration template by scriptName", "request": { "name": "Service Desk integration template by scriptName", @@ -246683,7 +246683,7 @@ }, "response": [ { - "id": "a14008e3-16b8-407a-93fb-42d015e98413", + "id": "ee36961f-b438-4f27-8b68-d84b3a0877c4", "name": "Responds with the ServiceDeskIntegrationTemplateDto with the specified scriptName.", "originalRequest": { "url": { @@ -246728,7 +246728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c81fab4-5b6d-4a09-a4ee-65f103cd5d76", + "id": "7261ccd1-6b08-4505-bf6a-0f16507c2942", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -246773,7 +246773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a20055a-4930-4291-911d-ee5cf7930d8d", + "id": "cb1e7aef-0cb6-4627-aff6-68288ad831bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -246818,7 +246818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "341ea902-b1e4-476a-b366-72b772383b20", + "id": "cc620cf4-9198-4cb4-88b6-561066b5d665", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -246863,7 +246863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cefaa70b-3bd7-4aee-bcd5-0967d4d22fa8", + "id": "236ad789-8acf-48e1-87fb-a37a960e3b90", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -246908,7 +246908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90f6828c-710b-4f0e-bbce-9ff4e5e5ca3b", + "id": "acdf37d7-9323-465c-81dc-87d741936b60", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -246953,7 +246953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99b08e13-f353-45f3-b57c-4884b787d7f6", + "id": "bc53c1fb-c776-4592-97eb-96cad4db0ed0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -247004,7 +247004,7 @@ } }, { - "id": "d30d4f51-4cc7-4f1d-ae91-e3924478d014", + "id": "190bfb58-23ac-49d0-b4e7-43c283b17f97", "name": "Get the time check configuration", "request": { "name": "Get the time check configuration", @@ -247034,7 +247034,7 @@ }, "response": [ { - "id": "293730c4-9d66-4bb7-9551-37cf1985ca4a", + "id": "d3b20098-1b7d-4601-b81a-6ec8787ffdf9", "name": "QueuedCheckConfigDetails containing the configured values", "originalRequest": { "url": { @@ -247073,12 +247073,12 @@ "value": "application/json" } ], - "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"aliqua exercitation mollit reprehenderit\",\n \"provisioningMaxStatusCheckDays\": \"deserunt\"\n}", + "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ea\",\n \"provisioningMaxStatusCheckDays\": \"Ut in dolor\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5eb77cd9-6f99-40db-ad89-c6ccc8d40ad8", + "id": "e8ba11bb-d1b7-4302-b2cc-2f63c53f183c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -247122,7 +247122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6bbfebe-0f6d-4fb1-9426-5acb8d3741c4", + "id": "aa3a7032-6752-4776-89a2-82fcf30cb9b3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -247166,7 +247166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ece45e08-d836-4136-89ce-5f44f1acb2d4", + "id": "b93c7892-cff9-4b77-a3c7-c1fe34450b38", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -247210,7 +247210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4740dee-7945-4913-9069-feb1da3fd8db", + "id": "28aa6896-9f00-49f5-a246-c0a02caa76a1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -247254,7 +247254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a07601d-13df-45e5-bd50-91af56c624e5", + "id": "3105f7fa-d31c-4266-a408-bb9598f183e2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -247298,7 +247298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8227436d-e33f-4573-b9cd-266e0c3221b2", + "id": "8a3535aa-7088-4e0f-aba0-7c425b036f80", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -247348,7 +247348,7 @@ } }, { - "id": "a5972858-7257-44c7-a043-09b986c60fc4", + "id": "5c741564-1348-4af5-ae6a-46073d9946a4", "name": "Update the time check configuration", "request": { "name": "Update the time check configuration", @@ -247380,7 +247380,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"aliqua exercitation mollit reprehenderit\",\n \"provisioningMaxStatusCheckDays\": \"deserunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ea\",\n \"provisioningMaxStatusCheckDays\": \"Ut in dolor\"\n}", "options": { "raw": { "headerFamily": "json", @@ -247391,7 +247391,7 @@ }, "response": [ { - "id": "2f1e43d3-d07f-4076-898f-805a7c4d89c6", + "id": "469a3d4e-b270-4dca-a72c-1f19c1bc7b5b", "name": "QueuedCheckConfigDetails as updated", "originalRequest": { "url": { @@ -247426,7 +247426,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"aliqua exercitation mollit reprehenderit\",\n \"provisioningMaxStatusCheckDays\": \"deserunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ea\",\n \"provisioningMaxStatusCheckDays\": \"Ut in dolor\"\n}", "options": { "raw": { "headerFamily": "json", @@ -247443,12 +247443,12 @@ "value": "application/json" } ], - "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"aliqua exercitation mollit reprehenderit\",\n \"provisioningMaxStatusCheckDays\": \"deserunt\"\n}", + "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ea\",\n \"provisioningMaxStatusCheckDays\": \"Ut in dolor\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6072dd27-5fc4-4589-ae9f-ea18ecc28683", + "id": "4cbba8ef-debd-4e09-a937-e48cb40b31e7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -247483,7 +247483,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"aliqua exercitation mollit reprehenderit\",\n \"provisioningMaxStatusCheckDays\": \"deserunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ea\",\n \"provisioningMaxStatusCheckDays\": \"Ut in dolor\"\n}", "options": { "raw": { "headerFamily": "json", @@ -247505,7 +247505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2e93a8c-4e66-45c1-bce8-b1405d85cb0c", + "id": "da62f03b-7bc8-447d-805f-2ad82b69abc3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -247540,7 +247540,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"aliqua exercitation mollit reprehenderit\",\n \"provisioningMaxStatusCheckDays\": \"deserunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ea\",\n \"provisioningMaxStatusCheckDays\": \"Ut in dolor\"\n}", "options": { "raw": { "headerFamily": "json", @@ -247562,7 +247562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5d036a4-303e-4fa5-9fed-63182dc4c7f4", + "id": "523669d6-be7c-46c5-a4de-dc04ad5a4306", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -247597,7 +247597,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"aliqua exercitation mollit reprehenderit\",\n \"provisioningMaxStatusCheckDays\": \"deserunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ea\",\n \"provisioningMaxStatusCheckDays\": \"Ut in dolor\"\n}", "options": { "raw": { "headerFamily": "json", @@ -247619,7 +247619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a89f2d0a-e842-4362-b1db-648176e56313", + "id": "54d2be4d-db83-4389-ad14-9ef375a15a40", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -247654,7 +247654,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"aliqua exercitation mollit reprehenderit\",\n \"provisioningMaxStatusCheckDays\": \"deserunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ea\",\n \"provisioningMaxStatusCheckDays\": \"Ut in dolor\"\n}", "options": { "raw": { "headerFamily": "json", @@ -247676,7 +247676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4758b53-d458-4b7d-bcc3-e1dd5b3b3ccf", + "id": "686a86f4-cf98-416c-8959-c2939afbca53", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -247711,7 +247711,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"aliqua exercitation mollit reprehenderit\",\n \"provisioningMaxStatusCheckDays\": \"deserunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ea\",\n \"provisioningMaxStatusCheckDays\": \"Ut in dolor\"\n}", "options": { "raw": { "headerFamily": "json", @@ -247733,7 +247733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8847163-4fdb-4947-82f4-8fe79bfd7da6", + "id": "ec35c5f7-5c40-4b2e-9ff7-d8c989105659", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -247768,7 +247768,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"aliqua exercitation mollit reprehenderit\",\n \"provisioningMaxStatusCheckDays\": \"deserunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ea\",\n \"provisioningMaxStatusCheckDays\": \"Ut in dolor\"\n}", "options": { "raw": { "headerFamily": "json", @@ -247802,7 +247802,7 @@ "description": "Use this API to administer IdentityNow's Service Integration Module, or SIM integration with ServiceNow, so that it converts IdentityNow provisioning actions into tickets in ServiceNow.\n\nServiceNow is a software platform that supports IT service management and automates common business processes for requesting and fulfilling service requests across a business enterprise.\n\nYou must have an IdentityNow ServiceNow ServiceDesk license to use this integration. Contact your Customer Success Manager for more information.\n\nService Desk integration for IdentityNow and in deprecation - not available for new implementation, as of July 21st, 2021. As per SailPoint’s [support policy](https://community.sailpoint.com/t5/Connector-Directory/SailPoint-Support-Policy-for-Connectivity/ta-p/79422), all existing SailPoint IdentityNow customers using this legacy integration will be supported until July 2022.\n", "item": [ { - "id": "d7461ec7-548c-4982-9323-9be185597f45", + "id": "50a73cfd-c2b9-4e96-b200-7fda29aaa520", "name": "Update an existing SIM integration", "request": { "name": "Update an existing SIM integration", @@ -247865,7 +247865,7 @@ }, "response": [ { - "id": "a90aca4c-8663-4aa3-8a09-78f699d78d41", + "id": "5f34b7ef-c18b-468f-a5a3-699836efe175", "name": "details of the updated integration", "originalRequest": { "url": { @@ -247931,7 +247931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66af7550-d9c4-4e18-850a-460c18622ed3", + "id": "85e96cb0-3dc2-4560-91c8-b7985e044ca6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -247997,7 +247997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d46338be-c2ad-4a85-946e-2a65b7714ff2", + "id": "28be15cb-057b-4442-a6b2-7f6acaf7439b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -248063,7 +248063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf1d9c09-0424-4ed4-8ed8-c343d45780d0", + "id": "6f71c48d-c06c-429f-889d-b20bc50e4e11", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -248129,7 +248129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b0ee3a2-c990-4d0b-a74b-042c15166792", + "id": "0cca3f48-210a-4c1c-aa40-338b785903c4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -248195,7 +248195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86d614fc-fe1d-4af0-8304-56591ee72109", + "id": "1f6e4bd4-5a3f-4c85-b58c-c14a05c522ba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -248261,7 +248261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "117ed086-1898-410c-83ca-bf617c9e3c4d", + "id": "968fb596-f795-4762-a143-fa7ce717ddbc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -248333,7 +248333,7 @@ } }, { - "id": "129379ab-9ac6-4f77-af53-6f254a7e5c54", + "id": "1903b5e7-e8ac-41c3-a79a-99f7a300f828", "name": "Get a SIM integration details.", "request": { "name": "Get a SIM integration details.", @@ -248383,7 +248383,7 @@ }, "response": [ { - "id": "6feb1600-f45b-47f1-b7d2-132591c6fd01", + "id": "4a7fa60d-70c6-4965-8e60-d4d8924d9176", "name": "The DTO containing the details of the SIM integration", "originalRequest": { "url": { @@ -248436,7 +248436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f09b66ac-64f2-438b-a052-d8740a84b7b1", + "id": "0dd64594-7f70-49a0-bd76-4b14c61de343", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -248489,7 +248489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3669b760-0f65-4eea-a507-2fc0a9c9f80d", + "id": "5abcf079-1bba-47e2-aa87-7899e51f7d8e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -248542,7 +248542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1194e31a-bf50-402a-a12f-03c5b4025edb", + "id": "a3c7e93d-d86f-404b-ab5b-f7f4fdbd276a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -248595,7 +248595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4f7a110-a848-4b3b-808b-683ba4800d35", + "id": "e61ce55d-44fb-411d-aa5b-35d4c4eee053", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -248648,7 +248648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dda1fa22-7ce5-4ac7-be07-bd09e61130d5", + "id": "da7c9cf1-bd6e-49cd-b7aa-22966d428e7d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -248701,7 +248701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7e798b6-c0d0-4d2f-9d03-cfd40a70d6d4", + "id": "98af3f0d-d86b-4bb6-a4c8-7012145e90ac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -248760,7 +248760,7 @@ } }, { - "id": "7f7e9c56-967d-43b2-97a8-967e17fece42", + "id": "60f0b9d5-870a-427c-b6cb-f3a135d30773", "name": "Delete a SIM integration", "request": { "name": "Delete a SIM integration", @@ -248810,7 +248810,7 @@ }, "response": [ { - "id": "3c46911b-a0db-4e89-949e-4c975f1c863e", + "id": "ee1dc570-8aa1-492b-be07-81d5b48da35d", "name": "No content response", "originalRequest": { "url": { @@ -248853,7 +248853,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c9fd1d2b-746d-4e6e-8023-0a88be663f11", + "id": "1024abcb-4786-416e-bbcd-4feb67fe265a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -248906,7 +248906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e4a9d82-927f-487f-bb37-331c978b637d", + "id": "fb0f6915-245b-427f-9285-be4b1f4119c4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -248959,7 +248959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7034731-9e4b-41c9-bbe3-38c050affa66", + "id": "bb1b397e-f01b-4421-9006-d424e6994e43", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -249012,7 +249012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37e2fa23-b528-48a2-b777-4df8610cb541", + "id": "8be4bd47-f9a3-4f8f-832d-f28113d5db11", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -249065,7 +249065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12bd5672-94f4-4baa-88b6-27667583164a", + "id": "f3bdeda7-2909-4e60-bea1-26c50c2c4ce8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -249118,7 +249118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77865e47-255e-40ed-8d24-09c1c26faab1", + "id": "41ee5285-24fd-4f31-a293-0d1e6e06fa21", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -249177,7 +249177,7 @@ } }, { - "id": "db653dd2-b344-4022-bde0-4b9bd71a4a31", + "id": "995afb0a-aaa1-4987-9df4-56142f622720", "name": "Patch a SIM attribute.", "request": { "name": "Patch a SIM attribute.", @@ -249240,7 +249240,7 @@ }, "response": [ { - "id": "facd6450-a8dd-4a89-a38c-8eb56d9aa11d", + "id": "9b7c7cc9-298c-4428-9501-1a4708677133", "name": "The updated DTO containing the details of the SIM integration.", "originalRequest": { "url": { @@ -249306,7 +249306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8ac3cf5-d582-4232-9751-ee5e6e5ee17b", + "id": "4da5eb21-e0a6-4bf8-8d16-c90d90f16e5a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -249372,7 +249372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc581dcd-57a4-41a5-b234-01e3fdf27c69", + "id": "18daace4-b716-488c-acd2-a0ac96fca981", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -249438,7 +249438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f83f420-7750-4fb3-8948-c8394f1030e3", + "id": "2bfe9e0b-d633-4fd0-9982-6b16aa7188b1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -249504,7 +249504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b025aef6-36b1-4cb3-ab4b-838dfd87ade5", + "id": "5cd886ef-27f5-475f-9735-c061e97f7fd2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -249570,7 +249570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f14e886-d00b-417e-ae1d-4804503f5c1c", + "id": "e2496c3f-8e5c-41de-afe9-ef590d790688", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -249636,7 +249636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e60f3f5c-e8c9-4f70-ad8e-d9f101737282", + "id": "662eada9-aaea-4963-95d6-56fcd6549dd2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -249708,7 +249708,7 @@ } }, { - "id": "308ac0c0-8fa5-4c2a-96ff-77247b0dc308", + "id": "93f1ff9d-3fe3-435f-b397-ea1c3e991115", "name": "Patch a SIM beforeProvisioningRule attribute.", "request": { "name": "Patch a SIM beforeProvisioningRule attribute.", @@ -249772,7 +249772,7 @@ }, "response": [ { - "id": "438d93c7-c221-47ca-93bc-8d3de663b7d5", + "id": "efc21b23-b24c-46e0-a440-f02563a850b6", "name": "The updated DTO containing the details of the SIM integration.", "originalRequest": { "url": { @@ -249839,7 +249839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9bdc4eb-440f-439e-ba02-dccdf6293554", + "id": "2c4cbe2f-6ee4-41f3-bd42-1fb6359d4514", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -249906,7 +249906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3884653c-6774-41da-a451-ee396a51530f", + "id": "42beb230-45ec-4d25-8ec9-bd17cd6fbae9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -249973,7 +249973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f5ab68b-ce3d-4fc6-9b41-dd2559cd5aae", + "id": "61aa9a0b-9969-4b46-b81e-e3e2e95c4587", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -250040,7 +250040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "260b84f5-3477-4a59-ba29-bfb54a114256", + "id": "a8a7350d-565f-45b7-8f42-be06170fcd21", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -250107,7 +250107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a93ebabc-6bf7-4d45-811c-5233fe6ed5fa", + "id": "99a6eb07-29a3-42e5-ba93-75f8b89e8b60", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -250174,7 +250174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd6cc339-7b5d-43d2-ad1d-fb509439fe5c", + "id": "83f6638c-d8a4-4f12-a11c-8fdbb605ca88", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -250247,7 +250247,7 @@ } }, { - "id": "4d08875d-38f2-41d6-8dd6-93c41c7e6995", + "id": "fdc0abec-e7bd-47df-bd88-3052ceb2cd17", "name": "List the existing SIM integrations.", "request": { "name": "List the existing SIM integrations.", @@ -250285,7 +250285,7 @@ }, "response": [ { - "id": "5d6ca9eb-4510-4fda-92af-5ea0bd8f9510", + "id": "135321c1-1536-4587-af8f-15f54518056b", "name": "The DTO containing the details of the SIM integration", "originalRequest": { "url": { @@ -250337,7 +250337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f8acb92-84c7-48f1-bec6-73e1cc504ae8", + "id": "5f6945e2-0097-4eca-9519-7798d141c394", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -250389,7 +250389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7570c03-c4a9-451f-aaa8-92fd70e6205b", + "id": "8c9651b4-831c-401c-9da4-28bd6bce31ae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -250441,7 +250441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "860417da-accc-4dc2-a05d-90a079e093be", + "id": "9ad4b9b8-942f-407d-a858-5a3ced12b690", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -250493,7 +250493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8aad8e00-0ca4-4bc0-9ca4-4f9d48ee5a27", + "id": "fabda5e2-d284-416b-8d78-2debc375d624", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -250545,7 +250545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5847f0bc-2feb-4385-ab90-572b81fdbab1", + "id": "fce79af7-4574-479d-a696-ddeade4f62ae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -250597,7 +250597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d23aad3d-753c-4e05-bf70-42de6582b1a9", + "id": "ec67fc3d-a3ce-416a-8b00-14d933a6960c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -250655,7 +250655,7 @@ } }, { - "id": "7bfee364-cecb-4e9e-8f4d-c9dec88edb1f", + "id": "713377cc-0ad3-436d-97d2-9606ccbc3dbc", "name": "Create new SIM integration", "request": { "name": "Create new SIM integration", @@ -250706,7 +250706,7 @@ }, "response": [ { - "id": "20e7252d-c814-4090-99a1-159834457af6", + "id": "9ad83e7c-73e4-4269-9fc3-950c96cce286", "name": "details of the created integration", "originalRequest": { "url": { @@ -250771,7 +250771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c7e5f72-eb4e-4d2d-924d-08b9be254c47", + "id": "455252c7-20f4-416d-8de2-ecc11f112c0a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -250836,7 +250836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9970c0a-2720-4c02-9a14-dd4b6dd8f0db", + "id": "a82c6282-0f90-4f52-b837-720ee23143b4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -250901,7 +250901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5cbfdf9-0066-40a2-b503-9308a8ba6c42", + "id": "2205e5c1-5366-467a-b1ed-152ff27005d7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -250966,7 +250966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fc5c0f5-4379-437c-94c4-a8d18184c000", + "id": "639930de-664e-489f-9410-d3883cfbc70f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -251031,7 +251031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca20076c-c9b4-49f2-a051-26b7e9591f77", + "id": "f8fa50de-bda2-4349-9736-fefdfd835ad3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -251096,7 +251096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2af2e86e-f3f9-43ed-b36a-0e10d2ad31fa", + "id": "988fb02a-74ec-4e2c-86d4-c187b1f085a9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -251173,7 +251173,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 Identity Security Cloud, 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 Identity Security Cloud, 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": "8ce9bc9e-9595-42d5-8552-301773049866", + "id": "f71d5c56-4125-467b-9b52-048ad958d3dc", "name": "Create SOD policy", "request": { "name": "Create SOD policy", @@ -251215,7 +251215,7 @@ }, "response": [ { - "id": "d6e779f7-6154-45e6-b228-b53032c0b6f9", + "id": "6646fe95-411f-4d0c-ba1d-e3e3b025a7b8", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -251271,7 +251271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6031a2d3-ed4a-417f-a9a1-b0fdca352f9d", + "id": "3be4a4ec-60da-4147-8911-1417fb81be04", "name": "General Policy", "originalRequest": { "url": { @@ -251327,7 +251327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7338147b-b551-411b-a282-a2111cdeb7db", + "id": "c1c08f84-f6f4-41e5-af24-16601280510e", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -251383,7 +251383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a36471f-6e4f-418b-9931-d1c2a1c5d9af", + "id": "3ef3b574-23f6-4302-951c-b72fa501993a", "name": "General Policy", "originalRequest": { "url": { @@ -251439,7 +251439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3865303f-242b-4350-b338-c0d504848698", + "id": "66890909-ad0c-4d8a-8ef3-c30a8e9a5f2c", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -251495,7 +251495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "099ad0c7-b2b5-4fac-a454-7a896d9b71e1", + "id": "c753b143-8c94-4970-8f96-96048504c92b", "name": "General Policy", "originalRequest": { "url": { @@ -251551,7 +251551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed0a815d-908d-4f38-9901-4ec38500d16b", + "id": "952c630b-498b-47c8-aacf-8186ac1e83cf", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -251607,7 +251607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fcc31fe-2c49-486d-bcbd-0014f414aeaa", + "id": "95acb23e-ebe0-4208-9cab-c940cb72c6dd", "name": "General Policy", "originalRequest": { "url": { @@ -251663,7 +251663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27179774-9a4c-4202-8d02-e61846c02271", + "id": "d921008d-71e8-4577-bea7-cf64f9116e7b", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -251719,7 +251719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9d0e7f6-d05a-4c17-83cf-728da78d758b", + "id": "004fbf0e-5f14-4f2d-b6a9-53b7e6c8ea33", "name": "General Policy", "originalRequest": { "url": { @@ -251775,7 +251775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc98c9d1-0335-44cb-bbb8-3ede083f6efd", + "id": "1b419679-7fce-4ef9-b3b0-9e3b60d65af5", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -251831,7 +251831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "912f04c3-043d-449f-997c-cc4b65029fa9", + "id": "5e434503-7478-47b3-b824-1c3f48b84499", "name": "General Policy", "originalRequest": { "url": { @@ -251893,7 +251893,7 @@ } }, { - "id": "7b395500-32c1-420d-a80e-de57416bc81d", + "id": "664a623f-a642-4e56-84d1-554abf17801b", "name": "List SOD policies", "request": { "name": "List SOD policies", @@ -251968,7 +251968,7 @@ }, "response": [ { - "id": "3df563ee-9dc8-4565-be37-7ddf6f3a4d17", + "id": "ee8f699b-a486-4a17-acf0-c861b1d04c6c", "name": "List of all SOD policies.", "originalRequest": { "url": { @@ -252057,7 +252057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6dff1a9-8f83-4655-bb9c-64751395efe3", + "id": "76285487-b5f9-4962-9b12-6d94d875f73e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -252146,7 +252146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa471ec9-2fbd-4bf8-8bef-883b62210539", + "id": "95445ea4-aeeb-484c-924b-d99a1c97f0ee", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -252235,7 +252235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f3c4365-9584-4f48-9d74-2e61c2e082e5", + "id": "c87a13f5-1f45-4f24-8129-3be350d053ef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -252324,7 +252324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7bc1950-0182-4190-858e-24134bba5d0c", + "id": "e6929f30-206b-40ea-be7c-b032f27440f5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -252413,7 +252413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92ba4b04-9067-4439-80bf-052477b54fee", + "id": "2e7c776c-7eba-4d97-afc4-8734ea0846ee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -252508,7 +252508,7 @@ } }, { - "id": "5cc6d860-84f4-49fd-9371-32880863ec0e", + "id": "d757b6c9-cd2c-4de8-b5ab-d4aa45e6c0ec", "name": "Get SOD policy by ID", "request": { "name": "Get SOD policy by ID", @@ -252549,7 +252549,7 @@ }, "response": [ { - "id": "a372f9ce-43f3-44a7-b161-ef69fe04b316", + "id": "3a501e56-2963-41aa-9dcc-66681a72eef0", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -252593,7 +252593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e4e66a2-6900-475e-b95a-0ef2b6cb6e94", + "id": "daec242d-c2da-499b-bbc4-0861bf88f3da", "name": "General Policy", "originalRequest": { "url": { @@ -252637,7 +252637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48620a57-e2c5-4a24-8ac1-78b4660507bd", + "id": "c039dda2-540e-4032-9996-4d6426d4d64e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -252681,7 +252681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd3ac293-910c-4c7e-b0d6-6b1fab02486b", + "id": "18386374-77e2-48e3-8292-a5cf0c328661", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -252725,7 +252725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "299fcdaa-5f17-4ce6-b572-6cb895e0a2f2", + "id": "41069fc4-2413-448e-8fec-74b03ff3b8fd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -252769,7 +252769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d464c5bb-35a0-4d78-bbba-7822006d9831", + "id": "954a36cf-2f2d-405b-8b16-328753e5fe6d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -252813,7 +252813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32665049-d647-4dd7-b825-ba49eb9a8ec1", + "id": "ac295c3e-c2d2-47c4-b7b7-661094238e95", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -252857,7 +252857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c67ee287-0fd9-4524-bc1a-2d0a632518fa", + "id": "79316e2b-fcaa-49f3-85fe-2abf11b3c220", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -252907,7 +252907,7 @@ } }, { - "id": "65764807-e042-4e08-b19c-4740688bfc80", + "id": "957d2292-c28a-4225-a8ce-6bfd2fe30621", "name": "Update SOD policy by ID", "request": { "name": "Update SOD policy by ID", @@ -252961,7 +252961,7 @@ }, "response": [ { - "id": "d62d8781-25b6-422c-bd36-a3848b942bc0", + "id": "b3bde008-4140-40f7-a4b2-642d236de208", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -253018,7 +253018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1ef4506-f198-47c9-931a-3cfd54f95d54", + "id": "734e0d17-89ff-41ab-b12a-146a3bb0ea48", "name": "General Policy", "originalRequest": { "url": { @@ -253075,7 +253075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64866042-af81-4af7-bef2-14a5b166d288", + "id": "5fb7082f-a14d-40d5-825d-30e92b6cc725", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -253132,7 +253132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c4c13b4-7f2d-42ab-8392-792d24c104d3", + "id": "35e18539-b97c-417a-91e4-a7aa7590ef3a", "name": "General Policy", "originalRequest": { "url": { @@ -253189,7 +253189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ec34cac-41cf-4f49-93c8-4a34b7671e50", + "id": "27360480-9166-4474-bb55-be03f3e15d46", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -253246,7 +253246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14f3984a-683c-480e-afed-e313ed86c7c2", + "id": "90ab4d3f-c99b-4530-848b-3e907c4f97f0", "name": "General Policy", "originalRequest": { "url": { @@ -253303,7 +253303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ade1300-de14-4c47-b590-c33927cc5348", + "id": "0f242a03-9911-41ea-a25a-d671bef28ef7", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -253360,7 +253360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0478fd2e-4935-4c3e-bc06-f93d8ebf7b52", + "id": "6fadf9de-14d6-4441-9a5b-af1e3a3e0563", "name": "General Policy", "originalRequest": { "url": { @@ -253417,7 +253417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "138527d9-71af-4c1d-bab7-06a6e224ba1c", + "id": "481dc85c-754f-41cd-8231-df44c67e1197", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -253474,7 +253474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9be134b0-00e7-4210-994c-a58476d63b2c", + "id": "8003424b-65e6-4e9c-8712-370a71f65eb4", "name": "General Policy", "originalRequest": { "url": { @@ -253531,7 +253531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6dbe9cd-a584-4ad3-afd9-c1960cb65f03", + "id": "b0a6f262-6779-4b9d-9a58-f916caf97f0a", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -253588,7 +253588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61620724-8281-4e43-8485-fa9208c5fe60", + "id": "a9706aa2-6e2b-49b5-9051-5c5b768897f2", "name": "General Policy", "originalRequest": { "url": { @@ -253645,7 +253645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fad645a0-a3d4-4d09-ac31-e07768a9e1b0", + "id": "b330d9fa-1ddd-4a6a-848e-85789e5a0232", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -253702,7 +253702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47bc1bcb-0ad9-47e9-9c45-5bbc019f677c", + "id": "fac9a7ca-affe-4038-9eef-7629c5c3d7e2", "name": "General Policy", "originalRequest": { "url": { @@ -253765,7 +253765,7 @@ } }, { - "id": "e1df82eb-1c13-46d4-b2e3-c4e0ec26e7e6", + "id": "c439f9f9-bd2d-4a8f-8e26-ba605beeff12", "name": "Delete SOD policy by ID", "request": { "name": "Delete SOD policy by ID", @@ -253816,7 +253816,7 @@ }, "response": [ { - "id": "5f433947-3c5d-4d5b-bb97-5a0d77213cca", + "id": "ac05f8fd-581d-4a4d-b26d-ac9a1e9ac128", "name": "No content.", "originalRequest": { "url": { @@ -253860,7 +253860,7 @@ "_postman_previewlanguage": "text" }, { - "id": "053c3a45-2c5f-4bcb-b64b-c9616cf600cd", + "id": "e6702238-d241-4f32-9d53-33b46eec0d57", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -253914,7 +253914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36caf091-68f3-4cae-8577-5c91242df6ff", + "id": "e0d14027-73a6-4f0a-a633-b1878d2f4c97", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -253968,7 +253968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7adaf412-8ba0-49b0-9fac-1bdab8abc6f5", + "id": "ab82526f-c16f-4d09-ad4b-0ca6deb89952", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -254022,7 +254022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "521c7a81-1259-424c-bfa9-6f649bf28f6a", + "id": "4164e344-be71-48b0-973d-6f80ce1ae227", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -254076,7 +254076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc4f2c41-f18e-4b5c-a46e-a806958e498c", + "id": "cff819e4-7ec6-46a7-a814-19109e333d67", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -254130,7 +254130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "235f4b27-ad9d-446d-b185-115da405854f", + "id": "8b5214be-9d85-44e4-bd73-1e252d061d14", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -254190,7 +254190,7 @@ } }, { - "id": "00e202a0-8867-4234-bf9c-70b800fcb926", + "id": "3bcf716d-7619-4941-9870-1e1eed9f862e", "name": "Patch SOD policy by ID", "request": { "name": "Patch SOD policy by ID", @@ -254244,7 +254244,7 @@ }, "response": [ { - "id": "f84a02b1-c8aa-4238-9f08-43f1a3606c88", + "id": "a4b660ac-2bdd-40e7-80f8-1173209b8ad7", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -254301,7 +254301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89c5c752-37cb-4317-a0e9-e6f68ef9d928", + "id": "1f2a05ef-fca8-40e4-8778-7865853f62e8", "name": "General Policy", "originalRequest": { "url": { @@ -254358,7 +254358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "856ff33b-2eee-4d80-bf41-cf8abbf844f7", + "id": "c7a640b5-a54a-4c57-bc09-51828a40880e", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -254415,7 +254415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5d0c48f-aec6-4493-9ab6-7a7ff0b52cc0", + "id": "92f7f756-e5d8-4f07-b235-a7cb00ffb15c", "name": "General Policy", "originalRequest": { "url": { @@ -254472,7 +254472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc8727f7-d4e0-4a32-81f0-4d7c69286e22", + "id": "1bb8ef81-2847-4208-a0db-20b6be14bd81", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -254529,7 +254529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f41f4b58-218c-4588-a7bb-68b016e21ac1", + "id": "7cdbb3cc-2e70-460c-9b97-2db7d15a2fbc", "name": "General Policy", "originalRequest": { "url": { @@ -254586,7 +254586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a6ac3f7-83e3-4d4e-a46e-a015a769b62b", + "id": "b18b6d82-a6c2-46a1-9ab4-a45f617e4fc6", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -254643,7 +254643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdff8a5b-b54c-41c0-a91a-4a3cccddaceb", + "id": "88ec8fa7-1ae5-4f0c-ac00-8774d0e72136", "name": "General Policy", "originalRequest": { "url": { @@ -254700,7 +254700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6c7f4d2-a9e1-42c8-ade0-1bf567ddd952", + "id": "4effab6b-9bfd-464b-9df3-64b93429a698", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -254757,7 +254757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2265b21b-92f7-4b6f-ae12-108247666010", + "id": "3e330bfc-0d1b-4a70-8c6a-0b785624e0dd", "name": "General Policy", "originalRequest": { "url": { @@ -254814,7 +254814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95964739-e652-4efe-9797-8866611e2fdc", + "id": "4a4bb9ed-7bd8-4e05-95cc-1ab6eb277d73", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -254871,7 +254871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "777f7bdb-ad18-4801-837a-6e3929ed907d", + "id": "acbcebb7-de72-4b0f-95d3-e06db3e3e2da", "name": "General Policy", "originalRequest": { "url": { @@ -254928,7 +254928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9358349-666a-43e3-94ea-2d261bf5b4f8", + "id": "649e970f-8851-4d7f-8151-bb40b9e7ec34", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -254985,7 +254985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d41380e1-508e-4566-b17f-a455c16429f3", + "id": "f54dd9e6-6369-4253-baf7-a44ba0fe52c9", "name": "General Policy", "originalRequest": { "url": { @@ -255048,7 +255048,7 @@ } }, { - "id": "1950505d-50f0-43d5-a3bb-5a3881ba8421", + "id": "6d186523-4ecd-4031-b6b9-f75a61810ff0", "name": "Evaluate one policy by ID", "request": { "name": "Evaluate one policy by ID", @@ -255090,7 +255090,7 @@ }, "response": [ { - "id": "6bb6df77-5791-4acb-a75c-a4434a927847", + "id": "e87ba3d2-6a2a-464a-a7d3-141a8d215b26", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -255135,7 +255135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c19bef8a-5f31-4c43-a93a-25b6f6496d8d", + "id": "964a87bc-6788-4611-8960-b97252da7661", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -255180,7 +255180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fc64ba2-b8dd-4f1c-beb3-99d2f7acad85", + "id": "b12cc178-f4fb-4154-b05e-2ca23f213575", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -255225,7 +255225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d27f5bc3-cc4e-45a3-8c4d-3f75b166013c", + "id": "bde1d702-2ae1-4137-bed7-b4de1c979518", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -255270,7 +255270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b4c017b-132b-4d8f-b538-5096f04682a3", + "id": "d564992c-0355-4989-9c90-2d8089f5b0c5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -255315,7 +255315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54456ce5-d559-43fc-8b55-469db418328d", + "id": "34c20794-22be-4654-b37e-f6d7a84a7bac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -255366,7 +255366,7 @@ } }, { - "id": "51c906c7-452b-4d59-9d2f-1fb957024170", + "id": "b753fcb8-1511-413f-ba7b-bdb30cacbb23", "name": "Get SOD policy schedule", "request": { "name": "Get SOD policy schedule", @@ -255408,7 +255408,7 @@ }, "response": [ { - "id": "fc68c5f5-7eae-4054-8777-f4f3ca148513", + "id": "76baa2f0-39e1-4ee8-9e8c-d9a8b4fee2da", "name": "SOD policy schedule.", "originalRequest": { "url": { @@ -255453,7 +255453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd3e67bb-6ab8-45b4-809b-f1ee97b0413a", + "id": "bf78ee63-02ef-4410-97c9-33e277b21550", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -255498,7 +255498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e592d065-94fb-424f-b159-a9aa362708ac", + "id": "c484a893-74dc-4463-b6ee-0b2eb0ab24aa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -255543,7 +255543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c31c3d8-456e-4be6-bac1-ab1c3591ee0c", + "id": "d033c8dd-a616-4f07-bbb4-9370ddaa27e0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -255588,7 +255588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17441901-0dfb-4a3f-b2a5-35b8cb3e5f7d", + "id": "81e31de0-ecd9-485e-86cf-14266d5d6d69", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -255633,7 +255633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bd73d2c-4ecf-4a5a-9cb0-324a73e3c9ac", + "id": "35b92de8-57a3-4101-8337-8307fc2f1951", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -255684,7 +255684,7 @@ } }, { - "id": "68b61cfb-20d9-429e-875d-12c4d69e2bd1", + "id": "6bc17db5-a799-4fc4-9e29-fd11bcafb8d5", "name": "Update SOD Policy schedule", "request": { "name": "Update SOD Policy schedule", @@ -255739,7 +255739,7 @@ }, "response": [ { - "id": "9c7cd245-2d4b-4259-a0f4-f6d76b3a9c3b", + "id": "e7857e83-4094-4237-882f-e74d3a3a40f4", "name": "Created or updated SOD policy schedule.", "originalRequest": { "url": { @@ -255797,7 +255797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff210f2f-da64-4497-bc5c-63ce10cd1d42", + "id": "a52e01eb-17ed-49ce-a3b7-fd2cfe5c5295", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -255855,7 +255855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "634987db-cb61-4693-833e-472d18d381e0", + "id": "bcd5b7b8-9271-49f2-9fbf-6370975bc25a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -255913,7 +255913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6829463c-ef73-48c5-8acc-838d4ec4d7c1", + "id": "efe432d6-2ec5-4895-a3fb-00a49db9c5bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -255971,7 +255971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46570c57-4895-4dff-912c-e2d3c06321c1", + "id": "7887e90e-2919-436b-b353-642bd495a3e6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -256029,7 +256029,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d06e63d-1b06-4923-b9b7-1a25dea9880c", + "id": "6093b1aa-290e-4dc5-9e73-c2c14b42940f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -256093,7 +256093,7 @@ } }, { - "id": "f4c23097-a7e7-4436-be8d-2ab156f502f6", + "id": "367c79b3-56f5-468c-83a0-bbe6ba88f31c", "name": "Delete SOD policy schedule", "request": { "name": "Delete SOD policy schedule", @@ -256135,7 +256135,7 @@ }, "response": [ { - "id": "6510dcec-c221-4623-95ad-f185db603c08", + "id": "8141484a-45b6-4325-b11c-0a05c7d38219", "name": "No content response.", "originalRequest": { "url": { @@ -256170,7 +256170,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c4db2dce-edbb-4ff9-9ea4-98f3ce62a38d", + "id": "f69fbfa5-8bbc-4ee8-a2fd-5676b1989e93", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -256215,7 +256215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62d2ebf6-7eb4-4b81-ac1a-b590ea53e15f", + "id": "16273ae6-1453-4089-9b30-b8b7711d4f7f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -256260,7 +256260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8333342a-a174-42ed-8ae6-f1cdd290c644", + "id": "b0de4352-3ead-4a1b-95c9-aa8d8b33d285", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -256305,7 +256305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f18fc787-f070-4e77-a322-c4a7af791052", + "id": "5f27fdab-5d0f-4b05-b4ff-cf8056434063", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -256350,7 +256350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4337ef4-1f8d-4b97-877a-51c439542fd3", + "id": "eccca8d1-f1ca-4bb0-8a28-e48588b045fd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -256395,7 +256395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a82e5c5c-7253-4582-8990-c30c7e24d438", + "id": "16a9c904-aa93-44e7-8438-5e92019fef0f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -256446,7 +256446,7 @@ } }, { - "id": "2b95bba6-acc5-431c-842b-2291ecc894ba", + "id": "ba367b13-3e46-4daf-a03d-e1a7d91e0d6d", "name": "Runs SOD policy violation report", "request": { "name": "Runs SOD policy violation report", @@ -256489,7 +256489,7 @@ }, "response": [ { - "id": "77297eab-7a6d-4de3-9ea3-c0b3aedb07ea", + "id": "140cd60c-1b16-4b2b-be2a-a91c4e78bc51", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -256535,7 +256535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94dc520f-9c1c-4cf1-a144-3079d0894892", + "id": "4f021d26-e0a9-4cdb-a90e-6b0119b9c0e9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -256581,7 +256581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71a25d16-0c5c-462b-90ca-4bfaaab56eea", + "id": "af653751-6e81-4746-9acc-d76cd01a0c1c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -256627,7 +256627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1eece4a-8100-4807-bd80-9bec52fad6c0", + "id": "f8e0564f-5bf5-45b6-aa05-02474e669b00", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -256673,7 +256673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2031d2dd-b9aa-49be-b55d-0f857d4973c9", + "id": "c4ac1048-4704-4f0c-b54a-8d299727d7bd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -256719,7 +256719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ced0c6eb-771c-492c-bce4-b21d4e60ada1", + "id": "d91f2142-e51b-40c1-8bd8-0a68eb3b6c5f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -256765,7 +256765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6324f0a8-3633-4923-b897-31abbcd80d94", + "id": "339ac547-5f96-4e90-a836-b059f8f155f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -256817,7 +256817,7 @@ } }, { - "id": "ba2e767b-ae50-4563-aef5-ad3137c8620d", + "id": "2afd61fb-087d-4867-bb7c-df599d46af12", "name": "Get SOD violation report status", "request": { "name": "Get SOD violation report status", @@ -256859,7 +256859,7 @@ }, "response": [ { - "id": "8afbb389-7ffa-494f-bccf-d74d981f7ae1", + "id": "687c7a4d-5cad-4e04-bdf8-bebdd4923f4a", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -256904,7 +256904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a70ae3b0-10f1-4419-ad44-ccbc3b5fbede", + "id": "f9795342-a9c0-41fb-ad07-03d80c60d0c1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -256949,7 +256949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71e231cd-b7f9-40e2-9af1-7eac1c48e8d5", + "id": "91a1d269-f854-4aee-b9c3-2c24f9c956d0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -256994,7 +256994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85d926f4-4533-4cb2-a0aa-69f817983f59", + "id": "180f6d4c-0f69-4c7a-aa81-6775458c51fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -257039,7 +257039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f743ea66-1266-4674-b736-a73ca225e0f0", + "id": "60a2563c-456e-44cd-8833-02b078712c47", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -257084,7 +257084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db7a1435-b48c-49a4-bcf8-0951ea429fc0", + "id": "ccb3fa26-0253-4451-aa52-bcea02f3857c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -257129,7 +257129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbe9c06b-ae32-4a71-86ba-f2907809e4f7", + "id": "0a18d172-0f64-4f6a-8091-51622f5bdb6e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -257180,7 +257180,7 @@ } }, { - "id": "97aa69af-280d-4722-92a2-c4407c3b5bee", + "id": "b8fea856-7499-4b18-a123-52cc95925001", "name": "Get violation report run status", "request": { "name": "Get violation report run status", @@ -257222,7 +257222,7 @@ }, "response": [ { - "id": "cae16374-f0a7-41be-b045-470b9b2c2fa2", + "id": "d15936e6-ecd7-4142-a90d-95c9414255f9", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -257267,7 +257267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48814692-65ef-480d-a394-d1a6cc563ccc", + "id": "00c7690d-e249-4eaa-8b1e-e2e0cf413c19", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -257312,7 +257312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62fd224e-9765-4628-997f-246c650c6402", + "id": "29001fc2-1e7a-4342-9869-4bd776f72128", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -257357,7 +257357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "053548f6-6cb2-4b82-a457-5c8b37de8d18", + "id": "fcc6c7e2-225c-403f-83cc-2455eb2ccedb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -257402,7 +257402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c15644b2-7853-46f6-b14d-0b8929182316", + "id": "07ab11a4-75f2-4fa8-9c6d-84c8e6f343fb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -257447,7 +257447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5138f6af-a32d-4869-8f8c-dab7c65cc849", + "id": "8c8989d5-29d0-459d-b303-9e9b3a85ba8a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -257492,7 +257492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f85c40e-aadc-41cf-a668-3468c4521523", + "id": "16ece6c0-a630-415f-9845-d80e60a9fd1c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -257543,7 +257543,7 @@ } }, { - "id": "a5320c2c-c914-4449-b78a-97ed8bc0bfb6", + "id": "d758c7b1-ee73-41b5-ba50-a4f16bc64ebb", "name": "Runs all policies for org", "request": { "name": "Runs all policies for org", @@ -257586,7 +257586,7 @@ }, "response": [ { - "id": "12539916-3017-4c6b-83ab-136c0a991318", + "id": "db5369e4-3443-4abd-85f6-d678bb048690", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -257643,7 +257643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1007085d-6eef-4f8b-9384-5ea5ee567631", + "id": "5124c395-055c-46b0-998a-1c1a51290a44", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -257700,7 +257700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c474d739-e13b-49c8-bb37-d3e5bc3e4e1a", + "id": "992d3cb5-0e81-4c8e-ba8b-24ac173c0fd6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -257757,7 +257757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a5f7d79-84f0-4765-8f68-3225b85f5210", + "id": "3b42be66-844c-48f1-988b-02d2aefea481", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -257814,7 +257814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db2e2c58-b701-435e-801b-6bb9fe5f4361", + "id": "78f004d5-9dd3-4137-9423-1aa1a3607359", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -257871,7 +257871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b2f4c2e-51b8-4672-a15c-86f9306129a2", + "id": "c6b58f23-0f9a-46a5-89bc-1b569e8a7f3b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -257934,7 +257934,7 @@ } }, { - "id": "47b753ce-707a-40c4-a93b-f23754695c86", + "id": "80c1ece2-e83e-487b-9842-6c0b80ffcb57", "name": "Get multi-report run task status", "request": { "name": "Get multi-report run task status", @@ -257963,7 +257963,7 @@ }, "response": [ { - "id": "31e1c8c5-ae6e-44ba-b2ae-e759a8230902", + "id": "cc5683e6-4937-454e-ad20-b3720601b1b1", "name": "Status of the violation report run task for all policy run.", "originalRequest": { "url": { @@ -258006,7 +258006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a50bdf8e-39f7-44d4-99b3-ac6d9cf7d8e1", + "id": "645c5822-7f48-4927-9197-4c37149771df", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -258049,7 +258049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5ec47c2-5268-4c2e-8781-04e420370015", + "id": "6aca30a5-0db4-4a2f-96de-07b2c9e783aa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -258092,7 +258092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3e9cc7c-a1fa-4360-afe8-fd0a963ae66f", + "id": "89b07544-be53-4b88-9b0a-0b716a0626f8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -258135,7 +258135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b56caf5-d664-4d61-a000-0e4d6a3fbda8", + "id": "6d8482c2-7e90-4c0d-a1ed-18c9a8da8f51", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -258178,7 +258178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f6318aa-75ed-457a-a21c-fa945611aa50", + "id": "d2fa1705-fdc3-4001-a2e9-ff15f643c8e4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -258227,7 +258227,7 @@ } }, { - "id": "5ef3ebd7-b900-4b6c-b914-996c2ce37a63", + "id": "3615f4ce-fff3-4745-a1ff-7336017e4811", "name": "Download violation report", "request": { "name": "Download violation report", @@ -258269,7 +258269,7 @@ }, "response": [ { - "id": "72c63a15-c14f-46da-8866-c4e27e3053ce", + "id": "3a9b0a01-aa01-454b-8792-d960b36e93bb", "name": "Returns the PolicyReport.zip that contains the violation report file.", "originalRequest": { "url": { @@ -258309,12 +258309,12 @@ "value": "application/zip" } ], - "body": "ipsum", + "body": "veniam ex magn", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "b8b85f97-076f-45b5-996e-24156b33bae1", + "id": "7b78cc1c-9978-456a-8332-5d17e111bac9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -258359,7 +258359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b17cb65-1b5c-4367-89fe-920a63080b5e", + "id": "dcad05e6-caed-435b-8261-bab5b288edf6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -258404,7 +258404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acd1101c-4149-4b7d-af33-8c927fa3e7c8", + "id": "a61ea680-3929-4a77-b80e-731589722b04", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -258449,7 +258449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7b9f9c3-ef8d-498e-8f26-da7bddf66c9a", + "id": "516b8243-c31f-496c-8019-7e8d591df970", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -258494,7 +258494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c027fd62-e414-4fdd-9555-325c5b0a9e7c", + "id": "ba2904d6-701f-4db2-ad61-27a8a266b21f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -258539,7 +258539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc925ecf-0f86-43fb-8447-fc3a0f0f15f6", + "id": "17da681b-ee59-4f36-a848-33338949ae46", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -258590,7 +258590,7 @@ } }, { - "id": "c0ac8efc-c3d5-410f-b95c-2a85c91d04cf", + "id": "d6754559-6c3e-4fd7-9c64-08c54a92263b", "name": "Download custom violation report", "request": { "name": "Download custom violation report", @@ -258643,7 +258643,7 @@ }, "response": [ { - "id": "93d0b6d3-9034-4494-8093-ef3af975338a", + "id": "55438ff3-547c-407c-b1f0-35c19606ab25", "name": "Returns the zip file with given custom name that contains the violation report file.", "originalRequest": { "url": { @@ -258684,12 +258684,12 @@ "value": "application/zip" } ], - "body": "ipsum", + "body": "veniam ex magn", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "8d373491-4ed3-4d76-86ab-86da64f5e733", + "id": "19a4eb68-d701-4258-bf91-d8b8c0fbff3a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -258735,7 +258735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "908b5be5-a3a0-47fc-b711-9cc085f99839", + "id": "419d57d3-f956-4eb3-8c6e-c92225cdcdcf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -258781,7 +258781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8596b0e4-0c85-42b2-b0e8-ba82a5f1b433", + "id": "3740ea6e-d94a-4d67-afda-73aa4d3833c6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -258827,7 +258827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "440d8019-63bf-42bc-847c-a90bc4b8e52f", + "id": "0ac312f6-3821-49bc-b113-a9d71e42f9a1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -258873,7 +258873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5392c0ed-84a8-49d0-9609-c4b61f2be425", + "id": "98a160bd-594a-4c35-9b5c-8841bcb15f3f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -258919,7 +258919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56fe6327-88c2-4c6c-9bab-09e53f200c84", + "id": "de6ec1a8-68f2-4219-b474-b74cda7e2416", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -258977,7 +258977,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": "f9dff59e-b77c-4321-8079-9349053ce7da", + "id": "ea288886-bad8-4688-8ed0-f17f6fdb4c27", "name": "Predict SOD violations for identity.", "request": { "name": "Predict SOD violations for identity.", @@ -259020,7 +259020,7 @@ }, "response": [ { - "id": "45b3aaf2-7472-4bdf-9ba5-0221d9e74954", + "id": "820fc478-086f-4d1a-8f4f-1ad97b069793", "name": "Violation Contexts", "originalRequest": { "url": { @@ -259077,7 +259077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5251f641-d09f-485d-bd67-f2ea2b012df2", + "id": "5c6f96d9-9027-42c3-98f6-2fdfa8b02e9c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -259134,7 +259134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19d829ab-aa58-438a-9863-45504ce477b5", + "id": "ca912d1a-2561-47b3-97f2-0719929b1662", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -259191,7 +259191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a69311af-b432-47ba-af30-2cb304693249", + "id": "328d67e9-e409-4f79-9db4-b2f017c198d5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -259248,7 +259248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbf82547-2515-4bfd-90dd-2b332c81e704", + "id": "b0c1ef69-888e-4b1e-a7e8-1dc8a2919cac", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -259305,7 +259305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38510c14-750e-47ae-8cec-9bc9ec20d259", + "id": "9b21d8ea-6395-4084-8bc6-80c4373e884a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -259362,7 +259362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c48bbea4-335a-45b9-8984-57af78243185", + "id": "b84bb551-1152-41d1-8d0f-8d9c6e4c5d57", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -259425,7 +259425,7 @@ } }, { - "id": "6fa46b4b-6c8d-4d6b-b7b6-01a5f5604a0c", + "id": "e619b9d5-bf9f-4ae3-b1fc-9efe47ca5fbd", "name": "Check SOD violations", "request": { "name": "Check SOD violations", @@ -259468,7 +259468,7 @@ }, "response": [ { - "id": "4c6ff41f-b3cd-4e48-b90d-01cd891f5b1f", + "id": "cb9895c9-ae7a-40fb-b619-530e39270683", "name": "Request ID with a timestamp.", "originalRequest": { "url": { @@ -259525,7 +259525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aaf17e0e-ca3f-47d9-8287-0113577cce8d", + "id": "4d0a16bb-1400-49d5-acf5-b52af5a68adb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -259582,7 +259582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1426df03-a227-4aa1-a07e-5b29ae340139", + "id": "f6a04fca-8b77-4cdc-a0e7-170db02d1903", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -259639,7 +259639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1019d736-db0d-420a-9d70-d056ac38c227", + "id": "fcddf17e-1d0d-4d16-8b97-d6dc030425bf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -259696,7 +259696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9368365-2fa8-4f36-8e47-57af014947b5", + "id": "248066b7-8ea4-4a65-80c6-561b6fba9237", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -259753,7 +259753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b4934de-095d-4001-a6e6-0aa960cb7940", + "id": "a0aa508f-6f43-4460-9eb2-c0c6b1ed1530", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -259810,7 +259810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3092e29a-d928-45d8-8275-8200403a378d", + "id": "208e61cb-e7ae-4e88-932d-8413302f593b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -259879,7 +259879,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": "5458ddd8-1956-4b50-8dc6-dab985e65e95", + "id": "af12f6b7-7e00-4779-a9bd-f14fa0938955", "name": "Finds status of source usage", "request": { "name": "Finds status of source usage", @@ -259921,7 +259921,7 @@ }, "response": [ { - "id": "e833ae78-5965-44a5-86ea-ff4e39a64f5a", + "id": "e21436e5-f56c-468d-bc63-4236c0842c8a", "name": "Status of the source usage insights setup by IDN source ID.", "originalRequest": { "url": { @@ -259966,7 +259966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44cc51c7-f341-4379-87c0-225874c80001", + "id": "2fa2136d-38f2-4fcd-9439-56d10a4a39bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -260011,7 +260011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e794409-0868-4f50-a4c5-35bc3cd9f5f3", + "id": "8f7c9db1-ce77-4675-ab1f-7d6ad879792a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -260056,7 +260056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "205c26f7-8a9b-463b-aa8d-3b07692a0f63", + "id": "3b2813b9-7ca8-4f7e-8c19-4e6b5ec02806", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -260101,7 +260101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eccd5fec-3be4-4967-9477-dc900043a1a5", + "id": "4972499d-8396-49f6-9bb2-e4ff568ce1b9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -260146,7 +260146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0779dcd6-b42c-4bb9-82b6-6529a68ce104", + "id": "724f858e-67a8-4196-bc67-38395327da95", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -260197,7 +260197,7 @@ } }, { - "id": "6005fa95-288f-4278-889d-31c68c12cd3f", + "id": "796d26d8-eb48-483e-a098-e9c1be107f07", "name": "Returns source usage insights", "request": { "name": "Returns source usage insights", @@ -260276,7 +260276,7 @@ }, "response": [ { - "id": "2aa3c483-da7a-4c51-ae98-f64f8d580326", + "id": "6c600112-9b13-44e8-a957-2949d8c391fe", "name": "Summary of source usage insights for past 12 months.", "originalRequest": { "url": { @@ -260358,7 +260358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6099f4f8-49bb-44f3-8b80-f0d5a16d867c", + "id": "b9ced1f4-cc88-485d-b79b-d11cd57f8cb8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -260440,7 +260440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33af390b-35ef-492a-8af8-31327a4bea26", + "id": "df7d7655-8933-46f6-8a8f-c96ae72ade7a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -260522,7 +260522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98a03954-8fd2-4861-9ba7-9ec3477e46a5", + "id": "021fe6ed-21c6-4ee0-a79f-ad9ae0f86520", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -260604,7 +260604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6bf93df-12af-4ce0-9a3f-253581ec8a9c", + "id": "88a8cef1-e2de-41f6-9b7d-5c2049145bb8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -260686,7 +260686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bb55fc9-a617-4ca3-9fa1-8ba4681d8cf4", + "id": "49442245-35ba-49e0-9866-d42f2acc526e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -260780,7 +260780,7 @@ "description": "Use this API to implement and customize source functionality. \nWith source functionality in place, organizations can use Identity Security Cloud to connect their various sources and user data sets and manage access across all those different sources in a secure, scalable way. \n\n[Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) refer to the Identity Security Cloud representations for external applications, databases, and directory management systems that maintain their own sets of users, like Dropbox, GitHub, and Workday, for example.\nOrganizations may use hundreds, if not thousands, of different source systems, and any one employee within an organization likely has a different user record on each source, often with different permissions on many of those records. \nConnecting these sources to Identity Security Cloud makes it possible to manage user access across them all.\nThen, if a new hire starts at an organization, Identity Security Cloud can grant the new hire access to all the sources they need.\nIf an employee moves to a new department and needs access to new sources but no longer needs access to others, Identity Security Cloud can grant the necessary access and revoke the unnecessary access for all the employee's various sources. \nIf an employee leaves the company, Identity Security Cloud can revoke access to all the employee's various source accounts immediately. \nThese are just a few examples of the many ways that source functionality makes identity governance easier, more efficient, and more secure. \n\nIn Identity Security Cloud, administrators can create configure, manage, and edit sources, and they can designate other users as source admins to be able to do so.\nThey can also designate users as source sub-admins, who can perform the same source actions but only on sources associated with their governance groups.\nAdmins go to Connections > Sources to see a list of the existing source representations in their organizations. \nThey can create new sources or select existing ones. \n\nTo create a new source, the following must be specified: Source Name, Description, Source Owner, and Connection Type.\nRefer to [Configuring a Source](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html#configuring-a-source) for more information about the source configuration process. \n\nIdentity Security Cloud connects with its sources either by a direct communication with the source server (connection information specific to the source must be provided) or a flat file feed, a CSV file containing all the relevant information about the accounts to be loaded in.\nDifferent sources use different connectors to share data with Identity Security Cloud, and each connector's setup process is specific to that connector. \nSailPoint has built a number of connectors to come out of the box and connect to the most common sources, and SailPoint actively maintains these connectors.\nRefer to [Identity Security Cloud Connectors](https://documentation.sailpoint.com/connectors/identitynow/landingpages/help/landingpages/identitynow_connectivity_landing.html) for more information about these SailPoint supported connectors. \nRefer to the following links for more information about two useful connectors: \n\n- [JDBC Connector](https://documentation.sailpoint.com/connectors/jdbc/help/integrating_jdbc/introduction.html): This customizable connector an directly connect to databases that support JDBC (Java Database Connectivity).\n\n- [Web Services Connector](https://documentation.sailpoint.com/connectors/webservices/help/integrating_webservices/introduction.html): This connector can directly connect to databases that support Web Services. \n\nRefer to [SaaS Connectivity](https://developer.sailpoint.com/docs/connectivity/saas-connectivity/) for more information about SailPoint's new connectivity framework that makes it easy to build and manage custom connectors to SaaS sources. \n\nWhen admins select existing sources, they can view the following information about the source:\n\n- Associated connections (any associated identity profiles, apps, or references to the source in a transform).\n\n- Associated user accounts. These accounts are linked to their identities - this provides a more complete picture of each user's access across sources.\n\n- Associated entitlements (sets of access rights on sources).\n\n- Associated access profiles (groupings of entitlements). \n\nThe user account data and the entitlements update with each data aggregation from the source. \nOrganizations generally run scheduled, automated data aggregations to ensure that their data is always in sync between their sources and their Identity Security Cloud tenants so an access change on a source is detected quickly in Identity Security Cloud.\nAdmins can view a history of these aggregations, and they can also run manual imports. \nRefer to [Loading Account Data](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html) for more information about manual and scheduled aggregations. \n\nAdmins can also make changes to determine which user account data Identity Security Cloud collects from the source and how it correlates that account data with identity data. \nTo define which account attributes the source shares with Identity Security Cloud, admins can edit the account schema on the source.\nRefer to [Managing Source Account Schemas](https://documentation.sailpoint.com/saas/help/accounts/schema.html) for more information about source account schemas and how to edit them. \nTo define the mapping between the source account attributes and their correlating identity attributes, admins can edit the correlation configuration on the source. \nRefer to [Assigning Source Accounts to Identities](https://documentation.sailpoint.com/saas/help/accounts/correlation.html) for more information about this correlation process between source accounts and identities.\n\nAdmins can also delete sources, but they must first ensure that the sources no longer have any active connections: the source must not be associated with any identity profile or any app, and it must not be referenced by any transform.\nRefer to [Deleting Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html#deleting-sources) for more information about deleting sources. \n\nWell organized, mapped out connections between sources and Identity Security Cloud are essential to achieving comprehensive identity access governance across all the source systems organizations need. \nRefer to [Managing Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) for more information about all the different things admins can do with sources once they are connected.\n", "item": [ { - "id": "af150bbd-c5cb-4cb5-bca9-0056a51ed35f", + "id": "341fef89-a26f-40f0-9974-7bfec2ad6b85", "name": "Lists all sources in IdentityNow.", "request": { "name": "Lists all sources in IdentityNow.", @@ -260873,7 +260873,7 @@ }, "response": [ { - "id": "d17ff742-6393-40da-b2a4-d50ee5f2a2d4", + "id": "759ff1eb-49e4-4a17-a9ac-c8bf01f596f6", "name": "List of Source objects", "originalRequest": { "url": { @@ -260980,7 +260980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86f1e2de-1a18-4d6a-9a3b-4f8882ce594b", + "id": "f431cdab-cd66-478e-b60a-bd1acd23dc22", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -261087,7 +261087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74bcfcc8-2960-4456-8252-d57cdbaed3b3", + "id": "c50d8bdc-5f21-40c1-81e9-6c437c359368", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -261194,7 +261194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c4600cb-65f4-4994-ab08-e72286c1379e", + "id": "60d46b40-b33c-418c-a74d-ba9b3fb04235", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -261301,7 +261301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e06945b-2976-4b80-b91a-2532dab68f64", + "id": "f1eca966-e87b-4058-94fc-75eaf5972a97", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -261408,7 +261408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6289ac2-115a-44db-8870-76b54c8d48ef", + "id": "4890232d-2add-4ffd-b5d5-9565dc9946e1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -261515,7 +261515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca0457c1-5c2f-4e19-9a5b-24fe22beea20", + "id": "bbce2122-2177-4a20-8bf9-eb8ee1f731b4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -261628,7 +261628,7 @@ } }, { - "id": "3f9998ab-d90d-44f5-afb8-a0dd038018f6", + "id": "f6fd4c22-73ab-49b3-ba89-43b83000e631", "name": "Creates a source in IdentityNow.", "request": { "name": "Creates a source in IdentityNow.", @@ -261680,7 +261680,7 @@ }, "response": [ { - "id": "268b3ebd-ef7a-42cf-b305-d93b4340d521", + "id": "1b450cdb-2cf5-4be4-96ca-44c8b125ed83", "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": { @@ -261746,7 +261746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad0c26a6-7c18-44ce-8c4b-109fae064dcc", + "id": "23508657-24b4-42d3-ac8d-f35e506bdd0f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -261812,7 +261812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7fc3255-0e28-4527-a8d1-50211d5ef9df", + "id": "11b616cd-deec-4451-add1-51f5e8211ffd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -261878,7 +261878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75be088a-8a19-47eb-a462-29e203e9ef93", + "id": "6232732d-e45e-4e34-a8a5-c063d7c7b500", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -261944,7 +261944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fe7c4de-e0e8-4a86-83d0-371b215991be", + "id": "a019e8a7-0e0c-4701-8be2-501823e93b93", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -262010,7 +262010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faa0b917-2c00-46ae-a11a-6db26cdc11ce", + "id": "a5c1b5ed-81b4-4e76-a838-a4d06ca3beb8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -262082,7 +262082,7 @@ } }, { - "id": "4ccf4a6e-5bb2-4bb1-8139-b7dada03b7b8", + "id": "5b3a7040-a64c-4841-ab35-e67f8c0f210c", "name": "Get Source by ID", "request": { "name": "Get Source by ID", @@ -262123,7 +262123,7 @@ }, "response": [ { - "id": "2d4f6df7-bda1-45bb-9791-c9983ad03a73", + "id": "0e5cff23-4d17-43eb-ac14-3cf67a956f3e", "name": "Source object.", "originalRequest": { "url": { @@ -262167,7 +262167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2eb320ac-477e-460b-970e-cc54ebbb6b56", + "id": "d0c031c3-732e-47ad-b239-e070a0a65648", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -262211,7 +262211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a88ada58-a156-480d-9a1f-ab01671d0f17", + "id": "ffae2284-2f25-4e59-afe5-60a297e8b88e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -262255,7 +262255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc0d8f7c-da88-474d-a06b-708dff9c8ab7", + "id": "d1d41131-4e01-4230-a569-ed191a449852", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -262299,7 +262299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b46ebdf-a77d-472c-9dd0-5d54b1f05897", + "id": "74399c10-ec2d-4c03-909f-4930024b6181", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -262343,7 +262343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dada6dc8-35c4-4566-8abd-47606c834045", + "id": "a9529d89-2cf4-4cad-838e-049ac3c188e6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -262387,7 +262387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e361944-6fe9-44f9-84d4-30ab0bcb9615", + "id": "54c1026b-929d-4a30-b876-54e911165f74", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -262437,7 +262437,7 @@ } }, { - "id": "6ab16ed5-3d66-4c6f-b10b-84ce52c8e580", + "id": "9e1606cc-7ff2-49e1-bb55-8e1208f0be4f", "name": "Update Source (Full)", "request": { "name": "Update Source (Full)", @@ -262491,7 +262491,7 @@ }, "response": [ { - "id": "4f0eacc6-e6db-4958-b819-4f0e9b159bdf", + "id": "3ccadb68-297d-4e9c-983e-febdcddcc9e4", "name": "Updated Source object. Any passwords will only show the the encrypted cipher-text so that they aren't decryptable in Identity Security Cloud (ISC) cloud-based services, per ISC security design.", "originalRequest": { "url": { @@ -262548,7 +262548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "688b0529-d033-4713-9200-ef215ba46676", + "id": "1cb64008-46fd-49d8-805d-e9c53b9dc7fb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -262605,7 +262605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2eef6678-ab9b-4a55-ad91-3092c1e8c37c", + "id": "0f3497bb-3196-4cfa-b8b6-68c5589ada71", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -262662,7 +262662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ab29e6a-e752-47d3-938b-de64ef80ce03", + "id": "4cebdb0b-b979-4c86-8ff4-54087537b4c7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -262719,7 +262719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f7350a3-40fd-4987-8144-98d6d53a618f", + "id": "16092011-ce1d-4baa-9aaf-de3d65bfe351", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -262776,7 +262776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0d1deda-aa9c-4a8c-a0c4-09da93dd3511", + "id": "f03667c4-d9f7-4276-97c8-0a85ef421cc1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -262833,7 +262833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a48bb013-0120-4bcf-a4cd-f1594f4b8652", + "id": "602189f1-fabc-44fd-b0ab-4643df34453e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -262896,7 +262896,7 @@ } }, { - "id": "4adafddc-a988-4c97-ac84-13ae3b24d382", + "id": "b40769aa-2eda-404a-9580-003ae3f720f5", "name": "Update Source (Partial)", "request": { "name": "Update Source (Partial)", @@ -262950,7 +262950,7 @@ }, "response": [ { - "id": "f5791294-189f-45ce-9184-a6166bed9995", + "id": "fae17c17-207e-46a9-b2b9-81ebb7e7b56b", "name": "Edit the source description", "originalRequest": { "url": { @@ -263007,7 +263007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87ab1d6e-c8ab-4344-8406-480efa16a8db", + "id": "9516c1e3-b417-419f-9292-cc9c6b71f5e3", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -263064,7 +263064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d580d0f-6024-4a6c-b656-5b732f299060", + "id": "a1ee07f1-65e2-42f4-80e8-6a131f6d4098", "name": "Edit source features", "originalRequest": { "url": { @@ -263121,7 +263121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e0f2250-a032-4bb6-99d1-2ca9521bd253", + "id": "19847ff8-5ec4-46d2-bcef-1aed37c24fa6", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -263178,7 +263178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b39c6f62-2c4b-412d-ad0d-f1c339b92ec8", + "id": "3202fd2d-9528-40d0-ba87-0b9424a91d9b", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -263235,7 +263235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49248a87-2518-4c89-a35a-23f970da3c9e", + "id": "83a559e6-7364-4323-a7d9-6118c54f7c39", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -263292,7 +263292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac9d7ce0-c73b-491f-9fed-1baa087f4c09", + "id": "64b87bd5-3541-474f-9ef6-6c3c199e1773", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -263349,7 +263349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37fe2e3f-afd0-431c-9d80-9861f225e92a", + "id": "9b211045-aaf9-430a-85d3-4f8ea3972554", "name": "Edit the source description", "originalRequest": { "url": { @@ -263406,7 +263406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "996b8abf-5953-4e65-aa97-915f74d6ace2", + "id": "e7c23840-63ab-4b91-8725-d0b97ba054ff", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -263463,7 +263463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1851eaa8-944e-4185-a50a-0b44a8b8d807", + "id": "808e105d-79b6-4b14-988a-bc26b95ad77e", "name": "Edit source features", "originalRequest": { "url": { @@ -263520,7 +263520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14a4d10d-bfd8-4143-87f3-ddae265135ff", + "id": "e1a3b4ee-7b0b-4f70-a2c9-a5a2d1a7dca0", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -263577,7 +263577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f0fac18-25a4-4b41-9308-5daa779a3efe", + "id": "db8f6148-1281-4f1b-bf35-ab48563dea67", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -263634,7 +263634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "357b792e-0742-4f23-a226-58fbb909ea33", + "id": "48ad11f8-ef47-4bdf-8cf9-2c5c07de901b", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -263691,7 +263691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "023aee5d-0f2e-4fed-8a4a-f514bdf4386d", + "id": "5356f5a0-345b-4c87-9d09-ba508e95c01c", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -263748,7 +263748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f21ee0a-820e-4cbd-af3c-5fcf9c661424", + "id": "a73d0956-5f42-4880-8914-5edb233422e1", "name": "Edit the source description", "originalRequest": { "url": { @@ -263805,7 +263805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c62221b-de50-4d28-8d4a-4522b8de9e34", + "id": "829f9f1c-24d9-4ccb-8a57-7a51adb85da8", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -263862,7 +263862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "500c66aa-5a77-40f5-943d-2e07c4fd2b3b", + "id": "0af50c08-eec7-4223-a1ef-44e4885ceccf", "name": "Edit source features", "originalRequest": { "url": { @@ -263919,7 +263919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0975c697-9c5c-42d9-8fb7-374539ff0315", + "id": "1d7a5560-48b0-4baa-8157-4dec2d1dceb4", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -263976,7 +263976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "740e4d1e-e6b2-429f-8037-a1b4ce7abecd", + "id": "18c3afa4-a84f-427a-b35d-4a9a9f586ee7", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -264033,7 +264033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8164ae02-6b8a-418c-8793-6037cd715c0a", + "id": "355f819f-e3e8-4b13-88d7-bb6f6e544275", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -264090,7 +264090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9011ca1b-05ba-44da-a39e-4ad96c626735", + "id": "62ebc7e4-d422-4aaf-9e4d-025d7aa1e094", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -264147,7 +264147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5427140a-8c2d-4158-97ba-14ab8d9bece9", + "id": "4482aaae-2bcf-4882-8368-52f64a264fe9", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -264204,7 +264204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d0e289f-6c6f-4016-a371-7c755d4de8f4", + "id": "817e5c9b-8e81-4a93-8ca8-9dc11e153b23", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -264261,7 +264261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "730e768d-129a-4df6-8ffc-6a37eae22496", + "id": "6fcb4fe1-8147-4f09-abb5-6f6c2bc06257", "name": "Edit source features", "originalRequest": { "url": { @@ -264318,7 +264318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7caf02b-27ca-4901-b5e6-1e68e619f7c6", + "id": "8ace8545-18d9-4918-a46d-e17c3ed7cf4a", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -264375,7 +264375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7934bab6-467b-4369-b999-784bd09a921d", + "id": "96731c0a-1ee8-454e-8f35-ba1842226c52", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -264432,7 +264432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2bdc785-a8c7-4230-9483-0b0954925ec7", + "id": "f3c95b47-8826-4c1f-93b6-4834cbe92f50", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -264489,7 +264489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91050d34-8bbd-425b-ba46-0363e73a8891", + "id": "a27d53ae-9587-4149-9411-b12368b8a655", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -264546,7 +264546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38c65e20-a0ab-4b9e-8da6-3715bf77ba3e", + "id": "b13bc62c-cbd0-47e7-8b28-843e470f14e1", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -264603,7 +264603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9de65878-446a-4e87-b02f-6c907762384a", + "id": "fe74dde0-6315-4dd4-b9e5-fad002ec5b66", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -264660,7 +264660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "518f6503-60ad-49e2-997d-f2cab88b0951", + "id": "35ee6b74-97b1-4f72-ab81-ca05b262264e", "name": "Edit source features", "originalRequest": { "url": { @@ -264717,7 +264717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7b6973f-3ab5-4d96-b89f-f027ed3e10cd", + "id": "b090ca41-63f0-4985-8f77-af75f67c8a9b", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -264774,7 +264774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4efcaf73-c659-4226-9644-65740c1b4818", + "id": "d0e4075a-57b9-4eb5-8298-7b387c6a526d", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -264831,7 +264831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a5e3161-0b61-4174-8af0-ff7e7d70ca1e", + "id": "07ef0fb4-dc69-447e-b9d8-cd5f28e8ce0c", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -264888,7 +264888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14915956-274e-4814-a3fc-97fb16db6766", + "id": "e80d9540-426c-43cd-a593-a99beae31773", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -264945,7 +264945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44636bec-88fe-4dda-8e78-ca870e764b97", + "id": "72edd748-5a14-41c7-83d8-943d8000e166", "name": "Edit the source description", "originalRequest": { "url": { @@ -265002,7 +265002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "479dd5b2-5498-41f4-a655-07baaf1c1682", + "id": "e3499567-1d72-44d8-8901-adf53b6369c7", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -265059,7 +265059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f014f14f-32a8-4c04-936a-dd07b1544064", + "id": "2364d2d5-199f-44ad-ae54-36a45824118e", "name": "Edit source features", "originalRequest": { "url": { @@ -265116,7 +265116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e25d616b-ce26-4c77-9494-f7df09a66c86", + "id": "6a265b87-9084-4496-afb7-0fe7a4bca1eb", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -265173,7 +265173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a00a2d90-5efa-462b-9df1-753f706f022f", + "id": "2ebfddfb-e38b-43b2-8da9-5acf168af966", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -265230,7 +265230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "355b604c-cf5d-4724-83ab-deb4f5e772df", + "id": "a72289d9-d3a9-4110-8a3e-94284ce25da2", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -265287,7 +265287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94e54ee4-9a31-4d1d-a6f0-c5a830f6bba8", + "id": "c8c9ba63-1181-44da-8fc1-7f7e9bd0ec87", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -265344,7 +265344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0468a472-8613-47a0-97ab-c40948ec462a", + "id": "7272dea6-4961-4248-a525-0fdef8432370", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -265401,7 +265401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9989e7f2-8a05-4ff6-8aab-1dfec7fc714c", + "id": "9c36197a-bae0-41e0-a581-332af9b41b7b", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -265458,7 +265458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f084350-8333-4ec9-bdae-54d956d473f8", + "id": "61d20d33-a360-4917-8e07-7fc40395ce69", "name": "Edit source features", "originalRequest": { "url": { @@ -265515,7 +265515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf4e0926-750d-4e5c-bc3a-0323ab3e5d88", + "id": "1e596767-ae5b-4692-8bee-fd2f42b7b802", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -265572,7 +265572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d4f0ec9-b5f3-4031-b137-2f69bde4c146", + "id": "9075f262-4ae9-46c4-9ace-86cd0bcf2432", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -265629,7 +265629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4601de98-7c3a-4312-8852-c3bca426a658", + "id": "fc799930-4950-409e-a98c-0a340a5c2840", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -265686,7 +265686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d4fa35a-cd59-4cdd-a067-f1acda3ba347", + "id": "c532452d-32ad-471f-9509-6437f8a24877", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -265749,7 +265749,7 @@ } }, { - "id": "18f2322c-e0e1-440a-8784-d058a781e3c4", + "id": "4491257f-1d62-4a57-9bbb-dfc7eefe3380", "name": "Delete Source by ID", "request": { "name": "Delete Source by ID", @@ -265790,7 +265790,7 @@ }, "response": [ { - "id": "b06abc99-fcb7-43dd-ae21-c0dff598b3df", + "id": "5194a596-8259-47b4-b6a9-21ec141a6b54", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -265834,7 +265834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfefdfdf-3ac5-4f27-a7bd-368a20fe08b2", + "id": "ea7e21be-0f85-42e8-8c9f-e6d9213d5a56", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -265878,7 +265878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fad9c638-7ec0-4abe-a3ac-a479670cb89e", + "id": "7919b34a-eb59-412c-9681-fb23bc80d59c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -265922,7 +265922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c388a966-8cfe-4c46-9fdd-edf741c7a2d8", + "id": "4ed85dde-b837-4f42-839e-d26147b1f214", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -265966,7 +265966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c92ff99-a270-4633-9bfc-1b6fa284dee0", + "id": "6dc2e1d3-d686-455e-93a6-8d8737aede06", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -266010,7 +266010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf1c1d79-e1fd-4eb1-8a8a-ebc5daef0675", + "id": "c444c6be-bec3-4206-bd29-0af30d3a77e7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -266054,7 +266054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44a79c80-9b21-4c53-9fe3-44197a88aaf5", + "id": "412533d3-fe64-4c27-a5ff-c31e6c0b2602", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -266104,7 +266104,7 @@ } }, { - "id": "93471c31-b2bb-4088-aa2b-e02a77b4a38c", + "id": "6753d182-6989-46d8-9960-c8d1252da059", "name": "Lists ProvisioningPolicies", "request": { "name": "Lists ProvisioningPolicies", @@ -266146,7 +266146,7 @@ }, "response": [ { - "id": "56acdee6-bb38-4edf-81ad-fccb2b3b304c", + "id": "f9dae657-d236-439d-9eec-3ff33ca95884", "name": "List of ProvisioningPolicyDto objects", "originalRequest": { "url": { @@ -266191,7 +266191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b6e425a-39f8-424a-9f58-05acea380d2f", + "id": "0aafd969-c08e-462e-9a45-8a50b876164e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -266236,7 +266236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29d2e069-e0e3-424c-8b1a-484409bbb459", + "id": "49d3f428-209d-47e8-8b4c-df7bbcaeb6cb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -266281,7 +266281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f623aa1-3ad1-4b23-bca2-23ccb84f22fb", + "id": "947a6c50-54fe-4860-b1ad-7290f979b17a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -266326,7 +266326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dd65546-c2a0-49dd-82c1-3fe59fea0b19", + "id": "eaa2b400-86dc-4554-aaa8-f2146f9b7f1c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -266371,7 +266371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "687b274b-45ba-4169-a514-88f7295e7304", + "id": "ead52aa2-81fc-4b9d-acb5-23f44155a54f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -266416,7 +266416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e737b24-0c9e-43af-982f-a66a3f97643f", + "id": "46f94554-17e9-4a9f-9794-5026956995b6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -266467,7 +266467,7 @@ } }, { - "id": "69ffbc0a-411a-415c-b212-b2ad6e2fd2fe", + "id": "b2010742-bcbe-4752-8705-140fed0d6831", "name": "Create Provisioning Policy", "request": { "name": "Create Provisioning Policy", @@ -266522,7 +266522,7 @@ }, "response": [ { - "id": "780a185c-614e-49e6-bfa0-8a2ca70c76e0", + "id": "6527591c-5599-41ae-aa33-4e9ab2a9559e", "name": "Created ProvisioningPolicyDto object", "originalRequest": { "url": { @@ -266580,7 +266580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c277b764-1328-4abd-b7c1-709c80280c82", + "id": "81bc9561-b9f8-4eda-af2b-a87c5fb42906", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -266638,7 +266638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1bf4004-963f-47c4-802c-8e65412513d4", + "id": "e3925129-245c-4be5-bfca-a4d1619efc7d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -266696,7 +266696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5490511d-4c8c-4f0d-a226-1a7ae41f1142", + "id": "d403bf44-c104-4708-ae8b-69f26141f940", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -266754,7 +266754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "504098a3-0f0b-45ed-a4d8-c50fcbfb94ef", + "id": "5dcc7194-bdca-43d8-a716-020b22f99327", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -266812,7 +266812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e659b9a-0b7f-449f-bfdc-9beef023ccc4", + "id": "f5c1e472-11a6-442e-92d6-6501907a0c74", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -266870,7 +266870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "695c5dee-c403-4147-9a6b-489fa305887f", + "id": "6f6a3fa0-45cd-40e8-b74f-39a33ae3d5ce", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -266934,7 +266934,7 @@ } }, { - "id": "57eb1250-f83c-4b70-b28e-6577d2fb0250", + "id": "bd8651d5-e11a-4c3d-b5d4-ba0ba41e4451", "name": "Get Provisioning Policy by UsageType", "request": { "name": "Get Provisioning Policy by UsageType", @@ -266987,7 +266987,7 @@ }, "response": [ { - "id": "6e2710fb-f405-4d0d-9280-7a7026d9b8e9", + "id": "00724e64-1a6e-4788-92e0-5f53bf9b627c", "name": "The requested ProvisioningPolicyDto was successfully retrieved.", "originalRequest": { "url": { @@ -267033,7 +267033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f42a13ec-0d2c-41b9-8cfb-7946208ddc70", + "id": "362a1a7a-aa6f-449c-a456-f7c0ce0a0f57", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -267079,7 +267079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f32e721e-9244-40b3-9ac6-267c96daf826", + "id": "cc1cc4e6-fe04-4f11-a438-26b64f1ecce1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -267125,7 +267125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86e749d6-cefa-40e9-9f64-f7d608bb7b4d", + "id": "2038c150-d403-4371-b974-7d6d271b6ba7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -267171,7 +267171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e29a04e-c201-4829-912c-c89d96b9d392", + "id": "1bb0a0a6-d08d-4f7a-9110-c551d1115249", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -267217,7 +267217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7916c658-ac88-4f86-b094-6372fcee39fd", + "id": "4bc5144a-232d-4659-86dd-e801b19d763f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -267263,7 +267263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aaeb9c15-974b-4ffa-b7ef-3bc3fad3d628", + "id": "922f2888-0725-4d61-adc7-729a0af84195", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -267315,7 +267315,7 @@ } }, { - "id": "8775aebf-ad45-40bf-8c03-bd5b25f233a1", + "id": "9ffb5215-2683-40fb-b391-da3c47d85559", "name": "Update Provisioning Policy by UsageType", "request": { "name": "Update Provisioning Policy by UsageType", @@ -267381,7 +267381,7 @@ }, "response": [ { - "id": "79575fe0-8f8a-4516-86eb-05570ebaf9d0", + "id": "793ffa97-4a48-48d6-b82b-2cccd7bb7159", "name": "The ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -267440,7 +267440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c65c05d-6060-445e-9081-ae07423d9e0f", + "id": "91ba9d88-9561-414f-87fd-22dbcf8a4be9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -267499,7 +267499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ff7cc81-0389-47ce-8363-23f520c14842", + "id": "fe0c5b9a-f763-4a19-bc8e-312afa0e9e31", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -267558,7 +267558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bb0d4f7-bb4a-4cab-97af-5591a922ecf3", + "id": "d725382e-74f1-43b4-9e6a-dc38a432700d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -267617,7 +267617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bab373d-7d2d-4ec3-a49e-2bcf0d28454a", + "id": "5e028dd0-a4f7-43f3-8931-92fbd6303dc3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -267676,7 +267676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22c2306b-fee8-4f1b-bf92-b865cd08d17f", + "id": "4bc4b4b8-e26b-462b-bee7-f442164cadb1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -267735,7 +267735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae92e8b6-4617-406f-b1d1-c5237f9a2a90", + "id": "f56e21aa-8352-45ee-9037-aefde4d981b2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -267800,7 +267800,7 @@ } }, { - "id": "bd6e307d-4c93-4ab1-be67-b90f65c8fc9c", + "id": "5b6079a7-b9b4-42b9-9b0b-fd75960d700a", "name": "Partial update of Provisioning Policy", "request": { "name": "Partial update of Provisioning Policy", @@ -267866,7 +267866,7 @@ }, "response": [ { - "id": "022a0219-2b02-4089-97eb-b1116300369c", + "id": "aec4b046-aac9-4c64-a251-57d6c9db4208", "name": "The ProvisioningPolicyDto was successfully updated.", "originalRequest": { "url": { @@ -267925,7 +267925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2ec8bdf-6f02-4151-b728-f6487e54ff73", + "id": "8f187d6d-aa8f-4791-9f9c-feb4aa6a4c21", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -267984,7 +267984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1f9d54d-1ad8-4002-bafe-1513e1485184", + "id": "935b58d5-d9cc-46a8-bfcf-18bd0872fff0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -268043,7 +268043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b43511d-defc-4773-bf64-f1dad6744957", + "id": "bc1b201e-f381-4464-b8bc-5f119aee0cf8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -268102,7 +268102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b709ac67-8210-44ea-bc09-4548dcb2d1c3", + "id": "6a70f9dc-db94-4db8-b7b6-dda8926b5bf9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -268161,7 +268161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd5cf314-dfcb-46a9-8df3-a45e7b8554f0", + "id": "39ae0a92-4670-4388-b393-33214ac400fe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -268220,7 +268220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b1439db-9e1b-4ca4-995f-e277ed141076", + "id": "725e4862-d5f3-4d82-804f-2910d47c5a2d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -268285,7 +268285,7 @@ } }, { - "id": "33c140d6-b09a-48d4-9f43-c392a093201f", + "id": "3776a4dc-a5c4-4735-8029-7116b3627b8a", "name": "Delete Provisioning Policy by UsageType", "request": { "name": "Delete Provisioning Policy by UsageType", @@ -268338,7 +268338,7 @@ }, "response": [ { - "id": "040ad464-714d-481d-b70f-d95cb9390696", + "id": "86a52ab0-07ea-4c98-b2ce-09fe1fddd882", "name": "The ProvisioningPolicyDto was successfully deleted.", "originalRequest": { "url": { @@ -268374,7 +268374,7 @@ "_postman_previewlanguage": "text" }, { - "id": "072a403c-79aa-44da-846d-9e7955287b0f", + "id": "26909d61-e303-4567-806f-d6619b5f2873", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -268420,7 +268420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f0e3e23-1d3d-4b17-85ac-4da623d825d0", + "id": "b78b2e8d-c66c-4fe8-aa71-4263530c4b53", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -268466,7 +268466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbae1f9e-287b-4524-a1e3-3357323cd99a", + "id": "a6f052d4-98cb-47bd-843f-b92e99ad9616", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -268512,7 +268512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcb0160f-e255-4e26-9a05-b7f6b495000e", + "id": "6d1a004f-b006-4c4a-a4f1-ad91c40ba11e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -268558,7 +268558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f258d06-a108-4c9a-a26d-ed1acbd51b93", + "id": "6dc2a175-e414-4fe6-a6ca-6ae7980066ef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -268604,7 +268604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f61c77c5-3671-41f3-a32b-7516202e3007", + "id": "77ee801e-bdb2-4855-885b-0d7e9b597ba6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -268656,7 +268656,7 @@ } }, { - "id": "1aa0b066-da20-4521-9b1b-4e0ecddf99e2", + "id": "8f51f6a9-8dc4-4825-b754-7d1414130413", "name": "Bulk Update Provisioning Policies", "request": { "name": "Bulk Update Provisioning Policies", @@ -268712,7 +268712,7 @@ }, "response": [ { - "id": "14a4b96a-f5e3-4f7d-9865-5b2a92b135fe", + "id": "951b520b-f88c-43df-b4f9-d7858eb491db", "name": "A list of the ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -268771,7 +268771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eeb9bea8-1ed3-4874-8bb4-126bce25f11e", + "id": "767a58e6-1072-4ec9-b30e-bb3074c6d17d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -268830,7 +268830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71a6346c-6a35-41d5-993e-a3feda93912b", + "id": "8f3d1e5a-7bca-4543-a725-67ac327d3590", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -268889,7 +268889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c13859ea-d4d8-4d31-9f40-a7a073159913", + "id": "dcad04e0-18f2-4a67-b2e1-2194ebf07323", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -268948,7 +268948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6b49173-82d4-415c-b3e7-10adb64e271c", + "id": "d6664c3c-b364-4697-8b23-d553b786281d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -269007,7 +269007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c0ecf2d-deef-472f-b3cf-73107da56517", + "id": "a4fca189-6eeb-4e9a-9dbc-aac96229410c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -269066,7 +269066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0906b5fc-42da-4e19-9ced-17bc22aa4470", + "id": "9b7ea2a5-cd05-4b5f-a7e4-3a957ab098f8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -269131,7 +269131,7 @@ } }, { - "id": "d738d08a-4492-4c2b-a8e7-006e046eb0cb", + "id": "0fb7e8fb-c8c3-4e45-9342-9cca7ec69320", "name": "List Schemas on Source", "request": { "name": "List Schemas on Source", @@ -269192,7 +269192,7 @@ }, "response": [ { - "id": "a72535d8-bc8d-4695-b153-173b0743d31b", + "id": "80615600-a226-401b-928a-1cd776145fd9", "name": "The schemas were successfully retrieved.", "originalRequest": { "url": { @@ -269256,7 +269256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6025766f-a2d4-45c2-b198-a4d9ddc1f4a6", + "id": "38880e1e-c96b-42a1-bcd0-0dbbcad6e9bc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -269320,7 +269320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dce0aad0-7ea2-4f53-8bb9-facabea1636e", + "id": "47d5ea1b-9325-43fd-bab4-3e87efdf1a16", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -269384,7 +269384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b313d073-f528-47f9-95af-24b810414a24", + "id": "05bc7ba4-2ba3-4962-96d6-a74c9a988276", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -269448,7 +269448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "164e41c9-b601-44ed-abef-7242682085d2", + "id": "07ddeafd-ef48-4867-8427-41940e381663", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -269512,7 +269512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e71b626-574c-4bc7-a3d3-1c344ea41b89", + "id": "d72a679b-2cd7-44b5-8ecb-546d92943a88", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -269576,7 +269576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "154e3432-5980-4284-bb35-18ac026021eb", + "id": "dea33818-127c-4488-b16f-f07c12e8e70e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -269646,7 +269646,7 @@ } }, { - "id": "63462eec-a1e1-4a24-9d1f-f5f097d9b444", + "id": "ef59c682-f306-4057-98cb-2bdedbc66347", "name": "Create Schema on Source", "request": { "name": "Create Schema on Source", @@ -269701,7 +269701,7 @@ }, "response": [ { - "id": "3f88443a-a167-4d96-b93f-184174757ef1", + "id": "eb106c84-9cd7-4c7f-958d-0ee93db4be22", "name": "The schema was successfully created on the specified source.", "originalRequest": { "url": { @@ -269759,7 +269759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c72c208-3852-40a7-9177-662d05ec9abb", + "id": "38551ea9-1ed2-4de5-a477-06ff05643a78", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -269817,7 +269817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1b9bced-d147-4113-9cdf-9dd0a168495d", + "id": "57e98619-5f23-4658-8b59-d98b0757492f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -269875,7 +269875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e49c9c4-ab32-4f4d-bce8-63b0025f0744", + "id": "224a4238-6c5f-4f28-ad06-bdf9d82d3376", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -269933,7 +269933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b94fabe0-e3f8-46be-8c40-608bf3473853", + "id": "c1c4c6e7-a94e-488d-b715-fa409bd227ff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -269991,7 +269991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88f7a92a-7b52-475b-8553-a433619a075a", + "id": "b48b7c8b-1e5d-402c-9369-fac7c5b8692b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -270055,7 +270055,7 @@ } }, { - "id": "e3f2c4ab-0436-4104-b5a6-08321c7fe7f6", + "id": "17291a9c-241a-4614-ba03-26eff9599f8b", "name": "List Schedules on Source", "request": { "name": "List Schedules on Source", @@ -270097,7 +270097,7 @@ }, "response": [ { - "id": "09764217-f780-4464-b09e-01a12deb342d", + "id": "fb9994e2-654d-4dd2-af63-09d1162fc7b9", "name": "The schedules were successfully retrieved.", "originalRequest": { "url": { @@ -270142,7 +270142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4811977-7201-4a67-97bc-4e174e5a1154", + "id": "5b55fcff-0f10-4f3a-8704-d029f0216888", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -270187,7 +270187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fd80c4b-a6c4-478a-8562-59ab69fb0ec1", + "id": "4ce73aec-edcf-4aeb-9240-49da8dfa3625", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -270232,7 +270232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36241351-fac4-4528-b8ec-11696d40a18d", + "id": "e57ef693-a5d8-439a-9043-6c0bcf46100a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -270277,7 +270277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b523111-f393-4191-a37e-85b715ff0f37", + "id": "46b75fe8-be9e-42a7-8064-3d8e9202ee4d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -270322,7 +270322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aacf4414-c695-4020-9d45-bd9cabb1270d", + "id": "60cc6e4d-e7ba-4e25-8c4c-dd1e095e1646", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -270367,7 +270367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5f3b827-13b8-4f0f-a7ef-a47467d66d31", + "id": "396ecdd9-68ab-4097-957c-6a84b9613fe6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -270418,7 +270418,7 @@ } }, { - "id": "616d33c4-a479-44f7-957b-8a891defbb36", + "id": "bee12642-39d9-4c8b-a1fc-ab41d50bd78d", "name": "Create Schedule on Source", "request": { "name": "Create Schedule on Source", @@ -270473,7 +270473,7 @@ }, "response": [ { - "id": "ac4da352-928a-4b1f-a278-1136edce6c27", + "id": "38dcb8a9-a3fb-485d-b6ae-dba455915218", "name": "The schedule was successfully created on the specified source.", "originalRequest": { "url": { @@ -270531,7 +270531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "820f4183-3cee-479b-8d53-e53670bf6892", + "id": "d0c936c3-d5b2-4d30-9c02-907063a8d19b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -270589,7 +270589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b59570ab-3d15-4051-857e-9908ecf965f3", + "id": "fa26bff5-696e-4faa-bcee-7324f502da8b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -270647,7 +270647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "169343b1-b31d-4d92-92b6-b5ba66e0f876", + "id": "ea0387db-9dbd-4479-9d1b-272d2adbd672", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -270705,7 +270705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ed568f6-e056-46f8-b9a5-c5ca51309570", + "id": "4ccdbc1f-4f92-4d20-86d5-3c9da4c551b3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -270763,7 +270763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e04bc2ac-d545-4816-a0fa-69805969c1b2", + "id": "ceee4389-e85c-47f7-b9f7-86f98c13cc20", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -270827,7 +270827,7 @@ } }, { - "id": "cedface9-5789-40cc-91e4-0a302e02398f", + "id": "5ff72ca0-7376-4f70-b84a-a28ee7582d22", "name": "Get Source Schedule by Type", "request": { "name": "Get Source Schedule by Type", @@ -270880,7 +270880,7 @@ }, "response": [ { - "id": "32aa10fd-b2f3-48a1-a2d5-67997153185d", + "id": "40537602-4354-4615-9ce4-89edd4ea6d95", "name": "The requested Schedule was successfully retrieved.", "originalRequest": { "url": { @@ -270926,7 +270926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1aefc1f-cf2e-433e-b3d6-c9da5ee2a8a4", + "id": "4aa1c796-5751-4056-8bcb-e7df1949f5d0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -270972,7 +270972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80bdaca7-316b-404d-b017-e6489a835102", + "id": "34d13ec8-4ecc-4125-bf97-fdd902db8ea8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -271018,7 +271018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0832fd84-f7ee-4291-a3c5-d84703246b15", + "id": "856b655a-5846-4bc7-bb1f-1db77ffeb08d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -271064,7 +271064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e4972fa-8a1f-4fe5-a0c9-50f8bca90314", + "id": "74eaa506-2121-4914-81a1-fa99f8513941", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -271110,7 +271110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2adf2524-3dc6-46b1-99b1-8181bf669d7c", + "id": "ef971633-af17-4206-bf0b-543654e00564", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -271156,7 +271156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3250fe9c-af7a-48d8-bd2a-acc76462bbe9", + "id": "cf140bdf-0d59-481c-8f6b-dca3f4a8494a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -271208,7 +271208,7 @@ } }, { - "id": "166fe0c3-ef85-4dd0-b8f8-0a075d9886f4", + "id": "086dde37-c866-4869-a207-7fba38c19454", "name": "Update Source Schedule (Partial)", "request": { "name": "Update Source Schedule (Partial)", @@ -271274,7 +271274,7 @@ }, "response": [ { - "id": "6c5d0e99-b7a9-4872-adf7-90e35f435d91", + "id": "d2bab098-d0ba-45c7-8c8b-47db4b7fe45d", "name": "The Schedule was successfully updated.", "originalRequest": { "url": { @@ -271333,7 +271333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "535226ec-88a0-43d6-a94a-d3c7e48988bd", + "id": "16ce7153-bb5d-4182-a9cf-1e0b6bb28afb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -271392,7 +271392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ed2ecd5-0fe2-4499-8e96-2489acf9f026", + "id": "71f690cb-7a1e-4632-ab13-58e69c6a5ade", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -271451,7 +271451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83d66e3b-3dd7-44c9-97ed-47c03dd52353", + "id": "b50a4cba-7d33-4a2a-8c5c-d3eb59178155", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -271510,7 +271510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a487a2f4-e838-417d-83c3-5944113c8033", + "id": "c6e12c93-e895-4dba-92e4-1ff7bc0c9992", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -271569,7 +271569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcea259d-4653-4b2d-bf22-e86dbbd3c617", + "id": "77f35769-7d7d-4e9f-83b5-7b2fdfd1985b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -271628,7 +271628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00d2db80-d327-4a58-9797-ee07d47fc803", + "id": "d81e62ee-b5db-4057-b865-277370993a59", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -271693,7 +271693,7 @@ } }, { - "id": "969a9804-22e0-4279-a1b0-aeac527fe2b2", + "id": "09c8e5b1-bca6-4ae8-95d2-768f1cf4a4f9", "name": "Delete Source Schedule by type.", "request": { "name": "Delete Source Schedule by type.", @@ -271743,7 +271743,7 @@ }, "response": [ { - "id": "5ab39908-e7c0-4ea2-90cd-bf4a8a57b231", + "id": "b916c5a5-6d0f-4e9d-8c05-33564f960006", "name": "The Schedule was successfully deleted.", "originalRequest": { "url": { @@ -271779,7 +271779,7 @@ "_postman_previewlanguage": "text" }, { - "id": "526b28d0-a31a-4589-9937-ff88fbd86f85", + "id": "42b08514-fe9e-446e-be75-86add575c150", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -271825,7 +271825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca64a78a-2d9d-4b26-9304-d8feaf592500", + "id": "f1bd367e-194e-44c6-ab56-8b15975bce77", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -271871,7 +271871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d7423bc-b97d-425d-9073-535d85be7277", + "id": "ee48a78e-3336-4ec5-b854-2a288b73289d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -271917,7 +271917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e625247-c2fe-4554-850e-d671b1c81fa9", + "id": "2f404ac3-2044-4233-b100-4c3b41bd9716", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -271963,7 +271963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63851214-3272-47a1-a2f5-92acab1db44a", + "id": "3129cb13-e7c1-4b2f-bbab-3144ee81636f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -272009,7 +272009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f61c1ada-7884-4169-b43c-1fb4b477ccfe", + "id": "811a7720-1ec2-4e2a-9e35-5862b90d05f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -272061,7 +272061,7 @@ } }, { - "id": "d3ede5e0-2b6b-4270-8f05-e8f92e49261d", + "id": "ee769cad-46f2-406d-bc29-bb8f1f7af463", "name": "Get Source Schema by ID", "request": { "name": "Get Source Schema by ID", @@ -272114,7 +272114,7 @@ }, "response": [ { - "id": "d261dc70-2c9b-4e75-a42a-3d0979789052", + "id": "5b45f08f-d598-43de-8f37-fbf95807c498", "name": "The requested Schema was successfully retrieved.", "originalRequest": { "url": { @@ -272160,7 +272160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca59ce6a-ef92-4af7-8523-f63092e6cdd5", + "id": "baf1c0d2-6b68-4d82-8edd-617024be8c4a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -272206,7 +272206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc994d80-7aac-4341-8113-46b65437a383", + "id": "bb7f4dec-02b2-490c-a851-1d2deea2173c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -272252,7 +272252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ebfa777-50f3-4a98-ae37-ea0174237be1", + "id": "30769a72-9cc3-4a64-8beb-f29746f53087", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -272298,7 +272298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86b2649f-06ff-4824-bbd1-bc391c4189e1", + "id": "dd5d6c87-1974-442d-8b4a-f6cf24d2d1b0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -272344,7 +272344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7afef1b5-f6cf-4c44-a935-a8d9961627de", + "id": "edde33c3-b13e-4117-9ebc-1fc82afe1a9e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -272390,7 +272390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2f7c26d-e86c-4b8e-949f-f00e9dc69bcc", + "id": "69765938-f0c4-4a89-847a-ae32cfece13d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -272442,7 +272442,7 @@ } }, { - "id": "16a965de-c044-4c2c-83f6-44db5a133857", + "id": "985e971a-51c7-4e6b-b12e-bc522dcf2a6e", "name": "Update Source Schema (Full)", "request": { "name": "Update Source Schema (Full)", @@ -272508,7 +272508,7 @@ }, "response": [ { - "id": "4850ee82-bf74-4a63-bcdf-f56f6661147b", + "id": "724e26d7-7bff-49ed-9ddf-313e6c829013", "name": "The Schema was successfully replaced.", "originalRequest": { "url": { @@ -272567,7 +272567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41143b96-3a33-48ac-8eac-cab8684035ce", + "id": "a59373e8-95f2-4d2f-95e8-acd261b07555", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -272626,7 +272626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31510586-a03d-4170-8ace-be2beafd94b4", + "id": "db4c71da-8962-484d-9424-815f5d95206e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -272685,7 +272685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc5e3f5c-1fad-44e4-b968-6171dc5c3d83", + "id": "b4e7bacc-473c-43eb-9406-3e227f78cdf2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -272744,7 +272744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42d4aec8-68d3-4c23-b14c-38baa0a658fe", + "id": "c036e499-f7b4-4ef8-a8c3-19e649d8a6e7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -272803,7 +272803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "349fd69e-10de-484f-844d-766cad2be770", + "id": "80df9712-b336-47b3-8d17-a494689f69b1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -272862,7 +272862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "452953a2-bfef-44eb-a20c-e544d986395b", + "id": "acc8f061-37ab-47f2-b132-bc74898f22b9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -272927,7 +272927,7 @@ } }, { - "id": "1f1dcaa7-439b-43e2-9b13-20559c56d88d", + "id": "324a3808-e1b5-4efa-b27d-ae20d2857030", "name": "Update Source Schema (Partial)", "request": { "name": "Update Source Schema (Partial)", @@ -272993,7 +272993,7 @@ }, "response": [ { - "id": "3e13915f-d494-4768-a04a-312fe076611f", + "id": "c3c6b6b6-0810-47cc-8016-ffeabb33c6fb", "name": "The Schema was successfully updated.", "originalRequest": { "url": { @@ -273052,7 +273052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96b43284-1f9c-4164-8d58-5726226b25ce", + "id": "fa3c72ea-fa5e-4ef0-83ae-a4d5324e6486", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -273111,7 +273111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e489a6d5-1451-4000-81f2-457ccc9bf358", + "id": "52359a01-b21b-40b6-b412-cc931ec655cc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -273170,7 +273170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7f78dfb-9291-4338-bea4-a861a3814119", + "id": "7ce4c1ce-8292-4124-b0e4-4315b15b45e0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -273229,7 +273229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "425cded7-81a2-46dd-9909-322388cb1efe", + "id": "3a3b7a64-1b6d-4926-ace6-81c668a77d57", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -273288,7 +273288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e40e2c7-175a-4b80-9955-b5a3d3521074", + "id": "0d221620-1f0e-4cf6-8e5a-c8ff9fe4fb1c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -273347,7 +273347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2604327c-271d-49ba-984f-b506d60cdb04", + "id": "dfc9677a-9a9b-4ccc-bcc3-c433eb32605a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -273412,7 +273412,7 @@ } }, { - "id": "df8d2890-01de-42fe-9f28-3ffa7f29b893", + "id": "94064c9e-a1a8-41f2-b69a-1bba116c3147", "name": "Delete Source Schema by ID", "request": { "name": "Delete Source Schema by ID", @@ -273462,7 +273462,7 @@ }, "response": [ { - "id": "026abeff-300c-4949-a2dd-550e3313472d", + "id": "38cad06a-a0f7-4994-87e8-fa18c30f11b8", "name": "The Schema was successfully deleted.", "originalRequest": { "url": { @@ -273498,7 +273498,7 @@ "_postman_previewlanguage": "text" }, { - "id": "73005035-83b2-4112-8310-f62ddadd8f70", + "id": "2fbc0da4-e6fc-4f7f-92bd-9b867f6909aa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -273544,7 +273544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ff084b9-b9e8-4b59-8e36-88ee126e46a9", + "id": "04a35eed-48ac-4c7f-9e78-3c3bbe7e464b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -273590,7 +273590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e695124d-91d5-4cb6-a67d-ac530baaef41", + "id": "f95a854b-4594-48e3-90f3-93f5cf13e80c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -273636,7 +273636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c145f584-9173-489c-8211-1b606a5e35d4", + "id": "f47079ae-fb08-4e96-80ac-d3b26fb22927", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -273682,7 +273682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bff9c1b-4a31-4f4c-9fb2-e5866185c99f", + "id": "737e0162-173f-4d91-9c36-dd02641d75b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -273728,7 +273728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b00f5b14-ec33-4ebb-880e-877c46899144", + "id": "35e1c811-4c73-4197-bd3d-4ef288aa5850", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -273780,7 +273780,7 @@ } }, { - "id": "0dca6e80-42db-4c5f-8bb6-a2d85fe580bb", + "id": "c91a10e1-f54f-49f5-87a4-069f6da81258", "name": "Fetches source health by id", "request": { "name": "Fetches source health by id", @@ -273822,7 +273822,7 @@ }, "response": [ { - "id": "b0fb813b-fdc7-449c-82d2-405a09825d15", + "id": "5f1b8bb7-dc1d-4568-b5b7-12b92ded7c6d", "name": "Fetched source health successfully", "originalRequest": { "url": { @@ -273867,7 +273867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f96df75-9ab1-4ff4-b601-b8063080482f", + "id": "7c417814-82ac-4b2b-9a2e-caff1efa7969", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -273912,7 +273912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "787850c3-d63a-4385-a168-119f650d9a3d", + "id": "29bb69a9-fcf2-4121-8ec2-26540f7caa00", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -273957,7 +273957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "152a0dfc-a1bc-4207-9328-7690a937f05f", + "id": "f20538fa-27d8-4a95-a455-1528266a211e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -274002,7 +274002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cb7487b-c724-4ebd-91f7-f7bfa208ef61", + "id": "64e212bd-258e-4c88-b98c-cd22b42ab3cc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -274047,7 +274047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc124cfe-adce-4055-9fb4-0355c5c7b77a", + "id": "1ab9a6df-a7b5-4d4e-9ecb-c2a8f9fae4b1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -274092,7 +274092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96f4e795-dcba-4df4-b76e-2831ac893a86", + "id": "43d4d4ee-8c09-4d77-bf56-3272b72e9427", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -274143,7 +274143,7 @@ } }, { - "id": "351d6442-8502-42f4-b889-535dd50f1d68", + "id": "3833a4f1-8c90-4a87-81e2-752706e60017", "name": "Downloads source accounts schema template", "request": { "name": "Downloads source accounts schema template", @@ -274186,7 +274186,7 @@ }, "response": [ { - "id": "37375c6d-9819-4eeb-99b4-744a4cb710be", + "id": "1f975f7a-127d-4652-93e6-6fc52666ae69", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -274232,7 +274232,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ad41cd6d-8003-4516-b9dd-41dfd5f58504", + "id": "633c2773-5007-456a-8593-da4d2c4fdefa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -274278,7 +274278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93c19443-6fd9-4aaa-be47-7654601e515e", + "id": "22a9fd93-16fb-4bfe-ada0-121d52f1c6ec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -274324,7 +274324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95af3d19-e608-46fe-9c1a-4e0398605f75", + "id": "2a264998-8436-4fda-99f4-1545e9c4a3d4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -274370,7 +274370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e00b2df8-f8ac-48c6-92d3-4dd433d80558", + "id": "d1b79a6a-4a20-41ff-bb03-70bd6e74a0b5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -274416,7 +274416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62639f8b-66d4-4ed6-b821-bfbabc104d06", + "id": "7abad2c2-acf8-49c8-85cb-1fc0f216308d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -274462,7 +274462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21c037a8-3e2a-451d-bee6-c81f892ac3e4", + "id": "80826274-fb1f-4286-89a8-7c5db460ab27", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -274514,7 +274514,7 @@ } }, { - "id": "78a222bc-64ed-4e32-9391-d43ee80a14ab", + "id": "5ab03536-da8c-458f-ad0c-178771fd5475", "name": "Uploads source accounts schema template", "request": { "name": "Uploads source accounts schema template", @@ -274573,7 +274573,7 @@ }, "response": [ { - "id": "5139cf1e-844c-4dc2-8890-8504654683d1", + "id": "e8d15e44-8930-4f15-aaac-4448e735c7fa", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -274635,7 +274635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebe8365c-00e1-401b-b68e-73f21117d442", + "id": "5b37e2ac-1336-4709-bc21-6162ac565dfb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -274697,7 +274697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08ce93dd-0224-4cc5-99a4-2abe091c6059", + "id": "0360e020-d2c3-4c65-b051-25b09a47c4be", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -274759,7 +274759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26838dad-1d08-46c5-94ec-7d6df7ecc47b", + "id": "ee93f58d-5275-40f3-9afa-5238991dcc11", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -274821,7 +274821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9459ae0-0724-48b8-a721-5b27655fa0e6", + "id": "6a47e8aa-837c-4cc1-b8eb-c80fe3f1d909", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -274883,7 +274883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55ea3262-ca4b-4f8b-b098-edd09d97e4de", + "id": "8f9eb8c1-a12a-44c9-af3d-14c2a45f8435", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -274951,7 +274951,7 @@ } }, { - "id": "30f48efb-a0c8-454c-8911-b3b856b157e4", + "id": "730629b9-e8c8-43db-bef8-895b498ccca3", "name": "Downloads source entitlements schema template", "request": { "name": "Downloads source entitlements schema template", @@ -275004,7 +275004,7 @@ }, "response": [ { - "id": "320519df-fe2a-4deb-b608-7eb952cfd39f", + "id": "4a24d1f5-881c-46df-9687-80e84d088a46", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -275060,7 +275060,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ae5bdcf4-65f5-4671-b47d-742505390b0b", + "id": "6060dabc-9786-4c04-b7ff-899219f6b2ba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -275116,7 +275116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2bd8a64-2e33-4325-bbf0-8e184fe073a9", + "id": "d9a93037-b01d-4c52-8868-ab981e91d0c0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -275172,7 +275172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ca31a89-eeaf-4b34-8b46-ea1f9559ae8a", + "id": "324dfff6-1d23-4ba4-8048-728dc15af794", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -275228,7 +275228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "332fb4d8-b966-472b-80ae-2223cd6ca408", + "id": "36299916-dd75-460e-8701-907dd6278141", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -275284,7 +275284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa03f066-7f5b-4471-99f3-09f954d9cd5e", + "id": "82876b6b-b319-4173-989f-008aea6366ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -275340,7 +275340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa6fa858-1814-4032-92a4-437bcef875cc", + "id": "9b087bf9-513d-44f8-9a01-fb33ab63fbe1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -275402,7 +275402,7 @@ } }, { - "id": "9eed7692-c00d-4423-ba45-b9bd75fb83ae", + "id": "853e6c88-466a-464a-94c8-aec88b4386ed", "name": "Uploads source entitlements schema template", "request": { "name": "Uploads source entitlements schema template", @@ -275471,7 +275471,7 @@ }, "response": [ { - "id": "43eb5c8a-dd42-40c1-a9a5-aaa10543f0c6", + "id": "a42201ac-9287-4f16-ad5f-82ee4a86c51a", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -275543,7 +275543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fe384cd-6286-49ae-b76b-b0f49347ea30", + "id": "f9e922b1-aa11-4781-ad8a-9f2212423a63", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -275615,7 +275615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bb2f917-6cda-4183-85bf-a9f30563e773", + "id": "c67d047a-ec3a-4b32-b5d1-5e62a3d56ec8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -275687,7 +275687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "015baa9e-3292-4813-8ab5-b6ba638ff2c0", + "id": "4f4e7ba8-51ef-47a5-803e-b8b25a65dff0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -275759,7 +275759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0646c08d-63b3-42f2-9aaf-2b65548efefe", + "id": "cf55f9ad-4d05-461d-a384-f7a5ff2acde2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -275831,7 +275831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c7d28cd-c0fc-4369-afaa-70bea80a3c2f", + "id": "6f741811-20bd-4eb3-912e-ab285b4a3c4b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -275909,7 +275909,7 @@ } }, { - "id": "a846a3f8-0d9c-4171-930a-1609a76f00eb", + "id": "618f5e0e-232f-4396-b080-3a7c67c42815", "name": "Upload connector file to source", "request": { "name": "Upload connector file to source", @@ -275967,7 +275967,7 @@ }, "response": [ { - "id": "55db9169-8bf9-4ded-bfa7-d164647bcd37", + "id": "204f7ef8-4d17-4e9c-9154-7192d5528cbd", "name": "Uploaded the file successfully and sent all post-upload events", "originalRequest": { "url": { @@ -276028,7 +276028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c909cfa-b294-49c3-b2ab-cdd7d7b16ef7", + "id": "7fbc8898-c24b-4556-9de6-b20de8c0910b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -276089,7 +276089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34e03d6c-7ee6-41cc-b8eb-a45d0f4b2adb", + "id": "cf0a7e9a-308c-40a2-9074-04b223e70b61", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -276150,7 +276150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db15ae2d-e88c-41ff-9929-b2c52a48121e", + "id": "7163ab61-90e9-42c1-ae3a-17ef048ac330", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -276211,7 +276211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9047415-ff8c-4f46-ab5e-f865357968a9", + "id": "24dc86c8-4e12-4fe1-8321-d9684a1224ef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -276272,7 +276272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2b4eca6-ab16-4ec7-b638-59d89fa79bc0", + "id": "59d87792-b66b-46c3-93e4-d8e8bf429a6b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -276339,7 +276339,7 @@ } }, { - "id": "d8a9a853-e39e-43cf-87c5-a4f76c8301cd", + "id": "7325e572-8b87-4544-a140-eb311b46ddc9", "name": "Attribute Sync Config", "request": { "name": "Attribute Sync Config", @@ -276390,7 +276390,7 @@ }, "response": [ { - "id": "edf77ed5-1d54-4f9d-9d6d-4e66ab20ecf1", + "id": "bae03802-84e7-48b0-a637-2cfa891271d8", "name": "Attribute synchronization configuration for a source", "originalRequest": { "url": { @@ -276444,7 +276444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e244b24-cb19-4fa6-9f82-505ded894386", + "id": "11e0c999-d9c7-43a9-acb2-0b49334d31be", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -276498,7 +276498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d157a0e-35eb-44d5-8bfb-ac82e7cce884", + "id": "fe8d6c9f-c913-4d55-8a1b-61bc0cf555da", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -276552,7 +276552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d7a1737-2e39-4adc-9a66-d695fc6fbee7", + "id": "92d7290d-8e87-4a33-9751-feb5e316894d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -276606,7 +276606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edca342b-32cd-4ee5-bd1d-07a139ace115", + "id": "8701074e-88fb-4471-bfd9-7b63553ec152", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -276660,7 +276660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77a5fcb7-93f9-4b35-9fc4-227f4411da04", + "id": "91fe1d35-be7d-46ab-b82b-fcf2d16b69d2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -276714,7 +276714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc032f84-b8db-4342-aa0b-7e4b5f2f05a9", + "id": "8842e783-38a1-4708-ba9c-64caa4a6ee04", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -276774,7 +276774,7 @@ } }, { - "id": "085cddd7-455a-4e9a-a8ac-5266058e0bbb", + "id": "a2324ac8-74fb-4dd2-b10b-ff034cfdbb7e", "name": "Update Attribute Sync Config", "request": { "name": "Update Attribute Sync Config", @@ -276838,7 +276838,7 @@ }, "response": [ { - "id": "e16a5138-55d0-40d5-b63f-3a0ff60c3e82", + "id": "3f66dae4-38c3-4112-9c5e-02ed691143fb", "name": "Updated attribute synchronization configuration for a source", "originalRequest": { "url": { @@ -276905,7 +276905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "617ef825-6349-4b9f-837a-9ef2c4624f21", + "id": "58668a19-d850-4fd0-8353-c0c0a7fff1e8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -276972,7 +276972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d90a5fe-69c0-4ceb-a1a6-9873b4283ae7", + "id": "dc2e8aab-ea98-4f55-b7b6-a6d169894d3d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -277039,7 +277039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9c9a559-35ef-4c77-acc6-36cf1bff7a99", + "id": "e4b0ce01-2594-410f-a1d6-3d6933ebae79", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -277106,7 +277106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5019244-d791-4c1a-88ec-d8674570fd27", + "id": "18809e14-01a1-4d59-a315-a057ad35e3b2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -277173,7 +277173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffd8cf89-47c3-46c9-8242-13991571f597", + "id": "eefcc50a-329d-4765-8752-3eec742d5301", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -277240,7 +277240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3548017d-4c07-4d8f-9ea6-3903f00a5306", + "id": "6c6d5392-08c6-4d12-bae5-f2751319083b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -277313,7 +277313,7 @@ } }, { - "id": "b3489e8f-ea3f-445d-b28b-5ec2b1e71a19", + "id": "57a846cc-9d1c-42dd-b9d0-db0a1d3a0c30", "name": "Check connection for source connector.", "request": { "name": "Check connection for source connector.", @@ -277365,7 +277365,7 @@ }, "response": [ { - "id": "d2e57f78-32d6-4fc3-852e-6d6968d75c74", + "id": "bbd0baee-ba0f-4c27-aefe-50775cde96a5", "name": "The result of checking connection to the source connector with response from it.", "originalRequest": { "url": { @@ -277420,7 +277420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91b1b918-3d64-412a-abe9-2dfaf50bb853", + "id": "1489e4a1-b609-4c8c-b364-644bc450e8ad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -277475,7 +277475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c4d57ad-3629-435e-a765-9af01e1df541", + "id": "4663eb23-7632-43de-84c6-96f4fecc2922", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -277530,7 +277530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a4a764c-4181-4f8c-9a78-57b5a7234ed0", + "id": "f06d3c24-9d18-4f75-9045-127e37d18431", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -277585,7 +277585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45e685c1-b3cd-439c-84e2-5ed6c9bf6f9a", + "id": "64645756-a472-4580-a6a2-12421abdad9a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -277640,7 +277640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4694304-dde1-4d67-8e75-92697a67571c", + "id": "b7ec6017-0ab9-42d8-a5ca-16d0b9176d4c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -277695,7 +277695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bf1106f-e767-4fc9-9418-c3609f77e538", + "id": "97f11052-ffb1-4f19-9c46-d9235c1e75b2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -277756,7 +277756,7 @@ } }, { - "id": "86fdf59f-10dd-4065-b06e-44ff5738c70b", + "id": "86ce187f-7744-437c-ac6f-086f319e5179", "name": "Peek source connector's resource objects", "request": { "name": "Peek source connector's resource objects", @@ -277821,7 +277821,7 @@ }, "response": [ { - "id": "306d65d8-42e8-4d87-9d6d-2f7e1c6be7ea", + "id": "27c17b0c-48a9-4a71-b68e-5c109749ad1f", "name": "List of resource objects that was fetched from the source connector.", "originalRequest": { "url": { @@ -277884,12 +277884,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"ODS-AD-Test [source-999999]\",\n \"objectCount\": 25,\n \"elapsedMillis\": 1055,\n \"resourceObjects\": [\n {\n \"instance\": \"dolor fugiat magna sed occaecat\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"ex\",\n \"name\": \"Aaron Carr\",\n \"objectType\": \"account\",\n \"incomplete\": false,\n \"incremental\": false,\n \"delete\": false,\n \"remove\": false,\n \"missing\": [\n \"missFieldOne\",\n \"missFieldTwo\"\n ],\n \"attributes\": {\n \"telephoneNumber\": \"12-(345)678-9012\",\n \"mail\": \"example@test.com\",\n \"displayName\": \"Aaron Carr\"\n },\n \"finalUpdate\": false\n },\n {\n \"instance\": \"tempor\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"Lorem cupidatat aliqua in\",\n \"name\": \"Aaron Carr\",\n \"objectType\": \"account\",\n \"incomplete\": false,\n \"incremental\": false,\n \"delete\": false,\n \"remove\": false,\n \"missing\": [\n \"missFieldOne\",\n \"missFieldTwo\"\n ],\n \"attributes\": {\n \"telephoneNumber\": \"12-(345)678-9012\",\n \"mail\": \"example@test.com\",\n \"displayName\": \"Aaron Carr\"\n },\n \"finalUpdate\": false\n }\n ]\n}", + "body": "{\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"ODS-AD-Test [source-999999]\",\n \"objectCount\": 25,\n \"elapsedMillis\": 1055,\n \"resourceObjects\": [\n {\n \"instance\": \"consectetur ipsum \",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"aliquip occaecat do\",\n \"name\": \"Aaron Carr\",\n \"objectType\": \"account\",\n \"incomplete\": false,\n \"incremental\": false,\n \"delete\": false,\n \"remove\": false,\n \"missing\": [\n \"missFieldOne\",\n \"missFieldTwo\"\n ],\n \"attributes\": {\n \"telephoneNumber\": \"12-(345)678-9012\",\n \"mail\": \"example@test.com\",\n \"displayName\": \"Aaron Carr\"\n },\n \"finalUpdate\": false\n },\n {\n \"instance\": \"magna anim\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"reprehenderit incididunt \",\n \"name\": \"Aaron Carr\",\n \"objectType\": \"account\",\n \"incomplete\": false,\n \"incremental\": false,\n \"delete\": false,\n \"remove\": false,\n \"missing\": [\n \"missFieldOne\",\n \"missFieldTwo\"\n ],\n \"attributes\": {\n \"telephoneNumber\": \"12-(345)678-9012\",\n \"mail\": \"example@test.com\",\n \"displayName\": \"Aaron Carr\"\n },\n \"finalUpdate\": false\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e24bf4a2-3662-476a-a6c4-0acbfc905c17", + "id": "98629762-34ba-4551-99ba-42fc556cd966", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -277957,7 +277957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f253603-8fd9-44f3-a10b-d7ab34bd8166", + "id": "306ecb0b-04aa-4114-81b0-133ec2f58ad2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -278025,7 +278025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3beaa091-e418-48fc-95cd-cfcfe7860c77", + "id": "c9d3307c-2730-46c1-8067-604618444057", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -278093,7 +278093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9b1adec-3333-4b7e-b35b-dfa01b2e8fb0", + "id": "1cd93d80-0c0c-40e9-ae35-9484b2829b7f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -278161,7 +278161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55a3160a-3bd8-47bb-9936-1bc366b1a3b5", + "id": "95a4ba71-4084-4cfc-b652-41e9ba461d33", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -278229,7 +278229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4060d2b-52f4-46d9-b130-b40aab369e52", + "id": "bd3dbd49-967e-4ff5-a91f-4a4bfa2a7eb6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -278303,7 +278303,7 @@ } }, { - "id": "feb31d86-44b5-48c4-943d-71b34d5e2ce1", + "id": "cb6fd9f1-83c7-4ce5-a521-a09626aa6033", "name": "Ping cluster for source connector", "request": { "name": "Ping cluster for source connector", @@ -278355,7 +278355,7 @@ }, "response": [ { - "id": "c3ca2508-fec8-436e-b7ec-7f3b1ae98fb2", + "id": "f7b9af0f-600e-4959-9860-8c5664f143e5", "name": "The result of pinging connection with the source connector.", "originalRequest": { "url": { @@ -278410,7 +278410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f8989ec-1fb2-43f1-81ab-b23312238dbc", + "id": "eedd8ded-1d0c-4fc2-820f-0c5fbf9c0d5a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -278465,7 +278465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "718ab87b-23ab-491c-9599-9875d6450814", + "id": "ca442630-54e1-46ee-8bd7-412d87a47397", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -278520,7 +278520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "490eb57b-1533-462c-b441-9f8225709e5c", + "id": "13092b9e-6089-423c-b644-5c44543d2028", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -278575,7 +278575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f087160d-1951-43b9-a0c1-68da7ba4e8fd", + "id": "8f0df63f-4ada-477a-86a2-88dc56276438", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -278630,7 +278630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75fa1fdb-b300-4ab1-97a2-7580e73511fc", + "id": "2090d5c5-b185-47df-bf95-fb4500f61027", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -278685,7 +278685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1caae960-8ecc-44f9-8434-081bc7d0f45a", + "id": "9716c656-6fff-4e2d-a4d3-93bd1f049a7f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -278746,7 +278746,7 @@ } }, { - "id": "92420343-3226-433a-86c7-532f5ef92323", + "id": "d65f4e0e-b18b-41fb-ac2a-31b17ca579c9", "name": "Test configuration for source connector", "request": { "name": "Test configuration for source connector", @@ -278798,7 +278798,7 @@ }, "response": [ { - "id": "6aec7dec-5c4d-474d-99f6-40eed71552e7", + "id": "c594ec20-83bd-493a-a190-91ff7bc55495", "name": "The result of testing source connector configuration with response from it.", "originalRequest": { "url": { @@ -278853,7 +278853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0196aa5c-40b3-45b5-a4e1-988adf518506", + "id": "3f1f9863-ef9c-4540-9ad2-e12bb7685282", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -278908,7 +278908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34b3c310-1b63-4b4d-ab27-7f1224f22877", + "id": "ff185d67-1bb9-4828-896a-db499fe29806", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -278963,7 +278963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6836728b-1064-4bf8-8807-3ab97ab637e1", + "id": "b84d9270-7c7b-4794-8716-ea1ecd4f68ab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -279018,7 +279018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87048ce7-7b4c-4df8-b184-edff7c0d3c2b", + "id": "ec1701f4-8e74-4f8c-891b-676712d32872", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -279073,7 +279073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e91d8b9c-88d0-481b-9fb8-1f77dc63d3f4", + "id": "cb2d8646-17c9-4684-b6a6-992f2bb028c6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -279128,7 +279128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "943e14ec-a3af-4935-92f2-8b5b0e95d486", + "id": "8060956f-3e62-47fb-ac3f-d4c783bfdd71", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -279189,7 +279189,7 @@ } }, { - "id": "8eca2abc-954b-4bb3-896a-9b411bfa55fd", + "id": "99b181b4-de1b-4038-88bb-7103b1221c01", "name": "Gets source config with language translations", "request": { "name": "Gets source config with language translations", @@ -279215,13 +279215,13 @@ "type": "text/plain" }, "key": "locale", - "value": "sv" + "value": "ko" } ], "variable": [ { "type": "any", - "value": "pariatur ullamco", + "value": "sint amet", "key": "id", "disabled": true, "description": { @@ -279251,7 +279251,7 @@ }, "response": [ { - "id": "0182cb61-93e5-48de-8402-d88ae30add32", + "id": "f3b6f1ca-d50a-400f-a408-cc52e2ee9fb6", "name": "A Connector Detail object", "originalRequest": { "url": { @@ -279272,7 +279272,7 @@ "type": "text/plain" }, "key": "locale", - "value": "sv" + "value": "ko" } ], "variable": [] @@ -279311,12 +279311,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"JDBC\",\n \"sourceConfigXml\": \"
\\n\\t
\",\n \"sourceConfig\": \"aliqua consequat eu non\",\n \"directConnect\": true,\n \"fileUpload\": false,\n \"uploadedFiles\": \"in qui dolore adi\",\n \"connectorMetadata\": {\n \"supportedUI\": \"EXTJS\"\n }\n}", + "body": "{\n \"name\": \"JDBC\",\n \"sourceConfigXml\": \"
\\n\\t
\",\n \"sourceConfig\": \"labore voluptate\",\n \"directConnect\": true,\n \"fileUpload\": false,\n \"uploadedFiles\": \"occaecat dolor pariatur nulla\",\n \"connectorMetadata\": {\n \"supportedUI\": \"EXTJS\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b9cb344a-58f2-4e34-b7e0-294677bb0c27", + "id": "7182991e-5add-4355-85c8-2ea4f62872bc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -279337,7 +279337,7 @@ "type": "text/plain" }, "key": "locale", - "value": "sv" + "value": "ko" } ], "variable": [] @@ -279381,7 +279381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5de0ed46-e4ed-4f61-bab9-779ccd3104ec", + "id": "0ff94596-c4f1-4947-b59d-7a22e5d44c0f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -279402,7 +279402,7 @@ "type": "text/plain" }, "key": "locale", - "value": "sv" + "value": "ko" } ], "variable": [] @@ -279446,7 +279446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69e27dfd-1c01-4c94-a156-067729fc5c72", + "id": "56b2a179-c86c-4430-b0b7-1163f5d01314", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -279467,7 +279467,7 @@ "type": "text/plain" }, "key": "locale", - "value": "sv" + "value": "ko" } ], "variable": [] @@ -279511,7 +279511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3984c50-7cc4-4c1d-9b84-5bc58581861a", + "id": "c7443f5c-7a49-4708-8029-aac0791e54ff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -279532,7 +279532,7 @@ "type": "text/plain" }, "key": "locale", - "value": "sv" + "value": "ko" } ], "variable": [] @@ -279576,7 +279576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d3dbfe6-32b5-4382-bb5b-46c56d224ff6", + "id": "608d0c69-58d2-4786-9bca-4e87b27aa292", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -279597,7 +279597,7 @@ "type": "text/plain" }, "key": "locale", - "value": "sv" + "value": "ko" } ], "variable": [] @@ -279647,7 +279647,7 @@ } }, { - "id": "94df5b32-3a6a-4d38-b5a6-754b1f64af56", + "id": "f14401cb-a146-4909-a4e6-ca63a7eda606", "name": "Native Change Detection Configuration", "request": { "name": "Native Change Detection Configuration", @@ -279702,7 +279702,7 @@ }, "response": [ { - "id": "3850f1bd-1cae-4258-ba08-881d323084a9", + "id": "c4e308c9-f556-4ef4-a157-ae2edd3f163d", "name": "Native change detection configuration for a source", "originalRequest": { "url": { @@ -279756,7 +279756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ab5ef6d-55a4-47df-9564-54778d0b65c4", + "id": "0f1c4c82-2bf7-4e0f-85a2-8f02aa36e991", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -279810,7 +279810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d627b323-dac5-4a35-acf2-76fb13f09cac", + "id": "85294c49-173b-4624-9818-7ee1a5cdcec6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -279864,7 +279864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e89eb69a-bd77-47c9-a67c-28c2f6e6f877", + "id": "97f8510d-c1b5-4116-9fdf-6425cbbb62f2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -279918,7 +279918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bc0b015-003f-489e-a791-ab01983b891c", + "id": "2fe6a66a-a7a4-4566-b2b3-a114e0c15797", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -279972,7 +279972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db08cd21-d9a5-4e1f-8133-71beef8e0659", + "id": "d2e6b48d-3548-4367-b7ce-c7e091226a61", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -280026,7 +280026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97e14f7c-7fc3-4098-94d6-7afe09d755ab", + "id": "7a70b48c-db0c-4b2a-87ea-d2e2dbb26b26", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -280086,7 +280086,7 @@ } }, { - "id": "48b8058d-8171-4bd8-80e8-25143ae5d3a8", + "id": "b9480da2-9e1f-434f-8215-be3bb404648e", "name": "Update Native Change Detection Configuration", "request": { "name": "Update Native Change Detection Configuration", @@ -280154,7 +280154,7 @@ }, "response": [ { - "id": "34ab3802-39b0-4ffd-b4aa-4d263d4d8fb4", + "id": "4a3aaae0-791d-4ffd-b3b8-2b28789f9b25", "name": "Updated native change detection configuration for a source", "originalRequest": { "url": { @@ -280221,7 +280221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43fe858d-5634-4ea1-93dd-399fd2c18996", + "id": "4095225e-df32-421d-b200-39fc2181efb9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -280288,7 +280288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce69f3fe-3f6b-4ee1-b49b-0c1b6d10fbe5", + "id": "db2cf3d2-ef00-4118-9a3e-4fb1f4bd4801", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -280355,7 +280355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e4bdc64-20e3-4e47-8a74-ff4f0d634347", + "id": "93e2bfa2-f8eb-45b6-bf4e-2e5807da9aa9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -280422,7 +280422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b5ffc02-dd94-414e-b8f1-fe32444d4130", + "id": "9a737ab5-dfe8-4b4d-bf16-5ab2ac3c7d38", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -280489,7 +280489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e28de046-5dcc-4015-b384-bdf6335249c9", + "id": "b1dcce7d-0efa-490b-b81e-f83c3c32f53b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -280556,7 +280556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be3d7e82-1ead-4546-a820-d044dfd7b218", + "id": "458f8df5-3f76-4ffb-abac-6033dd8457b0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -280629,7 +280629,7 @@ } }, { - "id": "573d3ea7-8f84-4f6c-bcb8-5d3e1f08f00d", + "id": "8816f5a2-d0ee-438a-8655-2ad50321b0ea", "name": "Delete Native Change Detection Configuration", "request": { "name": "Delete Native Change Detection Configuration", @@ -280684,7 +280684,7 @@ }, "response": [ { - "id": "f2fe5a27-cc3c-4273-b8fd-8a3775482760", + "id": "41d4280d-187d-4527-94e7-3cea11c58957", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -280728,7 +280728,7 @@ "_postman_previewlanguage": "text" }, { - "id": "29ac88cf-f15a-458c-b0f4-6248319c5c4e", + "id": "1ca4f522-89db-4038-8346-65b02cbfaec8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -280782,7 +280782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7078edaf-abae-466d-8e09-428cce2e9059", + "id": "41a275c9-6831-4a8f-b075-25d257bc3255", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -280836,7 +280836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74dc7967-5c5c-451e-bcba-214c577c2084", + "id": "68845368-d23a-4f73-a410-a6fad2c0b1c6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -280890,7 +280890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9423d056-9535-40b9-a5b7-593d40a5c0b9", + "id": "11d59625-f3b3-462b-909f-c1b0ba8e77c9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -280944,7 +280944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23f5e77f-d152-447a-8176-0ee539e8d2af", + "id": "8f59aed4-b6bd-4cdf-b91b-a70dde5085e9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -280998,7 +280998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb59b3da-251c-4e9c-977f-a8175b61775f", + "id": "20830d1d-b10b-44f2-8960-1ffdf98a0df2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -281058,7 +281058,7 @@ } }, { - "id": "2768b316-d284-43da-bece-2bacf72f8f20", + "id": "37dfca71-2838-449a-a189-a691eb0a0b73", "name": "Remove All Accounts in a Source", "request": { "name": "Remove All Accounts in a Source", @@ -281109,7 +281109,7 @@ }, "response": [ { - "id": "e49c274a-affb-4922-a6ea-822132547358", + "id": "bdac7243-747b-445f-81b1-e9c5b97bbe20", "name": "Accepted. Returns task result details of removal request.", "originalRequest": { "url": { @@ -281163,7 +281163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec392a90-7cff-4f37-979c-3c2f1c6b67e1", + "id": "d2a12d2e-a24f-4d3a-8c36-115653b14c9a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -281217,7 +281217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fd83675-483a-4e3c-859f-3525dc35697e", + "id": "123a8cf6-e5bf-4038-a5d5-95de7795cb6c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -281271,7 +281271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70da0604-4ace-4bae-ba2d-0f7d27b93fbb", + "id": "455f1cde-a18d-4610-8a60-cca094abab30", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -281325,7 +281325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "168f07fa-158c-40fa-ab59-0a586b5857ae", + "id": "4a4c82a6-6170-4b64-8fed-012ab8bdea8e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -281379,7 +281379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b275ec1c-e37a-4b90-94b7-8a170054b19b", + "id": "c3356ef4-73b3-40da-a247-db6dc36306d5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -281439,7 +281439,7 @@ } }, { - "id": "52105d6f-3b11-4307-b71b-148fff2580ec", + "id": "48c65667-67ee-4a76-8954-fd5bcb5e01a2", "name": "Synchronize single source attributes.", "request": { "name": "Synchronize single source attributes.", @@ -281460,7 +281460,7 @@ "variable": [ { "type": "any", - "value": "pariatur ullamco", + "value": "sint amet", "key": "id", "disabled": true, "description": { @@ -281490,7 +281490,7 @@ }, "response": [ { - "id": "a2d6e128-44e3-4930-90ff-c8ec9d5e6f52", + "id": "ab641bee-473e-4bbc-892c-992f9cf05e38", "name": "A Source Sync job", "originalRequest": { "url": { @@ -281544,7 +281544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb7119c3-8d54-4b39-8f83-64a40d6c1158", + "id": "13a97cba-8080-402f-b203-5ee65b7652ed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -281598,7 +281598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3613595-e421-4337-96e8-1dfb1dfc420f", + "id": "a4d9ef15-d420-433e-94ad-35141d8c473b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -281652,7 +281652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff318d98-92cf-4592-a021-6984f49f7633", + "id": "4c2f2291-f956-484e-9760-d0d9cd48fca1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -281706,7 +281706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd8a22e6-0212-4aa5-bbbf-8b9f7359f2e5", + "id": "bb94e58a-c985-44d8-80af-92502d8bc14e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -281760,7 +281760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c48a08c-5a35-483b-bbec-d4c2218730ab", + "id": "d34c69e9-1849-4673-a9a2-d133a0dc1c15", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -281814,7 +281814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a58c660f-fab6-4b5b-82fa-379c291b2d86", + "id": "dd7fbe4d-ecab-4380-ad20-5afb950dbac8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -281874,7 +281874,7 @@ } }, { - "id": "4bbfebbc-c04b-4a3e-bdc3-6087ea140d7b", + "id": "d1dcd694-05e0-4197-a30e-b1b4c079616e", "name": "Get Source Entitlement Request Configuration", "request": { "name": "Get Source Entitlement Request Configuration", @@ -281919,7 +281919,7 @@ }, "response": [ { - "id": "73343ce2-6c2d-41e7-a405-c7cf415c2df1", + "id": "f6019c9c-6caf-48dc-b3d0-773493450d75", "name": "Get default config", "originalRequest": { "url": { @@ -281973,7 +281973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70a6e2f2-eeb9-40db-ae9a-779ee157a0e8", + "id": "3661e31e-d0dc-4cde-a7aa-1b2fcf82ddcb", "name": "Get config with one approval", "originalRequest": { "url": { @@ -282027,7 +282027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dfacf9d-d67a-4112-9c53-055ee9a22b9d", + "id": "e7ae03bb-88df-4d81-b5ac-0136ee37d5c9", "name": "Get config with multiple approvals", "originalRequest": { "url": { @@ -282081,7 +282081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11ec2a5a-890e-4bc9-b81e-d7650834b235", + "id": "d307ceaa-2f5a-4777-becb-387906dcbd21", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -282135,7 +282135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d594e9b6-fe51-47a0-9420-25c8a6ad420b", + "id": "fad67897-9c24-496d-83cb-8ddd7400bdec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -282189,7 +282189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dba0c3b9-4655-40fe-aea4-ed6cc7a94054", + "id": "525355c1-0196-4546-99f4-bca5b1c2035e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -282243,7 +282243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "534ca86d-ea9c-4018-9880-0d9b539045a2", + "id": "1a1cdb78-762b-438c-9014-dc873a0754af", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -282297,7 +282297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc4e9b0e-74ab-42df-a19a-e6f2b060c474", + "id": "abdaa6a4-8ebf-4bb8-9ed9-c940fca9e098", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -282357,7 +282357,7 @@ } }, { - "id": "298cd68a-472c-4d4a-b274-a2b1e3c627d3", + "id": "4b5fecc5-1288-4c48-9cfb-e4087b8825f6", "name": "Update Source Entitlement Request Configuration", "request": { "name": "Update Source Entitlement Request Configuration", @@ -282415,7 +282415,7 @@ }, "response": [ { - "id": "899692c7-8d78-40e9-a149-c9797af639ce", + "id": "63f1b0f3-34f0-4be1-a553-20e2ba0b3e7b", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -282482,7 +282482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b7e1dbb-c778-493d-a9f1-78de6111b572", + "id": "ae767192-774d-4a58-92ea-0ef270a79fe2", "name": "Set config with one approval", "originalRequest": { "url": { @@ -282549,7 +282549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55f653e4-3381-426e-af53-d64d7029b8b3", + "id": "09ef0d23-6fe1-4214-874a-10fd93a90514", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -282616,7 +282616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6d406ba-641c-49c8-8a58-84dd01f9a34c", + "id": "46efe7e7-c32a-4f5f-8159-59a3af6594a1", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -282683,7 +282683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6577627-f9ad-425f-955a-0f31c6ad2d15", + "id": "21c8d634-a54e-4a8b-8184-71b1ba6aa545", "name": "Set config with one approval", "originalRequest": { "url": { @@ -282750,7 +282750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38241e06-e22b-4d4d-92f9-9dd35bce464f", + "id": "534e09bb-98de-4193-a953-31a0668f77fe", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -282817,7 +282817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11bb9fec-932c-4405-88da-3e270585fb35", + "id": "cae4567c-e838-45ed-88a6-34a0a25da6e2", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -282884,7 +282884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e79ab891-9e00-494f-a289-a0668a265b6e", + "id": "53acdb57-a93b-4c70-8645-1b50fba751c1", "name": "Set config with one approval", "originalRequest": { "url": { @@ -282951,7 +282951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb8732de-ead5-47dd-8dff-80461e7b104e", + "id": "208771b9-7b74-45e2-8797-2df490008f62", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -283018,7 +283018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60e65412-b6b5-422d-b6f9-a0283cd8c74a", + "id": "c3f65f28-c2d6-427b-a995-0cb40e341bec", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -283085,7 +283085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae53f31c-51bd-4951-b794-894cd4716ff3", + "id": "1081c8eb-55ee-4e53-9068-990f60411d47", "name": "Set config with one approval", "originalRequest": { "url": { @@ -283152,7 +283152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46ce97fa-413e-4767-ab52-74382c36eacb", + "id": "d07db289-bfb4-4eb7-91ac-f65fe914f183", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -283219,7 +283219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afac2a36-eac6-4bd6-b849-c7d17975199a", + "id": "2c9aa48b-f4ea-404f-a1a9-724084558847", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -283286,7 +283286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d6d1abb-852a-412d-83e0-c8efa947dc1e", + "id": "be88940b-ea1b-40dd-9d04-d5dafc8d572f", "name": "Set config with one approval", "originalRequest": { "url": { @@ -283353,7 +283353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffc9f8cc-6ba1-4dc6-837c-4d308d9a4715", + "id": "27355c32-32bd-4918-983d-c1eda8eb6db6", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -283420,7 +283420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32ed40a0-e508-4abf-8c00-07d274bc78af", + "id": "753268b3-3f6d-4baf-bdab-f4f14193dc4c", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -283487,7 +283487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09ac8553-9bb1-4cca-934a-2dc109810a07", + "id": "6455e9bd-0e39-4b72-bf1d-4fd1f8d82155", "name": "Set config with one approval", "originalRequest": { "url": { @@ -283554,7 +283554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1411f5fe-eabc-4502-965d-3fd07ba4c34d", + "id": "9aa2fcd5-7236-49d0-a298-c6e284c50910", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -283627,7 +283627,7 @@ } }, { - "id": "4db43515-a579-4404-9c12-e6ba0aa58c54", + "id": "7a3c5825-ac33-4fbd-b737-9441ac18b559", "name": "Account Aggregation", "request": { "name": "Account Aggregation", @@ -283703,7 +283703,7 @@ }, "response": [ { - "id": "85eeb0b7-eb9a-4f1d-897e-b272f3cd9e36", + "id": "91066cea-e15b-4a80-aad7-81fc51e3a960", "name": "Aggregate Accounts Task", "originalRequest": { "url": { @@ -283777,12 +283777,12 @@ "value": "application/json" } ], - "body": "{\n \"success\": \"true\",\n \"task\": {\n \"id\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"QUARTZ\",\n \"name\": \"Cloud Account Aggregation\",\n \"description\": \"Aggregate from the specified application\",\n \"launcher\": \"John Doe\",\n \"created\": \"1995-12-16T04:02:00.617Z\",\n \"launched\": \"1974-01-18T14:51:36.645Z\",\n \"completed\": \"1971-05-03T00:13:55.817Z\",\n \"completionStatus\": \"ERROR\",\n \"parentName\": \"Audit Report\",\n \"progress\": \"Initializing...\",\n \"attributes\": {\n \"appId\": \"c31386cb18bb403cbb6df4c86294ff82\",\n \"optimizedAggregation\": \"enabled\",\n \"elit4\": {},\n \"incididunt40\": {},\n \"exercitation_e7\": {},\n \"uta2\": {}\n },\n \"returns\": [\n {\n \"displayLabel\": \"TASK_OUT_ACCOUNT_AGGREGATION_APPLICATIONS\",\n \"attributeName\": \"applications\"\n },\n {\n \"displayLabel\": \"TASK_OUT_ACCOUNT_AGGREGATION_APPLICATIONS\",\n \"attributeName\": \"applications\"\n }\n ]\n }\n}", + "body": "{\n \"success\": \"true\",\n \"task\": {\n \"id\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"QUARTZ\",\n \"name\": \"Cloud Account Aggregation\",\n \"description\": \"Aggregate from the specified application\",\n \"launcher\": \"John Doe\",\n \"created\": \"1957-02-21T04:56:09.691Z\",\n \"launched\": \"2022-10-10T11:15:27.027Z\",\n \"completed\": \"1962-02-26T12:26:47.148Z\",\n \"completionStatus\": \"TERMINATED\",\n \"parentName\": \"Audit Report\",\n \"progress\": \"Initializing...\",\n \"attributes\": {\n \"appId\": \"c31386cb18bb403cbb6df4c86294ff82\",\n \"optimizedAggregation\": \"enabled\",\n \"dolored4\": {},\n \"magna3c8\": {},\n \"velit_d\": {},\n \"cillum2\": {}\n },\n \"returns\": [\n {\n \"displayLabel\": \"TASK_OUT_ACCOUNT_AGGREGATION_APPLICATIONS\",\n \"attributeName\": \"applications\"\n },\n {\n \"displayLabel\": \"TASK_OUT_ACCOUNT_AGGREGATION_APPLICATIONS\",\n \"attributeName\": \"applications\"\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "040ee0c4-108c-40b1-b1a2-1f9d2cd5b902", + "id": "65fd2f4b-adc3-4241-9056-e62bbecae830", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -283861,7 +283861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd89cba1-b13d-4581-aaa1-a5f7ca052cf1", + "id": "7d1fed2a-12b9-43ac-a635-678b57b05a84", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -283940,7 +283940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9285352-bace-49f4-8579-58a33e4ce1e2", + "id": "b5f3f3e1-9227-4326-92d8-3afa698e7104", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -284019,7 +284019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e446271-923b-493f-810a-7fd4ee92a76b", + "id": "8f7afe29-8fcc-4e50-80a8-ca1909cac8f1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -284098,7 +284098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea083b20-3bc7-4d57-89cb-5961c9277018", + "id": "c0a761c1-e6c9-4759-894d-4809e96327fb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -284183,7 +284183,7 @@ } }, { - "id": "957f73d1-fe5b-456e-9aa2-0a9a540f8cd4", + "id": "775119ea-9fc2-417a-a473-9da3bc2d559a", "name": "Process Uncorrelated Accounts", "request": { "name": "Process Uncorrelated Accounts", @@ -284250,7 +284250,7 @@ }, "response": [ { - "id": "3338f1e3-00dc-45fa-b20e-eb886b8f3538", + "id": "70c53b40-2781-44a6-9e40-f344da06b09e", "name": "Uncorrelated Accounts Task", "originalRequest": { "url": { @@ -284315,12 +284315,12 @@ "value": "application/json" } ], - "body": "{\n \"success\": \"true\",\n \"task\": {\n \"id\": \"90b83a6bb737489494794f84cd3a51e6\",\n \"type\": \"QUARTZ\",\n \"name\": \"Cloud Process Uncorrelated Accounts\",\n \"description\": \"Processes uncorrelated accounts for the specified application.\",\n \"launcher\": \"John Doe\",\n \"created\": \"1977-02-09T01:35:28.645Z\",\n \"launched\": \"2011-12-30T12:09:55.536Z\",\n \"completed\": \"1964-11-28T20:32:47.103Z\",\n \"completionStatus\": \"SUCCESS\",\n \"parentName\": \"Audit Report\",\n \"progress\": \"Initializing...\",\n \"attributes\": {\n \"qpocJobId\": \"5d303d46-fc51-48cd-9c6d-4e211e3ab63c\",\n \"taskStartDelay\": \"\"\n },\n \"returns\": {}\n }\n}", + "body": "{\n \"success\": \"true\",\n \"task\": {\n \"id\": \"90b83a6bb737489494794f84cd3a51e6\",\n \"type\": \"QUARTZ\",\n \"name\": \"Cloud Process Uncorrelated Accounts\",\n \"description\": \"Processes uncorrelated accounts for the specified application.\",\n \"launcher\": \"John Doe\",\n \"created\": \"2009-01-20T17:22:10.479Z\",\n \"launched\": \"2019-12-26T05:24:18.500Z\",\n \"completed\": \"1978-11-03T05:05:12.425Z\",\n \"completionStatus\": \"TERMINATED\",\n \"parentName\": \"Audit Report\",\n \"progress\": \"Initializing...\",\n \"attributes\": {\n \"qpocJobId\": \"5d303d46-fc51-48cd-9c6d-4e211e3ab63c\",\n \"taskStartDelay\": \"\"\n },\n \"returns\": {}\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "54d3f28a-9602-426d-a166-997d8ecd9c8a", + "id": "a2cc40bc-445f-4044-890b-ea62333105c6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -284390,7 +284390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a60e9b1b-d01a-4856-bd0b-96b29f468111", + "id": "7722d4c4-8486-4227-b64c-a0cc366c08be", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -284460,7 +284460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3f64719-de68-4374-aa39-39f1737b36be", + "id": "bd74de26-03f9-4294-b589-a30574d09000", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -284530,7 +284530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d640401-51e8-41c6-ac3c-bc9f5e57d9c3", + "id": "ec312510-aa51-4571-a3f3-d4999d190685", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -284600,7 +284600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56a17337-acb7-4aa5-8863-a4e871160177", + "id": "ba0858e5-3738-4147-8a1d-986904b0da42", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -284682,7 +284682,7 @@ "description": "Import and export configuration for some objects between tenants.", "item": [ { - "id": "b428284f-7b13-47b6-9d5f-d3f03c4f50be", + "id": "50e36883-4083-4545-b922-0826feea77c8", "name": "Initiates configuration objects export job", "request": { "name": "Initiates configuration objects export job", @@ -284734,7 +284734,7 @@ }, "response": [ { - "id": "2d16e797-7862-4414-a3cb-3db1a33106a3", + "id": "b343bcbf-cee8-4247-b6f3-0698e3b67e75", "name": "Export all objects available", "originalRequest": { "url": { @@ -284800,7 +284800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca3ebc3c-ffcf-4d18-b594-dd82d1bf14fd", + "id": "940ef011-b775-4c09-a1ed-0782d2a3834c", "name": "Export sources by ID", "originalRequest": { "url": { @@ -284866,7 +284866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41696ad8-01d5-4e53-bce3-4115f2c8743e", + "id": "6c5f597b-b71b-4b7f-bb78-50faa0a44acf", "name": "Export transforms by name", "originalRequest": { "url": { @@ -284932,7 +284932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e8e98b8-7642-4f67-bc5d-590812b4837b", + "id": "02684108-6c9c-45d1-b05c-90a89364c5c5", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -284998,7 +284998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2026563-e1f0-4c0a-8f6a-df15a9dc2dbc", + "id": "017a9dee-3793-4ff5-8521-675e61703fb3", "name": "Export all objects available", "originalRequest": { "url": { @@ -285064,7 +285064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5278670f-8f60-4363-bbac-0004407b8bf6", + "id": "f62f6b8d-41f9-4e3b-b729-74279107257b", "name": "Export sources by ID", "originalRequest": { "url": { @@ -285130,7 +285130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0995c23-e7ac-4bc4-b7b8-d5862e6310d3", + "id": "b115b5be-a41d-4e05-b9c6-fb53dc36e453", "name": "Export transforms by name", "originalRequest": { "url": { @@ -285196,7 +285196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "057778a2-a13d-453b-8810-f00d3506f69a", + "id": "a0e657b0-9f4e-4592-9ad2-731178baaae4", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -285262,7 +285262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dec4f14-40fd-4388-8253-ad72052a9c81", + "id": "a45fb9ac-8e78-4ee2-9485-ce1ec738f4a3", "name": "Export all objects available", "originalRequest": { "url": { @@ -285328,7 +285328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5e910ae-e107-4868-95cb-02935372b146", + "id": "e9e069d1-ef52-4bb4-bd1d-7ffa04b3e374", "name": "Export sources by ID", "originalRequest": { "url": { @@ -285394,7 +285394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86c1b71f-a821-4b73-a485-f94c1e7167e1", + "id": "dc19eac1-cbaf-498f-894c-6ea4ba12eed1", "name": "Export transforms by name", "originalRequest": { "url": { @@ -285460,7 +285460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a3bfe51-777b-4735-a03f-3b2d6177995a", + "id": "c745040c-2dae-4acb-a808-eca17c40a9a3", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -285526,7 +285526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3df88330-3fd6-4ba0-8e94-37d8be110414", + "id": "41d72abc-5687-4e35-94bb-ce524875290a", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -285592,7 +285592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5fa6751-6af5-498b-a936-5530d47c6b47", + "id": "b8146e87-8ae1-4ae7-8960-3ee76f0b937b", "name": "Export sources by ID", "originalRequest": { "url": { @@ -285658,7 +285658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d729782-f843-4a8b-a574-5df0488fa97a", + "id": "ea0f0303-369d-4a32-9e59-a192e93203d2", "name": "Export transforms by name", "originalRequest": { "url": { @@ -285724,7 +285724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d6230e8-bf63-4fa0-8644-c442fbfbff30", + "id": "410c66e7-476c-42da-8519-7d31053bb1de", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -285790,7 +285790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3264349f-b9e4-4f22-8911-8052a0f7a688", + "id": "81588d23-f84b-4973-8898-3c5adb92e036", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -285856,7 +285856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67a5e2b3-c94c-4e61-b1ce-3aedae01a9e5", + "id": "cfdd0316-a4f7-454b-9000-94ae70798a05", "name": "Export sources by ID", "originalRequest": { "url": { @@ -285922,7 +285922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d352579a-61a2-4fa4-b6fd-ceec22053657", + "id": "58ff1725-71ad-4147-923e-7e346089e5ae", "name": "Export transforms by name", "originalRequest": { "url": { @@ -285988,7 +285988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b269481-07fc-4359-8f39-a3e88572f99e", + "id": "8eecfa01-6399-4dc4-90e5-f183339be82f", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -286054,7 +286054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df251c08-2c15-4496-8127-3cb3e01875dc", + "id": "3428b5dd-0343-4457-9bad-7ca4bb69bd16", "name": "Export all objects available", "originalRequest": { "url": { @@ -286120,7 +286120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ef2cc68-18a2-46df-b7ef-76bf14d73cf2", + "id": "f23bc5af-0803-4657-9124-079b030a9b32", "name": "Export sources by ID", "originalRequest": { "url": { @@ -286186,7 +286186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7eaacf59-9734-4d50-b86b-cd0cffffdb90", + "id": "ed40d0c9-c863-4ef7-90b9-ad2ac7425816", "name": "Export transforms by name", "originalRequest": { "url": { @@ -286252,7 +286252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91806bc2-2a01-4897-bcd0-4f5e8e709403", + "id": "5b5dfff1-51b5-4f4b-bab3-f7c12a092f20", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -286318,7 +286318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb933303-f56e-478b-ab05-2c318034a2cb", + "id": "9be1a90b-41d9-4e32-9187-31b4c73ec5d1", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -286384,7 +286384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaaaf5ce-54f3-4226-b8d7-3c8954ca4856", + "id": "a9500445-5c1f-46e3-8163-6869244e3395", "name": "Export sources by ID", "originalRequest": { "url": { @@ -286450,7 +286450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de7fda78-4bea-467e-a3b0-7d2357baf2ac", + "id": "7d42711e-7ae1-4ff2-9606-ebad82fe8e13", "name": "Export transforms by name", "originalRequest": { "url": { @@ -286516,7 +286516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04ca384a-142a-42f6-a03f-4287e2da9266", + "id": "8be5b079-8529-4858-9cf5-09828d9fe3a9", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -286588,7 +286588,7 @@ } }, { - "id": "24ad36c4-e07b-4c79-ba7e-64bf380a3bc0", + "id": "11f5bcf5-f178-4b77-9820-85948ca0fd3a", "name": "Get export job status", "request": { "name": "Get export job status", @@ -286639,7 +286639,7 @@ }, "response": [ { - "id": "62741cef-6665-4181-aacd-e73b45b9aad8", + "id": "94842ed8-d9e3-44e6-8f06-49c70957d946", "name": "Export job status successfully returned.", "originalRequest": { "url": { @@ -286693,7 +286693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab8a386d-96b9-4568-95c4-2e0806827106", + "id": "7391ba24-e0d3-47f9-b755-cfc1acaae418", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -286747,7 +286747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "730ed07f-aa4d-43fd-bfa3-7d0078e487c1", + "id": "f013f7a0-5c83-4080-9e1a-758c105c790c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -286801,7 +286801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a966cda-e52f-49ad-9e8f-4e6690e11558", + "id": "b58a8335-bd79-4a97-a14d-dd2448ea529c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -286855,7 +286855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9c98aac-58cd-4351-a46e-622be462c1dc", + "id": "120b87d7-c7da-451f-bdd5-98211e831449", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -286909,7 +286909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d17496f6-ed01-4c01-aabb-47e5cae04d40", + "id": "fdb4dd83-662e-4da2-97b6-441741b4ae23", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -286963,7 +286963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9780c2a-8855-4f36-ba43-59d9d8666953", + "id": "c5b13db3-2c26-4ede-af73-8b4c2691b9e3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -287023,7 +287023,7 @@ } }, { - "id": "1c701b5a-e8df-4878-8e5d-8ae42d93c855", + "id": "e5bf43f6-6741-4565-bfd2-e240b8569cea", "name": "Download export job result.", "request": { "name": "Download export job result.", @@ -287075,7 +287075,7 @@ }, "response": [ { - "id": "17a45f69-af9f-4071-81f0-b311ff2b935d", + "id": "12d6ff7d-27c5-4c20-8e7c-999d6bd907d8", "name": "Exported JSON objects.", "originalRequest": { "url": { @@ -287125,12 +287125,12 @@ "value": "application/json" } ], - "body": "{\n \"version\": 1,\n \"timestamp\": \"2021-05-11T22:23:16Z\",\n \"tenant\": \"sample-tenant\",\n \"description\": \"Export Job 1 Test\",\n \"options\": {\n \"excludeTypes\": [\n \"SOURCE\",\n \"SOURCE\"\n ],\n \"includeTypes\": [\n \"TRIGGER_SUBSCRIPTION\",\n \"TRIGGER_SUBSCRIPTION\"\n ],\n \"objectOptions\": {\n \"TRIGGER_SUBSCRIPTION\": {\n \"includedIds\": [\n \"be9e116d-08e1-49fc-ab7f-fa585e96c9e4\"\n ],\n \"includedNames\": [\n \"Test 2\"\n ]\n }\n }\n },\n \"objects\": [\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"eu_3b\": -8434694.93755129,\n \"labored\": -42865667.10610229\n }\n },\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"aute__\": -48188123\n }\n }\n ]\n}", + "body": "{\n \"version\": 1,\n \"timestamp\": \"2021-05-11T22:23:16Z\",\n \"tenant\": \"sample-tenant\",\n \"description\": \"Export Job 1 Test\",\n \"options\": {\n \"excludeTypes\": [\n \"SOURCE\",\n \"SOURCE\"\n ],\n \"includeTypes\": [\n \"TRIGGER_SUBSCRIPTION\",\n \"TRIGGER_SUBSCRIPTION\"\n ],\n \"objectOptions\": {\n \"TRIGGER_SUBSCRIPTION\": {\n \"includedIds\": [\n \"be9e116d-08e1-49fc-ab7f-fa585e96c9e4\"\n ],\n \"includedNames\": [\n \"Test 2\"\n ]\n }\n }\n },\n \"objects\": [\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"ex_1\": \"Excepteur sed adipisicing\"\n }\n },\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"id_1d\": 55464399.58478907\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6619ac4f-b9f2-4d5e-a82c-7c3dda792755", + "id": "0e9c7b71-ba4a-4399-90fc-727950782c08", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -287185,7 +287185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de3e144d-a5d0-4159-90e8-8343016dca80", + "id": "6e4c82ef-e8af-4c32-bcdb-b39f43d95ceb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -287240,7 +287240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0691a174-c8ff-4936-96d9-5ad1c66dd6ad", + "id": "c831f6d4-d51d-4584-afb3-068177adbfdb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -287295,7 +287295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46c103d0-fd59-482e-905c-156744b0d660", + "id": "93d5acb3-3622-4960-a50a-b5c1676a9783", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -287350,7 +287350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "889f47f7-f4f6-421d-ba84-2963b589a882", + "id": "60ff4b76-48d0-43ac-bb52-2707e50f202c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -287405,7 +287405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7e70473-bf5e-4d30-bf25-3f88de460282", + "id": "576740b2-fa74-48ff-a17d-1791e8052a66", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -287466,7 +287466,7 @@ } }, { - "id": "8f1c5ac6-2822-476e-9048-1a3e022bc30c", + "id": "4a32a651-0060-4796-a117-1de9a0406416", "name": "Initiates configuration objects import job", "request": { "name": "Initiates configuration objects import job", @@ -287540,7 +287540,7 @@ }, "response": [ { - "id": "4c531ddf-0266-47e7-980a-e7fa8f71bcf8", + "id": "858b31f8-8cc2-4160-9beb-0ac9a3a1c77e", "name": "Import job accepted and queued for processing.", "originalRequest": { "url": { @@ -287628,7 +287628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "617c77a2-4179-4532-9af3-05cdd9d5ffd3", + "id": "93602ea5-34d6-4dde-8637-2434f96f3ffb", "name": "Client Error - Returned if the request body is invalid.\n", "originalRequest": { "url": { @@ -287716,7 +287716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf313abc-055b-435d-8d46-1f399d15462d", + "id": "825f9715-d224-4a64-b639-dc8dd0cf05b4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -287804,7 +287804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c97d6b2-78f0-4b18-936a-9e75d76bd5d4", + "id": "ecb00fe2-58ec-4a19-a7b5-87fce8de55b6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -287892,7 +287892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7868d3dd-574c-4940-a880-6abc9e19e282", + "id": "34a67b01-5808-4911-8dfc-0bba8fea2ad9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -287980,7 +287980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a0f2ed2-6c26-40d3-90e4-35b20dd018f4", + "id": "f0f18f98-286d-435d-b1e1-3268f766a608", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -288068,7 +288068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a349e89f-4c13-44b8-b62d-287dba4860bb", + "id": "69e2b664-026d-47c3-acba-9af9d629c080", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -288162,7 +288162,7 @@ } }, { - "id": "b0fb025a-c312-4bba-a5b8-6c8068755336", + "id": "b47e88ee-6207-4150-bee4-f0e5d8ffc192", "name": "Get import job status", "request": { "name": "Get import job status", @@ -288213,7 +288213,7 @@ }, "response": [ { - "id": "e4285aa7-5696-485c-ab0e-15b7da8fff52", + "id": "08cce34a-dc98-49c1-9702-19eb675c99a2", "name": "Import job status successfully returned.", "originalRequest": { "url": { @@ -288267,7 +288267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8325a54b-4bf6-4564-9f28-bff263c864bf", + "id": "9f680520-36bb-4033-b488-ffa4ff8c36ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -288321,7 +288321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da8df9ea-484c-4a26-84be-ec716ab34145", + "id": "9e345b1d-abff-4f09-9bad-48ef1271f936", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -288375,7 +288375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76ca221e-ea3c-4376-9d7c-6bd06752e9c3", + "id": "8ee875b2-2c7a-48c5-9a7c-b88465567087", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -288429,7 +288429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb2f6a7a-1e1c-4927-b29c-c0c2c096de58", + "id": "73e8cb11-1723-4aa2-8b4c-55297834334c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -288483,7 +288483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c12e8b86-56fe-4d52-95f4-29ca4995c2ce", + "id": "a9531fff-77d8-4943-a5e0-5c02c44e826b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -288537,7 +288537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdeabe69-5996-4991-a21c-f20b7da4aead", + "id": "6439235e-8474-4aaf-b6ff-07bf36dcade3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -288597,7 +288597,7 @@ } }, { - "id": "2f9f53e0-281f-4cd9-b82b-6e9bb20c8949", + "id": "b68bebae-8623-4cdc-9e26-ca4ec9657c84", "name": "Download import job result", "request": { "name": "Download import job result", @@ -288649,7 +288649,7 @@ }, "response": [ { - "id": "0e82ef55-053d-4fdc-89c7-d0bf06bd3793", + "id": "56098238-cc3b-4180-89c0-f9263e9d38ef", "name": "Import results JSON object, containing detailed results of the import operation.", "originalRequest": { "url": { @@ -288699,12 +288699,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": {\n \"fugiat_8\": {\n \"infos\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"Lorembb\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"id_7\": {},\n \"ullamco4d6\": {},\n \"pariatur91\": {},\n \"aliquip_a4\": {}\n }\n }\n ],\n \"warnings\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"sunt_be\": {},\n \"non_f\": {},\n \"eiusmod0\": {},\n \"reprehenderit_50c\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"dolore_694\": {},\n \"proident71\": {}\n }\n }\n ],\n \"errors\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"voluptatee84\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"deseruntad1\": {}\n }\n }\n ],\n \"importedObjects\": [\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n }\n ]\n },\n \"ea_1\": {\n \"infos\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"reprehenderit_767\": {},\n \"esse15\": {},\n \"quis_0d\": {},\n \"voluptate__0f\": {},\n \"ut6f\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"pariaturcc\": {},\n \"quis_c\": {}\n }\n }\n ],\n \"warnings\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"pariatur_d\": {},\n \"ea8\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"ullamco_857\": {},\n \"qui3\": {},\n \"aliquaa\": {}\n }\n }\n ],\n \"errors\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"adipisicing49\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"ad_0c\": {},\n \"cupidatatc\": {},\n \"commodoff\": {}\n }\n }\n ],\n \"importedObjects\": [\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n }\n ]\n },\n \"culpa_3\": {\n \"infos\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"irure_a17\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"cupidatat_60\": {},\n \"velit_e6\": {}\n }\n }\n ],\n \"warnings\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"elit__\": {},\n \"etb\": {},\n \"in3f6\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"laborum_8c5\": {},\n \"mollit56\": {}\n }\n }\n ],\n \"errors\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"culpa_2\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"culpa_f\": {},\n \"Excepteur_448\": {},\n \"nullaa\": {}\n }\n }\n ],\n \"importedObjects\": [\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n }\n ]\n }\n },\n \"exportJobId\": \"be9e116d-08e1-49fc-ab7f-fa585e96c9e4\"\n}", + "body": "{\n \"results\": {\n \"velitd47\": {\n \"infos\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"dolore_b\": {},\n \"amet_a7\": {},\n \"enim_ce\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"sint_6\": {},\n \"amet256\": {}\n }\n }\n ],\n \"warnings\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"eua\": {},\n \"in_4dc\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"cupidatatc1\": {},\n \"cillum_3_\": {},\n \"proident_598\": {}\n }\n }\n ],\n \"errors\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"fugiat_52f\": {},\n \"esse_af\": {},\n \"Excepteur60d\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"aute_42a\": {}\n }\n }\n ],\n \"importedObjects\": [\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n }\n ]\n },\n \"aliqua24\": {\n \"infos\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"minim9c\": {},\n \"sunt_8\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"dolore_8d\": {},\n \"laboreae\": {},\n \"id_9c\": {},\n \"incd9\": {}\n }\n }\n ],\n \"warnings\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"aliquipc\": {},\n \"labore1\": {},\n \"occaecat_d\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"Loremc7\": {},\n \"incididunt_08\": {},\n \"Excepteurf\": {}\n }\n }\n ],\n \"errors\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"velita6f\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"nostrud_fef\": {},\n \"ut_e_6\": {}\n }\n }\n ],\n \"importedObjects\": [\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n }\n ]\n }\n },\n \"exportJobId\": \"be9e116d-08e1-49fc-ab7f-fa585e96c9e4\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6ae4ed4d-5d9f-49fa-b646-3dd14da2a079", + "id": "7e99fe75-5fd8-449d-99e0-139914941669", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -288759,7 +288759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa4289ac-a582-4c30-9e3b-9bd5213dc6fa", + "id": "dc9f6992-275f-4ed9-b777-04e5928f4117", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -288814,7 +288814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c62794f7-a64c-458f-8152-a7854fbc8abd", + "id": "7e993e0a-49c2-4ab7-9096-dd1ffb6946dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -288869,7 +288869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7237008-d18e-419a-8c62-7f09a49e8ddf", + "id": "7cdf89bf-903e-47b7-b45b-dac4031f8a79", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -288924,7 +288924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e6b7bf8-0fe2-4532-869f-182980de10eb", + "id": "09bd79c5-cff8-4586-9f35-99f55de0b9d0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -288979,7 +288979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11dec8f2-b140-469e-8253-a5afbcf8e7d9", + "id": "38041e30-9b7f-4a41-8708-d6f0f8f779a7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -289040,7 +289040,7 @@ } }, { - "id": "39e870f6-db89-4e2a-8bb8-94ed9a7195bd", + "id": "80c15ef3-a63e-425b-8a89-8d979053e26d", "name": "Get config object details", "request": { "name": "Get config object details", @@ -289079,7 +289079,7 @@ }, "response": [ { - "id": "e0fddae0-ce75-4722-9447-f96831bcb5e4", + "id": "e21eed6e-65a4-41cb-8cee-63fb55b2b788", "name": "Object configurations returned successfully.", "originalRequest": { "url": { @@ -289132,7 +289132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c612446-fd77-4feb-8c80-f50470c51f6f", + "id": "f64bfd17-d1b0-4dc5-b28f-6df04c77ddc3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -289185,7 +289185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e821f697-c462-4e3a-8f6f-3b97e39328b4", + "id": "9dc97cb7-4cfc-46d3-9409-42ec13c07ddb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -289238,7 +289238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a838676-a60f-41bd-8289-5e56b0a171f9", + "id": "98c6a8f6-68d9-4b00-97df-b859800a4521", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -289291,7 +289291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46e97a89-80a6-4d3d-b64e-cba1e1ddf231", + "id": "41163501-f0a2-44ed-9b5e-3f116328fec7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -289344,7 +289344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8369e0d-d19e-438e-816e-a37d1da589aa", + "id": "36e532b3-997d-477b-8174-b890b815ff8f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -289397,7 +289397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "652dac34-0cd4-4695-aa77-39479cb0617f", + "id": "c6cca508-af2a-461e-91ec-93165cd42333", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -289462,7 +289462,7 @@ "description": "Use this API to leverage power of LLM to generate suggested entitlement description.\n", "item": [ { - "id": "ed9d2a77-23c9-4741-bdb4-35362535e9d9", + "id": "17e37358-3e3b-4916-926c-2766d2bec71c", "name": "Submit Sed Batch Stats Request", "request": { "name": "Submit Sed Batch Stats Request", @@ -289513,7 +289513,7 @@ }, "response": [ { - "id": "d74afba6-3f77-4a48-804f-fcb4246624cf", + "id": "27e58fae-8873-4bca-abd3-2832089a01cf", "name": "Stats of Sed batch.", "originalRequest": { "url": { @@ -289562,12 +289562,12 @@ "value": "application/json" } ], - "body": "{\n \"batchComplete\": true,\n \"batchId\": \"urn:uuid:b7dd91ea-85ad-dd3b-191b-693bf0a922b9\",\n \"discoveredCount\": 100,\n \"discoveryComplete\": true,\n \"processedCount\": 100\n}", + "body": "{\n \"batchComplete\": true,\n \"batchId\": \"urn:uuid:ac8628a3-9ce6-2142-ab17-3de7c9afe1dd\",\n \"discoveredCount\": 100,\n \"discoveryComplete\": true,\n \"processedCount\": 100\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "db750de4-5c14-4923-b31f-2a4a3f8b8c74", + "id": "41468320-ee06-4ad0-886a-d281a7be51ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -289621,7 +289621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3c32fc9-fa3d-435b-b0fa-d48df3427068", + "id": "4d797d07-fd42-4c19-acfd-723514c7990f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -289675,7 +289675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "969e4e8f-cbb9-4356-bb84-45e0edb54961", + "id": "c87a8c72-6724-427f-b06d-9ca4fae095b9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -289729,7 +289729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4c2b2b5-0645-40b3-9506-dad470729b41", + "id": "bf606a86-a52f-4723-bd29-07e9864f106a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -289783,7 +289783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92cd314f-c7ba-4142-8984-b36b023da05c", + "id": "cb3a7797-e73a-47fc-a302-99d60c7b20e3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -289837,7 +289837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d5599ed-dd3c-4c16-8a35-69c66afba74e", + "id": "c0125d3d-fbc3-43d8-9462-6cd18c4eb4f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -289897,7 +289897,7 @@ } }, { - "id": "b9b4f0d5-ebdd-4e50-81d2-c1f0f3d886c7", + "id": "717d5508-0dc3-4eea-94a7-76a0fd438b15", "name": "List Sed Batch Request", "request": { "name": "List Sed Batch Request", @@ -289935,7 +289935,7 @@ }, "response": [ { - "id": "063e0235-82c8-4b5a-bb5c-173854da41e3", + "id": "689773fb-0041-4be3-a830-9cff37d6d109", "name": "Status of batch", "originalRequest": { "url": { @@ -289987,7 +289987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f2f7a14-f05b-4d28-933e-71609bf422d0", + "id": "3e9e84c4-ef3c-4cc8-bcbe-bd8b98729b0b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -290039,7 +290039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1aa2e2a-9c97-46ee-85b8-bc58f682de5e", + "id": "73623989-84eb-42d8-8f87-72bb94ad62f9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -290091,7 +290091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67c756c8-8101-42bc-978d-c522a3c9ee12", + "id": "60ccaf74-1d59-427c-aa94-0a406ee8085c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -290143,7 +290143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39b296d5-f4b4-47fe-a3b4-ff55c76f1def", + "id": "2b85ae9c-968b-4caa-8b82-0004d3928bb3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -290195,7 +290195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2869e810-6936-4079-b001-3032022f7eb2", + "id": "f4e2b3d7-36a0-4d5c-8bcf-10efaa3fd4e6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -290247,7 +290247,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cc7058f-3f00-447c-9f15-508b04cc965d", + "id": "621072bc-d146-4b40-abca-98912f46a43d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -290305,7 +290305,7 @@ } }, { - "id": "f8f3b42f-915a-4ec4-944d-80e161331b55", + "id": "5ccc26f8-67c5-4cb1-9b5d-8ef48a71a1ec", "name": "Submit Sed Batch Request", "request": { "name": "Submit Sed Batch Request", @@ -290356,7 +290356,7 @@ }, "response": [ { - "id": "08271aee-34d2-4997-a7da-20d124dcd00a", + "id": "d588a92c-b85c-4bac-ad81-d0758d4b9522", "name": "Sed Batch Response", "originalRequest": { "url": { @@ -290416,12 +290416,12 @@ "value": "application/json" } ], - "body": "{\n \"batchId\": \"af3b7259-b6ac-76ac-295b-82c6f5ee7da8\"\n}", + "body": "{\n \"batchId\": \"e3f77a8e-bdea-dd68-5477-a2edf12184c6\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b8316746-c8c1-417b-b33a-48097708b43a", + "id": "7ae7758b-d844-463e-8a7a-e60b093a6649", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -290486,7 +290486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a73cefe-0155-47e7-999a-0b9e5d4bbbdd", + "id": "e2b36d54-b675-4d46-956c-417ec44647bc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -290551,7 +290551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55ae5cc4-aa22-496a-be51-ff61c92f6713", + "id": "7bbb5699-ca2b-4b81-82c9-ca6214631139", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -290616,7 +290616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7f4ff4b-793c-448b-860c-c60b3d4281d4", + "id": "ba89c3ec-e033-4545-ba65-0c12dd8440a1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -290681,7 +290681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01dc05bb-b532-4c78-b575-09589b5ccbf0", + "id": "95222d15-1fa8-4cb7-a623-073e6156563c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -290746,7 +290746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8b0cf07-2fc6-4b0b-b1b1-fc8437357c68", + "id": "095104c9-3e9b-446c-80b9-f429d815b86a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -290817,7 +290817,7 @@ } }, { - "id": "4c00f931-61c6-4645-9777-4f2868002034", + "id": "c467228f-9f0c-40a3-8b09-7a9d89ecf28d", "name": "Submit Bulk Approval Request", "request": { "name": "Submit Bulk Approval Request", @@ -290857,7 +290857,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"d7e83082-2895-926b-a525-d5c5de0ef383\",\n \"urn:uuid:df0d35dd-817a-ae00-41c2-061521707986\"\n ]\n },\n {\n \"items\": [\n \"419d149d-5e1b-ac54-3719-d4b6fe5c3219\",\n \"32051bf0-bc05-f921-e976-7567002324ff\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"76ffae51-e349-f618-c53b-ae02153451d5\",\n \"urn:uuid:61eb3775-5ab7-d07a-0f76-a07f507abc85\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:68973962-136e-b7c3-8dd7-00e95b9041cb\",\n \"e05e68cf-fdc7-2efb-9698-14bfb0b92488\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -290868,7 +290868,7 @@ }, "response": [ { - "id": "697fbc48-934e-473a-b591-efc722bf34d8", + "id": "1d383e30-4f63-42fa-a061-6b14dced5656", "name": "List of SED Approval Status", "originalRequest": { "url": { @@ -290911,7 +290911,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"d7e83082-2895-926b-a525-d5c5de0ef383\",\n \"urn:uuid:df0d35dd-817a-ae00-41c2-061521707986\"\n ]\n },\n {\n \"items\": [\n \"419d149d-5e1b-ac54-3719-d4b6fe5c3219\",\n \"32051bf0-bc05-f921-e976-7567002324ff\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"76ffae51-e349-f618-c53b-ae02153451d5\",\n \"urn:uuid:61eb3775-5ab7-d07a-0f76-a07f507abc85\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:68973962-136e-b7c3-8dd7-00e95b9041cb\",\n \"e05e68cf-fdc7-2efb-9698-14bfb0b92488\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -290928,12 +290928,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"urn:uuid:537fca7c-51ab-7086-c66c-7c0f873f63a7\",\n \"status\": \"SUCCESS\"\n },\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"urn:uuid:107bff02-8926-116a-ffc7-84e15749afdc\",\n \"status\": \"SUCCESS\"\n }\n]", + "body": "[\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"de0a89ad-f854-5f4b-e186-4899c613811f\",\n \"status\": \"SUCCESS\"\n },\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"6f247a03-9a0d-9a44-8335-9c1e43e93f59\",\n \"status\": \"SUCCESS\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6fc497fa-12b7-46e8-a5c7-a9a4d9f32014", + "id": "1db17cd9-6c0d-42f7-b671-c81d72e7f70c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -290976,7 +290976,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"d7e83082-2895-926b-a525-d5c5de0ef383\",\n \"urn:uuid:df0d35dd-817a-ae00-41c2-061521707986\"\n ]\n },\n {\n \"items\": [\n \"419d149d-5e1b-ac54-3719-d4b6fe5c3219\",\n \"32051bf0-bc05-f921-e976-7567002324ff\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"76ffae51-e349-f618-c53b-ae02153451d5\",\n \"urn:uuid:61eb3775-5ab7-d07a-0f76-a07f507abc85\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:68973962-136e-b7c3-8dd7-00e95b9041cb\",\n \"e05e68cf-fdc7-2efb-9698-14bfb0b92488\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -290998,7 +290998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b9bfb2a-f27f-4d35-89ae-87a469358e70", + "id": "0fda1d57-32ab-40dd-a5e6-a543a6dbbb40", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -291041,7 +291041,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"d7e83082-2895-926b-a525-d5c5de0ef383\",\n \"urn:uuid:df0d35dd-817a-ae00-41c2-061521707986\"\n ]\n },\n {\n \"items\": [\n \"419d149d-5e1b-ac54-3719-d4b6fe5c3219\",\n \"32051bf0-bc05-f921-e976-7567002324ff\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"76ffae51-e349-f618-c53b-ae02153451d5\",\n \"urn:uuid:61eb3775-5ab7-d07a-0f76-a07f507abc85\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:68973962-136e-b7c3-8dd7-00e95b9041cb\",\n \"e05e68cf-fdc7-2efb-9698-14bfb0b92488\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -291063,7 +291063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f91c150-30ff-4f77-87bb-68a24713a241", + "id": "8f8fa529-5faa-4e90-a247-2e3067ccf38d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -291106,7 +291106,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"d7e83082-2895-926b-a525-d5c5de0ef383\",\n \"urn:uuid:df0d35dd-817a-ae00-41c2-061521707986\"\n ]\n },\n {\n \"items\": [\n \"419d149d-5e1b-ac54-3719-d4b6fe5c3219\",\n \"32051bf0-bc05-f921-e976-7567002324ff\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"76ffae51-e349-f618-c53b-ae02153451d5\",\n \"urn:uuid:61eb3775-5ab7-d07a-0f76-a07f507abc85\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:68973962-136e-b7c3-8dd7-00e95b9041cb\",\n \"e05e68cf-fdc7-2efb-9698-14bfb0b92488\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -291128,7 +291128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55c19fb1-2b5e-43a1-bcfb-7e789ac463e7", + "id": "a596f6a3-5de6-44b1-b424-e448fb25cc5e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -291171,7 +291171,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"d7e83082-2895-926b-a525-d5c5de0ef383\",\n \"urn:uuid:df0d35dd-817a-ae00-41c2-061521707986\"\n ]\n },\n {\n \"items\": [\n \"419d149d-5e1b-ac54-3719-d4b6fe5c3219\",\n \"32051bf0-bc05-f921-e976-7567002324ff\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"76ffae51-e349-f618-c53b-ae02153451d5\",\n \"urn:uuid:61eb3775-5ab7-d07a-0f76-a07f507abc85\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:68973962-136e-b7c3-8dd7-00e95b9041cb\",\n \"e05e68cf-fdc7-2efb-9698-14bfb0b92488\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -291193,7 +291193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b81286d-2bf5-49a9-ba9d-a8d01fc39624", + "id": "53a296f7-8699-4177-b348-31c9f6b1d787", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -291236,7 +291236,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"d7e83082-2895-926b-a525-d5c5de0ef383\",\n \"urn:uuid:df0d35dd-817a-ae00-41c2-061521707986\"\n ]\n },\n {\n \"items\": [\n \"419d149d-5e1b-ac54-3719-d4b6fe5c3219\",\n \"32051bf0-bc05-f921-e976-7567002324ff\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"76ffae51-e349-f618-c53b-ae02153451d5\",\n \"urn:uuid:61eb3775-5ab7-d07a-0f76-a07f507abc85\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:68973962-136e-b7c3-8dd7-00e95b9041cb\",\n \"e05e68cf-fdc7-2efb-9698-14bfb0b92488\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -291258,7 +291258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c0c57e0-0091-4d3f-8d8b-47f12140d9ce", + "id": "4840f164-9b6b-44b0-8a89-51e8a6303456", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -291301,7 +291301,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"d7e83082-2895-926b-a525-d5c5de0ef383\",\n \"urn:uuid:df0d35dd-817a-ae00-41c2-061521707986\"\n ]\n },\n {\n \"items\": [\n \"419d149d-5e1b-ac54-3719-d4b6fe5c3219\",\n \"32051bf0-bc05-f921-e976-7567002324ff\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"76ffae51-e349-f618-c53b-ae02153451d5\",\n \"urn:uuid:61eb3775-5ab7-d07a-0f76-a07f507abc85\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:68973962-136e-b7c3-8dd7-00e95b9041cb\",\n \"e05e68cf-fdc7-2efb-9698-14bfb0b92488\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -291329,7 +291329,7 @@ } }, { - "id": "6e97528c-6fbc-447f-85e7-b5003dfe07cc", + "id": "2723c545-d273-4860-957d-566aa31f7d4f", "name": "Submit Sed Assignment Request", "request": { "name": "Submit Sed Assignment Request", @@ -291369,7 +291369,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:2700df36-fa6c-4791-b181-83d44515914e\",\n \"urn:uuid:874f3019-359c-1791-4595-fef3906ee626\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"39d7cd8e-a174-ba6f-fd12-23d0bc7d417c\",\n \"d9e00716-019b-c530-9ce2-80c7dd851f39\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -291380,7 +291380,7 @@ }, "response": [ { - "id": "d9c4acc8-9093-4175-b2bb-d7701cd3eefd", + "id": "a3473f18-2338-4df6-9422-1d960e42397c", "name": "Sed Assignment Response", "originalRequest": { "url": { @@ -291423,7 +291423,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:2700df36-fa6c-4791-b181-83d44515914e\",\n \"urn:uuid:874f3019-359c-1791-4595-fef3906ee626\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"39d7cd8e-a174-ba6f-fd12-23d0bc7d417c\",\n \"d9e00716-019b-c530-9ce2-80c7dd851f39\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -291440,12 +291440,12 @@ "value": "application/json" } ], - "body": "{\n \"batchId\": \"847c54e3-2385-4d03-01cc-79e754f93886\"\n}", + "body": "{\n \"batchId\": \"urn:uuid:cc9a13ce-7e62-da34-5608-97beae3a5b93\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1b431e7f-aba7-485b-a4d0-b3c1748556e0", + "id": "92713bfe-dd1f-403c-9528-144ae2615ebf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -291488,7 +291488,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:2700df36-fa6c-4791-b181-83d44515914e\",\n \"urn:uuid:874f3019-359c-1791-4595-fef3906ee626\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"39d7cd8e-a174-ba6f-fd12-23d0bc7d417c\",\n \"d9e00716-019b-c530-9ce2-80c7dd851f39\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -291510,7 +291510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f34a65cf-7ea4-47ce-b6cc-4943828fc4a2", + "id": "59c815b7-992c-47f0-a1d2-cfcb69db383e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -291553,7 +291553,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:2700df36-fa6c-4791-b181-83d44515914e\",\n \"urn:uuid:874f3019-359c-1791-4595-fef3906ee626\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"39d7cd8e-a174-ba6f-fd12-23d0bc7d417c\",\n \"d9e00716-019b-c530-9ce2-80c7dd851f39\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -291575,7 +291575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "310fef53-0342-44d2-aeae-7e5b8003f9dc", + "id": "f178ee23-99fd-4203-8c1d-33d45299e933", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -291618,7 +291618,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:2700df36-fa6c-4791-b181-83d44515914e\",\n \"urn:uuid:874f3019-359c-1791-4595-fef3906ee626\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"39d7cd8e-a174-ba6f-fd12-23d0bc7d417c\",\n \"d9e00716-019b-c530-9ce2-80c7dd851f39\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -291640,7 +291640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fef51f33-0edd-4a1b-8ae5-d7bdec66b85f", + "id": "41b5c68d-a289-4918-892a-da04a0391715", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -291683,7 +291683,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:2700df36-fa6c-4791-b181-83d44515914e\",\n \"urn:uuid:874f3019-359c-1791-4595-fef3906ee626\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"39d7cd8e-a174-ba6f-fd12-23d0bc7d417c\",\n \"d9e00716-019b-c530-9ce2-80c7dd851f39\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -291705,7 +291705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a93eba92-7fc5-43f7-8e1b-c8e80fc264e4", + "id": "af47073a-bbec-4bef-bbe3-fa9976ebcb82", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -291748,7 +291748,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:2700df36-fa6c-4791-b181-83d44515914e\",\n \"urn:uuid:874f3019-359c-1791-4595-fef3906ee626\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"39d7cd8e-a174-ba6f-fd12-23d0bc7d417c\",\n \"d9e00716-019b-c530-9ce2-80c7dd851f39\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -291770,7 +291770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaa29229-118e-4c3d-a371-564d3e9a9f0b", + "id": "35832983-f58a-456a-8ceb-e604018b2800", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -291813,7 +291813,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:2700df36-fa6c-4791-b181-83d44515914e\",\n \"urn:uuid:874f3019-359c-1791-4595-fef3906ee626\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"39d7cd8e-a174-ba6f-fd12-23d0bc7d417c\",\n \"d9e00716-019b-c530-9ce2-80c7dd851f39\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -291841,7 +291841,7 @@ } }, { - "id": "154a2b8c-7799-44e1-adc1-11cecac22d24", + "id": "53296320-00fb-4cf8-b785-21ebbdcf9eed", "name": "List Suggested Entitlement Descriptions", "request": { "name": "List Suggested Entitlement Descriptions", @@ -291943,7 +291943,7 @@ }, "response": [ { - "id": "1e3fef51-013c-461d-8d21-a1703d0b2b2d", + "id": "60f6d8bc-c2da-4e64-a823-cdc72fb69945", "name": "List of Suggested Entitlement Details", "originalRequest": { "url": { @@ -292059,7 +292059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbc15421-3cb8-42b8-9906-69149d8322fc", + "id": "618d4e9f-2ca9-4ba8-9246-90fde5285cad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -292175,7 +292175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92175fe0-8caf-459c-9b01-16cde6c2cdec", + "id": "d2e57e2b-c99b-46bd-97b8-3d558122a1fb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -292291,7 +292291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0af47966-4380-4106-9b83-488df2daa8e8", + "id": "aaa1ca8d-1c5b-4bd4-aa94-2170bce7a570", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -292407,7 +292407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0fdfe12-4b7f-4eaa-9358-6dbba4ecd6c2", + "id": "eb900afa-9385-4571-80ae-5eb98b5948ac", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -292523,7 +292523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a56c1bc9-2ae5-4f03-953c-efbd129117f8", + "id": "66bce9e0-f25c-4e11-a13c-7c8c21a0baf9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -292639,7 +292639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5b2cdcf-01a1-476e-bda8-12754c5fa94c", + "id": "4a039b7a-5633-4517-ad2b-f0ba95bfa07d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -292761,7 +292761,7 @@ } }, { - "id": "be73c662-d1ba-450d-af15-5258ccfe3909", + "id": "2c6fe8ce-c8d2-4bd8-bc4e-635e5da48529", "name": "Patch Suggested Entitlement Description", "request": { "name": "Patch Suggested Entitlement Description", @@ -292823,7 +292823,7 @@ }, "response": [ { - "id": "05e76eb0-a729-437b-a0c8-2868f61b6305", + "id": "afe32eeb-8a22-410c-922f-a73f194325ef", "name": "detail of patched sed", "originalRequest": { "url": { @@ -292888,7 +292888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1f4a82c-c265-4476-a5d8-b22d951efb78", + "id": "a8bdd641-fdfc-4e37-8d72-93e7756936ee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -292953,7 +292953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8c6fe09-4bbb-4f3f-b0f0-3fa141b9eebb", + "id": "1ab7e183-dd0e-4286-98fb-913924b401c0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -293018,7 +293018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4977663f-17ec-411f-9ee7-abb781c5fd94", + "id": "604fb072-9653-425b-a9e6-bddb2f68b089", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -293083,7 +293083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1888b80-b05a-47f4-9348-74789cb42099", + "id": "40686afb-bc13-4fe6-adaa-6260086d8d08", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -293148,7 +293148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9aace859-cf52-4fd2-8282-54020f27aae5", + "id": "3a75a10c-05dd-4e9b-a12a-01a6b0cc02b8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -293213,7 +293213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46c387a1-bd2c-4c81-a31e-2e6f87f56da0", + "id": "f7d276bf-9f1a-4a66-833d-6824348fb440", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -293290,7 +293290,7 @@ "description": "Use this API to implement object tagging functionality. \nWith object tagging functionality in place, any user in an organization can use tags as a way to group objects together and find them more quickly when the user searches Identity Security Cloud. \n\nIn Identity Security Cloud, users can search their tenants for information and add tags objects they find.\nTagging an object provides users with a way of grouping objects together and makes it easier to find these objects in the future. \n\nFor example, if a user is searching for an entitlement that grants a risky level of access to Active Directory, it's possible that the user may have to search through hundreds of entitlements to find the correct one. \nOnce the user finds that entitlement, the user can add a tag to the entitlement, \"AD_RISKY\" to make it easier to find the entitlement again.\nThe user can add the same tag to multiple objects the user wants to group together for an easy future search, and the user can also do so in bulk.\nWhen the user wants to find that tagged entitlement again, the user can search for \"tags:AD_RISKY\" to find all objects with that tag. \n\nWith the API, you can tag even more different object types than you can in Identity Security Cloud (access profiles, entitlements, identities, and roles). \nYou can use the API to tag all these objects:\n\n- Access profiles \n\n- Applications \n\n- Certification campaigns\n\n- Entitlements\n\n- Identities \n\n- Roles \n\n- SOD (separation of duties) policies\n\n- Sources \n\nYou can also use the API to directly find, create, and manage tagged objects without using search queries. \n\nThere are limits to tags: \n\n- You can have up to 500 different tags in your tenant.\n\n- You can apply up to 30 tags to one object. \n\n- You can have up to 10,000 tag associations, pairings of 1 tag to 1 object, in your tenant. \n\nBecause of these limits, it is recommended that you work with your governance experts and security teams to establish a list of tags that are most expressive of governance objects and access managed by Identity Security Cloud. \n\nThese are the types of information often expressed in tags: \n\n- Affected departments\n\n- Compliance and regulatory categories \n\n- Remediation urgency levels \n\n- Risk levels \n\nRefer to [Tagging Items in Search](https://documentation.sailpoint.com/saas/help/search/index.html?h=tags#tagging-items-in-search) for more information about tagging objects in Identity Security Cloud. \n", "item": [ { - "id": "febfd85b-0ccf-4ffb-86da-e2dc66663955", + "id": "0834ae93-b359-4964-ab74-41252d9721c4", "name": "List Tagged Objects", "request": { "name": "List Tagged Objects", @@ -293356,7 +293356,7 @@ }, "response": [ { - "id": "46187e7f-fffb-4896-b46b-457aa8e6a2c2", + "id": "33043be9-e9ee-47e4-bf50-aca840104082", "name": "List of all tagged objects.", "originalRequest": { "url": { @@ -293436,7 +293436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0875371-5143-4bfa-b753-01dbb9290d18", + "id": "adec1b41-b0c5-4e18-99ce-2d2e00837c81", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -293516,7 +293516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3e66b01-4b98-49b2-a54f-7af181eb18d3", + "id": "ab295036-b8a0-4fa3-9405-82bc3de15eb2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -293596,7 +293596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1519d1e9-3d44-48b0-a38f-6b751141c074", + "id": "b3b6deda-780c-42aa-933c-c2dd017c9a0f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -293676,7 +293676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a977cda9-04fa-42e5-8158-b86e023fdf97", + "id": "9e6e4f42-df97-480c-8f24-e182c2e76b60", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -293756,7 +293756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c319312b-c63c-4d07-ad7f-0c7d690df4ca", + "id": "ec3544fe-5657-45e2-bf97-18a0ea7a4643", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -293842,7 +293842,7 @@ } }, { - "id": "96b69377-2cee-4e33-aa18-fa1ea7dab15f", + "id": "350e8e3c-7c40-450e-84c7-fa1322579de5", "name": "Add Tag to Object", "request": { "name": "Add Tag to Object", @@ -293884,7 +293884,7 @@ }, "response": [ { - "id": "82e6961d-960b-403f-90fe-3d3a62bfdd5d", + "id": "37b99435-a267-407d-9815-24c0afe07556", "name": "Created.", "originalRequest": { "url": { @@ -293930,7 +293930,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e25d01dc-b01e-4a6e-9d4a-75d4889a5c3b", + "id": "9d771a84-ae53-40e9-81ce-03348b627fa7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -293986,7 +293986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4133dbf8-f650-44e2-bda7-e2fa09422bcf", + "id": "f0a8e1e4-610d-4407-9c68-96e1e83daad6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -294042,7 +294042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8db44b0f-267f-4c44-a09b-5a0df2eb137e", + "id": "907db568-3008-436d-a2bb-b8aa2e68156a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -294098,7 +294098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06dc907f-23de-4945-861f-fd45ddd10621", + "id": "85402bd4-beee-4fac-ba6b-69dc532e3e5d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -294154,7 +294154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "664bb6e0-1bbb-4b32-ae4c-6babf6ea3c08", + "id": "231491c0-d15d-45a9-a806-1414acc413d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -294216,7 +294216,7 @@ } }, { - "id": "2946ce96-6843-4504-8d05-b302589399fe", + "id": "dda2af66-312e-4dc2-b3b4-a242148ab86f", "name": "List Tagged Objects by Type", "request": { "name": "List Tagged Objects by Type", @@ -294294,7 +294294,7 @@ }, "response": [ { - "id": "46fa550e-0ecc-4135-b095-ecad4c3a24f2", + "id": "19864119-6a85-4da3-b57e-4feac788cd72", "name": "List of all tagged objects for specified type.", "originalRequest": { "url": { @@ -294375,7 +294375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0e86929-d93c-4a70-bd9f-0d9d978ba761", + "id": "413e0882-c331-402d-8293-ccff446709bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -294456,7 +294456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70fb84b7-6c96-44b3-a394-3c2176d3e920", + "id": "adef54f4-1ea2-452f-be4e-816c79617856", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -294537,7 +294537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35b75552-cc70-4946-b198-cd318e28a37d", + "id": "fcb5880b-7d49-48ce-8bad-c6d0b1d83c22", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -294618,7 +294618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfa1feba-b9ee-4a89-bde0-06fe8f36280e", + "id": "15fa83f0-9b7e-46b0-8ede-8b21d0367036", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -294699,7 +294699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1414807f-a819-4cf9-a000-b4941671b629", + "id": "96a05f33-404a-4e1f-92cc-2668f6cfb8d9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -294786,7 +294786,7 @@ } }, { - "id": "fdd7f4f5-db5a-416b-b3e9-49bc963a8a99", + "id": "2f8128d3-3910-4d2a-9fa2-f35dcc2d4e79", "name": "Get Tagged Object", "request": { "name": "Get Tagged Object", @@ -294838,7 +294838,7 @@ }, "response": [ { - "id": "9f2ffe3e-0ff1-42dd-8b71-6bbfc5a0a2a2", + "id": "ca4f2408-d2c3-416b-ba81-a4fd338a35d3", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -294883,7 +294883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efc37be1-b089-47c5-aa14-c6d0c281c2e7", + "id": "aca688ef-c8ba-4187-b991-c98ebbdc35e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -294928,7 +294928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd4d5a97-2c6e-4950-b336-8b2840465ce6", + "id": "3b65acb5-eaee-4d09-9f4a-8d41d141c6bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -294973,7 +294973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ce65043-c960-4b46-a26b-e316236a0d87", + "id": "11001a9b-ebba-427d-a6a1-638364cf3061", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -295018,7 +295018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb804c43-15d7-4116-af77-e2d379339056", + "id": "1c21589d-8eb0-462e-964e-b01bbb226eee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -295063,7 +295063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff7b2d61-e7be-4874-8b32-b96680dfa405", + "id": "febaa9e4-23ee-490c-9cbe-3f1b6fd34a84", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -295114,7 +295114,7 @@ } }, { - "id": "781295ca-8dc4-480d-830a-7b9e0650a6a9", + "id": "78d2b4ef-9dc7-430e-b2f0-590b234a5dfb", "name": "Update Tagged Object", "request": { "name": "Update Tagged Object", @@ -295179,7 +295179,7 @@ }, "response": [ { - "id": "10e6d427-37be-4c02-8345-a02f5a987464", + "id": "aa41b2cf-af28-4016-995b-30b35f549f5e", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -295237,7 +295237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f98938ca-2589-4e81-9cf3-498cc198a602", + "id": "b8a004f3-3484-4ae8-b731-911d1388fce3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -295295,7 +295295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7de07c2f-f6c7-4998-be6d-5d5cc027c411", + "id": "ca1ae14a-9cb5-4511-9fe3-c5b7dcf227de", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -295353,7 +295353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7df65e17-d1d2-418f-b017-0ee952480cd2", + "id": "7f9cbd28-d7bf-4ecf-8ae2-039233acbe7f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -295411,7 +295411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec9ce859-fd96-4d90-bb65-ee83420626ad", + "id": "fd4186d9-69e6-43fd-9aab-58f4f28ce9d7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -295469,7 +295469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b84cd378-45a2-4240-bdaf-b8266dad41a8", + "id": "3589e819-8206-4721-94f0-5613739dbfc7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -295533,7 +295533,7 @@ } }, { - "id": "c8749250-dff7-45d9-927e-c774bc8c8364", + "id": "5fb1c2f9-b8ce-4fab-a06a-61385215de2d", "name": "Delete Tagged Object", "request": { "name": "Delete Tagged Object", @@ -295585,7 +295585,7 @@ }, "response": [ { - "id": "78d1924c-fc00-4c88-bccf-314de69631eb", + "id": "69411f8b-f1f3-476e-a921-9eb0cbbbe6f5", "name": "No content.", "originalRequest": { "url": { @@ -295620,7 +295620,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2d2dd176-56e4-4ed4-8250-319ee38db551", + "id": "616d9650-2ac7-4106-93a5-39e7dd9b97c4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -295665,7 +295665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8189b5e-b0cc-4bac-bc66-a2657cbb2030", + "id": "36268dcc-91b6-433c-bd6f-dc909695e9ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -295710,7 +295710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bf63513-fa20-4b52-bb67-a20da825c1b7", + "id": "b998914a-7224-4c8a-ad53-d18ce68180df", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -295755,7 +295755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8221df72-6545-4dee-9ed8-9bfe3a7fd175", + "id": "649fda75-291f-4bce-bfc1-45aa077ba557", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -295800,7 +295800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc65ae35-4ca3-4f8a-8965-7ca890d3d9e4", + "id": "60d9e45b-73d3-4b52-8494-21f3c3e7eb84", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -295851,7 +295851,7 @@ } }, { - "id": "34156ea7-1b48-485f-ac76-7575280a7e70", + "id": "11c02217-4f8c-4179-a72e-56bf96860a40", "name": "Tag Multiple Objects", "request": { "name": "Tag Multiple Objects", @@ -295894,7 +295894,7 @@ }, "response": [ { - "id": "545eb275-df5b-42bc-a50e-68f97a6d84c1", + "id": "3394f29b-b113-4361-975f-cc64b1e6deef", "name": "Request succeeded.", "originalRequest": { "url": { @@ -295951,7 +295951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f94b24ab-61a6-4ea9-9b86-abe2afaed252", + "id": "754ea6bc-0835-40f3-9e93-cdbaca5840e4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -296008,7 +296008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c80d2716-995d-4768-8272-b22a454cd305", + "id": "62577816-e980-41b9-a8ba-32492b52d7b2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -296065,7 +296065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c7e4928-6230-4fbf-bb12-bf2d77fedebd", + "id": "b6ccab54-d654-449d-9145-f83b8e2afc57", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -296122,7 +296122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cca206b-4c68-4375-8b67-741d937ef0a1", + "id": "d2f90105-3b84-4bd2-b9ff-c49163a05305", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -296179,7 +296179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20c1faef-e35f-461c-b1ba-44f6c21242cb", + "id": "fc7d1082-a01b-484f-950a-5cb7a61236aa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -296242,7 +296242,7 @@ } }, { - "id": "cf8a1966-33aa-4c0d-9084-53a1e2558912", + "id": "1da2f161-6fdb-4df5-84d1-885d7ed0ffb0", "name": "Remove Tags from Multiple Objects", "request": { "name": "Remove Tags from Multiple Objects", @@ -296285,7 +296285,7 @@ }, "response": [ { - "id": "ade5ec11-a654-4d14-ba17-3c6c699b3c41", + "id": "5ce0929f-ec62-4d9d-bad2-233540c48d96", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -296332,7 +296332,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d79d079c-be76-42d5-bb57-71938fcfaa17", + "id": "55b87e9c-71e2-469e-bed6-b785882dabf4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -296389,7 +296389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "333b8b57-f9cc-47e1-85d0-2dfeb9097d9f", + "id": "d631cced-4d38-4843-af2a-2c8cc6b48c33", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -296446,7 +296446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "590219c7-cd5c-48b3-b0eb-68ef0ca14d93", + "id": "b521cedf-8e61-457d-8e98-f2975bc90a6b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -296503,7 +296503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7769ea6-b014-454d-9017-6216cff4ff69", + "id": "36221115-efab-41bf-9547-e559367b8993", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -296560,7 +296560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf85304a-c5ba-41e5-8d6f-624a699e6e91", + "id": "797e20c0-4aff-47b7-bf36-2aa34dccc180", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -296629,7 +296629,7 @@ "description": "", "item": [ { - "id": "9fae7444-4237-4986-8d73-d3687ef100b0", + "id": "48364d58-bfc3-45af-9d4b-ca2ebade6291", "name": "Get task status by ID.", "request": { "name": "Get task status by ID.", @@ -296679,7 +296679,7 @@ }, "response": [ { - "id": "c3376946-671e-4735-82fb-d090cc495ef0", + "id": "77b0c74e-f30f-4867-9c8a-1377e02aa9f6", "name": "Responds with a TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -296727,12 +296727,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"consectetur_02_\": -25356951.420630485\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n}", + "body": "{\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"sint72\": true,\n \"veniam__\": -58509054.828046866\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9eef3984-3b28-4535-85c7-73bdd364bbab", + "id": "7fb8d77c-c43e-4d3f-b13f-4dd40f254a44", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -296785,7 +296785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14c9932c-e915-4d81-8c04-27d540da91ab", + "id": "c9b6b50f-2643-42da-b9c5-66ab2e3a31b7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -296838,7 +296838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48ec83b5-a44f-47b7-aabc-caa2ad85745e", + "id": "11a4919c-e6f7-4f72-915d-939d87c997f5", "name": "Forbidden, generally due to a lack of security rights", "originalRequest": { "url": { @@ -296881,7 +296881,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d278adec-46c4-4eb5-acd0-acd3a3eb7817", + "id": "22de84dc-d34c-4819-a1fb-e9506ef30b1a", "name": "TaskStatus with the given id was not found.", "originalRequest": { "url": { @@ -296924,7 +296924,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f8bdabfe-8631-4c4a-9664-dd06d7c8c836", + "id": "326adea8-038a-4891-9c70-43b140426ab5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -296977,7 +296977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3220da1-fa0a-4976-b2b9-38989757b7b5", + "id": "a697db08-fbdd-4ce2-9e45-f7f5477c8281", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -297036,7 +297036,7 @@ } }, { - "id": "29231a1c-1f4c-4952-a500-0146aa74f9fc", + "id": "e778a1b7-430f-4229-a254-504388dfce23", "name": "Update task status by ID", "request": { "name": "Update task status by ID", @@ -297099,7 +297099,7 @@ }, "response": [ { - "id": "2437b4ca-ac9e-4b22-bee1-6cfbcf4466ba", + "id": "0384c2bd-c12b-45cd-aef1-19bfdcfb3477", "name": "This response indicates the PATCH operation succeeded, and the API returns the updated task object.", "originalRequest": { "url": { @@ -297160,12 +297160,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"consectetur_02_\": -25356951.420630485\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n}", + "body": "{\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"sint72\": true,\n \"veniam__\": -58509054.828046866\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "98e7bdaf-d7b2-40df-9393-50b5926c9d1c", + "id": "0b3754f4-3efe-4528-bf70-5f04690861b2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -297231,7 +297231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "074f4ee1-73a2-49ce-9b2d-0356a01bf908", + "id": "e9d35aac-ec23-4f00-ae0f-6f62062f8145", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -297297,7 +297297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6257652-b7ae-46c3-8d81-bf52c51eb37a", + "id": "9e54872c-3d96-4016-8780-75c3454f0b13", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -297363,7 +297363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3500c168-1bdb-4b6d-b8be-d3339f20388d", + "id": "dad5bda9-4a60-4ed3-858c-dc30eab988d1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -297429,7 +297429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0de51f43-c729-48e7-9826-cb86c4e8a1d4", + "id": "0f763889-3d0e-4f1f-8916-556fabcb1552", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -297495,7 +297495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b835101e-7b1d-426b-b006-07296294ab38", + "id": "b89a4760-468b-4121-ad97-c65787cdd34d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -297567,7 +297567,7 @@ } }, { - "id": "09f3c705-a178-4e48-8c74-69425d21a004", + "id": "00a96010-411c-49b4-8e53-5c7b1aef63bf", "name": "Retrieve a task status list.", "request": { "name": "Retrieve a task status list.", @@ -297651,7 +297651,7 @@ }, "response": [ { - "id": "791822ac-4e3b-4714-b419-94654aaed7f0", + "id": "29f34449-be31-46c5-8670-a447db8d278e", "name": "Responds with a TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -297744,12 +297744,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"Lorem_1\": -40938755\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n },\n {\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"cillum_750\": 98188349.57563758\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"amet_1c5\": 19177561,\n \"dolorec\": false\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n },\n {\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"aliqua_c7c\": -47236102,\n \"ad_e\": \"ipsum consequat eiusm\"\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6b773028-70a7-4985-bcbd-8bc30bdb2e7a", + "id": "128f786f-a065-4819-b99d-aa0669030e95", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -297847,7 +297847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17a82cc4-367e-450e-9f83-960c77ace9f9", + "id": "67d68fbc-876e-4cf9-a528-66d3e022d4b1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -297945,7 +297945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc0b88fc-f30c-426e-8000-20a10730c7df", + "id": "63eadab0-6795-4d96-a597-cc13343a4eb8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -298043,7 +298043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "863d4c2e-86be-4224-b27a-4a04024c1712", + "id": "2aebebdd-9a1e-475c-bc22-63f5a4b3a943", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -298141,7 +298141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b84cde72-6d90-4943-9ad6-83bf19663e67", + "id": "7a7c58c1-1aa5-4e19-bb28-796d134a0b82", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -298239,7 +298239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f6ac80b-ebca-42f0-8339-8f0afe2547c6", + "id": "0db46d99-cbb8-4cfc-a395-75db0ad1def1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -298343,7 +298343,7 @@ } }, { - "id": "3a19c67b-1384-4f4e-9d24-994205105f8a", + "id": "ce907657-66ed-4770-bb08-17ac7852bcec", "name": "Retrieve a pending task list.", "request": { "name": "Retrieve a pending task list.", @@ -298410,7 +298410,7 @@ }, "response": [ { - "id": "553cd071-6a2c-49f8-a71d-f63cb0030416", + "id": "fc614fb0-a297-4065-81d7-e97a3da5ccb1", "name": "Responds with a list of TaskStatus for pending tasks.", "originalRequest": { "url": { @@ -298486,12 +298486,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"Lorem_1\": -40938755\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n },\n {\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"cillum_750\": 98188349.57563758\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"amet_1c5\": 19177561,\n \"dolorec\": false\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n },\n {\n \"id\": \"id12345\",\n \"type\": \"QUARTZ\",\n \"uniqueName\": \"Big Task\",\n \"description\": \"A Really Big Task\",\n \"parentName\": \"Parent Task\",\n \"attributes\": {\n \"identityCount\": 0\n },\n \"created\": \"2020-07-11T21:23:15.000Z\",\n \"modified\": \"2020-07-11T21:23:15.000Z\",\n \"launched\": \"2020-07-11T21:23:15.000Z\",\n \"launcher\": \"sweep\",\n \"completed\": \"2020-07-11T21:23:15.000Z\",\n \"completionStatus\": \"SUCCESS\",\n \"messages\": [\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n },\n {\n \"key\": \"akey\",\n \"localizedText\": {\n \"locale\": \"An error has occurred!\",\n \"message\": \"Error has occurred!\"\n },\n \"type\": \"INFO\",\n \"parameters\": [\n {\n \"name\": \"value\"\n }\n ]\n }\n ],\n \"progress\": \"Started\",\n \"percentComplete\": 100,\n \"returns\": [\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n },\n {\n \"name\": \"label\",\n \"attributeName\": \"identityCount\"\n }\n ],\n \"target\": {\n \"id\": \"c6dc37bf508149b28ce5b7d90ca4bbf9\",\n \"type\": \"APPLICATION\",\n \"name\": \"Active Directory [source]\"\n },\n \"taskDefinitionSummary\": {\n \"arguments\": {\n \"aliqua_c7c\": -47236102,\n \"ad_e\": \"ipsum consequat eiusm\"\n },\n \"description\": \"Aggregates from the specified application.\",\n \"executor\": \"sailpoint.task.ServiceTaskExecutor\",\n \"id\": \"2c91808475b4334b0175e1dff64b63c5\",\n \"uniqueName\": \"Cloud Account Aggregation\",\n \"parentName\": \"Cloud Account Aggregation\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "791e026a-9ae6-481e-9527-7a381ce0cdad", + "id": "af876ae2-735c-4f4e-bfde-f8ad56815298", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -298562,7 +298562,7 @@ "_postman_previewlanguage": "text" }, { - "id": "52f2ceab-a23f-4960-a7ea-f5a9927a4bbd", + "id": "e947ef64-fb68-492a-be2f-626af4283106", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -298643,7 +298643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94c63521-cbe0-44cb-a5f7-c9f6be76f5e9", + "id": "74fe8978-dd2c-4fb2-9254-3da4c0c351d8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -298730,7 +298730,7 @@ } }, { - "id": "d38e0d89-943a-4caf-87f8-80403a1107db", + "id": "8c4f05ea-bbc2-4d36-a4be-5406f559a52e", "name": "Retrieve headers only for pending task list.", "request": { "name": "Retrieve headers only for pending task list.", @@ -298797,7 +298797,7 @@ }, "response": [ { - "id": "349e478f-d414-48e0-92ee-0635bd780239", + "id": "b58c1562-e219-497b-b455-260325107981", "name": "Responds with headers for List of TaskStatus for pending tasks.", "originalRequest": { "url": { @@ -298868,7 +298868,7 @@ "_postman_previewlanguage": "text" }, { - "id": "459f66d1-1cfb-4478-9dad-25518d3da9d3", + "id": "32052745-a103-4da5-a20b-372306d8c0ce", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -298939,7 +298939,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ec179472-48c2-4a2c-8ab0-d4dd9ae4db4a", + "id": "89111bfb-67b0-46d6-85a9-187dfc752be6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -299020,7 +299020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d52adb28-b6cb-437a-a95f-80f8bc9f73f3", + "id": "74ec266f-e90f-4935-ae85-4b9d29f90e4c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -299113,7 +299113,7 @@ "description": "API for reading tenant details.", "item": [ { - "id": "76e7936b-8a57-4b3f-a1ae-3e026d748b04", + "id": "1a18e4b3-6273-45b6-86dc-51bca6805e89", "name": "Get Tenant Information.", "request": { "name": "Get Tenant Information.", @@ -299151,7 +299151,7 @@ }, "response": [ { - "id": "b073b817-6e80-47b4-b47f-b8ffbec0c8d3", + "id": "4cc3b1db-bc43-4e46-8327-b4c62eb622fa", "name": "Tenant Info", "originalRequest": { "url": { @@ -299203,7 +299203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9318f23a-e2ba-4720-bf9f-bcabc8c76966", + "id": "192a6fa1-af31-4c4e-8f21-4d4458bfb858", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -299255,7 +299255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27a702ff-ec73-476d-af11-3e4b1beedd26", + "id": "b5b77943-00d3-46df-810f-22c98f720e14", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -299307,7 +299307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b213ae32-5bec-4d8b-9b03-e289d96a15f2", + "id": "1af99333-0f89-451c-90d4-9d5f2571abc0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -299359,7 +299359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34b7c9ff-9b7c-44c7-b085-75272c6ac046", + "id": "10bd4dc2-4f55-41cf-b6f0-264d3e5adb66", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -299411,7 +299411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83fc6080-e758-4e6c-b862-cb4f22b48e14", + "id": "9a31f357-ff20-4d66-86c8-299f0cdba124", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -299463,7 +299463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fc9fb86-5b19-4ce4-af01-10a0346dfd8c", + "id": "2fab7ad2-ca52-4c57-9a87-14ee62df42a9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -299527,7 +299527,7 @@ "description": "The purpose of this API is to expose functionality for the manipulation of Transform objects.\nTransforms are a form of configurable objects which define an easy way to manipulate attribute data without having\nto write code. These endpoints don't require API calls to other resources, audit service is used for keeping track\nof which users have made changes to the Transforms.\n\nRefer to [Transforms](https://developer.sailpoint.com/docs/extensibility/transforms/) for more information about transforms.\n", "item": [ { - "id": "6254630d-8afe-4020-9467-8107751991a4", + "id": "5bebda00-80a0-4a4d-b688-1350694e4bcb", "name": "List transforms", "request": { "name": "List transforms", @@ -299602,7 +299602,7 @@ }, "response": [ { - "id": "0cbb2890-ca19-4cc8-9831-836688112b60", + "id": "cfdd175a-03c4-4bab-84de-4d0c89553fd7", "name": "A list of transforms matching the given criteria.", "originalRequest": { "url": { @@ -299691,7 +299691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83fe808f-08cb-49aa-bb31-9e78239aab20", + "id": "b7d6efd9-3587-415a-a224-f3896016585c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -299780,7 +299780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70e5c5d3-f5af-49c2-b968-a17288b79c9c", + "id": "d9b1cedb-6e7e-4136-a9f9-d2d400f675fa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -299869,7 +299869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "259ae918-76f9-40cd-9243-ed46512a20af", + "id": "556906bd-ca4b-472c-b9fe-c2e0b3ecef0f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -299958,7 +299958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f31ecc9-fb77-4f9d-a90f-d637d557c7b4", + "id": "9b3a39ef-705e-40af-87f9-13e4b598d731", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -300047,7 +300047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efc1de3f-f674-4d03-9186-bb46ee9d894d", + "id": "a15b6420-3f45-4f06-bc47-d5f5eeefda7d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -300136,7 +300136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "324d7278-7b43-4e8c-92b0-b680d54e2697", + "id": "51b0603d-092d-4f74-9efa-e2ff5717b044", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -300231,7 +300231,7 @@ } }, { - "id": "3485708a-08e8-4812-a6ed-2bd24f2bbe29", + "id": "71c55eca-bdb1-4aaa-add5-5d9ac706ef75", "name": "Create transform", "request": { "name": "Create transform", @@ -300273,7 +300273,7 @@ }, "response": [ { - "id": "2a44d413-3d91-493e-9fd9-da5d8b262a67", + "id": "114c7dba-f544-4e7e-92b9-b647212541a5", "name": "Indicates the transform was successfully created and returns its representation.", "originalRequest": { "url": { @@ -300329,7 +300329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1689a41e-a1c6-4257-bdb4-4ec5cc79977e", + "id": "24408e59-68c3-4444-95fc-96743c9de39a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -300385,7 +300385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "417f9665-7ff0-4fcb-8aa5-4390861f7e1d", + "id": "51a35aad-5c53-4a95-b3ab-a3a3c880a25f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -300441,7 +300441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cce44c6-9bce-42c6-ad71-a68a45620a72", + "id": "cca94dc1-3775-428c-a5a2-f2ec23d43084", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -300497,7 +300497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ba4bcf0-0ac4-4f24-a5e3-2390b2a05b2c", + "id": "87ec9c76-b231-4e22-b6cd-4fbb4532e688", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -300553,7 +300553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afeaa44c-c00d-486b-918c-e51c0a5e1c65", + "id": "7e02cf54-4e2a-4d1b-9cd8-e57d253dc1ba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -300609,7 +300609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fadac098-397d-4b08-b16b-b3c0f85da047", + "id": "e7f94545-cbf6-4921-a20f-53c52aeb313b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -300671,7 +300671,7 @@ } }, { - "id": "f0948390-2afd-42d6-a2fa-452f1fd69f17", + "id": "d6b871ed-aef6-462a-bf3e-07b535abcbf2", "name": "Transform by ID", "request": { "name": "Transform by ID", @@ -300712,7 +300712,7 @@ }, "response": [ { - "id": "71347555-10ca-40b6-a622-9f9f229d0db8", + "id": "15505f5c-e510-4a10-a40b-f658012f2768", "name": "Transform with the given ID", "originalRequest": { "url": { @@ -300756,7 +300756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "089f44ab-a44f-4658-9016-2dc3ed921565", + "id": "ff84d202-fbd6-4fd2-bb4d-38d31afa656f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -300800,7 +300800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a6a3f09-ed2d-4af4-89d5-0ff65f475246", + "id": "1a4a34d5-510f-4f53-bced-6d7febc5e67f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -300844,7 +300844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d64a130-290b-4916-9b46-17952c16690e", + "id": "1994ac81-b79d-4ceb-9d72-b9eef1669abe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -300888,7 +300888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be08f8ee-90fe-478c-8f3a-102b535ac137", + "id": "41f530a3-267a-4a4a-a6e0-5fd25c26059d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -300932,7 +300932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7efcd102-bc5c-440a-b6b5-07e907368d03", + "id": "04582063-513a-49c1-8a1d-793b7a282369", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -300976,7 +300976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0415754-e89c-4dc0-8d88-08b293bb45f7", + "id": "18e42866-5bda-430b-b661-19113d807cea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -301026,7 +301026,7 @@ } }, { - "id": "1ad271a1-f2f8-4cee-8280-92ffa2cc5dd4", + "id": "324ec1e1-de26-4110-82d0-bead053e9409", "name": "Update a transform", "request": { "name": "Update a transform", @@ -301080,7 +301080,7 @@ }, "response": [ { - "id": "a182e1fc-38c1-4db1-8b6c-b078553c7211", + "id": "0265c91e-ad1d-4b48-b323-cf2945152674", "name": "Indicates the transform was successfully updated and returns its new representation.", "originalRequest": { "url": { @@ -301137,7 +301137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "029ecd89-8fbd-4925-8986-368e73ae8d78", + "id": "0cfe1214-3839-4390-b069-8603d344f9ce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -301194,7 +301194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1158b1f-7e81-4e3f-af86-431f639f2e22", + "id": "21e6824f-c019-4427-a56e-18f220bce09f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -301251,7 +301251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e4727ba-9c49-48c2-96d9-20ce0036335d", + "id": "95847bf3-4dcb-41cb-a9dd-4822701a2294", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -301308,7 +301308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "436222e7-ab29-4e6a-8b2d-2432179c483b", + "id": "0d931558-3099-44d5-9500-3ee2ab8f0628", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -301365,7 +301365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "795f4b36-081f-4249-8ecb-08ccc112625e", + "id": "2172697d-c5ad-4836-a251-48a98323d295", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -301422,7 +301422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42a97b57-9dd5-4bb7-a75f-0aa93fa9627c", + "id": "c7fccd8f-6d39-4f1d-82b8-529625522a2c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -301485,7 +301485,7 @@ } }, { - "id": "72523d1d-e8cb-41fa-b5c7-0340b06f7646", + "id": "86e24fa6-de82-4581-92a2-4b9304d7a37f", "name": "Delete a transform", "request": { "name": "Delete a transform", @@ -301526,7 +301526,7 @@ }, "response": [ { - "id": "651d5934-97be-471a-8a90-1b72e2511482", + "id": "36b23324-8976-4ff5-94b4-bdcfdfa54fff", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -301560,7 +301560,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6270cb3e-f5ff-480a-b964-93ac649d4e49", + "id": "394ac342-279f-4d6a-bac6-ffbf41bd3cc9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -301604,7 +301604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95c3547b-c29b-4b10-9582-e64f980d43ac", + "id": "32d0ad8c-1d1f-4670-9e17-25e74a41014c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -301648,7 +301648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "869c50fd-c528-4153-a937-38e1b97c7351", + "id": "e993fa88-8f32-47a3-b6f2-d1f2724c9ad8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -301692,7 +301692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d50a724b-4fae-4c2f-a5fd-7d72844cdc5f", + "id": "303458d9-3fca-4759-aa81-07d7421128df", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -301736,7 +301736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a629eb2-2f47-4ec6-b307-a3ed17c26f42", + "id": "2bc05e02-5435-45e8-b705-52b2e13995ef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -301780,7 +301780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f919334-d831-4eb8-a6fa-0bbac9feea5c", + "id": "9cf2b494-922c-46e3-90b0-8c9ab2f5d7e7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -301836,7 +301836,7 @@ "description": "Event Triggers provide real-time updates to changes in Identity Security Cloud so you can take action as soon as an event occurs, rather than poll an API endpoint for updates. Identity Security Cloud provides a user interface within the admin console to create and manage trigger subscriptions. These endpoints allow for programatically creating and managing trigger subscriptions.\n\nThere are two types of event triggers:\n * `FIRE_AND_FORGET`: This trigger type will send a payload to each subscriber without needing a response. Each trigger of this type has a limit of **50 subscriptions**.\n * `REQUEST_RESPONSE`: This trigger type will send a payload to a subscriber and expect a response back. Each trigger of this type may only have **one subscription**.\n\n## Available Event Triggers\nProduction ready event triggers that are available in all tenants.\n\n| Name | ID | Type | Trigger condition |\n|-|-|-|-|\n| [Access Request Dynamic Approval](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/access-request-dynamic-approval/) | idn:access-request-dynamic-approver | REQUEST_RESPONSE |After an access request is submitted. Expects the subscriber to respond with the ID of an identity or workgroup to add to the approval workflow. |\n| [Access Request Decision](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/access-request-decision/) | idn:access-request-post-approval | FIRE_AND_FORGET | After an access request is approved. |\n| [Access Request Submitted](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/access-request-submitted/) | idn:access-request-pre-approval | REQUEST_RESPONSE | After an access request is submitted. Expects the subscriber to respond with an approval decision. |\n| [Account Aggregation Completed](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/account-aggregation-completed/) | idn:account-aggregation-completed | FIRE_AND_FORGET | After an account aggregation completed, terminated, failed. |\n| Account Attributes Changed | idn:account-attributes-changed | FIRE_AND_FORGET | After an account aggregation, and one or more account attributes have changed. |\n| Account Correlated | idn:account-correlated | FIRE_AND_FORGET | After an account is added to an identity. |\n| Accounts Collected for Aggregation | idn:aggregation-accounts-collected | FIRE_AND_FORGET | New, changed, and deleted accounts have been gathered during an aggregation and are being processed. |\n| Account Uncorrelated | idn:account-uncorrelated | FIRE_AND_FORGET | After an account is removed from an identity. |\n| Campaign Activated | idn:campaign-activated | FIRE_AND_FORGET | After a campaign is activated. |\n| Campaign Ended | idn:campaign-ended | FIRE_AND_FORGET | After a campaign ends. |\n| Campaign Generated | idn:campaign-generated | FIRE_AND_FORGET | After a campaign finishes generating. |\n| Certification Signed Off | idn:certification-signed-off | FIRE_AND_FORGET | After a certification is signed off by its reviewer. |\n| [Identity Attributes Changed](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/account-aggregation-completed/) | idn:identity-attributes-changed | FIRE_AND_FORGET | After One or more identity attributes changed. |\n| [Identity Created](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/identity-created/) | idn:identity-created | FIRE_AND_FORGET | After an identity is created. |\n| [Provisioning Action Completed](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/provisioning-completed/) | idn:post-provisioning | FIRE_AND_FORGET | After a provisioning action completed on a source. |\n| [Scheduled Search](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/scheduled-search/) | idn:saved-search-complete | FIRE_AND_FORGET | After a scheduled search completed. |\n| [Source Created](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/source-created/) | idn:source-created | FIRE_AND_FORGET | After a source is created. |\n| [Source Deleted](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/source-deleted/) | idn:source-deleted | FIRE_AND_FORGET | After a source is deleted. |\n| [Source Updated](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/source-updated/) | idn:source-updated | FIRE_AND_FORGET | After configuration changes have been made to a source. |\n| [VA Cluster Status Change](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/va-cluster-status-change/) | idn:va-cluster-status-change | FIRE_AND_FORGET | After the status of a VA cluster has changed. |\n\n## Early Access Event Triggers\nTriggers that are in-development and not ready for production use. Please contact support to enable these triggers in your tenant.\n\n| Name | ID | Type | Trigger condition |\n|-|-|-|-|\n| [Identity Deleted](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/identity-deleted/) | idn:identity-deleted | FIRE_AND_FORGET | After an identity is deleted. |\n| [Source Account Created](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/source-account-created/) | idn:source-account-created | FIRE_AND_FORGET | After a source account is created. |\n| [Source Account Deleted](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/source-account-deleted/) | idn:source-account-deleted | FIRE_AND_FORGET | After a source account is deleted. |\n| [Source Account Updated](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/source-account-updated/) | idn:source-account-updated | FIRE_AND_FORGET | After a source account is changed. |\n", "item": [ { - "id": "971accdc-3884-4387-bacd-9c086bdd696a", + "id": "0fe1e249-dfc2-4749-952d-54c77af0d5c2", "name": "List Triggers", "request": { "name": "List Triggers", @@ -301920,7 +301920,7 @@ }, "response": [ { - "id": "6befba68-a86d-43f5-a85b-159214d75281", + "id": "f0d46e2b-7615-4fbd-80a9-29f4d5a4a595", "name": "List of triggers.", "originalRequest": { "url": { @@ -302018,7 +302018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72f11303-4ae6-4504-989f-a2d1fda5924a", + "id": "ea181e4a-8be7-4aa0-89f4-509b92bceda1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -302116,7 +302116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a835a4ee-09f2-4e54-a884-0d1774cec342", + "id": "ee4e2f5c-ca02-43e2-900a-61b49c061705", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -302214,7 +302214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c847bbad-2303-45c7-8849-1dcbab525cf1", + "id": "8859eb97-c0b3-41da-b43f-377201670569", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -302312,7 +302312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9903f9fd-cc60-42f0-915b-e7b21e27819a", + "id": "a4f22844-1e05-459d-8252-587cb8a4c623", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -302410,7 +302410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c48fb92c-88cb-45d3-a31a-65ab8368c881", + "id": "3fc096eb-50cb-432e-a0db-8ff673c1f499", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -302514,7 +302514,7 @@ } }, { - "id": "9db9b19e-a3a3-4a80-a54f-24b9e1f8d4c9", + "id": "61bee449-08cb-4684-802a-42798b45f839", "name": "Create a Subscription", "request": { "name": "Create a Subscription", @@ -302565,7 +302565,7 @@ }, "response": [ { - "id": "50088089-93e4-4d0a-9314-d16a2c39352e", + "id": "946d7b7f-4377-4016-b0e2-527b9dfd1614", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -302630,7 +302630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "394b56f2-1efb-4729-aed5-265e06e94f03", + "id": "dcb6a0b1-27b8-45c3-9bc6-434c433c1abc", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -302695,7 +302695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17200522-b813-405a-ab48-2c02a957cc57", + "id": "aa89acbe-6488-4e42-aea3-dec427115765", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -302760,7 +302760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "598ea006-feb4-40a4-a163-e62a52710b9b", + "id": "2a524338-ab2d-4fde-b4f4-6bf5bb4bfacd", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -302825,7 +302825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b7313c0-70af-437e-a08d-ea740503cb3f", + "id": "c5926d88-01b0-4cc7-827f-6203d2f1caef", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -302890,7 +302890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e3cc411-fddb-48f4-9fae-3c6b57463731", + "id": "85384d67-544f-42ed-b4cc-f5cb6a44499e", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -302955,7 +302955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e426a80b-589e-4411-9476-a850211b986d", + "id": "91456a2a-67d4-4907-b324-609468cc3142", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -303020,7 +303020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a101bbe-b5d5-43e8-b9f7-8c55943693ca", + "id": "06d00edd-8120-48cf-8d78-590fbe0f4b0d", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -303085,7 +303085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbb0342e-9f9b-4731-9825-89cc18cac2ea", + "id": "4c924e1c-7641-4af6-bd15-c19f135fa0e4", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -303150,7 +303150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58f2c5df-2241-4d68-bb55-b38c7d6018c5", + "id": "6bc90667-8b63-49ee-9f86-caa385f5ee1d", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -303215,7 +303215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5e84446-1d09-4603-a277-8fc74d1d8de6", + "id": "1776f8fe-16c7-4b43-85a2-4aba0edf10a2", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -303280,7 +303280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6daea51b-d862-4aea-bc4b-e9b806ccf148", + "id": "381d753f-2269-451c-a154-9589f8a9795b", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -303345,7 +303345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a4d21c3-a3a5-458f-a8ef-ec8b653804d6", + "id": "9e1c0f77-79b6-4c1f-b66e-00be0bdb2663", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -303410,7 +303410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab1c855b-a612-4baa-9c74-365e03042de5", + "id": "f76fa581-abef-4843-81d9-298ede328e41", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -303475,7 +303475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7a2167a-1d73-4ebe-9838-0d6bb8d656dc", + "id": "5885fbc4-905a-45a7-a40f-a4123a8f5cd0", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -303540,7 +303540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4f2796c-0b59-4334-8561-530692d2ca69", + "id": "8c79750c-1050-42a1-a0f3-fd316c5bc069", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -303605,7 +303605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3adbe81e-90ba-47ee-a2ba-01c5ada16770", + "id": "7bc98c20-3dfc-49cd-a4d0-1d33cd01777b", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -303670,7 +303670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8d38d14-5f45-4077-b57d-1f40388b9379", + "id": "dcf954dd-43b0-48a7-9739-b6362e8c1a1e", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -303741,7 +303741,7 @@ } }, { - "id": "366d4f90-879d-4fb0-bb62-7ff256415ea8", + "id": "8dbff71d-77ed-4153-8095-c1a89edfce91", "name": "List Subscriptions", "request": { "name": "List Subscriptions", @@ -303825,7 +303825,7 @@ }, "response": [ { - "id": "c3388851-fca8-4483-9d03-fd7d89cb213a", + "id": "28561abf-840e-47b7-9ca8-bfa730f18235", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -303923,7 +303923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69dfb762-286d-4a2a-9a5b-acaf64fc6a41", + "id": "4f23c0f2-ac1a-42e0-a7e2-c1620cdf4b2f", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -304021,7 +304021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9063ee14-6333-45b2-bf65-33abb26fd0b0", + "id": "96e1d22b-5788-4e84-a0e1-41e9dca48505", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -304119,7 +304119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1788e59-45a6-4953-a2bd-ceb6a017c7b1", + "id": "5488f296-bf88-4ef8-8d30-72f9dc953bc4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -304217,7 +304217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9183e1c6-596d-4dff-865d-e5bf8ab33abf", + "id": "ee1a2888-8511-4277-9b3a-1ce2a0ab7301", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -304315,7 +304315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d3f2de7-db53-42a6-ac38-605e78472f58", + "id": "cdda8f81-dfb7-4c49-81d1-c5719c930528", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -304413,7 +304413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58c6c9c2-e2aa-45ab-a3bf-a7428be20e7e", + "id": "8d20b107-8c38-408d-87fd-73e498c3c274", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -304511,7 +304511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2809c829-45c2-4e77-b5a8-996e82508065", + "id": "031df804-bc00-4b37-a349-930ba67c0313", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -304615,7 +304615,7 @@ } }, { - "id": "d1060810-eef9-4e94-98d4-d77009d74670", + "id": "2532c4f5-8c54-43f4-b0ba-bd269c557911", "name": "Update a Subscription", "request": { "name": "Update a Subscription", @@ -304678,7 +304678,7 @@ }, "response": [ { - "id": "f9988bdd-866f-41be-b13b-39959d4ec393", + "id": "af14c945-b359-4a85-94a3-ec4a8ebbfb4e", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -304744,7 +304744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bc77115-5196-4bc8-8502-11b67d6df558", + "id": "133307d4-ea8e-4a0f-8016-d9dfd7b70793", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -304810,7 +304810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1a4c6fa-b42b-49f0-9a3a-65ccb79d600e", + "id": "f5141408-e9a1-4c58-87dd-1a50f7dc7858", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -304876,7 +304876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06a0691a-2655-4602-a480-775592fcce47", + "id": "21f46434-e1d8-4d4c-9700-de5b56ce7b07", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -304942,7 +304942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcce8fb8-902a-47e9-ad91-b653155fe230", + "id": "1c03da74-64b8-42d0-8916-46c2bdf4fda7", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -305008,7 +305008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1132a407-7aa2-43cf-98d1-cf7c31657128", + "id": "73793f8c-5e02-46c3-9a7d-36670b7ac083", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -305074,7 +305074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb9424dd-cec0-49e0-9c42-53127018c175", + "id": "0c272858-079a-4d98-8d05-0f105dd10eb5", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -305140,7 +305140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c35c4c9d-706b-46f5-b2c4-660d16e2ba0f", + "id": "a0335413-3317-4240-bd62-d44fb780544d", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -305206,7 +305206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5194bb7-fd00-41d3-92f8-960163d4bfdc", + "id": "7223cd19-66a6-4edf-8ef3-0216f8dee433", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -305272,7 +305272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65f9f5fc-2a05-4d59-a53f-250d1bf941ba", + "id": "5bdbedf4-dbd7-498d-a390-74e2bc05fa3f", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -305338,7 +305338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "827a783e-9f72-4140-a474-ec1b1a414b3e", + "id": "69019165-2d13-4f9a-99b6-25f1a10cfb1a", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -305404,7 +305404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4a34f0d-9506-4bc2-bca6-7fab624a6a2f", + "id": "6db01f73-1670-4312-b584-81fef288ea2b", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -305470,7 +305470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4470214-a969-4b89-ae11-33c69f4c577f", + "id": "94e9e51b-415c-4648-aa9f-3c22fd1fb177", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -305536,7 +305536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "869ae7ca-31f8-4f26-b356-02d9e0502251", + "id": "61d4e144-4541-4ac0-86e5-82742bee2b8a", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -305602,7 +305602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da196597-d798-4328-90d6-58ef3bc5d80b", + "id": "7e4c7384-b0d1-4d90-97c7-857ae0827753", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -305668,7 +305668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48c503e9-1842-456e-b4ca-3bbe91765f36", + "id": "2fc67a6f-24b5-470f-b64d-c91de6147070", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -305734,7 +305734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a6b09f7-b5e0-4e10-bfd1-ed524d10a047", + "id": "e67c6509-226c-4bee-8689-512a2bdcb531", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -305800,7 +305800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad981dcf-7a09-4dee-aa64-7d52c4c48802", + "id": "5e74f1a5-680e-40ab-9fd0-a435a125891d", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -305866,7 +305866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c0ba49d-4720-4369-a435-d8cfd17b65de", + "id": "8216353e-64a9-4a3e-ac5e-2746d6612369", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -305932,7 +305932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c02fdf8-873e-46cf-90d5-5b0fcf136e05", + "id": "0a15fe75-dff4-4f41-8849-f96e9b6a4c9b", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -305998,7 +305998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5fd50e2-5f77-4168-842f-14af6ada1700", + "id": "b31b0dad-a5e4-418f-9a80-d5f166dc1802", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -306070,7 +306070,7 @@ } }, { - "id": "15fb9981-f626-4fbc-aae3-4ae3897d5621", + "id": "5ced9322-f016-4acd-8129-6ec9a7d6dfff", "name": "Patch a Subscription", "request": { "name": "Patch a Subscription", @@ -306133,7 +306133,7 @@ }, "response": [ { - "id": "527bb7aa-300f-4a61-9f67-e1479b286561", + "id": "7fb482c6-73e6-45fe-a6a4-59493268450d", "name": "Updated subscription.", "originalRequest": { "url": { @@ -306199,7 +306199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4852a4f2-468b-4ca1-a57a-c18b610447da", + "id": "4af91dcf-0355-4138-8a6c-195f59e57e4a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -306265,7 +306265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29a4bc28-046a-4656-9596-a50ed4334380", + "id": "cfa62ef2-8cc6-4eea-b128-3c8244fec8e8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -306331,7 +306331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "909c98ed-2efd-4dee-a947-7f184564af77", + "id": "bbb7ad14-0492-4ad0-be28-04df2e5cb7cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -306397,7 +306397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c343e5ec-407a-4cd4-a3f9-d03b3c3796c5", + "id": "351039a9-5795-44ea-a96d-51fbda592ffe", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -306463,7 +306463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "115e9f6a-4fbc-4901-8856-c87429015af7", + "id": "93fb05ab-1206-49bc-852f-a5dbb81259b9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -306529,7 +306529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "905b9a9b-09f2-4ded-8633-2f0ef5709a01", + "id": "e86ea283-bc61-4919-92ab-289de7ecb79d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -306601,7 +306601,7 @@ } }, { - "id": "44fcd040-5504-4be3-ad3c-e30306b5718b", + "id": "6e393272-bdd7-442c-b253-fcb182af1233", "name": "Delete a Subscription", "request": { "name": "Delete a Subscription", @@ -306651,7 +306651,7 @@ }, "response": [ { - "id": "6f310493-e677-468a-90c0-196ff0077f09", + "id": "97f765cc-3d70-4d5e-a24d-d2a6bfd5b62b", "name": "Subscription is deleted successfully.", "originalRequest": { "url": { @@ -306694,7 +306694,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0d410853-90a3-4e3b-b722-e8d3402a994b", + "id": "72f5008a-3a0d-4fd5-9499-0b94ec795326", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -306747,7 +306747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd7f4f1e-3b2f-4b48-8420-c8abd50ce392", + "id": "64d0966f-82c0-419a-b009-1b31b2bea34a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -306800,7 +306800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5293fe8c-86e9-4570-b5a2-ffe0e7c51fe1", + "id": "767e6852-73db-4840-9ba0-f55c6d8a1e6a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -306853,7 +306853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97b89a32-78d3-4b42-baee-c3977d75d169", + "id": "844924e6-0bbd-44e4-ba8a-0bf8d1276665", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -306906,7 +306906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0de865a-1702-4d41-aaad-8fbd6d68778b", + "id": "fdef4b5f-0bd1-48f9-9bb9-b32b34311f5e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -306959,7 +306959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5530b38-b0ea-43e9-ac76-04d5460045b6", + "id": "c37b0438-b26a-4e21-8da9-4a8c018324ec", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -307018,7 +307018,7 @@ } }, { - "id": "f4f5ed8d-ac86-483e-8255-3eed63951c58", + "id": "9896f868-1a4c-47c4-ad90-0e3d6f838cac", "name": "Validate a Subscription Filter", "request": { "name": "Validate a Subscription Filter", @@ -307070,7 +307070,7 @@ }, "response": [ { - "id": "0d917d84-d1d8-45b4-a903-20889198f002", + "id": "d9780735-87f2-4e98-b881-4054eaab5097", "name": "Boolean whether specified filter expression is valid against the input.", "originalRequest": { "url": { @@ -307136,7 +307136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc1c68ac-4718-4a14-920c-71121cc99ec5", + "id": "c6f1ae31-60c7-4188-8e4c-21db55f55666", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -307202,7 +307202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70e58d2c-bc24-4066-9b9e-de02857bb0e8", + "id": "0ad5b048-e8d5-4bb3-998f-0076460ced6d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -307268,7 +307268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f298fd2-8225-48ed-b55c-a22310ce5d7c", + "id": "aa8c7310-5169-4e84-bfbc-9c52a08055b5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -307334,7 +307334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b8ac67f-e4c6-45a1-8191-e804375e1228", + "id": "d7697b2d-2a9a-4b76-8d94-b2b8a0ba3e65", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -307400,7 +307400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8a3d55e-6fe8-4e09-a72b-bfcfcfa9154c", + "id": "bb4cb93c-43da-4f73-b3e6-a42aeca05e0e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -307472,7 +307472,7 @@ } }, { - "id": "5d7b369d-f79a-45ee-837c-46e242118acb", + "id": "b579923d-7b90-4db2-8232-dbd3781cdf16", "name": "List Latest Invocation Statuses", "request": { "name": "List Latest Invocation Statuses", @@ -307557,7 +307557,7 @@ }, "response": [ { - "id": "e5b85e23-b54a-4a19-b15a-85af16020889", + "id": "26b3dbd9-5b95-43f2-bdd4-92c77c07295d", "name": "List of latest invocation statuses.", "originalRequest": { "url": { @@ -307656,7 +307656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb5bc14a-a9f3-4b9f-94e9-020feaa5f9a8", + "id": "a25ddc72-6b78-46c6-a6a5-b1cf010e03b8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -307755,7 +307755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9219216c-e908-41a2-b849-5ddbfbda7c5c", + "id": "c4205dfd-fc6c-4e21-ae18-32455097f84c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -307854,7 +307854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92d9f6c6-0b8f-4f9a-a1d1-2e9c0fec295e", + "id": "1bd73159-8f36-42b4-8523-2fcdcbde862a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -307953,7 +307953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ce656c6-f695-4da3-832b-e7af6c14db02", + "id": "afb57a36-df9b-4dbb-99e5-3c146cdc06be", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -308052,7 +308052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8556498-e24c-41e2-8670-75a99f6d0821", + "id": "f3df54ff-20d9-4110-8443-9d041e885598", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -308157,7 +308157,7 @@ } }, { - "id": "998504e7-44c9-43ae-8aad-243c47b237b7", + "id": "6b128ae7-12f6-4ac6-81e8-b7d26adde719", "name": "Complete Trigger Invocation", "request": { "name": "Complete Trigger Invocation", @@ -308221,7 +308221,7 @@ }, "response": [ { - "id": "c824e49e-b073-459f-bd0a-f3e59f3cbbc9", + "id": "6af02b44-c431-4e34-bd55-8b8293f03307", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -308278,7 +308278,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8391c104-6d5a-4876-bb85-049b64a58665", + "id": "c10127cd-f7e0-4ea7-8264-737b0161ddce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -308345,7 +308345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56537b6f-df74-4e01-8054-97f7c8a5323a", + "id": "60003f52-4a60-425d-8597-b7150650a0e2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -308412,7 +308412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d6a1574-2bb8-445d-93c0-babeba30adff", + "id": "6b9e0f2c-e582-47de-8602-9dcb9577ed9d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -308479,7 +308479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d989d2c1-ef12-493f-bc03-4112faeb7d2f", + "id": "afb3e4c5-a0b2-4362-8bb6-745fee926ca7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -308546,7 +308546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "735f2571-62c8-40ba-a515-425e18801097", + "id": "f7148c4b-bc15-4ab8-915f-7c01d7630d9b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -308619,7 +308619,7 @@ } }, { - "id": "21a4dad2-8028-426b-83c6-5c296c02969a", + "id": "0790c310-225f-4ad8-8091-44e3a30e9aba", "name": "Start a Test Invocation", "request": { "name": "Start a Test Invocation", @@ -308671,7 +308671,7 @@ }, "response": [ { - "id": "f24fb966-28bf-41f9-b5b7-0646f74b5067", + "id": "952b8e68-26ac-42bf-a6b6-fbee7deb562a", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -308737,7 +308737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59324d86-82f5-4899-8fda-89125e0fd2e7", + "id": "acdc2cd3-26c4-4353-a69b-9d93b6fa6126", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -308803,7 +308803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "591be475-5076-460f-929f-6d1b3fbb835c", + "id": "3e15165a-dc88-4f5c-a517-af15cb072920", "name": "Trigger invocation is skipped, because tenant has not subscribed to the specified trigger.", "originalRequest": { "url": { @@ -308859,7 +308859,7 @@ "_postman_previewlanguage": "text" }, { - "id": "da68f453-ad7f-4d99-9a94-c7e2ab06bb41", + "id": "e07126be-5d05-49bf-9df6-36bc9041d667", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -308925,7 +308925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7083bfa6-5234-4d81-8994-1828ff4f8327", + "id": "f5b23bc9-a39b-4805-9216-0c7cb918d459", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -308991,7 +308991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e6a6d97-da48-413b-aa98-467f6d20d99c", + "id": "2c40f2bb-fc3f-4a58-a197-9fd87e184fcd", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -309057,7 +309057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fd43f84-ef92-4e15-a93b-0967927432f0", + "id": "0a07a174-3cd0-4b2f-a812-e9313233ad0c", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -309123,7 +309123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c2d0015-02bb-4b46-89ae-933c6f1ffd6b", + "id": "65394a5a-1ef3-4d31-8c58-74a972c548bf", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -309189,7 +309189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "443828f6-bbbf-4729-b390-aa57ce1297ba", + "id": "39f65154-2597-4978-9ab0-9ebcb1765624", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -309255,7 +309255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8753524d-f64f-42ee-8b87-f14af9a65bc5", + "id": "1aa5574d-9577-428c-8c6d-c1da32463f19", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -309321,7 +309321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3df785b4-bf7f-4238-89ff-271fc8720298", + "id": "ba1557c9-d7a6-41c0-ba5e-f48d599ca18b", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -309387,7 +309387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aeb6a2c9-0212-4954-a67b-827fe9186f24", + "id": "2a36f65e-17d1-42cd-9a02-ad8d6573b5cb", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -309453,7 +309453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b32d63b-e94d-4c0c-ac60-36cbf57633b0", + "id": "1ecca46b-214a-4732-9eb9-8c023deacfe1", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -309531,7 +309531,7 @@ "description": "API for managing UI Metadata. Use this API to manage metadata about your User Interface.\nFor example you can set the iFrameWhitelist parameter to permit another domain to encapsulate IDN within an iframe or set the usernameEmptyText to change the placeholder text for Username on your tenant's login screen.", "item": [ { - "id": "3fcaa35e-ca08-4e29-9734-14864d6a4be7", + "id": "e50001cb-9737-4829-bb04-793c6b905217", "name": "Get a tenant UI metadata", "request": { "name": "Get a tenant UI metadata", @@ -309570,7 +309570,7 @@ }, "response": [ { - "id": "e9d2a2c7-cdaf-4743-a137-1ce392b21418", + "id": "435e3944-1e66-4e0b-802b-7e173907e604", "name": "A tenant UI metadata object", "originalRequest": { "url": { @@ -309623,7 +309623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "974555ed-9bc8-4795-a4bd-ff37c54d94e0", + "id": "458c229a-cbcc-460e-9cfa-bda02573aeac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -309676,7 +309676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7138598-7374-4e99-97c6-3b1f26464325", + "id": "4f8f0e2d-ee2d-4127-9a7c-e2d84d4aab11", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -309729,7 +309729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "007992d5-ba22-40b8-b82f-25c68469187d", + "id": "bc649b09-23ed-430d-9599-af032e412581", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -309782,7 +309782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51fe8e32-8678-4dd6-88eb-61381becd992", + "id": "68335901-a982-4857-8e5f-23fb55c45c3a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -309835,7 +309835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "667b96e9-da84-4786-b32b-3abd035d3dd3", + "id": "b701a999-cc10-4eec-a274-5c23e7ff04db", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -309888,7 +309888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f35d546-0ddc-43ba-ac2c-bd37fc44a493", + "id": "c82271ac-5417-4e0e-9192-3e18469f679e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -309947,7 +309947,7 @@ } }, { - "id": "6eb932a4-cd32-4be0-899a-fdbba721c8b8", + "id": "e1fbe70d-1428-401b-9cff-6bad433fe7bc", "name": "Update tenant UI metadata", "request": { "name": "Update tenant UI metadata", @@ -309999,7 +309999,7 @@ }, "response": [ { - "id": "d17b64d3-33b5-49c3-b70f-499fc7a12d3d", + "id": "3f775ff2-31c0-48c9-8577-8a2ed0ddedcf", "name": "A tenant UI metadata object", "originalRequest": { "url": { @@ -310065,7 +310065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05f0af17-1a8b-4c82-aaab-7c0a7541db51", + "id": "75a1a645-0065-444b-b04c-80cc66805a13", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -310131,7 +310131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "992132c7-1e1b-4310-bb56-be3e29b7f60a", + "id": "4c472b24-401b-463f-8ae5-7815cfd0d530", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -310197,7 +310197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9d5cb62-a7ae-43e0-b882-9ebbf7c6d3b8", + "id": "d82b17bd-55b7-4f86-8ecf-ae7c37a8e840", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -310263,7 +310263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb0f1ff6-14a1-4f38-9c3d-111a36de5d1f", + "id": "4d9439f6-2a66-422a-954e-c398bf4a8e0e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -310329,7 +310329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09b4b491-b539-49bd-8370-8ef90fa9916d", + "id": "63a2f74a-390d-473a-9105-99d93d611b2a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -310395,7 +310395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "651c8807-a0ca-4780-8210-ac4a63ef6fa9", + "id": "fc904fb8-6aa0-47f5-9fee-5559ded18e1f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -310473,7 +310473,7 @@ "description": "Vendors use ISC connectors to connect their source data to ISC, but the data in their source and the data in ISC may be stored in different formats. \nConnector mappings allow vendors to match their data on both sides of the connection. \nThe vendors can then track and manage access across their sources from ISC. \nThis API allows you to create and manage these vendor connector mappings. \n", "item": [ { - "id": "2ccbf3f4-10c4-493e-9eda-3d301570ceb4", + "id": "511ca76b-b539-4eed-a555-189f9720a1d6", "name": "List Vendor Connector Mappings", "request": { "name": "List Vendor Connector Mappings", @@ -310502,7 +310502,7 @@ }, "response": [ { - "id": "56223a7f-e88b-4914-a52e-1247ae836b13", + "id": "3c6f2006-97c7-46d2-a03f-52ee615c89c2", "name": "Successfully retrieved list.", "originalRequest": { "url": { @@ -310545,7 +310545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b57de15f-5da0-4ac4-ac0c-6fbab07ef871", + "id": "5bd0802a-4fbe-4060-bc78-f51759014257", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -310588,7 +310588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15bae73b-c371-4760-ba66-3de2c9227c01", + "id": "d8310da2-b82d-40c3-9588-481fad39557b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -310631,7 +310631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46df46b6-2d01-497a-ad01-b1b7d31c5e5b", + "id": "703a6eac-5b43-4948-8b00-6524306c36fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -310674,7 +310674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9ae4282-70d9-40ad-bc00-6ce0df4e8fe7", + "id": "e26817ca-3170-43dc-a37b-65c01b37bb05", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -310717,7 +310717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f317da16-3594-408f-8039-f4b26883b245", + "id": "02d71bef-d118-4649-8113-c8b5c49bbf63", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -310760,7 +310760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d440d646-4022-4052-aee7-4312fa26f833", + "id": "11420a5b-e1c1-44ea-bdef-3d8ea34cbd72", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -310809,7 +310809,7 @@ } }, { - "id": "98727528-65f2-4fcb-9ca4-2ed7a39ff030", + "id": "0012e403-1931-4b19-a17a-ca82aba6b1f4", "name": "Create Vendor Connector Mapping", "request": { "name": "Create Vendor Connector Mapping", @@ -310851,7 +310851,7 @@ }, "response": [ { - "id": "78615cc9-ec1b-4891-81ab-ad221b956ca0", + "id": "d5362122-d409-485e-8aaa-de6afa9bf539", "name": "Successfully created a new vendor connector mapping.", "originalRequest": { "url": { @@ -310907,7 +310907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bc198f0-75bc-4b8c-913d-5c36b0773283", + "id": "4baf8e05-da81-4f90-8524-f0241c68ecb1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -310963,7 +310963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a62ff2e2-09cc-4149-9d64-ff1e35d3e02b", + "id": "ee03e4d7-ff72-427d-be33-05f95cc01b30", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -311019,7 +311019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39632d54-d6c7-4229-8ef7-f29e15ddfb8b", + "id": "59091eec-01f4-4f3b-bbe1-37dab736378c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -311075,7 +311075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "766b2623-0a86-49bb-80b0-605fb4c9c88d", + "id": "b1564103-5169-4455-b412-f851688b3860", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -311131,7 +311131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2907edac-67d0-4e35-ba88-205c110d62f2", + "id": "fc5d04d4-d9d9-4c2c-87ab-64624d2da0b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -311187,7 +311187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d56b2e1-1866-4075-85ae-5c58db575f92", + "id": "f5599481-ac3b-4607-8dd3-452cdd7e7880", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -311249,7 +311249,7 @@ } }, { - "id": "bd71833f-f688-446a-a215-e2eaeb1a9ccb", + "id": "cb0352b5-c0be-4f02-a969-fdcdc75ad3c2", "name": "Delete Vendor Connector Mapping", "request": { "name": "Delete Vendor Connector Mapping", @@ -311291,7 +311291,7 @@ }, "response": [ { - "id": "ae36dc4e-6856-4e4a-8e19-0b57e34b3fb3", + "id": "7f20b97b-8822-43de-aff8-c859dc6537c2", "name": "Successfully deleted the specified vendor connector mapping.", "originalRequest": { "url": { @@ -311347,7 +311347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c0df373-bfb3-46ce-b901-696049aff356", + "id": "7bc0b67e-bf27-450d-a485-d2e6139db9f2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -311403,7 +311403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11ae86c5-a63e-4e82-ba7f-1235ae20d916", + "id": "bbdefe84-7cb6-4972-856b-b0c4e093989a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -311459,7 +311459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01ac9cbf-ea70-4776-90b7-46d8890c8d64", + "id": "499c8c58-e422-4b52-840a-249072412ed3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -311515,7 +311515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5003eaa1-d4a8-4836-9d33-4b54afad2d53", + "id": "0e810353-caa2-4e90-a596-dcd4f2954a79", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -311571,7 +311571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61814d5d-1b2c-4185-84bf-399c1077225d", + "id": "831034d5-2146-4936-8ed3-2f74b247c3a3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -311627,7 +311627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c13c423-0275-4c95-8988-03680d46a8b3", + "id": "41cdb11f-c7c8-4b34-bbe6-49111e8a95da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -311695,7 +311695,7 @@ "description": "Use this API to implement work item functionality. \nWith this functionality in place, users can manage their work items (tasks). \n\nWork items refer to the tasks users see in Identity Security Cloud's Task Manager. \nThey can see the pending work items they need to complete, as well as the work items they have already completed. \nTask Manager lists the work items along with the involved sources, identities, accounts, and the timestamp when the work item was created. \nFor example, a user may see a pending 'Create an Account' work item for the identity Fred.Astaire in GitHub for Fred's GitHub account, fred-astaire-sp. \nOnce the user completes the work item, the work item will be listed with his or her other completed work items. \n\nTo complete work items, users can use their dashboards and select the 'My Tasks' widget. \nThe widget will list any work items they need to complete, and they can select the work item from the list to review its details. \nWhen they complete the work item, they can select 'Mark Complete' to add it to their list of completed work items. \n\nRefer to [Task Manager](https://documentation.sailpoint.com/saas/user-help/task_manager.html) for more information about work items, including the different types of work items users may need to complete.\n", "item": [ { - "id": "2ed0c9e2-d369-4720-9bfb-869078a6e1ed", + "id": "a15f3587-a247-4cb7-b0ec-ac6faaaaa686", "name": "List Work Items", "request": { "name": "List Work Items", @@ -311761,7 +311761,7 @@ }, "response": [ { - "id": "b8660307-65ac-4a27-b986-c97bbdb2b78b", + "id": "a55f5d23-0eeb-4808-bcea-0883f1ff9eb1", "name": "List of work items", "originalRequest": { "url": { @@ -311841,7 +311841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1571b6f0-a0b6-4ca5-8100-40f7b4d31c86", + "id": "adbe9463-8437-4e3c-9e50-975c7d7852fc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -311921,7 +311921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cd33792-a6e7-4749-9bfa-44db94051cba", + "id": "2ac1e9b8-c4a7-4211-b424-f0c5db1c78d6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -312001,7 +312001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b2ef02b-edaf-4de8-8572-0a3ddc5ad959", + "id": "da582653-839f-4a26-966f-fbd3cc7ba10b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -312081,7 +312081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "018c65b6-1bee-4e8e-804d-eb8d7457021c", + "id": "01fdbad8-f145-4398-bbed-395df4181698", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -312161,7 +312161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8248fc6c-b6da-4525-9a46-504ae5345534", + "id": "d31dc6bb-9164-40d4-ac88-988d93d2dbd2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -312247,7 +312247,7 @@ } }, { - "id": "292450d1-a979-43e4-bd26-e1b0916bcf55", + "id": "823f3a88-40d0-4105-b3e1-74eed233a580", "name": "Completed Work Items", "request": { "name": "Completed Work Items", @@ -312314,7 +312314,7 @@ }, "response": [ { - "id": "68742468-2b66-4c28-838c-ce3304d36ac4", + "id": "5448b966-7f59-428d-9f92-7a208e1a29e8", "name": "List of completed work items.", "originalRequest": { "url": { @@ -312395,7 +312395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15119249-4572-490f-9110-d0e447d34d82", + "id": "a5e7f7dd-ed67-4808-a333-65a4e52237a9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -312476,7 +312476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bc4ce54-7c89-4f99-8c2b-ad399669bbfd", + "id": "33f50557-f12f-47b0-8484-b42fefb83661", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -312557,7 +312557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8448bac6-47c5-4a9e-965b-42701e324a86", + "id": "9dfb7517-36e2-4dce-be37-f84e36f5142d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -312638,7 +312638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ab1710e-c370-452c-8c72-a4275eaea22a", + "id": "8019e115-f97a-443e-b7db-550568214e34", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -312719,7 +312719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6f31271-a65b-4e46-b9ee-5ad84d5a1317", + "id": "5d9b0b05-944b-4055-8953-be8a556504ec", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -312806,7 +312806,7 @@ } }, { - "id": "6ca30b8d-79ce-47db-a9ad-476c932311d5", + "id": "5fb2dda7-f80f-432b-8068-16576b562015", "name": "Count Work Items", "request": { "name": "Count Work Items", @@ -312846,7 +312846,7 @@ }, "response": [ { - "id": "5649a589-ffe1-4f36-acf6-9895a0e2312d", + "id": "fdbaa732-70fb-4410-89f4-7d69b1721178", "name": "List of work items", "originalRequest": { "url": { @@ -312900,7 +312900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37e04314-f827-4817-a7b4-d806b305397b", + "id": "90cd30a9-9f17-47a0-a13b-044e9ba611d3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -312954,7 +312954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55fdbf8c-f72c-401e-87b4-df19afc94ce4", + "id": "ba191305-1ff7-486e-93e8-323f7796b980", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -313008,7 +313008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8d4c312-f826-4516-b1c9-270780730518", + "id": "78a72d6e-0a6b-4e24-8f0e-f6c4cb0703b3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -313062,7 +313062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95d8e9a5-ad35-4481-9ffb-ec3a1897518f", + "id": "2adc146a-3369-4de7-bace-bafe467d7739", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -313116,7 +313116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ce5280d-4f20-4782-8ca3-3f57bff8e6d8", + "id": "d27a6fc3-bb9c-4283-87cd-ee412e7fc2f9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -313176,7 +313176,7 @@ } }, { - "id": "815d7f23-9bcd-4b8e-9a99-c0643390187d", + "id": "6a2c959d-d589-4d62-9594-b7784b29a632", "name": "Count Completed Work Items", "request": { "name": "Count Completed Work Items", @@ -313217,7 +313217,7 @@ }, "response": [ { - "id": "a11d10e0-4a54-4a1c-b27a-b07248940b35", + "id": "49b275e1-949f-4b23-a06d-90423286b4ee", "name": "List of work items", "originalRequest": { "url": { @@ -313272,7 +313272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffaab453-2624-4ced-bc27-9dfdd52a1691", + "id": "f4231385-91fb-49c1-918f-987d75bb10a3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -313327,7 +313327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a27c2aa3-72be-46f9-a518-aec2690bd2ed", + "id": "2bd897bd-93a3-45b6-a376-08b6b24c676a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -313382,7 +313382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "717b155d-be54-405a-92aa-aa44dcc04bf8", + "id": "cc0b9f6c-5358-4778-a730-09e8813f157d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -313437,7 +313437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e9e17b8-8776-4674-bb39-226622e7915a", + "id": "303d8f83-8dd9-4a8a-bb07-3aaa173d29ee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -313492,7 +313492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "298f86fa-ff61-4465-97b1-830323ecc01a", + "id": "97f0edd0-a70a-49ad-b62c-f82e438cbf76", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -313553,7 +313553,7 @@ } }, { - "id": "42df1fcb-9bd5-42b4-83ec-387a7c18102c", + "id": "e47e08e0-69de-4747-876d-07e775bd6998", "name": "Work Items Summary", "request": { "name": "Work Items Summary", @@ -313593,7 +313593,7 @@ }, "response": [ { - "id": "3cc7b54a-217a-4409-b6f0-52deebfd3b52", + "id": "bea0e472-1e91-480d-a09c-5daebc162013", "name": "List of work items", "originalRequest": { "url": { @@ -313647,7 +313647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75245bf2-0660-4b98-9492-7780899e2991", + "id": "f747e481-312d-439e-b9ec-9d8508852db8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -313701,7 +313701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fc15da1-2c48-49de-91f7-136973e0a2aa", + "id": "2517ed86-1df8-4a70-8bcd-9c7aac7148b2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -313755,7 +313755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "caa8d772-07c3-4afc-b638-48feac251eb7", + "id": "9c007d48-93ee-4776-8a23-3e7dfdf534bb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -313809,7 +313809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5331de5-dbec-4ea2-a95b-a31fa5bdaad2", + "id": "36f7b915-ed8c-4460-8066-3e8cdc74f6f8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -313863,7 +313863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94aab387-e1f6-4f8e-929a-976214d0fac9", + "id": "812132aa-005f-411e-a2c8-0f0c1968e0c1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -313923,7 +313923,7 @@ } }, { - "id": "7b8fe392-c6a5-4bf4-9a80-9314dbb1536a", + "id": "c9d3e8ba-4376-4b8a-809b-5b525fc978bd", "name": "Get a Work Item", "request": { "name": "Get a Work Item", @@ -313964,7 +313964,7 @@ }, "response": [ { - "id": "229cd6c9-f515-4824-93d6-adfaa6e97af5", + "id": "53df06cf-9ea4-4ffa-94b6-4e0f2584dc24", "name": "The work item with the given ID.", "originalRequest": { "url": { @@ -314008,7 +314008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f543a386-5fde-4910-8a2f-beec2e28b568", + "id": "1a74350f-c607-47ab-a521-f9a53697e332", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -314052,7 +314052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25f857c0-35c2-4d83-9fc0-33bd92e0c492", + "id": "c48f8821-2fd2-447b-a412-46cea5bcf5af", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -314096,7 +314096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ba5c40c-0415-4194-ac38-204e4bd7aad0", + "id": "671d2b57-a198-4e83-8e9c-059f0a0d1e01", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -314140,7 +314140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5e7c9bf-706d-46db-b6f8-4632a7c7cfd1", + "id": "31c577da-a183-4dfe-a0b3-3e63d0c4d0de", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -314184,7 +314184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1f0bc84-1010-4539-ad6d-b2815f81c71e", + "id": "cf8d704d-a415-43fe-9f94-c974b812f95e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -314234,7 +314234,7 @@ } }, { - "id": "c0228b19-c781-4869-8dfa-ea4c426bb583", + "id": "2f1d6f77-e58b-47c2-b1bc-a63ed8edcd2c", "name": "Complete a Work Item", "request": { "name": "Complete a Work Item", @@ -314275,7 +314275,7 @@ }, "response": [ { - "id": "bc07d100-b400-4070-bc14-c9b7a72c65cf", + "id": "7b6530f4-48c6-4f91-8a83-49f7a0c35c8b", "name": "A WorkItems object", "originalRequest": { "url": { @@ -314319,7 +314319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab7d23d3-99cf-48ba-97c3-b01a0f0aebb6", + "id": "03a72fad-7214-4bfd-8dca-6b285d86b191", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -314363,7 +314363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ada2b467-7208-446b-beb2-f01d76ef8c26", + "id": "6d5e7dda-2007-4a15-873e-01aaec6c373e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -314407,7 +314407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac31c4d4-2500-4f4f-bad4-1fbcf011c1d9", + "id": "3ab6abb2-85d3-494e-9834-92aa6502fd3f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -314451,7 +314451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "261fe58d-c3fc-481e-b699-313eacf671db", + "id": "0b6fad36-8507-44df-a191-33c308761746", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -314495,7 +314495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07a65402-926c-474a-9400-3d38904e4c7a", + "id": "4d25738c-40c0-42d3-adad-f9f0071cbe2c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -314539,7 +314539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fee08a1e-baf8-4569-bf87-d65c57cd3dc0", + "id": "f82271b3-9d2d-422d-bb4f-11abf6615ca2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -314589,7 +314589,7 @@ } }, { - "id": "fbd84991-ac10-453a-b17d-3cad66c82962", + "id": "c5e095f8-6a95-4f59-a1c9-34f68674a8ac", "name": "Approve an Approval Item", "request": { "name": "Approve an Approval Item", @@ -314642,7 +314642,7 @@ }, "response": [ { - "id": "d469a5af-456e-43bb-9eb1-7fa77c29019c", + "id": "8837555a-35db-4273-b76e-60dfea25f706", "name": "A work items details object.", "originalRequest": { "url": { @@ -314688,7 +314688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "150375aa-89e8-45b1-b135-7b0a6d352bf0", + "id": "80cbc4ae-7142-4bfd-adff-2f757fd89ccb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -314734,7 +314734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8702a31f-9300-4c78-b5fe-3f3e75a51bc2", + "id": "e454317b-c8c6-4589-b987-0c03610fa6a4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -314780,7 +314780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da33f791-8924-4b52-8af5-cd03523e38cb", + "id": "65eb2073-e0cd-46b9-ba55-17d4c6e64ed7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -314826,7 +314826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63d2776a-010b-49cc-b1a0-3158c53a387f", + "id": "7531186e-00b4-47a5-995c-8066762286a7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -314872,7 +314872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a9a3753-b305-4b23-8b00-28c53b9eaf29", + "id": "5515ca54-e575-450e-8f32-0b6f37008417", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -314918,7 +314918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ffe7a1a-71f4-40aa-b62e-7cf75e64d4f6", + "id": "ac451817-7c3f-4db2-bf7c-d1c0571a2285", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -314970,7 +314970,7 @@ } }, { - "id": "9c71cbfe-3906-459a-b40c-3f9562e3574f", + "id": "0d67b168-0de8-41da-9a9c-f63bbe3fe70b", "name": "Reject an Approval Item", "request": { "name": "Reject an Approval Item", @@ -315023,7 +315023,7 @@ }, "response": [ { - "id": "753d501a-f18f-40cc-ac6a-ef84134dc0f9", + "id": "7ea912d0-e228-421d-8b8a-59434ac15459", "name": "A work items details object.", "originalRequest": { "url": { @@ -315069,7 +315069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cb8b79e-3383-4256-938b-1efec0034047", + "id": "34e2c182-57b0-46b3-a04c-403ddaffa0a5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -315115,7 +315115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8a82d2d-c58c-4a2b-969d-303022f65e16", + "id": "82a3a0b9-d6b5-42ff-9d64-a9b1a091a1a4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -315161,7 +315161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74fe4bd5-c7da-47ab-81f9-40638ba643d8", + "id": "8d008ac6-0096-4d96-a5a0-168bef454e8c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -315207,7 +315207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77fdc762-ce3b-4dce-bfbd-01883fe8645b", + "id": "e1e47ed3-0873-4143-8fec-9b547dd51af7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -315253,7 +315253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0439c170-748f-42f3-927a-9d7914af8e09", + "id": "39744f5c-ad82-4edf-a872-8a89d7d2db6e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -315299,7 +315299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79ee1753-d16d-4be3-ad48-1d50a75d208e", + "id": "bc9f9437-a0d0-4a3e-9811-3b5f93ad1623", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -315351,7 +315351,7 @@ } }, { - "id": "bfbbde41-11b0-47af-8c58-cf53f325fef6", + "id": "94e7c648-c88c-4b56-9b14-49de4d4945b4", "name": "Bulk approve Approval Items", "request": { "name": "Bulk approve Approval Items", @@ -315393,7 +315393,7 @@ }, "response": [ { - "id": "1e55d7c5-a91d-4765-a740-5bb7e4a64711", + "id": "7f93c41c-de2b-47ba-a74c-69ba808d7f78", "name": "A work items details object.", "originalRequest": { "url": { @@ -315438,7 +315438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82010842-c0b7-4cf6-ac5c-057849fb8081", + "id": "9b805455-9ee7-4126-a06f-a76a1f6d6d71", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -315483,7 +315483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a97a9863-c904-4e69-8031-e2f112c84eee", + "id": "502e5314-6fb8-4ebd-bfb2-db5a88b065c9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -315528,7 +315528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a368e38-0fb1-426f-97e5-4ef5c6ef517b", + "id": "475f505a-8932-4304-b17a-5f3393ae74dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -315573,7 +315573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30cb895a-55f8-487b-bf7f-b5511f243377", + "id": "44aa13e4-4728-4c91-a404-cb1da048dca2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -315618,7 +315618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "360eed86-c889-4d0c-8ece-ed15d12339f9", + "id": "bc857414-ecc0-4726-af2c-a5fbac9a3b65", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -315663,7 +315663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54251d09-5704-47d8-9eee-7a73827bc738", + "id": "db66cd33-4468-4f0f-b805-a030761c6f5e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -315714,7 +315714,7 @@ } }, { - "id": "ad9ea84c-c1a3-4d4e-9de6-0c7cb1587ea2", + "id": "5538cb90-9ddf-4d3a-985b-af8f5e2e41c5", "name": "Bulk reject Approval Items", "request": { "name": "Bulk reject Approval Items", @@ -315756,7 +315756,7 @@ }, "response": [ { - "id": "45179cf5-4cb3-412d-b086-a157a1ca0454", + "id": "5dc19421-b8fc-4c25-ac4f-eaf7efbb0009", "name": "A work items details object.", "originalRequest": { "url": { @@ -315801,7 +315801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0da15aa4-d7bd-4d91-9e32-9a040d5ccf53", + "id": "9c3e9fa8-180a-434f-a554-9a8fee45304b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -315846,7 +315846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ab7426b-e6c2-4a54-9c3c-a531950aa231", + "id": "78f9f904-9829-4b75-b45d-ee7b9e32b6ae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -315891,7 +315891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76fd6a41-0edb-4688-b648-d5c64a72346d", + "id": "49ecddb9-1a31-4ff3-b532-c8bdb6080190", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -315936,7 +315936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcf9e94e-6f73-46fd-b48b-31fd6bd13f49", + "id": "c1c6bcc4-b055-4493-92cb-6200342b81d9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -315981,7 +315981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ab377b9-b105-4dbf-8fa6-d9d339330aad", + "id": "8f3248c4-2e48-483a-ab7b-69250f77792f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -316026,7 +316026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58b9ba1a-2fa4-4056-bb2c-eb961cfb35ba", + "id": "5c782abd-a61c-41c5-8dc4-af5dad133a3e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -316077,7 +316077,7 @@ } }, { - "id": "50064d3b-b779-4c9f-a106-74a622e934b6", + "id": "08217651-2ddf-4a95-8b9f-8c4e3f0c02b6", "name": "Submit Account Selections", "request": { "name": "Submit Account Selections", @@ -316132,7 +316132,7 @@ }, "response": [ { - "id": "bad0d242-a993-4fb2-9c43-cf071411e14b", + "id": "d5a281d8-a379-4d5b-9134-8b2119c38252", "name": "A work items details object.", "originalRequest": { "url": { @@ -316190,7 +316190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5403f51-7d12-4575-94a4-4b341db34150", + "id": "12aba708-dc7f-4ae9-a1e7-192c1e6f4fdd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -316248,7 +316248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bca84f7-7b56-4bf4-9936-1a98e4cf5f60", + "id": "21d1d69f-0940-4410-90c0-855e7f78d6c7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -316306,7 +316306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96142f6f-c57f-4c39-be1e-2ad86d1d28c3", + "id": "e0e701ea-1077-4838-9bdd-4e5538c91d9b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -316364,7 +316364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6103de97-dcf2-4269-83fd-f709cd4eeadb", + "id": "56ae3e27-c571-489f-968c-ba411069536b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -316422,7 +316422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "314bf58b-c714-40e1-adce-e13a901932de", + "id": "fd2607bb-bf9f-41ef-96cc-a08b359f5bfc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -316480,7 +316480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9153fed6-f6c0-48e0-bfdf-9f63e1b3b319", + "id": "76a8163e-ba96-4e0d-ada9-20b21d93c038", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -316544,7 +316544,7 @@ } }, { - "id": "55ac2a36-9267-43ef-9b7a-b0980340bdf6", + "id": "f3715954-dca0-4c4b-9d42-154570d453d0", "name": "Forward a Work Item", "request": { "name": "Forward a Work Item", @@ -316599,7 +316599,7 @@ }, "response": [ { - "id": "37685232-e70d-4c1c-9b1a-8abb66c8eee5", + "id": "9af07cbb-b9c4-46ae-af0d-96a6a4b2a7a4", "name": "Success, but no data is returned.", "originalRequest": { "url": { @@ -316647,7 +316647,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a595bf20-b10d-4575-a9bf-06884988430f", + "id": "2bce6e02-5853-4bac-bbb7-fa4950276d43", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -316705,7 +316705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e29978e6-3430-4a3b-be2d-9aed40f9417a", + "id": "4ecf34e6-462e-460f-af40-10c31ac897ee", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -316763,7 +316763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e616891d-c4b6-411a-ae2d-fe77d41cfb9b", + "id": "cb0fe0c3-ebe5-43d0-bc0a-2432e4f50fa1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -316821,7 +316821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "761aba13-b4b2-4d74-943b-5d74abb1d817", + "id": "47c3b117-38a3-4d0b-9f0f-8ca8dded7d6a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -316879,7 +316879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52a14843-58cc-40a5-a9e0-437407de180b", + "id": "f9ac148a-fead-4531-98a8-2f2dcc947222", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -316949,7 +316949,7 @@ "description": "Use this API to implement work reassignment functionality.\n\nWork Reassignment allows access request reviews, certifications, and manual provisioning tasks assigned to a user to be reassigned to a different user. This is primarily used for:\n\n- Temporarily redirecting work for users who are out of office, such as on vacation or sick leave\n- Permanently redirecting work for users who should not be assigned these tasks at all, such as senior executives or service identities\n\nUsers can define reassignments for themselves, managers can add them for their team members, and administrators can configure them on any user’s behalf. Work assigned during the specified reassignment timeframes will be automatically reassigned to the designated user as it is created.\n\nRefer to [Work Reassignment](https://documentation.sailpoint.com/saas/help/users/work_reassignment.html) for more information about this topic.\n", "item": [ { - "id": "cfb6c222-b86f-495c-8ed4-853be4960279", + "id": "ecf380a8-20a6-45a4-abf2-1389adab960a", "name": "List Reassignment Config Types", "request": { "name": "List Reassignment Config Types", @@ -316988,7 +316988,7 @@ }, "response": [ { - "id": "d4ec0d61-8b7a-4df7-abc8-2e3a1127c76d", + "id": "fa3252c0-3e36-434d-a335-f8003cb374e6", "name": "List of Reassignment Configuration Types", "originalRequest": { "url": { @@ -317041,7 +317041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95dc72f6-2bb9-4838-8ce1-60fd8f3608ef", + "id": "ff766eb1-8cf7-46ec-a1ea-4d066bdf7301", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -317094,7 +317094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0b08ded-b4ef-4969-8d3d-5dad6e2a754e", + "id": "21cf1ccb-1441-48fc-a25c-20290c9b037e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -317147,7 +317147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4cbc5e6-e7db-4994-88b4-5e2f584bf8bc", + "id": "26408969-4e51-40b4-a970-417b0070ebde", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -317200,7 +317200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a342cba1-7b9d-407b-b1e4-7aceee62b9ce", + "id": "e6d3ac8c-edc9-4936-9c50-9373050e0c68", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -317253,7 +317253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a0db038-091b-4702-8895-27101f39fd5c", + "id": "2157e76e-779d-43e6-9fb8-c9047a8d7897", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -317312,7 +317312,7 @@ } }, { - "id": "763b469b-2ae1-4bd0-be7d-24aee1886f20", + "id": "c8f8addc-c091-4d7b-a714-862feab01548", "name": "List Reassignment Configurations", "request": { "name": "List Reassignment Configurations", @@ -317350,7 +317350,7 @@ }, "response": [ { - "id": "781cf506-881c-4095-9466-7adc8e6ba1b1", + "id": "dc8c86ea-5995-4c05-902d-f62516d64b16", "name": "A list of Reassignment Configurations for an org", "originalRequest": { "url": { @@ -317402,7 +317402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8b37fa8-715c-4f92-9bad-acb32c9a081f", + "id": "5389faed-42da-45c0-b75a-7effe26ca300", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -317454,7 +317454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c864ec4-d470-4547-993c-14df12d00e32", + "id": "3eb0068d-696a-4d25-8123-c07188a17546", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -317506,7 +317506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05c58c56-95db-4823-8ad1-a3f6310b2795", + "id": "07e0a624-3502-4aca-bc3d-e8a7348c326b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -317558,7 +317558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c09a7f17-4fcd-4e61-a2eb-f847f9e8f600", + "id": "b4759e90-ef09-4532-b6a7-8e425a9dfef9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -317610,7 +317610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "821d713b-2af9-4a1f-8806-0f635b409f54", + "id": "e0605f13-d613-464e-83db-763449f96fbb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -317662,7 +317662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "610f8257-1c12-47c8-9079-a13a030dbcdc", + "id": "04b6540e-0254-458c-b456-61927c7181a1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -317720,7 +317720,7 @@ } }, { - "id": "e709a998-0636-469d-8bed-f97f957dcb87", + "id": "064f21ba-ef4a-4541-b175-697a38fbda53", "name": "Create a Reassignment Configuration", "request": { "name": "Create a Reassignment Configuration", @@ -317771,7 +317771,7 @@ }, "response": [ { - "id": "b209c6fc-515f-43d1-831b-72bce72b5fc6", + "id": "00db6356-39fe-4986-b581-ab7664c6e188", "name": "The newly created Reassignment Configuration object", "originalRequest": { "url": { @@ -317836,7 +317836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06e9e171-2760-451c-aeb0-607867d34529", + "id": "76b2bd94-f11d-4f58-9bc9-53c2b7d9fe1f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -317901,7 +317901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e6eebf2-17a4-4c81-b9f0-1849af58364c", + "id": "054dba37-4278-49c9-9eda-bd13bb18b1c7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -317966,7 +317966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cb091c0-b8a5-443d-bc76-1e1eeec9c63c", + "id": "0f4ba8c6-c97d-4c8f-ac2c-db62db964aec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -318031,7 +318031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c277dfdc-36d0-4830-bb8b-5566479bcef9", + "id": "f6350e07-44de-4cfe-8e0a-e74185ddd51d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -318096,7 +318096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea243de6-b0d6-46e2-a4ac-d6384f28419d", + "id": "7bc1c338-080e-4873-b954-8da50b84af4f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -318167,7 +318167,7 @@ } }, { - "id": "3604706c-618e-4465-b30b-a10da8686c2b", + "id": "7931863f-74c1-4a80-b4c7-eeb5b67e11ea", "name": "Get Reassignment Configuration", "request": { "name": "Get Reassignment Configuration", @@ -318217,7 +318217,7 @@ }, "response": [ { - "id": "eb96672b-c110-4a0e-9b12-7d39742f7072", + "id": "80860381-7f13-499d-8a9b-a61941f3d368", "name": "Reassignment Configuration for an identity", "originalRequest": { "url": { @@ -318270,7 +318270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfffd77c-5478-43b6-9d48-a0c08efc788d", + "id": "e4eeeae4-316c-4477-a68f-00bf030c67df", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -318323,7 +318323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1881d91-a00f-49cf-9f51-024ed3cdf933", + "id": "ce7df2bd-1fe4-44ef-b7de-2b932528e3bf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -318376,7 +318376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f41542ab-577b-4a2a-9289-dd0d61c6a525", + "id": "ea657bdf-9c60-4ec0-bd36-1b4e693e5cd2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -318429,7 +318429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d5fcb7d-89f0-40d0-8446-6dd5380097ce", + "id": "1facb37e-f4d7-4d47-afca-6655e47edeb5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -318482,7 +318482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6f6a961-6e2b-4cd5-9985-ac2ecc3d3876", + "id": "b6c6ad4d-b559-44c1-baf1-84ca220ad0e1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -318535,7 +318535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b553f859-9b5c-4de8-b9c7-06aaf6e517a2", + "id": "d6382474-b75e-4348-a7d0-365e66b4df22", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -318594,7 +318594,7 @@ } }, { - "id": "326fa872-2b84-4cff-be1e-b7d78e084e34", + "id": "5fdb7c95-37b4-4f20-bab2-b0d433ba3ccd", "name": "Update Reassignment Configuration", "request": { "name": "Update Reassignment Configuration", @@ -318657,7 +318657,7 @@ }, "response": [ { - "id": "6e3eb0f9-ae0c-4d2a-874b-d24b349f5acb", + "id": "b72227c5-e9e5-48c7-b429-3c6ee79d3b4d", "name": "Reassignment Configuration updated", "originalRequest": { "url": { @@ -318723,7 +318723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2f18789-220a-4383-b18a-9ebd7b1785b6", + "id": "d1e51ef2-6069-4aad-a2dc-565800aa03cc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -318789,7 +318789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b86c8111-2570-4d34-bf52-065dea6153f6", + "id": "f776dc41-e467-498a-8324-fcbdac8d52c1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -318855,7 +318855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24e769ca-d3d4-450a-81b5-8c75d6e25cb0", + "id": "01019ff1-cddb-4cd7-9fc3-114d9719a218", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -318921,7 +318921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dcf3814-fd74-4d41-a9b7-03e34a623bae", + "id": "fa7e97e4-5e93-4112-a033-b5eb8a76733b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -318987,7 +318987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1030b48-510c-4efe-be2a-fc2ac08f96d1", + "id": "1d6e790d-7b94-45d4-9fba-922c356ea08c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -319059,7 +319059,7 @@ } }, { - "id": "3e0f25ed-d80a-44c6-aff1-d6424828e5ea", + "id": "36754dda-77e5-4ead-a24c-6980065a8bb0", "name": "Delete Reassignment Configuration", "request": { "name": "Delete Reassignment Configuration", @@ -319120,7 +319120,7 @@ }, "response": [ { - "id": "44407536-2663-4066-8dcf-f3c998e5950f", + "id": "440380d3-4d6a-4a9f-a484-cf0314972190", "name": "Reassignment Configuration deleted", "originalRequest": { "url": { @@ -319164,7 +319164,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ac25d8d1-c7aa-41b8-acb6-0907e4167cc8", + "id": "e53f0514-3bfc-437f-9d9f-76363ba36eb8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -319218,7 +319218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33bb8e77-33b6-422c-af65-cc96f15a4c51", + "id": "0d573fb7-0332-435f-af30-2e749d2f0adf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -319272,7 +319272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d338d42-796b-4c3d-889f-9a212998a973", + "id": "e3da442f-36b5-48b7-b58e-d6ebf4b268cc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -319326,7 +319326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5afc31ab-15f0-4196-ba64-4a3179ea89e6", + "id": "902ef8fe-382d-4da8-a3df-137ffc935614", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -319380,7 +319380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e031707f-fdf6-4945-aba1-ab5f41ceb2cf", + "id": "2e729e3f-d249-4b68-9783-406bfe208293", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -319440,7 +319440,7 @@ } }, { - "id": "b060ab12-48ce-4e7c-a7f1-bb6b16115c67", + "id": "56b47d1f-3984-416d-a700-9cb9b7c23615", "name": "Evaluate Reassignment Configuration", "request": { "name": "Evaluate Reassignment Configuration", @@ -319512,7 +319512,7 @@ }, "response": [ { - "id": "7cfb0c55-aff5-47a2-870a-835f7f6ed9b6", + "id": "1c0c50e4-ab72-4421-8342-f800c845a9a3", "name": "Evaluate response when no Reassignment Configuration is found", "originalRequest": { "url": { @@ -319577,7 +319577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86e6f08c-6f44-47d4-8c5b-e915459cd602", + "id": "37384755-3684-4590-8f65-9b7decc39d19", "name": "Evaluate response when a long Reassignment trail is found", "originalRequest": { "url": { @@ -319642,7 +319642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "793309b1-1a4d-4dfc-b41d-11c309cfb073", + "id": "af36062f-60b6-4ba6-a30c-905af86f0ab0", "name": "Evaluate response when a self-review is found and manager or org admin escalation is applied", "originalRequest": { "url": { @@ -319707,7 +319707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16f6ad3e-2907-429c-aa69-affa6e51b019", + "id": "f0787a78-19fd-4792-9f70-9ad6930d83b9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -319772,7 +319772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1cba470-22a5-4959-983c-86826a1d1662", + "id": "c6f0da48-fff4-4a38-9b3e-33f34f5af3aa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -319837,7 +319837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7aca410-e14c-4e84-876e-c5b629a8e6b6", + "id": "2493a3cc-59db-43de-9530-53cf2976016e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -319902,7 +319902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c601e265-6fbb-40ce-95e4-a7e814f18f70", + "id": "ec71864e-a714-400a-88ff-6c708e212fba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -319967,7 +319967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd7d4964-7243-492b-98a9-253824e2e365", + "id": "64eae552-db53-4a8d-82b6-9a96540e0934", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -320038,7 +320038,7 @@ } }, { - "id": "e3591599-6317-46a2-bef6-8a5acf5e2055", + "id": "6a7a2e2b-b745-49f6-a76d-88b5c65acbb0", "name": "Get Tenant-wide Reassignment Configuration settings", "request": { "name": "Get Tenant-wide Reassignment Configuration settings", @@ -320077,7 +320077,7 @@ }, "response": [ { - "id": "d111991a-55f6-4f5f-ac3b-3a8575270979", + "id": "ff664276-ebd2-4c5f-8b35-1fcfdd56a8f5", "name": "Tenant-wide Reassignment Configuration settings", "originalRequest": { "url": { @@ -320130,7 +320130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aff949dd-0efd-42a8-a8ab-76d80fda1bf4", + "id": "ee99b011-4b36-4622-b13d-f859069e1c7e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -320183,7 +320183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8b8505d-3202-47a0-9156-73bf82ac1769", + "id": "cbf16b4d-f6be-45fa-b148-06cca2944915", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -320236,7 +320236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e87e493-5d02-486d-81b1-1078edfc2a44", + "id": "43cb1054-c5a1-4781-a190-a3d3cf8debbb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -320289,7 +320289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce48bb0b-8458-4fa9-8221-7384bc8871e6", + "id": "1e9ac0a3-ae0a-40fd-a57f-14386d29e2c1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -320342,7 +320342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98ce5565-54e6-4852-8258-a4c5caafd39f", + "id": "8d3337dc-f1d4-4b72-aebd-c225855171e7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -320395,7 +320395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02415653-4433-4ed0-be23-ba29e441afd5", + "id": "aa73f36d-3c6a-4547-910f-72275ef357be", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -320454,7 +320454,7 @@ } }, { - "id": "147b50d1-5b04-4709-a1ed-94e3cb2b7030", + "id": "a497ce05-dd54-4ca3-9998-8a5e97583fbc", "name": "Update Tenant-wide Reassignment Configuration settings", "request": { "name": "Update Tenant-wide Reassignment Configuration settings", @@ -320506,7 +320506,7 @@ }, "response": [ { - "id": "e12416af-4d41-4bf0-8ab2-0aa3a5b5944b", + "id": "5e2a368a-2748-4634-947a-abd4634938ca", "name": "Tenant-wide Reassignment Configuration settings", "originalRequest": { "url": { @@ -320572,7 +320572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfcce8ec-c664-44e0-b1fb-20dc8cb5e9b0", + "id": "75928cf8-07e8-46ca-b6f3-5d65763e533f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -320638,7 +320638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd92dc27-a67b-4758-8da7-c60f7b1aaf44", + "id": "c81bd1f9-7eab-4afd-a2e6-a1e7fd95f591", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -320704,7 +320704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf620cd7-735e-4869-9333-6de09fafdf84", + "id": "d4ba2148-9de1-4190-a671-2aa92717d16f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -320770,7 +320770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "463689f0-0263-4999-b683-3a11bd5e1d09", + "id": "c449b3a9-79b0-41db-b2ff-983ab16e521e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -320836,7 +320836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a76dc0c9-7149-4188-984e-ed6b355150e1", + "id": "e7bfd305-adc7-4a52-908d-f525420eddec", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -320914,7 +320914,7 @@ "description": "Workflows allow administrators to create custom automation scripts directly within Identity Security Cloud. These automation scripts respond to [event triggers](https://developer.sailpoint.com/docs/extensibility/event-triggers/#how-to-get-started-with-event-triggers) and perform a series of actions to perform tasks that are either too cumbersome or not available in the Identity Security Cloud UI. Workflows can be configured via a graphical user interface within Identity Security Cloud, or by creating and uploading a JSON formatted script to the Workflow service. The Workflows API collection provides the necessary functionality to create, manage, and test your workflows via REST.\n", "item": [ { - "id": "3b082778-e13c-4eab-bd22-fa30ac9e5799", + "id": "9611e8f7-4ce6-416e-96ac-99b08b125f13", "name": "List Workflows", "request": { "name": "List Workflows", @@ -320943,7 +320943,7 @@ }, "response": [ { - "id": "7b21c84a-7391-4cdd-a8e6-215be8c44d29", + "id": "0eeda460-e4ea-43ff-b3a2-9d897024b5fd", "name": "List of workflows", "originalRequest": { "url": { @@ -320981,12 +320981,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"magna\"\n },\n \"displayName\": \"Ut magna\"\n }\n },\n {\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"ullamco\"\n },\n \"displayName\": \"deserunt eiusmod non do\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"quis amet non ex do\"\n },\n \"displayName\": \"Excepteur aliqua velit Ut reprehenderit\"\n }\n },\n {\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"adipisicing eu fugiat\"\n },\n \"displayName\": \"\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "569c5301-915d-4d7a-a8af-11ed38693828", + "id": "3d181622-dfe3-4acb-8e4d-43eeb43f0536", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -321029,7 +321029,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cf6f8f5-d743-43af-8f82-a91a31f8984f", + "id": "02f34f3a-f201-43b0-964d-0454c0873f73", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -321072,7 +321072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bacb55c-22ba-4662-9f55-6d453a941834", + "id": "b5f63b00-f9e5-41fb-bdd5-ef055e3cc355", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -321115,7 +321115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38843f3b-427c-48b1-a5f8-9bbb61620aa8", + "id": "b2045d22-13e6-428f-b73b-20213a387064", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -321158,7 +321158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8a853ba-c879-47b1-8edd-41ada35a2148", + "id": "54cbf22e-8213-4b25-abb6-b8cfb284c485", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -321207,7 +321207,7 @@ } }, { - "id": "d9fce9fe-f7f5-493d-a51f-80bffe79d232", + "id": "a7f2e476-4fb6-4fba-b683-f82c7ecc59b2", "name": "Create Workflow", "request": { "name": "Create Workflow", @@ -321249,7 +321249,7 @@ }, "response": [ { - "id": "2d18ffd9-3811-4fb8-8fe5-e5fd093d6e5b", + "id": "4758e215-5291-424e-b5cd-28dd47e111ad", "name": "Event Trigger", "originalRequest": { "url": { @@ -321300,12 +321300,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"elit in ullamco off\"\n },\n \"displayName\": \"do ut aute irure amet\"\n }\n}", + "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"veniam tempor\"\n },\n \"displayName\": \"voluptate elit commodo\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e8cdce52-4b3e-4c54-9154-de3b5ef9f47b", + "id": "8ac13d07-bfec-499d-b742-6d4da0e2ddf2", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -321356,12 +321356,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"elit in ullamco off\"\n },\n \"displayName\": \"do ut aute irure amet\"\n }\n}", + "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"veniam tempor\"\n },\n \"displayName\": \"voluptate elit commodo\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f359e71e-b55e-4d80-a6ef-627bd947dbc4", + "id": "fbc8a3e6-5453-4ac0-aefd-712766da10df", "name": "External Trigger", "originalRequest": { "url": { @@ -321412,12 +321412,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"elit in ullamco off\"\n },\n \"displayName\": \"do ut aute irure amet\"\n }\n}", + "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"veniam tempor\"\n },\n \"displayName\": \"voluptate elit commodo\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3a761d51-5575-4f68-8856-5f2f44b1400b", + "id": "88a55a46-6572-48c4-ab16-559ed0afff15", "name": "Event Trigger", "originalRequest": { "url": { @@ -321473,7 +321473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18388ad5-ac4e-4336-a016-80af3ed86a63", + "id": "02a27dcb-75e3-45fa-ba02-8744907f4b96", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -321529,7 +321529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c078e276-043f-429b-9ac2-8b3c66704aaa", + "id": "3ae9afd1-72b1-4d15-a4b2-ad0098c19e4b", "name": "External Trigger", "originalRequest": { "url": { @@ -321585,7 +321585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4003f95e-4514-454b-a99f-502b25b90158", + "id": "88038b20-897f-47cb-94eb-d4378dd2c232", "name": "Event Trigger", "originalRequest": { "url": { @@ -321641,7 +321641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dcc5e88-2a4c-464c-9183-83743e9292ee", + "id": "2b16152c-6edf-4125-bc4f-9e8939a7fdad", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -321697,7 +321697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41d4f97d-a7bc-402d-9bee-448cbf1ad13f", + "id": "91e409fe-1dcb-43c7-9431-dbe87b1bf2ce", "name": "External Trigger", "originalRequest": { "url": { @@ -321753,7 +321753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d13637f2-8728-40a9-bf9e-06a237ae8121", + "id": "9f6f086e-ef8a-4f91-831f-5a9ca32ee8c3", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -321809,7 +321809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25e96474-42cc-4d1f-8d4f-1dcc23c9a353", + "id": "a54b0c9d-e911-456f-834a-2e292c9cbb9e", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -321865,7 +321865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a2c716a-e1f7-43b2-b5f5-f0c5c1559a5d", + "id": "ca370adf-8e88-4195-bf2c-f66bd5b3b690", "name": "External Trigger", "originalRequest": { "url": { @@ -321921,7 +321921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dc9863f-d619-4e7a-a3f2-c75dd1c476bf", + "id": "adb4fcc2-aeb6-49d3-87c0-51e9d66a32e3", "name": "Event Trigger", "originalRequest": { "url": { @@ -321977,7 +321977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa1eadd6-9d16-468d-a071-e219131239b8", + "id": "ac1a6b89-d172-4e16-839b-61f85770abab", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -322033,7 +322033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57959566-26c3-4b57-8db9-14f9143415f1", + "id": "f4590ccc-911a-4d04-9172-6a699f9433c1", "name": "External Trigger", "originalRequest": { "url": { @@ -322089,7 +322089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce57fbee-074a-46e9-b7fa-bee98d3e645a", + "id": "9cae5cad-8fc6-45e8-bd5d-90b05e74db56", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -322145,7 +322145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee3b1025-e2b1-42ad-94a7-dca88eec0dfe", + "id": "bcdf7ef8-3595-4b9f-b8cb-e43e1862ccc1", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -322201,7 +322201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbd55b7d-59bd-4eea-9aa3-4d6d58a87397", + "id": "c9e8b7b1-583b-461f-89f4-538bc99b7cba", "name": "External Trigger", "originalRequest": { "url": { @@ -322263,7 +322263,7 @@ } }, { - "id": "a67076fd-d89c-42cd-9bc8-ea0f3b56e00f", + "id": "7a62082f-2158-476a-a7ab-a72c6d972c1f", "name": "Get Workflow By Id", "request": { "name": "Get Workflow By Id", @@ -322304,7 +322304,7 @@ }, "response": [ { - "id": "d36df67f-1566-4299-aa7b-ad5cc6dafc54", + "id": "9fd9d988-a046-416d-a74f-470d6d3114cb", "name": "The workflow object", "originalRequest": { "url": { @@ -322343,12 +322343,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"elit in ullamco off\"\n },\n \"displayName\": \"do ut aute irure amet\"\n }\n}", + "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"veniam tempor\"\n },\n \"displayName\": \"voluptate elit commodo\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d37cb101-0278-4545-9c7c-4d797f27c2ef", + "id": "744b9698-100f-42d1-b21d-3815f2d94549", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -322392,7 +322392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b7ed23e-bf27-402d-8c1c-6955cc5b900c", + "id": "4b39806c-5ce9-41eb-a649-1e29245d9ecd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -322436,7 +322436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b051af58-2190-4931-8995-b6def1685fe7", + "id": "04a88cdd-2baa-4780-ac9b-36267beafc55", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -322480,7 +322480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2390e92-ff5e-40cd-9e4e-361c995b09e1", + "id": "7a657798-c24a-4182-9f6d-9003d9b30314", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -322524,7 +322524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b055179e-6b6d-4e19-840a-9e0f579e02c9", + "id": "82b414ff-94fe-4c06-93d2-34c77ce6ad0c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -322574,7 +322574,7 @@ } }, { - "id": "efefa0b3-b827-4956-b2da-fe8cbd715f33", + "id": "e6deaaef-c4e4-42a7-8579-8921de8697dd", "name": "Update Workflow", "request": { "name": "Update Workflow", @@ -322617,7 +322617,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"dolor laboris id\"\n },\n \"displayName\": \"cillum\"\n }\n}", + "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"sit\"\n },\n \"displayName\": \"culpa\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -322628,7 +322628,7 @@ }, "response": [ { - "id": "06758b42-3bf0-4498-9173-44891c54601a", + "id": "ebd748da-e707-4467-9082-26e047d45216", "name": "The Workflow object", "originalRequest": { "url": { @@ -322663,7 +322663,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"dolor laboris id\"\n },\n \"displayName\": \"cillum\"\n }\n}", + "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"sit\"\n },\n \"displayName\": \"culpa\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -322680,12 +322680,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"elit in ullamco off\"\n },\n \"displayName\": \"do ut aute irure amet\"\n }\n}", + "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"veniam tempor\"\n },\n \"displayName\": \"voluptate elit commodo\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dc56421a-6689-4539-8d61-b7d4f99fe549", + "id": "4b1c43ed-a153-4a2a-8cd4-bcd22b44c173", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -322720,7 +322720,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"dolor laboris id\"\n },\n \"displayName\": \"cillum\"\n }\n}", + "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"sit\"\n },\n \"displayName\": \"culpa\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -322742,7 +322742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5c86a1b-7251-4ab0-baaa-5718e874016c", + "id": "d46c8921-4a1e-4dd8-8e0f-9f69b5cf1865", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -322777,7 +322777,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"dolor laboris id\"\n },\n \"displayName\": \"cillum\"\n }\n}", + "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"sit\"\n },\n \"displayName\": \"culpa\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -322799,7 +322799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0685d172-f7bb-4e60-821e-fdcd505c6554", + "id": "a4f00040-661f-4c6a-af87-b2f59204dadb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -322834,7 +322834,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"dolor laboris id\"\n },\n \"displayName\": \"cillum\"\n }\n}", + "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"sit\"\n },\n \"displayName\": \"culpa\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -322856,7 +322856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76d6edd8-8a2f-4685-a756-a69094de1d35", + "id": "ac2a332a-0e3e-48bb-9de7-2835a29fce96", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -322891,7 +322891,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"dolor laboris id\"\n },\n \"displayName\": \"cillum\"\n }\n}", + "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"sit\"\n },\n \"displayName\": \"culpa\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -322913,7 +322913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d92f0a1b-335a-44ed-bf20-0849dbbf0ced", + "id": "13b61f4c-7dcd-41b1-bbb1-7da283f23360", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -322948,7 +322948,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"dolor laboris id\"\n },\n \"displayName\": \"cillum\"\n }\n}", + "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"sit\"\n },\n \"displayName\": \"culpa\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -322976,7 +322976,7 @@ } }, { - "id": "b2552ed9-f207-4e44-b684-6bfb29dee0bf", + "id": "feb763fb-3f5c-4b53-bae1-06eecd7883a8", "name": "Patch Workflow", "request": { "name": "Patch Workflow", @@ -323030,7 +323030,7 @@ }, "response": [ { - "id": "e35049af-1b93-4f5e-a244-de489d0fbae1", + "id": "56ba2b79-6aba-4577-aedc-6b35af021939", "name": "The Workflow object", "originalRequest": { "url": { @@ -323082,12 +323082,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"elit in ullamco off\"\n },\n \"displayName\": \"do ut aute irure amet\"\n }\n}", + "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"veniam tempor\"\n },\n \"displayName\": \"voluptate elit commodo\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f2943ac0-0142-4257-bbf3-f8e4f1b4294f", + "id": "148487c9-3def-4e95-82d7-f8d4ebc43c29", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -323144,7 +323144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72b3e63f-3f55-4732-af2b-e1855e973826", + "id": "ac0ad4f1-92a0-4283-93fd-4f34e36744e2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -323201,7 +323201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf6661a3-8a36-4c18-9819-0cc13a8c81b6", + "id": "b8cefe78-8eb7-4d11-81e9-e73fdfd16e75", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -323258,7 +323258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aac878a4-3ec0-4a5b-aac3-943464e50c56", + "id": "5c0d78ae-c03f-4fba-85bd-99f2b4639c5c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -323315,7 +323315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98eebe18-21a8-4e6d-9623-494329b45baa", + "id": "d800f266-29c8-44e4-a132-ddbc0195bca5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -323378,7 +323378,7 @@ } }, { - "id": "de2e7b65-f710-4a0f-baaf-af427c5407ef", + "id": "20a10793-4aa7-4172-b111-f4861c0b9383", "name": "Delete Workflow By Id", "request": { "name": "Delete Workflow By Id", @@ -323419,7 +323419,7 @@ }, "response": [ { - "id": "782d88f1-65d0-45db-af7f-8c1128cce287", + "id": "c0a0dfea-80f4-47c1-827d-4ca351ee7dde", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -323453,7 +323453,7 @@ "_postman_previewlanguage": "text" }, { - "id": "69255d54-b6bf-43d7-b2d4-c450a969a3db", + "id": "4e0c3be5-c2d4-4363-bfb6-0253e7a23df2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -323497,7 +323497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c70fe55-f0df-49e3-a135-7525ec036466", + "id": "4ae5096b-a431-4143-93eb-ba61c70245f7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -323541,7 +323541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0067f37c-2a02-4ceb-839a-a5c4dee5ac2c", + "id": "da69cf94-1c44-4535-be35-e908002f708d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -323585,7 +323585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c16cb967-2d83-4ea7-8618-4a8872a1e649", + "id": "05107212-c6e6-4ce9-80eb-5fc1fa47ddc5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -323629,7 +323629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f63240e-b049-4900-82fa-862820e8aa7c", + "id": "6801b7dc-9c40-424d-bf50-a01827ca8961", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -323679,7 +323679,7 @@ } }, { - "id": "573d14b8-aac0-4a95-b09c-1ae5285f96f5", + "id": "427302eb-3fa4-44a7-af1a-f0f6d076a35f", "name": "Test Workflow By Id", "request": { "name": "Test Workflow By Id", @@ -323734,7 +323734,7 @@ }, "response": [ { - "id": "d8d76c6b-aac0-4cc0-b6a0-be2d1af0ba03", + "id": "56b8924c-327a-4cdc-96ea-454b1a523c1e", "name": "The Workflow object", "originalRequest": { "url": { @@ -323792,7 +323792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1830ee1e-bc91-4058-bbdb-8db3a5c95adf", + "id": "2e8c376e-c42a-4eed-95ec-88d0ac58179f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -323850,7 +323850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4ef16b8-68ca-4ffd-9241-114ebcf99478", + "id": "8d61fd84-696a-4059-98f0-7c79dc4eccba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -323908,7 +323908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce0cb10b-b5d0-4d37-a4fb-dda1ee36bce5", + "id": "bece7c3e-7dd2-47fb-84eb-bb3d6d51f752", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -323966,7 +323966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aebbf442-e030-42b0-8eab-1751032bf062", + "id": "73c4cf55-899d-4301-b657-95c84546112d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -324024,7 +324024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8839e314-9aa8-4b7e-8859-191d10bc4a54", + "id": "ffb6945c-0b62-4e4d-899f-13b9b2c08fd2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -324088,7 +324088,7 @@ } }, { - "id": "52a24346-78cf-4326-8161-9095acd04f53", + "id": "f9c914e4-0914-457a-87a8-165e1fa48d41", "name": "List Workflow Executions", "request": { "name": "List Workflow Executions", @@ -324167,7 +324167,7 @@ }, "response": [ { - "id": "c643ccf3-cba8-4d84-ad5e-79c74509029f", + "id": "d248da80-16a9-4819-8b8f-958a154f334e", "name": "List of workflow executions for the specified workflow.", "originalRequest": { "url": { @@ -324249,7 +324249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67080289-b0b5-45b6-86fa-448ee0c79984", + "id": "194b7b76-49e6-419e-8fa6-ec2c723dec9a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -324331,7 +324331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15668ce0-2e8d-4871-9969-f67721038363", + "id": "a2b46993-7e39-4dfb-8d96-cce7f75da3c5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -324413,7 +324413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd98da08-3e4d-4e72-b141-9dd60c88ddcd", + "id": "8510dc87-e46f-4fdc-b19b-d499073a1b4b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -324495,7 +324495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d354081a-2c62-4e48-8ad0-15f76ca0b4c5", + "id": "732f98cd-4fd4-4fe5-8b11-6411b9ac2517", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -324577,7 +324577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f27c9af-f4a8-47b8-a7c3-b98dd1145143", + "id": "0c8ea1a8-be57-4b62-977a-5f210fd55cd3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -324659,7 +324659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a84af55-a706-4ece-9ede-2a71305220f0", + "id": "16ee7ef8-465c-4da5-b303-970510fad75a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -324747,7 +324747,7 @@ } }, { - "id": "f95bef9f-9da5-4ce4-9a83-8f8f137415b3", + "id": "b7d037cb-85a4-4857-adf9-43ebcad99c3e", "name": "Get Workflow Execution", "request": { "name": "Get Workflow Execution", @@ -324788,7 +324788,7 @@ }, "response": [ { - "id": "a7044f3c-e434-4aff-af62-a4136b867a83", + "id": "3350d569-b9d4-4144-9bf3-d50748ce0bf5", "name": "Workflow execution.", "originalRequest": { "url": { @@ -324832,7 +324832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e74a68be-a952-4146-b877-87cd1c4c4733", + "id": "4945f208-3abb-41e6-b53c-a5ee7b4d72f1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -324876,7 +324876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed25399a-4694-4b3a-a5b9-1a20dbbbfb10", + "id": "e28d97b1-dfc8-4baa-b80a-6181c80d8959", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -324920,7 +324920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9531bdf1-cd7d-4160-abb3-1d3821b1b146", + "id": "a1bb95d4-e58c-46a5-8cc6-338ccaa7b886", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -324964,7 +324964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ca3275e-a074-4f0a-b1d0-47342537716f", + "id": "36e3230d-a321-4143-858a-c32adefc39cf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -325008,7 +325008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34681dac-d059-4bfa-8322-6202ab602549", + "id": "6d03e563-7963-4cc7-8cfb-41a97a3b00e6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -325052,7 +325052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a491b2b-3a1f-463b-b4a4-edc5d0f9d20f", + "id": "b4cb0a32-4861-4f97-9961-0aa967cc9be1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -325102,7 +325102,7 @@ } }, { - "id": "94625992-18b4-42d7-a056-68fd27a522f8", + "id": "6dce5d53-5005-4817-ac39-c9f4022113fc", "name": "Get Workflow Execution History", "request": { "name": "Get Workflow Execution History", @@ -325144,7 +325144,7 @@ }, "response": [ { - "id": "b28d9419-25da-4d54-a341-871a9653f059", + "id": "9975ac93-f2ae-4ff2-b2fd-9851e2617c3f", "name": "List of workflow execution events for the given workflow execution", "originalRequest": { "url": { @@ -325189,7 +325189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a570683-a5fb-4986-8a33-8ac7d9fdd32b", + "id": "561b6efa-cf1a-4fa3-9715-97dcdce83640", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -325234,7 +325234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0680cca6-040e-47a8-ba14-673a532641ce", + "id": "cf744760-36e5-4589-b565-41ebf4630464", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -325279,7 +325279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07056c85-7856-4f14-9709-341f346f6136", + "id": "01718109-9b1c-492f-8f68-72a84ed21300", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -325324,7 +325324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0222d5c-03c2-4484-a275-97d7237f3395", + "id": "840fac44-9232-4683-9613-756e391ed422", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -325369,7 +325369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62df5365-ecf8-4453-802f-dbcbe0cb1480", + "id": "540732f8-0d5b-403d-982e-07a0fd526245", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -325414,7 +325414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "136fb9e5-061d-483c-b7c8-ee016cd944b0", + "id": "b1f6e570-706f-4693-82a1-64f65c0d06a7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -325465,7 +325465,7 @@ } }, { - "id": "3f841b4e-9cce-4cac-8c33-63b867ffded8", + "id": "3595eb15-2864-4579-a53c-5f7bcf8b3edf", "name": "Cancel Workflow Execution by ID", "request": { "name": "Cancel Workflow Execution by ID", @@ -325507,7 +325507,7 @@ }, "response": [ { - "id": "6cee412b-87e2-4623-8fbb-1dace5ee8502", + "id": "9c7c896f-efd2-4524-87cd-07d8a2fbb7ad", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -325542,7 +325542,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0cd374c6-fb54-4606-a60e-83a46d36800b", + "id": "a501e3e8-e528-413a-8e42-8989a8af7e99", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -325587,7 +325587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "980a3369-2b58-48a1-88b4-08c2bc96f9d1", + "id": "1ff4b97a-22c4-4dea-ad4f-26989481ba2a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -325632,7 +325632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7228576c-e1be-4187-9167-4379455c865c", + "id": "36a56bc6-a656-4504-b489-02e25c86c03a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -325677,7 +325677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88ebfea1-4246-4b7a-b82d-8dc1f4fe21c6", + "id": "538b517f-f879-4795-a14c-0c4cba5b536f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -325722,7 +325722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5870f79f-34f7-46ea-95b6-6754add3b295", + "id": "f673e8a9-9cf2-45dc-b805-5983a16b0446", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -325767,7 +325767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d8e7402-880f-4ac5-9e43-2e6ddf7d99f0", + "id": "fab7a931-5b9e-4cea-8551-acc3b96b999c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -325818,7 +325818,7 @@ } }, { - "id": "fbf0be46-5c31-4329-90de-17fd90ae469c", + "id": "53442a6d-c2e6-4ca7-86e8-5c1d6d1dba5f", "name": "List Complete Workflow Library", "request": { "name": "List Complete Workflow Library", @@ -325866,7 +325866,7 @@ }, "response": [ { - "id": "9719cabf-19cc-42b5-ac9d-04baa5fc28b4", + "id": "f7f06092-531c-44aa-908d-d2780b1d15bc", "name": "List of workflow steps", "originalRequest": { "url": { @@ -325923,12 +325923,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": false,\n \"deprecatedBy\": \"1946-09-27T21:08:07.265Z\",\n \"versionNumber\": 59151456,\n \"isSimulationEnabled\": false,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n },\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": true,\n \"deprecatedBy\": \"1972-08-08T20:39:53.686Z\",\n \"versionNumber\": 20827472,\n \"isSimulationEnabled\": false,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": false,\n \"deprecatedBy\": \"1946-01-14T04:25:40.345Z\",\n \"versionNumber\": -42665399,\n \"isSimulationEnabled\": false,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n },\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": true,\n \"deprecatedBy\": \"1966-01-08T06:55:29.980Z\",\n \"versionNumber\": -13047190,\n \"isSimulationEnabled\": false,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e85ff8c1-a558-4db4-8885-4d4dce93830b", + "id": "fecacf3c-2d47-47a1-bcc9-2f764e7623f7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -325990,7 +325990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3c5b38e-ef90-4c4f-bd76-a04b9166a42f", + "id": "610abc37-af6f-4610-a427-603770713c21", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -326052,7 +326052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65dc0e9a-e920-4b92-886d-c908a1a0122d", + "id": "45e83a4e-45c0-4b9f-932c-1b337d2617f7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -326114,7 +326114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15070146-a2ab-4cf5-9f3d-215f398b33e4", + "id": "8ce87c97-d71f-4842-95ed-53bda5732a7d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -326176,7 +326176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98812d69-51b4-4e06-89e9-023d8a4546e9", + "id": "99b140d7-837e-4557-8286-f9a7f2b7fd23", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -326244,7 +326244,7 @@ } }, { - "id": "a692052b-e079-40da-8f57-912368c209d5", + "id": "1bbe7c25-fdb7-4c6c-9cba-650272be1ceb", "name": "List Workflow Library Actions", "request": { "name": "List Workflow Library Actions", @@ -326302,7 +326302,7 @@ }, "response": [ { - "id": "4470e534-d383-4b56-9acc-5eb9594fcf72", + "id": "7ab2848d-b4c3-4374-8fba-38be5abbd610", "name": "List of workflow actions", "originalRequest": { "url": { @@ -326369,12 +326369,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": false,\n \"deprecatedBy\": \"1946-09-27T21:08:07.265Z\",\n \"versionNumber\": 59151456,\n \"isSimulationEnabled\": false,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n },\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": true,\n \"deprecatedBy\": \"1972-08-08T20:39:53.686Z\",\n \"versionNumber\": 20827472,\n \"isSimulationEnabled\": false,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": false,\n \"deprecatedBy\": \"1946-01-14T04:25:40.345Z\",\n \"versionNumber\": -42665399,\n \"isSimulationEnabled\": false,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n },\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": true,\n \"deprecatedBy\": \"1966-01-08T06:55:29.980Z\",\n \"versionNumber\": -13047190,\n \"isSimulationEnabled\": false,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f97049a5-09ad-4f93-8cb7-12c0f60f3226", + "id": "b917269d-575d-4c51-815c-0f54f311ce67", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -326446,7 +326446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4321389c-3f91-4dc0-9c0c-04e7b3b2439b", + "id": "c4ed86ef-e202-4826-b9d5-a444ba38af9e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -326518,7 +326518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a985b1e-aa3a-4aa2-a424-f67f6235a30b", + "id": "7d7df19e-6d83-4fff-9899-99eb0c261157", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -326590,7 +326590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b29fd285-5d46-4554-9a77-4ff307ef504d", + "id": "a969553b-ca35-4787-95d1-e3a1ebdf46d8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -326662,7 +326662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc948fe6-c0f0-403c-854a-8dab7747a950", + "id": "d5893b3f-a71e-4eb4-a10b-e96fc5ce948b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -326740,7 +326740,7 @@ } }, { - "id": "5eeaf28f-f142-4b69-ad9b-f9b32fe32403", + "id": "f5caed4c-8161-49d0-a301-fc62610499dc", "name": "List Workflow Library Triggers", "request": { "name": "List Workflow Library Triggers", @@ -326798,7 +326798,7 @@ }, "response": [ { - "id": "a522bbf2-ea5c-4855-b55e-3a4062a58f3f", + "id": "6c605340-23a3-4b49-86b8-3b1999ad916f", "name": "List of workflow triggers", "originalRequest": { "url": { @@ -326865,12 +326865,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"idn:identity-attributes-changed\",\n \"type\": \"EVENT\",\n \"deprecated\": false,\n \"deprecatedBy\": \"1980-02-15T06:48:21.644Z\",\n \"isSimulationEnabled\": true,\n \"outputSchema\": {},\n \"name\": \"Identity Attributes Changed\",\n \"description\": \"One or more identity attributes changed.\",\n \"isDynamicSchema\": false,\n \"inputExample\": {\n \"changes\": [\n {\n \"attribute\": \"department\",\n \"newValue\": \"marketing\",\n \"oldValue\": \"sales\"\n },\n {\n \"attribute\": \"manager\",\n \"newValue\": {\n \"name\": \"mean.guy\",\n \"type\": \"IDENTITY\"\n },\n \"oldValue\": {\n \"name\": \"nice.guy\",\n \"type\": \"IDENTITY\"\n }\n },\n {\n \"attribute\": \"email\",\n \"newValue\": \"john.doe@gmail.com\",\n \"oldValue\": \"john.doe@hotmail.com\"\n }\n ],\n \"identity\": {\n \"name\": \"john.doe\",\n \"type\": \"IDENTITY\"\n }\n }\n },\n {\n \"id\": \"idn:identity-attributes-changed\",\n \"type\": \"EVENT\",\n \"deprecated\": false,\n \"deprecatedBy\": \"2022-02-17T12:06:26.108Z\",\n \"isSimulationEnabled\": true,\n \"outputSchema\": {},\n \"name\": \"Identity Attributes Changed\",\n \"description\": \"One or more identity attributes changed.\",\n \"isDynamicSchema\": false,\n \"inputExample\": {\n \"changes\": [\n {\n \"attribute\": \"department\",\n \"newValue\": \"marketing\",\n \"oldValue\": \"sales\"\n },\n {\n \"attribute\": \"manager\",\n \"newValue\": {\n \"name\": \"mean.guy\",\n \"type\": \"IDENTITY\"\n },\n \"oldValue\": {\n \"name\": \"nice.guy\",\n \"type\": \"IDENTITY\"\n }\n },\n {\n \"attribute\": \"email\",\n \"newValue\": \"john.doe@gmail.com\",\n \"oldValue\": \"john.doe@hotmail.com\"\n }\n ],\n \"identity\": {\n \"name\": \"john.doe\",\n \"type\": \"IDENTITY\"\n }\n }\n }\n]", + "body": "[\n {\n \"id\": \"idn:identity-attributes-changed\",\n \"type\": \"EVENT\",\n \"deprecated\": false,\n \"deprecatedBy\": \"1962-12-07T13:43:39.474Z\",\n \"isSimulationEnabled\": true,\n \"outputSchema\": {},\n \"name\": \"Identity Attributes Changed\",\n \"description\": \"One or more identity attributes changed.\",\n \"isDynamicSchema\": false,\n \"inputExample\": {\n \"changes\": [\n {\n \"attribute\": \"department\",\n \"newValue\": \"marketing\",\n \"oldValue\": \"sales\"\n },\n {\n \"attribute\": \"manager\",\n \"newValue\": {\n \"name\": \"mean.guy\",\n \"type\": \"IDENTITY\"\n },\n \"oldValue\": {\n \"name\": \"nice.guy\",\n \"type\": \"IDENTITY\"\n }\n },\n {\n \"attribute\": \"email\",\n \"newValue\": \"john.doe@gmail.com\",\n \"oldValue\": \"john.doe@hotmail.com\"\n }\n ],\n \"identity\": {\n \"name\": \"john.doe\",\n \"type\": \"IDENTITY\"\n }\n }\n },\n {\n \"id\": \"idn:identity-attributes-changed\",\n \"type\": \"EVENT\",\n \"deprecated\": true,\n \"deprecatedBy\": \"2019-04-16T04:18:49.665Z\",\n \"isSimulationEnabled\": false,\n \"outputSchema\": {},\n \"name\": \"Identity Attributes Changed\",\n \"description\": \"One or more identity attributes changed.\",\n \"isDynamicSchema\": false,\n \"inputExample\": {\n \"changes\": [\n {\n \"attribute\": \"department\",\n \"newValue\": \"marketing\",\n \"oldValue\": \"sales\"\n },\n {\n \"attribute\": \"manager\",\n \"newValue\": {\n \"name\": \"mean.guy\",\n \"type\": \"IDENTITY\"\n },\n \"oldValue\": {\n \"name\": \"nice.guy\",\n \"type\": \"IDENTITY\"\n }\n },\n {\n \"attribute\": \"email\",\n \"newValue\": \"john.doe@gmail.com\",\n \"oldValue\": \"john.doe@hotmail.com\"\n }\n ],\n \"identity\": {\n \"name\": \"john.doe\",\n \"type\": \"IDENTITY\"\n }\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "810fb292-5407-4b7a-8bf3-e81d131d719c", + "id": "afe67df5-fb5a-41e7-a431-5f93a136c151", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -326942,7 +326942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbee9c46-3a9b-4e8b-9c25-f244f7d42969", + "id": "ebd957aa-485d-42ed-80da-8f523ad59c71", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -327014,7 +327014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d91c008e-c904-4353-9743-8cf64f9acbee", + "id": "203eb075-c68e-4762-a384-11c053690826", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -327086,7 +327086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0b50eab-5192-47ef-a409-26e135be8db9", + "id": "84872440-0144-493f-8da8-86d6d08a501c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -327158,7 +327158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24ce7b17-e163-49f0-9526-7bae4d21fdaa", + "id": "f0e69091-12e7-4571-8a2d-dc944e60f4ec", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -327236,7 +327236,7 @@ } }, { - "id": "8cf5e655-67f5-456f-a5d2-a1d683ed72fd", + "id": "8ad55679-9604-45d7-9ed8-8dffaf43dd57", "name": "List Workflow Library Operators", "request": { "name": "List Workflow Library Operators", @@ -327266,7 +327266,7 @@ }, "response": [ { - "id": "8878f871-e4e0-416d-8db4-c6c765150560", + "id": "9697801b-bea4-424c-a1fb-ae562a34b674", "name": "List of workflow operators", "originalRequest": { "url": { @@ -327305,12 +327305,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"sp:compare-boolean\",\n \"name\": \"Compare Boolean Values\",\n \"type\": \"OPERATOR\",\n \"description\": \"Compare two boolean values and decide what happens based on the result.\",\n \"isDynamicSchema\": false,\n \"deprecated\": false,\n \"deprecatedBy\": \"1964-01-19T13:08:53.161Z\",\n \"isSimulationEnabled\": false,\n \"formFields\": [\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable B.\",\n \"helpText\": \"\",\n \"label\": \"Variable A\",\n \"name\": \"variableA.$\",\n \"required\": true,\n \"type\": \"text\"\n },\n {\n \"helpText\": \"Select an operation.\",\n \"label\": \"Operation\",\n \"name\": \"operator\",\n \"options\": [\n {\n \"label\": \"Equals\",\n \"value\": \"BooleanEquals\"\n }\n ],\n \"required\": true,\n \"type\": \"select\"\n },\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable A.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB.$\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"Enter True or False.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB\",\n \"required\": false,\n \"type\": \"text\"\n }\n ]\n },\n {\n \"id\": \"sp:compare-boolean\",\n \"name\": \"Compare Boolean Values\",\n \"type\": \"OPERATOR\",\n \"description\": \"Compare two boolean values and decide what happens based on the result.\",\n \"isDynamicSchema\": false,\n \"deprecated\": true,\n \"deprecatedBy\": \"1996-11-05T17:25:00.834Z\",\n \"isSimulationEnabled\": false,\n \"formFields\": [\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable B.\",\n \"helpText\": \"\",\n \"label\": \"Variable A\",\n \"name\": \"variableA.$\",\n \"required\": true,\n \"type\": \"text\"\n },\n {\n \"helpText\": \"Select an operation.\",\n \"label\": \"Operation\",\n \"name\": \"operator\",\n \"options\": [\n {\n \"label\": \"Equals\",\n \"value\": \"BooleanEquals\"\n }\n ],\n \"required\": true,\n \"type\": \"select\"\n },\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable A.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB.$\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"Enter True or False.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB\",\n \"required\": false,\n \"type\": \"text\"\n }\n ]\n }\n]", + "body": "[\n {\n \"id\": \"sp:compare-boolean\",\n \"name\": \"Compare Boolean Values\",\n \"type\": \"OPERATOR\",\n \"description\": \"Compare two boolean values and decide what happens based on the result.\",\n \"isDynamicSchema\": false,\n \"deprecated\": false,\n \"deprecatedBy\": \"1999-01-02T08:06:56.556Z\",\n \"isSimulationEnabled\": true,\n \"formFields\": [\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable B.\",\n \"helpText\": \"\",\n \"label\": \"Variable A\",\n \"name\": \"variableA.$\",\n \"required\": true,\n \"type\": \"text\"\n },\n {\n \"helpText\": \"Select an operation.\",\n \"label\": \"Operation\",\n \"name\": \"operator\",\n \"options\": [\n {\n \"label\": \"Equals\",\n \"value\": \"BooleanEquals\"\n }\n ],\n \"required\": true,\n \"type\": \"select\"\n },\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable A.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB.$\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"Enter True or False.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB\",\n \"required\": false,\n \"type\": \"text\"\n }\n ]\n },\n {\n \"id\": \"sp:compare-boolean\",\n \"name\": \"Compare Boolean Values\",\n \"type\": \"OPERATOR\",\n \"description\": \"Compare two boolean values and decide what happens based on the result.\",\n \"isDynamicSchema\": false,\n \"deprecated\": false,\n \"deprecatedBy\": \"1988-07-14T10:44:20.990Z\",\n \"isSimulationEnabled\": false,\n \"formFields\": [\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable B.\",\n \"helpText\": \"\",\n \"label\": \"Variable A\",\n \"name\": \"variableA.$\",\n \"required\": true,\n \"type\": \"text\"\n },\n {\n \"helpText\": \"Select an operation.\",\n \"label\": \"Operation\",\n \"name\": \"operator\",\n \"options\": [\n {\n \"label\": \"Equals\",\n \"value\": \"BooleanEquals\"\n }\n ],\n \"required\": true,\n \"type\": \"select\"\n },\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable A.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB.$\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"Enter True or False.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB\",\n \"required\": false,\n \"type\": \"text\"\n }\n ]\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5ec1c83a-9f45-4a4e-abc7-cb338b79ff6e", + "id": "4b769c22-2ad6-46a3-8d34-8eba389de520", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -327354,7 +327354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "755407bc-f2e3-4498-833e-2af24e07fff1", + "id": "0c298851-a3c8-4a3c-afb9-8e5e238c965e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -327398,7 +327398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c54def05-e437-4857-9bc8-423263de3bb3", + "id": "5decb7e5-1fd2-4be9-9fa1-05d6f50d9168", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -327442,7 +327442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7538cac9-3c37-4df2-9fff-2a1701b2193c", + "id": "c5f10fae-673b-4705-8172-4167113e98d1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -327486,7 +327486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22264508-7b35-4ad9-9d59-3f94380be0e2", + "id": "8b3bd3f2-0ccc-4582-b044-e2d49c3f359b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -327536,7 +327536,7 @@ } }, { - "id": "2bd7db77-bd85-46f2-bb05-7d0ba71530a5", + "id": "7b0ca43c-853f-470b-a5b7-81649c21b922", "name": "Generate External Trigger OAuth Client", "request": { "name": "Generate External Trigger OAuth Client", @@ -327579,7 +327579,7 @@ }, "response": [ { - "id": "6493c3cb-fc6a-4c26-af12-4ea6043f88ae", + "id": "a5ac61a6-a3be-4486-b586-598c87b1185c", "name": "The OAuth Client object", "originalRequest": { "url": { @@ -327625,7 +327625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "551cafc5-3b59-41c1-939a-db12419fdfb0", + "id": "f9e5e414-689c-4dea-b024-30800822ff6e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -327671,7 +327671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed0571a5-efcf-42d7-8586-e56fca99778f", + "id": "2eb4ad62-a9d7-42ec-9683-ebf47eaa882c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -327717,7 +327717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5579d036-97f2-4e46-905f-d99b3a907cce", + "id": "26907104-5d9d-46fe-8bf4-0e6b24afe348", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -327763,7 +327763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "182ad16d-7df1-481f-9243-1d5bd8d221c2", + "id": "7295de5e-a82e-4fb3-88a8-49aa8a80d2e0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -327809,7 +327809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "468ae1af-ef27-41db-9fab-fea244b9adb4", + "id": "a0172072-a427-4184-bd3c-92aed5bfbb29", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -327861,7 +327861,7 @@ } }, { - "id": "fe542f11-6e84-4468-831c-3a52b034f4d1", + "id": "a053b061-7b21-4746-95e1-a7f4ab5a80e3", "name": "Execute Workflow via External Trigger", "request": { "name": "Execute Workflow via External Trigger", @@ -327917,7 +327917,7 @@ }, "response": [ { - "id": "b444e126-f81f-4589-886e-de999fef9514", + "id": "72aebb37-150a-42cc-8a06-bd50d3909aca", "name": "The Workflow object", "originalRequest": { "url": { @@ -327976,7 +327976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "577e35af-a0a6-4480-bfe8-f8d751c34691", + "id": "d5db45fa-bf04-471b-9ab5-ae3c154e2884", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -328035,7 +328035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e63d040a-fd8f-4c99-b763-ddee968e9369", + "id": "23ef52fd-b238-4d65-a4c5-2e7d8ed8473d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -328094,7 +328094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e434f949-607e-423e-a33b-5304971509ac", + "id": "c759d50d-ac04-4331-97bb-fbdf730a3841", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -328153,7 +328153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4b551ca-b57d-4aaf-8687-9c3c12df693c", + "id": "a4c20f6f-4912-4adb-a48a-2f6529d4dc27", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -328212,7 +328212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7340b9ea-fa43-487e-835c-b786abe5a498", + "id": "7bfd76a2-5207-4b96-8f38-575ad6c80248", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -328277,7 +328277,7 @@ } }, { - "id": "4d683415-1714-4f49-b789-af790d33c102", + "id": "71b65700-a638-4ff8-bf2c-beb6d597b178", "name": "Test Workflow via External Trigger", "request": { "name": "Test Workflow via External Trigger", @@ -328334,7 +328334,7 @@ }, "response": [ { - "id": "08e322b0-61ea-4e74-bddb-170013110b08", + "id": "5065be2c-618a-448f-b484-958b91db54dc", "name": "Responds with the test input", "originalRequest": { "url": { @@ -328394,7 +328394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e06d6dd-8277-450f-8fdc-4b2343490f1a", + "id": "d2da6984-8b8a-41e6-a581-6bf5c1f6528e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -328454,7 +328454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17436917-8877-4064-8a4d-67174d7beaf3", + "id": "5b3536f3-1a74-4770-aaaa-bf5552f04c8a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -328514,7 +328514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ceaeab47-b74a-47ea-8f95-8e9441c6f94b", + "id": "dc1bbd4c-aa74-4451-ba8b-466e2b8c941a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -328574,7 +328574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d19a27a0-4f67-4da5-85d0-d2f885c43335", + "id": "8702c61b-8d5f-419f-ac65-196d03219ad6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -328634,7 +328634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc90459c-231f-4af6-b5c0-da84ef90db55", + "id": "03f3c8e5-4cce-4273-9a00-dc57008a5770", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -328780,7 +328780,7 @@ } ], "info": { - "_postman_id": "8b9edaab-b12d-4c4a-9867-0903bf2e2d1d", + "_postman_id": "578c701f-eb1e-44d4-a438-3d30c9642e1d", "name": "Identity Security Cloud V2024 API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { diff --git a/postman/collections/sailpoint-api-v3.json b/postman/collections/sailpoint-api-v3.json index cd6e203e..9816693a 100644 --- a/postman/collections/sailpoint-api-v3.json +++ b/postman/collections/sailpoint-api-v3.json @@ -5,7 +5,7 @@ "description": "Use this API to implement and customize access profile functionality. \nWith this functionality in place, administrators can create access profiles and configure them for use throughout Identity Security Cloud, enabling users to get the access they need quickly and securely.\n\nAccess profiles group entitlements, which represent access rights on sources. \n\nFor example, an Active Directory source in Identity Security Cloud can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nAccess profiles are the most important units of access in Identity Security Cloud. Identity Security Cloud uses access profiles in many features, including the following:\n\n- Provisioning: When you use the Provisioning Service, lifecycle states and roles both grant access to users in the form of access profiles.\n\n- Certifications: You can approve or revoke access profiles in certification campaigns, just like entitlements. \n\n- Access Requests: You can assign access profiles to applications, and when a user requests access to the app associated with an access profile and someone approves the request, access is granted to both the application and its associated access profile.\n\n- Roles: You can group one or more access profiles into a role to quickly assign access items based on an identity's role. \n\nIn Identity Security Cloud, administrators can use the Access drop-down menu and select Access Profiles to view, configure, and delete existing access profiles, as well as create new ones. \nAdministrators can enable and disable an access profile, and they can also make the following configurations: \n\n- Manage Entitlements: Manage the profile's access by adding and removing entitlements. \n\n- Access Requests: Configure access profiles to be requestable and establish an approval process for any requests that the access profile be granted or revoked. \nDo not configure an access profile to be requestable without first establishing a secure access request approval process for the access profile.\n\n- Multiple Account Options: Define the logic Identity Security Cloud uses to provision access to an identity with multiple accounts on the source. \n\nRefer to [Managing Access Profiles](https://documentation.sailpoint.com/saas/help/access/access-profiles.html) for more information about access profiles.\n", "item": [ { - "id": "9344179a-0678-46db-84e3-921a257510c6", + "id": "62fb0550-680f-4e16-859d-4b8d85e89ecf", "name": "List Access Profiles", "request": { "name": "List Access Profiles", @@ -107,7 +107,7 @@ }, "response": [ { - "id": "e304e0cc-3a20-40e1-b9fd-6362828a30b3", + "id": "9dd1f865-a1d7-442c-a92f-c3c2328e6d72", "name": "List of access profiles.", "originalRequest": { "url": { @@ -223,7 +223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fdd6247-d7ad-4684-aec0-fa2fc7fb1778", + "id": "1d5fd7ad-f063-47c5-af79-28fd4b1089cb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -339,7 +339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b478d06d-cdff-4677-9014-a38e4fff3215", + "id": "081956b1-1fdf-458d-a7ff-03beb7b1179c", "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": "7818f256-a34d-410d-8060-b3beb497acc0", + "id": "766ae06c-f247-4a90-b733-c27cb8bbe869", "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": "70962376-b12e-4ac3-8be2-848dc93b1d0e", + "id": "35954008-3dc9-4cf7-92c7-74ee2c013b86", "name": "Too Many Requests - Returned in response to too many requests in 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": "5ee57173-010e-4652-82f7-3e01d55d5f6f", + "id": "46332b43-bc69-4c79-b3ce-e2177c1af438", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -809,7 +809,7 @@ } }, { - "id": "2ec9e885-1c65-4425-bd86-3b1eb7b41515", + "id": "9e9ba137-7eee-43b7-aa46-19460f90de73", "name": "Create Access Profile", "request": { "name": "Create Access Profile", @@ -851,7 +851,7 @@ }, "response": [ { - "id": "7c115d3e-179c-4b3b-b758-b007f090711e", + "id": "2cf0f416-4a21-46bc-a07f-fd567dd9534e", "name": "Access profile created.", "originalRequest": { "url": { @@ -907,7 +907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79df29c0-f312-4098-9714-5e611a09ba11", + "id": "071c1784-bed8-4492-bb4b-b6bbe79b607c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -963,7 +963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89faadbf-f9e5-448b-85fe-b1e15c7d966c", + "id": "424134eb-cd8c-4304-987a-5d1dee30ce1d", "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": "db1983f5-cae4-4b28-b443-58a5bf6e1774", + "id": "b39f02c0-f601-4ac6-8c8c-02e6e576fd4e", "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": "13d2edd4-9dbc-4bc4-823c-b5da2f45ddd2", + "id": "ada9fa4e-8539-444f-bfbd-509af980324a", "name": "Too Many Requests - Returned in response to too many requests in 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": "0857c87c-f15d-4e65-b094-77a35e07f8ac", + "id": "aac9dd04-bcc7-4102-ba08-6fc4c18fa28c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1193,7 +1193,7 @@ } }, { - "id": "fb73e635-d8e6-40c4-ae58-45333f16bb4f", + "id": "0e27357d-f21f-4e68-883f-20630fb05840", "name": "Get an Access Profile", "request": { "name": "Get an Access Profile", @@ -1234,7 +1234,7 @@ }, "response": [ { - "id": "04434365-58d7-4df5-b0ea-a4053e1f460c", + "id": "0dc7b030-6bb0-403a-b4ce-79cf31a98d45", "name": "An AccessProfile", "originalRequest": { "url": { @@ -1278,7 +1278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20826f02-a761-4803-bd9c-a90977091c6d", + "id": "aa0f7f64-be34-475c-9d43-9b93c9b76d31", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -1322,7 +1322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d94145c-47ea-485d-9cad-008ec3416888", + "id": "c76c9d4d-785a-4548-bea9-01ecb95852e5", "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": "4a8eadae-8668-41be-96ac-8c282ec481fc", + "id": "0dcc2345-7de4-432d-b5bc-3722cba5d672", "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": "381fabe8-8327-4a3b-bc5e-b37d58f20a9b", + "id": "3d00c3e7-3b92-40f8-b09a-ad3e31663277", "name": "Too Many Requests - Returned in response to too many requests in 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": "cd2a3a28-9729-48d6-a0af-20e7526831da", + "id": "7d27fb85-3ad5-4c03-9fba-072ac255889c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1504,7 +1504,7 @@ } }, { - "id": "6a096267-2a1e-4c5f-90e9-8b5397472b03", + "id": "1521ab32-5cd0-4f77-90cf-16f3aad0e04b", "name": "Patch a specified Access Profile", "request": { "name": "Patch a specified Access Profile", @@ -1558,7 +1558,7 @@ }, "response": [ { - "id": "b27ae428-7a13-4397-b2ed-ab4f3e547c6e", + "id": "6c0e8c8a-0a8c-4e19-baf1-e43f5c02184f", "name": "Add Entitlements", "originalRequest": { "url": { @@ -1615,7 +1615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51d64a9a-df9a-408c-a156-7712b9dd8ec3", + "id": "5786fd75-6f83-40aa-93e5-2b21b449501f", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1672,7 +1672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8520f751-c0b7-4f69-ab61-471794beb87e", + "id": "65c5e337-a0b5-42a7-abdc-fc00c3c2d9c4", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1729,7 +1729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "704ecdc8-a585-4adc-bfe0-a40fdfeb2ff5", + "id": "424084f1-81ca-4928-94c9-65778c4d1dc4", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -1786,7 +1786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad5993f5-cf60-44d0-abb2-454bc396225e", + "id": "0fe11f9e-aaa4-4528-b3ec-036a305ce516", "name": "Replace Source", "originalRequest": { "url": { @@ -1843,7 +1843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6db5709e-c865-450f-ae9b-4fad7740070e", + "id": "4e5c8c95-4b1c-44c0-b937-e4c67547ffce", "name": "Add Entitlements", "originalRequest": { "url": { @@ -1900,7 +1900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc17b371-0a30-46e1-91cb-6ca8baa0faac", + "id": "541f03e3-9ec6-4195-9946-37a0db77f817", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1957,7 +1957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf1ee5c4-5417-4b3d-9da3-4ec973eb33cc", + "id": "08b2030b-8bfc-4ced-9522-b2c34174f74f", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -2014,7 +2014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7a864c7-a761-45fa-bdaf-4371944995ed", + "id": "5c9c9090-df45-428b-997b-62e9e93c2154", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2071,7 +2071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18e9878d-3db7-4ad3-91ee-c63601752ba6", + "id": "eed3d71c-e0ae-4c32-9b84-7f46a753b45a", "name": "Replace Source", "originalRequest": { "url": { @@ -2128,7 +2128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f51f0484-5325-4272-ba7d-5d8d23cfcb61", + "id": "d7effd79-8f0d-457b-a05d-9b717a6be1d0", "name": "Add Entitlements", "originalRequest": { "url": { @@ -2185,7 +2185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1b79506-b607-4798-8319-7a0caa89ecb5", + "id": "5ee07aab-8783-4e46-9fb4-8772f8f7af15", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -2242,7 +2242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05a70d12-6f5e-432b-9fa3-b2bbba6c87a3", + "id": "fb83ab3c-e968-4691-ae21-37e26b585108", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -2299,7 +2299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afdeaae2-d956-458e-bf38-e4b0c9d2af75", + "id": "c9d8c9a7-ac95-4808-92b4-65d09ca12b1c", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2356,7 +2356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "817f6794-fb6f-40e1-ba11-8b3bb983ff12", + "id": "509e91d9-0439-46f7-afcd-94534f76f0a1", "name": "Replace Source", "originalRequest": { "url": { @@ -2413,7 +2413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "883cd1f8-2d88-4908-bd4b-6f89962091c7", + "id": "ba44a246-2fcf-4801-afe1-0a728cbfed5a", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -2470,7 +2470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88a5c198-16a6-4329-bf3b-a447e183154f", + "id": "d3364ab7-9336-4f1d-b55c-96da315f8747", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -2527,7 +2527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a7d3a5e-a076-4edc-8a31-7f5ba3740a82", + "id": "1e298af0-5c71-4393-9be9-c6e01d406f5e", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -2584,7 +2584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c116e89a-a442-41a5-a65c-a757aa014cb6", + "id": "237ea1f2-fa8b-49bc-a30c-5516ed9fc58c", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2641,7 +2641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a745f4e-4508-4079-a46b-9f90feca2867", + "id": "c6c49892-02a3-4357-93b2-bc0db7853c0d", "name": "Replace Source", "originalRequest": { "url": { @@ -2698,7 +2698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1238dda-238e-4620-b367-372d6be5352d", + "id": "c280235e-ff14-47ad-b655-6a61efb08eb7", "name": "Add Entitlements", "originalRequest": { "url": { @@ -2755,7 +2755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98d36b4a-88d9-4f06-b7ee-5b7d153eb708", + "id": "69427273-7b08-4fb6-9d2c-129538311777", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -2812,7 +2812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dad4ca4-e80c-47a7-a435-5576639338e3", + "id": "dd3ac18c-5afc-4a4a-bb0b-e587609d3db6", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -2869,7 +2869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "847186f4-a91e-4ccc-a744-c057293cc21c", + "id": "40023c9a-7ed8-480e-b89a-d4da2e424f05", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2926,7 +2926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4e728f0-81e2-4e4f-b886-12b3e8d112a9", + "id": "5f2ff9b7-0feb-4d91-8093-71df288731dd", "name": "Replace Source", "originalRequest": { "url": { @@ -2983,7 +2983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73076157-a274-47fb-a0f1-7266df0398dd", + "id": "cfb5bac0-d030-4ca1-b169-443c7da1b324", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -3040,7 +3040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6af98a99-d84c-4811-a2c2-1ab1c2eedcb6", + "id": "7aee8fe5-60ac-4aba-8358-9e644b0a6701", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -3097,7 +3097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4eaa2e4a-8071-4bea-98d1-13366e2297aa", + "id": "2f6d3a32-ce96-40c9-a8d9-515e24dde804", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -3154,7 +3154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef08781d-3a26-4308-9a92-e11d23d423e9", + "id": "2ef0ddcd-596f-4e16-be07-7f66fda4a837", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -3211,7 +3211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84097247-8b1b-4474-ac22-c0d4148d52ca", + "id": "d2dc9efa-72c1-462c-84a7-5f6ef8dbcad0", "name": "Replace Source", "originalRequest": { "url": { @@ -3274,7 +3274,7 @@ } }, { - "id": "cde81158-8fbc-4ba3-96f3-a8c1c87f17d3", + "id": "5b933d26-dcb8-4eb8-81fa-d1ce5ca13f19", "name": "Delete the specified Access Profile", "request": { "name": "Delete the specified Access Profile", @@ -3315,7 +3315,7 @@ }, "response": [ { - "id": "6e2666fd-19be-4f56-be3e-f4f806c7720c", + "id": "5940ada6-b64b-468d-84e5-a7fbab508d1d", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -3349,7 +3349,7 @@ "_postman_previewlanguage": "text" }, { - "id": "51fdad0a-684d-4bb1-9571-43a5af9c3098", + "id": "15c016fc-2894-4c6d-9abc-19d9595cf65a", "name": "Returned when an access profile cannot be deleted as it's being used.", "originalRequest": { "url": { @@ -3393,7 +3393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1734b0e-e16e-4aa0-aea7-ce9680900c46", + "id": "aadea8a7-7f09-48b2-8324-b5b2b13bb81d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -3437,7 +3437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "908b03c3-4836-4309-a9ea-5fb868351152", + "id": "c88164b9-65e6-48e6-9632-4dabb60d944b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -3481,7 +3481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "539e5b92-d239-42b4-8c8d-829adae152e7", + "id": "c57902eb-abdc-4b6c-b269-ca233bf847e2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -3525,7 +3525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a91a87d8-b851-47a5-aa40-9f0d154384fe", + "id": "acb61b19-4f9f-487e-96c3-d4c305462572", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -3575,7 +3575,7 @@ } }, { - "id": "df4e2afb-b880-4d7d-a3e4-bed11b8e2f9c", + "id": "da75ef1f-3107-4447-88d4-07c6ff3b10d5", "name": "Delete Access Profile(s)", "request": { "name": "Delete Access Profile(s)", @@ -3618,7 +3618,7 @@ }, "response": [ { - "id": "9d15d48f-4bb2-41bd-bb70-2862a2945d91", + "id": "5c477ab3-5b47-4548-b3ac-c158e69d515c", "name": "Returned only if **bestEffortOnly** is **false**, and one or more Access Profiles are in use.", "originalRequest": { "url": { @@ -3675,7 +3675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c321dcbd-e425-48ca-9525-e1f1d6d17f25", + "id": "39d786c8-44e1-42c2-9dd0-8cc6bb6d7eb4", "name": "Returned if at least one deletion will be performed.", "originalRequest": { "url": { @@ -3732,7 +3732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7675e27-81f4-4385-8b55-111830262065", + "id": "ef03c5da-27d2-4294-b287-eacfba7840fe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -3789,7 +3789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec83f203-3d1d-40a9-8ebb-379fcba4a9d4", + "id": "4a02aab4-03cc-41cd-9e3e-d02ab16d95eb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -3846,7 +3846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3a961e4-0757-43c5-ba43-269aeb539257", + "id": "a79de426-c0e5-45d4-a86e-2a4c0bcd98e0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -3903,7 +3903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be2bc45f-fc79-4edd-9959-32b9f6cba58e", + "id": "29142aef-1168-4cdc-bfab-e3fc563568c7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -3960,7 +3960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11646087-319d-473f-b0ab-69866918c152", + "id": "10c1a3e4-b22c-4c95-aa5e-f9e03b5d32d5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4023,7 +4023,7 @@ } }, { - "id": "507bb795-bae5-416b-aec8-56e6ff9d622c", + "id": "4ac6df72-66d5-4b6f-b509-5b126a712f04", "name": "List Access Profile's Entitlements", "request": { "name": "List Access Profile's Entitlements", @@ -4111,7 +4111,7 @@ }, "response": [ { - "id": "1ebc66c8-0393-4e88-9825-de64e072ea56", + "id": "9a86bdde-ab61-4f55-958a-50d12aff2629", "name": "List of entitlements.", "originalRequest": { "url": { @@ -4202,7 +4202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97b45b12-b56a-4129-a75f-8ade72befa5f", + "id": "cd2666fb-266b-4979-8d46-9101da4c46ff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4293,7 +4293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b9bd5e2-9a99-4f15-98af-cf75bb33890a", + "id": "40f43eac-1bd2-416f-b236-2c1386c414de", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -4384,7 +4384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6c1536e-dbc9-4b25-81bb-a271baa667d3", + "id": "b8634642-10de-4237-b4d7-d5d97a150b1e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -4475,7 +4475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bdb8fa7-effa-4c8a-9af9-e8ea0c831e57", + "id": "43ee7782-955e-4b43-b8c7-09837b592f18", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -4566,7 +4566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f520aca-24c2-4b28-84af-0c31a1ce63f5", + "id": "6d4d071b-b1e5-475e-8ec5-0ee4bb4541f7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4669,7 +4669,7 @@ "description": "Use this API to implement and customize access request approval functionality. \nWith this functionality in place, administrators can delegate qualified users to review users' requests for access or managers' requests to revoke team members' access to applications, entitlements, or roles. \nThis enables more qualified users to review access requests and the others to spend their time on other tasks. \n\nIn Identity Security Cloud, users can request access to applications, entitlements, and roles, and managers can request that team members' access be revoked. \nFor applications and entitlements, administrators can set access profiles to require approval from the access profile owner, the application owner, the source owner, the requesting user's manager, or a governance group for access to be granted or revoked. \nFor roles, administrators can also set roles to allow access requests and require approval from the role owner, the requesting user's manager, or a governance group for access to be granted or revoked. \nIf the administrator designates a governance group as the required approver, any governance group member can approve the requests.\n \nWhen a user submits an access request, Identity Security Cloud sends the first required approver in the queue an email notification, based on the access request configuration's approval and reminder escalation configuration.\n\nIn Approvals in Identity Security Cloud, required approvers can view pending access requests under the Requested tab and approve or deny them, or the approvers can reassign the requests to different reviewers for approval. \nIf the required approver approves the request and is the only reviewer required, Identity Security Cloud grants or revokes access, based on the request. \nIf multiple reviewers are required, Identity Security Cloud sends the request to the next reviewer in the queue, based on the access request configuration's approval reminder and escalation configuration. \nThe required approver can then view any completed access requests under the Reviewed tab. \n\nRefer to [Access Requests](https://documentation.sailpoint.com/saas/help/requests/index.html) for more information about access request approvals.\n", "item": [ { - "id": "34691fb8-013f-4540-921c-31953faf59f9", + "id": "862cbb60-ebb7-415d-b5ff-775431a3c646", "name": "Pending Access Request Approvals List", "request": { "name": "Pending Access Request Approvals List", @@ -4754,7 +4754,7 @@ }, "response": [ { - "id": "e0fb66d4-2226-4828-881f-00c6ffdd1be1", + "id": "d888020b-54d3-44a1-a22a-e1eb16300595", "name": "List of Pending Approvals.", "originalRequest": { "url": { @@ -4853,7 +4853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f86faeda-ed6f-4b7f-bfd0-62bc14921a31", + "id": "a0ed36d3-966c-4ebc-9b88-fa902be7f5f3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4952,7 +4952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3021fb5-94c4-496a-8c7a-16f1de70c762", + "id": "6947bfff-3afd-43c1-8fe8-702d883d64f8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5051,7 +5051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40c11650-d851-40b2-8925-d7f89dce8424", + "id": "c6969d81-6ed2-4a74-b486-26f4f06ae453", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5150,7 +5150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a048ffe-7234-491c-b58a-b2377ab31c6b", + "id": "c2a3eb1e-250d-441e-8eec-1ed184e3835c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -5249,7 +5249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1838cd5-865f-4014-b408-b8446de1bd03", + "id": "e625e83c-6758-4609-a7f6-14b3b815e220", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5354,7 +5354,7 @@ } }, { - "id": "1dfd8dfd-cbad-45b5-a76d-2522f3bd3a12", + "id": "d6c1bce1-2214-4b43-8397-cbf9df9f165c", "name": "Completed Access Request Approvals List", "request": { "name": "Completed Access Request Approvals List", @@ -5439,7 +5439,7 @@ }, "response": [ { - "id": "d3e32d9c-ed24-438b-a85e-955ad1c240f6", + "id": "beaa590b-91de-4867-a5a3-1b4ac3637dfd", "name": "List of Completed Approvals.", "originalRequest": { "url": { @@ -5538,7 +5538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0de5ce9e-8463-4886-973c-702391440946", + "id": "484eccdd-99ce-4006-9e96-5af2bf105dee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5637,7 +5637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4edc8c8f-4f6f-4684-89c3-7f9ec4fe517d", + "id": "5d6ee294-23bc-4225-8715-79198d80b870", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5736,7 +5736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41a896f1-b3eb-4f4b-a454-ad832243a6ea", + "id": "2a207c10-104d-4157-b760-7229fe7aeb49", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5835,7 +5835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36dad628-52fc-4b3d-9a27-708f5f60e975", + "id": "db336d0c-5d00-46c1-b356-f3220d1f819f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -5934,7 +5934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d97f8932-52b5-48c6-98d2-89228a0c178f", + "id": "b4b3fbfd-4601-4f2d-bad0-b45d8b9aa8b8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6039,7 +6039,7 @@ } }, { - "id": "dd0fd050-7851-49a6-8e68-e6f9a71927be", + "id": "df599199-b7c6-4cb3-b827-1819a824d875", "name": "Approve Access Request Approval", "request": { "name": "Approve Access Request Approval", @@ -6094,7 +6094,7 @@ }, "response": [ { - "id": "231eb1c7-5a54-472e-a52b-721518f41ee8", + "id": "2ea8b747-01ad-4cbb-8f21-431561830054", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -6152,7 +6152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f294deb-6d59-4d07-bf95-af890c1a9433", + "id": "f9d610b7-7db3-4fd9-aab1-17cb09c65bba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -6210,7 +6210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe1d8598-effe-420b-a63e-cb298b6fe896", + "id": "bd99c352-0370-4650-986d-118b3eaaae9a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -6268,7 +6268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1a4e112-6b72-40f2-897b-484aa2850833", + "id": "fbb9f964-b664-436b-a226-f258adc4027c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -6326,7 +6326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fdf0b26-976f-4818-b1d9-9ad7029bf4dc", + "id": "a80828a4-8bc9-4abd-ac1b-71eb4617c9c2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -6384,7 +6384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14306e69-90b2-432f-ac4e-de8442ccbf69", + "id": "cb6e7cac-1c50-4566-9432-c7e58526dd11", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6442,7 +6442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "632449ef-a536-496d-908e-00d9603b903e", + "id": "444daa3d-c675-40dc-9d48-676209227f5f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6506,7 +6506,7 @@ } }, { - "id": "8b97ab72-e706-4763-b07b-c9256b908dc0", + "id": "2e451d6c-ce26-4033-9a9b-eab8b9726052", "name": "Reject Access Request Approval", "request": { "name": "Reject Access Request Approval", @@ -6561,7 +6561,7 @@ }, "response": [ { - "id": "4eaeb4f9-b3cd-4dd9-adcf-4004a167c2d1", + "id": "98a417fd-b4c7-4560-a96a-ce59540c37b7", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -6619,7 +6619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d53f18a-d832-4709-9552-27e35493f4fe", + "id": "bf0e4378-0911-4211-b42b-bae7d9f1811e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -6677,7 +6677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "deb8edc0-067b-47fc-9502-4af174b547e6", + "id": "29c584b7-3cb4-4594-9315-a557f4231578", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -6735,7 +6735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0350b09-8506-4d97-bfb5-b1dcc4bbe0ca", + "id": "64c1a175-2821-4503-a974-fe2934844d13", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -6793,7 +6793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e638725-2a8e-4d2d-ab88-7c1efae356b4", + "id": "3e5aec6c-1cd7-4eb7-a9b3-bd20bd776aa8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -6851,7 +6851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a54bc954-e9f4-4b71-a1e1-1c64ddac0f55", + "id": "0f16399b-4939-41fc-b6a6-96498adb98ee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6909,7 +6909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b3cca38-a065-4043-b2ef-f9a3a2b824ae", + "id": "99d4c4fd-32f8-4a02-8a64-e9b20ab859ca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6973,7 +6973,7 @@ } }, { - "id": "d27102cc-c4f7-4c03-bfd2-df6764a1f090", + "id": "b686200f-d06e-489a-81b0-ac1d8752aa14", "name": "Forward Access Request Approval", "request": { "name": "Forward Access Request Approval", @@ -7028,7 +7028,7 @@ }, "response": [ { - "id": "ff299f9b-a514-4fdf-93b0-b04154266ba7", + "id": "60362978-9c79-4860-a4d2-e0fd5ed6479c", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -7086,7 +7086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc48abc6-2205-4fce-ab49-ec6ba4199357", + "id": "117cd50e-6e7a-48d9-af4f-104d11e2c9c9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7144,7 +7144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f29b39af-6c85-4d40-a738-1e1b6f70ffd2", + "id": "a4b6487c-2de6-4608-b628-8ed30d5ee820", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7202,7 +7202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4128b48-8943-4957-9a70-eb252712b475", + "id": "e46adf3c-b8a4-42e3-83c4-f73b0e8be790", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7260,7 +7260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac20fada-40db-4ac6-aae6-bf3ebefd737a", + "id": "1c3bee43-fbf2-4aff-903c-3231b03b33a9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -7318,7 +7318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b4d7d6f-3c96-4302-834a-d993efd3301c", + "id": "e3ea1661-7092-4854-aef0-29e31030c385", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7376,7 +7376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85d09e8f-facd-43e2-9dc4-49673f199cc8", + "id": "d00faf78-23be-4ddd-9520-2ea7c1a0ba20", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7440,7 +7440,7 @@ } }, { - "id": "c645548d-de06-4003-bf70-8691e12e4ca6", + "id": "e4b4e75b-45d0-4062-90d0-1431539bd03c", "name": "Get Access Requests Approvals Number", "request": { "name": "Get Access Requests Approvals Number", @@ -7489,7 +7489,7 @@ }, "response": [ { - "id": "166a8adb-5b65-4804-9f79-f8531fa603c0", + "id": "529341fb-4d07-43af-aa4d-6945550b8ad2", "name": "Number of pending, approved, rejected access request approvals.", "originalRequest": { "url": { @@ -7552,7 +7552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10648800-5fd8-450c-a4ac-5493d5421789", + "id": "d67dff88-fdd1-402c-9af3-cd47bdd74761", "name": "Client Error - Returned if the query parameter is invalid.", "originalRequest": { "url": { @@ -7615,7 +7615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a1ce954-4f4e-4c5a-8819-8f3458cf63f8", + "id": "4061e4ba-2c71-441a-b10b-10a9fac19677", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7678,7 +7678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9678ab94-4f87-4922-8ccd-89cdf7b4d45a", + "id": "76fcc60c-1997-438c-91cb-8b868363eeb6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7741,7 +7741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d691813-8242-4fc0-a48d-b3db772b746e", + "id": "8d01f594-865a-4fb3-8fff-f2e5755d6911", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7804,7 +7804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2532db69-7025-42b9-8c48-20cb48f8aba0", + "id": "aa87ee33-4090-444b-9d24-9dafd96f8c3f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7879,7 +7879,7 @@ "description": "Use this API to implement and customize access request functionality. \nWith this functionality in place, users can request access to applications, entitlements, or roles, and managers can request that team members' access be revoked.\nThis allows users to get access to the tools they need quickly and securely, and it allows managers to take away access to those tools. \n\nIdentity Security Cloud's Access Request service allows end users to request access that requires approval before it can be granted to users and enables qualified users to review those requests and approve or deny them.\n\nIn the Request Center in Identity Security Cloud, users can view available applications, roles, and entitlements and request access to them. \nIf the requested tools requires approval, the requests appear as 'Pending' under the My Requests tab until the required approver approves, rejects, or cancels them. \n\nUsers can use My Requests to track and/or cancel the requests.\n\nIn My Team on the Identity Security Cloud Home, managers can submit requests to revoke their team members' access. \nThey can use the My Requests tab under Request Center to track and/or cancel the requests.\n\nRefer to [Requesting Access](https://documentation.sailpoint.com/saas/user-help/requests/requesting_access.html) for more information about access requests.\n", "item": [ { - "id": "b3477806-261d-44d6-828d-cc49b3ab1d03", + "id": "f373290f-5cc6-4d66-a3b4-495d0cd6379f", "name": "Submit Access Request", "request": { "name": "Submit Access Request", @@ -7921,7 +7921,7 @@ }, "response": [ { - "id": "9a43b7bb-a8d9-4a68-988d-28ccfe790d71", + "id": "92a39cc2-7fb1-4867-85c7-1aa73c0b99e1", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -7977,7 +7977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "124a7d1f-bfd7-4d3f-bb16-96e3c7ab3f0f", + "id": "e6bb4ac4-80d7-486d-bc9a-cd5b860099cc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8033,7 +8033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87512031-1a0d-4f27-85a4-dc9517c008be", + "id": "45f66185-f5c0-4efc-96bf-4bc64de5a9f7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8089,7 +8089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bf293f5-ffa3-4e28-b2bb-cb68d3f78601", + "id": "5ab39ce2-37f1-4864-9f6a-34c188320a40", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8145,7 +8145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dacfdfe0-5ca7-4564-a9df-8cfd74abf512", + "id": "c765c20c-5c87-41c1-938e-8807ed601a08", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8201,7 +8201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1ca49fd-fe93-46d6-960a-b9918506bb82", + "id": "784706b3-a05a-4da9-b5dd-ebfb5d3433a9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8263,7 +8263,7 @@ } }, { - "id": "12db72f9-acb1-493a-934f-ab1e8e6e0380", + "id": "662aa99a-810b-4145-9994-656bdad5acc1", "name": "Cancel Access Request", "request": { "name": "Cancel Access Request", @@ -8306,7 +8306,7 @@ }, "response": [ { - "id": "0c40d454-8a33-47b7-a54c-dcd17863bab2", + "id": "5815fdc9-6d7d-4aca-9115-6b61afb5e735", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -8363,7 +8363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0184b8a9-02f5-48b8-ae7b-d73d5cd94ab9", + "id": "3e7d82f6-3709-40a7-9ab9-7355e1964c93", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8420,7 +8420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49abd72f-0b20-43a6-875c-3dacebea83d0", + "id": "579264fe-b91c-44b0-8c5e-19b364ff9525", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8477,7 +8477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67b7bc64-14c9-4513-b411-77c54431a67d", + "id": "0c3b98a4-cb31-4e37-8687-3b926323d631", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8534,7 +8534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4b9f9ac-0d54-4d81-ab1a-6e37478c9969", + "id": "ed6587a6-661f-4484-80db-7cc47759d463", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -8591,7 +8591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36e58d43-b1c8-40ac-8c20-c7c4d8ccb2d1", + "id": "7ce12ac3-4ad1-40a1-8ab9-4733dc35c321", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8648,7 +8648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84d82875-82e6-490f-b352-e6b08885022a", + "id": "9c2cac3d-2866-4a7a-884a-ccbf2b9ae265", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8711,7 +8711,7 @@ } }, { - "id": "80d2c3a0-d334-4bf7-82af-203315af1af8", + "id": "950e9584-0464-4bce-b20f-d049e691b8be", "name": "Get Access Request Configuration", "request": { "name": "Get Access Request Configuration", @@ -8740,7 +8740,7 @@ }, "response": [ { - "id": "0b74a372-85ec-4a41-bfd1-c16fee044ede", + "id": "44611192-2297-4971-8242-e6c710fd43ea", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -8783,7 +8783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da705263-a578-4969-8807-615101d0a6b7", + "id": "96d3baa7-7636-4d7f-b554-f810249bbd11", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8826,7 +8826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "709d9946-9ffa-4ebc-9a8a-18b781ae7136", + "id": "c37fc8fb-b5c8-4f1e-8588-093ebfd31166", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8869,7 +8869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50fbce1d-9471-4bdf-ba86-d2a4dfd2ac1d", + "id": "3dda1da9-272e-4e3b-aa4f-25ca2e1d105c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8912,7 +8912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74be4435-18f6-4b92-aa49-4313e9103aab", + "id": "6e30efcd-41c7-45ed-8c7e-8f9e6d0d7d66", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8955,7 +8955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b07af06-e452-4d35-933c-216250c4b277", + "id": "5e60ab2c-e676-43b9-acb4-a674171980d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9004,7 +9004,7 @@ } }, { - "id": "be80fc4c-ef6f-4c08-8820-4f329549209d", + "id": "04324cb5-2bd9-4795-bbde-7178913e14e3", "name": "Update Access Request Configuration", "request": { "name": "Update Access Request Configuration", @@ -9046,7 +9046,7 @@ }, "response": [ { - "id": "c77f6a4b-1167-4a3f-a21d-9f59cab9c66d", + "id": "4da7785e-d1de-4c52-b8d0-cdc74b8ab199", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -9102,7 +9102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb71937d-6956-4740-8520-6b81b8c02592", + "id": "86a18ea4-0120-4c61-a6e5-e2b5f0bb951f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9158,7 +9158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcda3270-a7d8-42b1-a64b-be12ebaa2fc5", + "id": "8a6f60d3-ecbe-4c5b-b04d-2167b3107767", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -9214,7 +9214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9abfde1-2dae-4d0f-8b7b-19009f7b5644", + "id": "8a1f6872-1888-4e51-9ade-c920cb90220d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9270,7 +9270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3dbc097-edec-41e8-9d4d-1917d94c1cfc", + "id": "011469aa-ed98-49a7-9a9f-606f6c79e6a3", "name": "Too Many Requests - Returned in response to too many requests in 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": "be9faa01-9c6e-414c-8178-3a9e6a14f832", + "id": "6f34d76e-cc11-46b5-a842-4e101a2511a8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9388,7 +9388,7 @@ } }, { - "id": "57ed3b00-3a1e-47ee-86f4-e7df5175d1b7", + "id": "a851ad7e-e1ab-40dd-acbe-3b2c475071b2", "name": "Access Request Status", "request": { "name": "Access Request Status", @@ -9508,7 +9508,7 @@ }, "response": [ { - "id": "682dd5cb-96f6-4500-9fd6-34b56d244def", + "id": "c4689ed3-4686-49f8-8f4f-f763cddca9be", "name": "List of requested item statuses.", "originalRequest": { "url": { @@ -9642,7 +9642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3daaff0-139f-4b26-ab14-92744cd1e9d7", + "id": "3bed5fad-8d4a-4dea-8459-a1a1ea9be6a6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9776,7 +9776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31f5183a-e93a-4526-be88-4aac1598e0c8", + "id": "83eac666-198b-4375-bcc4-f5baf6005963", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -9910,7 +9910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "283b5b0a-17b4-4973-a62f-75127a078246", + "id": "651f084b-c97d-461d-bad6-612377844b1c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10044,7 +10044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "105f05da-c9d6-4e35-873a-47dac5919a75", + "id": "2dc6c326-2d4e-4605-b24a-01d5c29c4549", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10178,7 +10178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86f75d05-d743-4f81-a114-914c03213300", + "id": "17b8af93-6d2b-4986-a27a-f63d4cd87bb8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10324,7 +10324,7 @@ "description": "Use this API to implement account activity tracking functionality.\nWith this functionality in place, users can track source account activity in Identity Security Cloud, which greatly improves traceability in the system. \n\nAn account activity refers to a log of each action performed on a source account. This is useful for auditing the changes performed on an account throughout its life. \nIn Identity Security Cloud's Search, users can search for account activities and select the activity's row to get an overview of the activity's account action and view its progress, its involved sources, and its most basic metadata, such as the identity requesting the option and the recipient. \n\nAccount activity includes most actions Identity Security Cloud completes on source accounts. Users can search in Identity Security Cloud for the following account action types: \n\n- Access Request: These include any access requests the source account is involved in. \n\n- Account Attribute Updates: These include updates to a single attribute on an account on a source. \n\n- Account State Update: These include locking or unlocking actions on an account on a source. \n\n- Certification: These include actions removing an entitlement from an account on a source as a result of the entitlement's revocation during a certification.\n\n- Cloud Automated `Lifecyclestate`: These include automated lifecycle state changes that result in a source account's correlated identity being assigned to a different lifecycle state. \nIdentity Security Cloud replaces the `Lifecyclestate` variable with the name of the lifecycle state it has moved the account's identity to. \n\n- Identity Attribute Update: These include updates to a source account's correlated identity attributes as the result of a provisioning action. \nWhen you update an identity attribute that also updates an identity's lifecycle state, the cloud automated `Lifecyclestate` event also displays.\nAccount Activity does not include attribute updates that occur as a result of aggregation.\n\n- Identity Refresh: These include correlated identity refreshes that occur for an account on a source whenever the account's correlated identity profile gets a new role or updates. \nThese also include refreshes that occur whenever Identity Security Cloud assigns an application to the account's correlated identity based on the application's being assigned to All Users From Source or Specific Users From Source. \n\n- Lifecycle State Refresh: These include the actions that took place when a lifecycle state changed. This event only occurs after a cloud automated `Lifecyclestate` change or a lifecycle state change. \n\n- Lifecycle State Change: These include the account activities that result from an identity's manual assignment to a null lifecycle state.\n\n- Password Change: These include password changes on sources.\n\nRefer to [Account Activity](https://documentation.sailpoint.com/saas/help/search/index.html#account-activity) for more information about account activities.\n", "item": [ { - "id": "144c95b2-3086-4929-82f9-275d95fc54ca", + "id": "e3c5b4e0-747d-4a95-ab20-32b292640e70", "name": "List Account Activities", "request": { "name": "List Account Activities", @@ -10426,7 +10426,7 @@ }, "response": [ { - "id": "1e5c486d-5ada-445f-8080-c184c7c674ab", + "id": "354fea6c-a021-4103-85fe-e19c205176c2", "name": "List of account activities", "originalRequest": { "url": { @@ -10542,7 +10542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c80eb5af-a153-460d-8092-976918a57780", + "id": "7308c705-bf12-4ac4-9c67-eb4244ce30bd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10658,7 +10658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "badadca5-a69a-43ae-a9d0-90539260e6a7", + "id": "a45a0166-d4b6-4411-be16-b2f60298c430", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10774,7 +10774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80ae8628-a4c9-472d-a48f-bbd5c8e05b64", + "id": "2622eaec-bd60-4584-99dc-9293bcc62e4a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10890,7 +10890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea797d20-1a76-4adf-aab8-6269558b459f", + "id": "7fceac8a-23b5-4e6a-8af8-af6ccf8a1947", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11006,7 +11006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "280e7f22-0214-452f-9592-13e6b3dfa0c9", + "id": "4f142d52-7094-4caf-931b-a58b1261deea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11128,7 +11128,7 @@ } }, { - "id": "01e58f85-5f34-4916-a85e-78c3c3002402", + "id": "e4c3aa81-865a-4953-91e6-1ef4450fddae", "name": "Get an Account Activity", "request": { "name": "Get an Account Activity", @@ -11169,7 +11169,7 @@ }, "response": [ { - "id": "072280cf-d1d8-49c2-8860-bfdab31d5260", + "id": "e77e7b5e-b79f-4e3f-a53c-790ec68db9cb", "name": "An account activity object", "originalRequest": { "url": { @@ -11213,7 +11213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96c9c271-8da5-4d76-aae6-978fa4504229", + "id": "382986a2-dd65-481f-ab22-fd7c3eb4ba17", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11257,7 +11257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c78271d7-78e6-4e1a-8fc5-bf3c542b5139", + "id": "bdb20684-36fe-478e-8d0d-963f1f18e1bc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11301,7 +11301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76db47cf-f74e-45a6-acd1-4861b66e75ce", + "id": "1ab40556-1e3b-4b90-b860-6fd8e9e972cf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11345,7 +11345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abf581a4-a35c-48a8-b648-786241216c41", + "id": "62f8a08a-fb5d-46be-987c-fe9283be7e5a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -11389,7 +11389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59afb636-1cb1-45a7-be8d-68c510f8564f", + "id": "88eeb9a2-427f-4d60-ad37-332b5ec9c4aa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11433,7 +11433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e64bc0c6-0b8b-4177-9dfb-50bbaf1c23d1", + "id": "f8709152-7ffa-4f58-ac82-9b63ec4e24d3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11489,7 +11489,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": "40e0a38c-94eb-4157-a753-b8171d7a2155", + "id": "d0c1de03-9e32-4301-8609-efbf7f10c488", "name": "Returns account usage insights", "request": { "name": "Returns account usage insights", @@ -11568,7 +11568,7 @@ }, "response": [ { - "id": "cbfca473-ab95-4250-9994-a3b87de88a9c", + "id": "fb784655-a89a-4b68-903b-e5881f063e24", "name": "Summary of account usage insights for past 12 months.", "originalRequest": { "url": { @@ -11650,7 +11650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56ac7b99-e40d-45ca-a1bb-364fbd6963fa", + "id": "5e0d130d-dbb1-4548-aec6-9d9614f255ab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11732,7 +11732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d233864-e6ea-4836-b091-5568b75fabe0", + "id": "331052b8-9625-462f-8d82-b69737a6f5ae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11814,7 +11814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eedd56ad-76d4-4c56-aef8-ba16aa38fc10", + "id": "d37c0f61-3824-42b7-a09d-7c8aba5e5af4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11896,7 +11896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f40a18c8-bf3c-4404-ad2b-2a2295d215df", + "id": "0d1fe308-bd27-450f-a51f-84f49f46c28e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11978,7 +11978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ccba09b-e3c5-4326-91f5-7e2029588077", + "id": "afd5a1f2-11ce-49e5-a2df-3b18228efa43", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12072,7 +12072,7 @@ "description": "Use this API to implement and customize account functionality.\nWith this functionality in place, administrators can manage users' access across sources in Identity Security Cloud. \n\nIn Identity Security Cloud, an account refers to a user's account on a supported source.\nThis typically includes a unique identifier for the user, a unique password, a set of permissions associated with the source and a set of attributes. Identity Security Cloud loads accounts through the creation of sources in Identity Security Cloud.\n\nAdministrators can correlate users' identities with the users' accounts on the different sources they use. \nThis allows Identity Security Cloud to govern the access of identities and all their correlated accounts securely and cohesively. \n\nTo view the accounts on a source and their correlated identities, administrators can use the Connections drop-down menu, select Sources, select the relevant source, and select its Account tab. \n\nTo view and edit source account statuses for an identity in Identity Security Cloud, administrators can use the Identities drop-down menu, select Identity List, select the relevant identity, and select its Accounts tab. \nAdministrators can toggle an account's Actions to aggregate the account, enable/disable it, unlock it, or remove it from the identity. \n\nAccounts can have the following statuses: \n\n- Enabled: The account is enabled. The user can access it.\n\n- Disabled: The account is disabled, and the user cannot access it, but the identity is not disabled in Identity Security Cloud. This can occur when an administrator disables the account or when the user's lifecycle state changes. \n\n- Locked: The account is locked. This may occur when someone has entered an incorrect password for the account too many times.\n\n- Pending: The account is currently updating. This status typically lasts seconds. \n\nAdministrators can select the source account to view its attributes, entitlements, and the last time the account's password was changed.\n\nRefer to [Managing User Accounts](https://documentation.sailpoint.com/saas/help/common/users/user_access.html#managing-user-accounts) for more information about accounts.\n", "item": [ { - "id": "b03252f7-1b53-48c1-8728-ddd39a3dbffa", + "id": "5faf5e4e-42fa-422d-ac27-e533ae2a84bc", "name": "Accounts List", "request": { "name": "Accounts List", @@ -12147,7 +12147,7 @@ }, "response": [ { - "id": "0da4ee4b-efd7-4ceb-a9e9-f8764b6974ff", + "id": "0ee9f799-9984-4cbc-9167-37dd3b916469", "name": "List of account objects", "originalRequest": { "url": { @@ -12236,7 +12236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "887447a9-74b8-44f2-a8c2-bfcb0125400f", + "id": "2935b100-4f96-4132-b94e-535203f2594f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12325,7 +12325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e7047b7-6744-4193-b218-2f25614240d6", + "id": "3faad205-1961-4696-9321-08c5e2803391", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12414,7 +12414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "834ac014-83af-46ee-b1c8-fb62e0a4f78a", + "id": "f9571f68-f8a1-429e-b43d-8e6ab2ebd1ed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12503,7 +12503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3db292d-5773-484b-8dc1-a414c38abf55", + "id": "37030f43-15c9-4001-ad38-47b172cea063", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12592,7 +12592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6af7e0a-7642-4daf-be69-7afd09db3a40", + "id": "8f6a4349-6475-4b17-a504-ce98ce669d91", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12687,7 +12687,7 @@ } }, { - "id": "badaf76c-0c3e-4f4d-ab72-dda2464f9bb0", + "id": "932672d3-eca8-4262-a4ac-c5ef52a5ed9c", "name": "Create Account", "request": { "name": "Create Account", @@ -12729,7 +12729,7 @@ }, "response": [ { - "id": "204028fb-f75d-45b6-a597-ac43734b7be1", + "id": "67fcd8f3-9bf7-488e-8011-93ff6bba5874", "name": "Async task details", "originalRequest": { "url": { @@ -12785,7 +12785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10f7f134-5faf-4bd8-a1b9-569ad667b2c7", + "id": "3d28be4b-8ca7-4773-aaee-1d2fee76601b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12841,7 +12841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac90ed3d-4c60-461e-bd72-048f65f43a73", + "id": "876c635c-e5ac-4043-9552-f142591aa3a6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12897,7 +12897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e92b0223-e01d-47ee-91c1-bce1ef019cb6", + "id": "e63ef86f-d8f1-49a0-b2bb-cf326e8e4fd0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12953,7 +12953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81e3887f-a0c6-473e-bc81-9021ea25e01f", + "id": "67fb4d3c-85a4-4892-a592-fe41b3af1d80", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13009,7 +13009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15c7927c-5673-42a7-a690-05154ee1c7b9", + "id": "773de7b5-4690-42b2-8e1a-eda65403defc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13071,7 +13071,7 @@ } }, { - "id": "ce57f811-46a3-41aa-9cde-999d8cf5adf9", + "id": "18453a06-9d3f-4944-83f3-d518e1ea9db4", "name": "Account Details", "request": { "name": "Account Details", @@ -13112,7 +13112,7 @@ }, "response": [ { - "id": "6dc06fc3-1302-46cc-b95f-f1a7beb51c8d", + "id": "b9453c2c-cefd-4856-84af-2e59a7584d5c", "name": "Account object.", "originalRequest": { "url": { @@ -13156,7 +13156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66351487-4bb0-42a3-833d-77cf297895f4", + "id": "66c33411-470d-4128-b933-f6b5ceb66431", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13200,7 +13200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9208b75-85b7-486f-82f1-17da1db3959f", + "id": "9c6b29e4-60ad-4ee9-8f12-842b9edfd46d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13244,7 +13244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d02d4e46-91bd-4a14-ba5b-404883cb3f41", + "id": "9fbbc925-4799-40b3-a8ff-33ffa94c61fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13288,7 +13288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23529254-ad4e-42fd-a44a-1baa2765fd63", + "id": "9ea05d63-b588-4f9a-857f-3367e80f120d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13332,7 +13332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aff53790-7cf1-4d66-a6ed-c1c965ae1d94", + "id": "e92bbc6b-c79c-4e26-9ab3-adc0d5c9c392", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13376,7 +13376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e74a4ae-8cb1-4c72-bfb3-6103ea9775ae", + "id": "1850b06a-f1f0-4cc7-889f-62f7247f4a9c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13426,7 +13426,7 @@ } }, { - "id": "b7bada05-07ca-4f2d-8c88-9396ac33b7ba", + "id": "fa323ece-4177-495a-97fb-135aad277991", "name": "Update Account", "request": { "name": "Update Account", @@ -13480,7 +13480,7 @@ }, "response": [ { - "id": "9c3dfb97-3aaa-4582-926b-ac389061ae1b", + "id": "23ebf7b2-540c-4940-bcd1-1df85fd79a14", "name": "Uncorrelate account", "originalRequest": { "url": { @@ -13537,7 +13537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25c67f2d-638d-4901-abb2-d8c58203097b", + "id": "73ac3331-17d0-4212-9a32-b82fbac65148", "name": "Reassign account", "originalRequest": { "url": { @@ -13594,7 +13594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f781902-d78e-4207-a3aa-d0f47a004174", + "id": "6a2b8e41-c67b-4e3a-935c-f7c79dea8401", "name": "Add account attribute", "originalRequest": { "url": { @@ -13651,7 +13651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb9f943b-bad8-4f33-ba81-133bc6997b86", + "id": "789a8c32-a97c-475c-aa34-56b025a89788", "name": "Replace account attribute", "originalRequest": { "url": { @@ -13708,7 +13708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f597e279-9ad6-46bf-9c1d-38a5b9ea9d5d", + "id": "b26aded4-9fe6-49b9-9ba0-36c3f2041056", "name": "Remove account attribute", "originalRequest": { "url": { @@ -13765,7 +13765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32872d11-ce76-406b-ba46-330067a54945", + "id": "588a967a-3197-4899-ab33-bcc101aea038", "name": "Uncorrelate account", "originalRequest": { "url": { @@ -13822,7 +13822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "736bde93-ee72-4ad3-9cd1-1ac8b1667cae", + "id": "2a2eb9de-6cfe-4e75-bc59-349ab8656b7e", "name": "Reassign account", "originalRequest": { "url": { @@ -13879,7 +13879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c773e0f1-0537-4fab-82da-d61445e6170d", + "id": "ea0bfb50-3fe0-4fca-bdbd-3a85d6a63a7f", "name": "Add account attribute", "originalRequest": { "url": { @@ -13936,7 +13936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1139f61-8fef-475d-999b-a66ed7cb0eb4", + "id": "15300412-9c43-40a2-85f6-9c9e1d8b6577", "name": "Replace account attribute", "originalRequest": { "url": { @@ -13993,7 +13993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a31922e-062c-45a3-af70-a50131bc21b8", + "id": "8f5bf7a4-53c4-472d-81f5-e9f977cfe1d7", "name": "Remove account attribute", "originalRequest": { "url": { @@ -14050,7 +14050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f42ef72-03e7-4241-8e88-6dea7c4560d6", + "id": "eb0d56ac-37dd-408d-b5c1-c7ec84d9dd74", "name": "Uncorrelate account", "originalRequest": { "url": { @@ -14107,7 +14107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fd14440-9ca6-4fd5-a4cd-cc6889adf307", + "id": "99dde472-f97d-4281-87e2-26b600e3dc71", "name": "Reassign account", "originalRequest": { "url": { @@ -14164,7 +14164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8bfa0ea-3146-4653-af57-c1508453563d", + "id": "efae6c5a-d9bb-418a-82b1-9daf25697357", "name": "Add account attribute", "originalRequest": { "url": { @@ -14221,7 +14221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b6bc4ee-83ca-483d-b163-539601739c66", + "id": "3ce51da2-dc99-47b7-8b6f-9672ef8a723f", "name": "Replace account attribute", "originalRequest": { "url": { @@ -14278,7 +14278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e48d7d0b-c6ad-42b6-bfe9-cef81c882574", + "id": "917d14d7-94a1-402b-acb7-4dfeffe83351", "name": "Remove account attribute", "originalRequest": { "url": { @@ -14335,7 +14335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9038ff7d-760c-417c-8ec2-c2796b9028ac", + "id": "bae48fae-2651-4245-b9e6-d9905caf9a3d", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -14392,7 +14392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa6298f0-dc04-45de-9ff1-cf562e94d405", + "id": "f47c8e67-47c6-48ea-afea-6647a7db9701", "name": "Reassign account", "originalRequest": { "url": { @@ -14449,7 +14449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09002af4-cd12-455a-9411-578d7f690c48", + "id": "9a817e4d-0aad-4f58-8003-c9d575c95b27", "name": "Add account attribute", "originalRequest": { "url": { @@ -14506,7 +14506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "260d47b3-bd74-44bc-bb29-c1679485c331", + "id": "ba8d3c97-3ea4-449b-bb54-394cb4c6e117", "name": "Replace account attribute", "originalRequest": { "url": { @@ -14563,7 +14563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d37fd475-4e3d-464f-a886-f2515441e79e", + "id": "ceac4df0-3e0d-4b32-a992-1acac141a883", "name": "Remove account attribute", "originalRequest": { "url": { @@ -14620,7 +14620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65bae909-f1f3-4abc-bb05-346f0c5e8d42", + "id": "7e4303bd-d280-43c5-80a4-de9a778e61d8", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -14677,7 +14677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3460d803-ada9-4592-af33-e569889f4102", + "id": "596c094a-d259-4288-b612-f7233a24c4eb", "name": "Reassign account", "originalRequest": { "url": { @@ -14734,7 +14734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67362eb3-396e-4b4a-ab56-9cadecfa4ee8", + "id": "d353c001-5d35-40a2-a483-24bb207f9b99", "name": "Add account attribute", "originalRequest": { "url": { @@ -14791,7 +14791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2254cc3-40c8-49f0-a071-f8e1e3ecb790", + "id": "f53271cc-c2ab-41b4-80ae-02f8413566bb", "name": "Replace account attribute", "originalRequest": { "url": { @@ -14848,7 +14848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a9dc5aa-92a2-42ba-bcd4-5ed55d46acaf", + "id": "291b8be3-8291-4147-b629-054a68ff3214", "name": "Remove account attribute", "originalRequest": { "url": { @@ -14905,7 +14905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0b68f48-cfad-4ea9-a1c4-5a790d66774f", + "id": "321f5610-411c-44ce-8975-5338775881fe", "name": "Uncorrelate account", "originalRequest": { "url": { @@ -14962,7 +14962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2560a7bd-abd8-46e2-ae37-aa7b29eacba1", + "id": "7fc0b753-3247-4f7a-a522-6197f9e347be", "name": "Reassign account", "originalRequest": { "url": { @@ -15019,7 +15019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3ed5d4f-940a-4071-b5a4-ce884e1d5504", + "id": "5b8d1159-41dc-4d27-91c4-f9f7c177e5ca", "name": "Add account attribute", "originalRequest": { "url": { @@ -15076,7 +15076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb68f17a-8983-4b38-a6d8-b8a6c5d55cee", + "id": "c697ce39-8886-4de5-a970-7eb7122a7dc1", "name": "Replace account attribute", "originalRequest": { "url": { @@ -15133,7 +15133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd92422d-4337-4d2d-9b4e-4d4b2d629d74", + "id": "7b08b3e0-7cc9-4611-b65e-5915308d4379", "name": "Remove account attribute", "originalRequest": { "url": { @@ -15190,7 +15190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01e2c26d-ff84-40e8-b630-747b7f58869f", + "id": "4f633af9-ec07-41a3-9281-d6603d2553ad", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -15247,7 +15247,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b6362fe-1957-459f-9af3-e32eb4938f39", + "id": "d5ed791a-5af5-48a8-ac55-3616eb25118d", "name": "Reassign account", "originalRequest": { "url": { @@ -15304,7 +15304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "076170e6-5e1f-4f08-9446-8dc891742c84", + "id": "2fd0fb69-227a-4583-9890-05fdfcf98060", "name": "Add account attribute", "originalRequest": { "url": { @@ -15361,7 +15361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dded3fd-3b1d-419d-ac3a-056cb4e2faf6", + "id": "99e9fadf-0715-470a-be82-f16efb0bec9a", "name": "Replace account attribute", "originalRequest": { "url": { @@ -15418,7 +15418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f49209c-c09c-4bc6-b829-b0fa06a93d6f", + "id": "a82cd024-966f-4b78-9074-caf538ea4b1c", "name": "Remove account attribute", "originalRequest": { "url": { @@ -15481,7 +15481,7 @@ } }, { - "id": "839e29a3-73a3-4326-850f-e5d8a2ccb1a6", + "id": "d938f104-56b0-4f60-a44c-8c67152fd191", "name": "Update Account", "request": { "name": "Update Account", @@ -15535,7 +15535,7 @@ }, "response": [ { - "id": "c6623aab-37f2-4edd-ba83-bcadeff24af3", + "id": "b2e09dba-a055-45c6-bfd3-5e839ff2de97", "name": "Async task details.", "originalRequest": { "url": { @@ -15592,7 +15592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ef47513-1a6f-43cc-a841-e90fc89a55f5", + "id": "b79bbe5d-4de4-48df-96f4-2dc1ac435761", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15649,7 +15649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "606b8c41-4e5c-499a-8e6e-1f2c1f50b807", + "id": "477b958b-b1a0-4e36-85b9-9f7e78a951db", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15706,7 +15706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06424354-80bd-4599-995e-066957e2a5d8", + "id": "8536b9ea-6caa-4d98-b3f7-8ffae73a00ed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15763,7 +15763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "543733fc-d37a-4f25-b3be-bf230496aa5c", + "id": "1be927cb-5442-438f-9b5a-449401e373e1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -15820,7 +15820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52662e90-62c2-466e-bf64-33196e8f7a0e", + "id": "82678722-0386-454d-b13f-e22c7929c2f1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15877,7 +15877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52800e45-e2cd-4d09-8ea7-3616488abf6a", + "id": "6465e022-d6ae-44b8-b028-62eeb6a69b3b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15940,7 +15940,7 @@ } }, { - "id": "457ca7dd-ef1a-47c1-b111-3bdb54ae6b4a", + "id": "78b95750-9bb6-408d-8a33-af34f2605461", "name": "Delete Account", "request": { "name": "Delete Account", @@ -15981,7 +15981,7 @@ }, "response": [ { - "id": "28861fcb-6088-4eec-aeca-8d793218827b", + "id": "1b47ad28-a389-46db-a3a0-799d011b11b7", "name": "Async task details.", "originalRequest": { "url": { @@ -16025,7 +16025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aea34cdd-79be-4366-99ca-4c40a83f36d7", + "id": "55255bc6-bd8b-4e20-9879-1ef8c7537be7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16069,7 +16069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cee85e78-5b99-4635-895b-e94b71d93802", + "id": "7cce2457-c2a2-4b8f-9115-d1e392da32ba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16113,7 +16113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2bd3a27-ef28-4085-9b86-731728410d5c", + "id": "2e6c535f-e42f-481f-8eee-06a9674c13e9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16157,7 +16157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e76cbf90-bafc-4906-8bb6-ef1c616caa87", + "id": "4d48d0d3-9aa1-4014-b491-d1d8989f4098", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16201,7 +16201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5d8ae3b-48ea-404f-9034-849781582deb", + "id": "9b86dd5f-34fa-46dc-9151-ac3e12fa1507", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16245,7 +16245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16d219d8-8323-437f-ab89-9ea0028bde49", + "id": "bfa0bc25-5c5a-4221-b219-34911c74fc12", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16295,7 +16295,7 @@ } }, { - "id": "a7cced53-eb3f-4f86-b3b3-cc828207f6dd", + "id": "f78f2424-1270-4d3b-bb6d-3ae1e7f58f50", "name": "Account Entitlements", "request": { "name": "Account Entitlements", @@ -16365,7 +16365,7 @@ }, "response": [ { - "id": "69a8d3d6-1183-4030-8b08-8dffea0f0f76", + "id": "de3b5607-721a-4397-8782-356acf198644", "name": "An array of account entitlements", "originalRequest": { "url": { @@ -16438,7 +16438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98f7c5ee-5563-4b43-becd-a961729f86fb", + "id": "fc86d371-5523-4af1-868e-fd23f1af201d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16511,7 +16511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59eb47d6-f7cc-4119-8bf9-8510459c9b5d", + "id": "eebc99cd-0c80-41d9-9d6f-368f98eb1e0d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16584,7 +16584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad26e475-58ac-4c86-87fb-22601caf0e9b", + "id": "e30f2e05-1738-4f09-8af3-c75273b1cfb7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16657,7 +16657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ff90311-591c-4cd7-b369-a7901923f8fa", + "id": "2ace91d3-453b-465d-a8bc-75b1e8f10e21", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16730,7 +16730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70744c11-cef3-4808-88c2-f5077ab60b48", + "id": "046e9259-49e8-4287-8aec-48c0b7546239", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16803,7 +16803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24492cdd-a570-4e99-accc-16350465a834", + "id": "895d3309-7b2f-42ad-ac4c-74fe28c24db4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16882,7 +16882,7 @@ } }, { - "id": "be448b83-0142-4d3e-8c33-255d8c09b052", + "id": "7b6e6dac-0346-4eaf-bb71-ce1bca07d461", "name": "Reload Account", "request": { "name": "Reload Account", @@ -16924,7 +16924,7 @@ }, "response": [ { - "id": "d2d5e529-e3ea-4154-a183-322fa932cb7e", + "id": "9dc62c73-5ecf-4a54-86b7-8a8397c5819a", "name": "Async task details", "originalRequest": { "url": { @@ -16969,7 +16969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1af0f32-476e-45f9-87ed-52db5a13720d", + "id": "a961c34a-38fa-4c38-ba9c-a07f91039063", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17014,7 +17014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85da1e01-5641-462d-95f3-caba51c958a9", + "id": "da6c1364-6de9-4fe9-b2e1-10bb9d4c55ed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17059,7 +17059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cf3f6c1-b4f3-4a75-8c5a-262d0a5e6a36", + "id": "a90f127c-e01f-4313-8287-c2d502b885af", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17104,7 +17104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61fe12fa-b4d9-4ac4-9bc7-4faf025d0df2", + "id": "a8a9f007-d048-4fc8-906b-2a9811154c98", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -17149,7 +17149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "441f04d3-cf35-4829-aad9-67aa04ac0049", + "id": "e9282fc2-9b0d-4cbf-80c7-66a0251d7822", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17194,7 +17194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b72f1eeb-aea9-48d2-8deb-af8424e4bba2", + "id": "95ac4f7a-60f8-4c47-a904-e8758b640879", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17245,7 +17245,7 @@ } }, { - "id": "516dfac4-b24c-43b6-900e-809a88db2e18", + "id": "91580b74-67d5-437b-aac7-15a102fabcae", "name": "Enable Account", "request": { "name": "Enable Account", @@ -17300,7 +17300,7 @@ }, "response": [ { - "id": "e8852012-f966-42c8-a5df-7308c1404b79", + "id": "eb9ecb6e-4213-4e41-8c93-7b2e95ccd4c4", "name": "Async task details", "originalRequest": { "url": { @@ -17358,7 +17358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57bd4750-d5e7-47ea-ae26-0f8382cb748c", + "id": "f9639882-c952-4cf5-887f-e73f31cfa4bc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17416,7 +17416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7ed1326-b6c6-4e73-8b1b-849de824d8f2", + "id": "c83791ec-6376-4be8-a1d3-98a156fffa38", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17474,7 +17474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0aa17fb2-acf6-4434-9117-8d66aa467056", + "id": "981131db-0308-4e2b-aa18-ebad62ff5bbd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17532,7 +17532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b0fc92d-6e9d-43e1-8ec5-d9a077b0a6d1", + "id": "fce9515f-a879-4341-be12-498612af5559", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -17590,7 +17590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09555890-be17-4aa7-a993-9b245d1045d5", + "id": "4989a956-f9b8-429a-8694-74f28e38ef8b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17648,7 +17648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11b87cd0-f3a5-43db-968c-9bbf0d784ff1", + "id": "09f4d7a0-df6d-400e-938a-39557c13384d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17712,7 +17712,7 @@ } }, { - "id": "18b5876b-b9a4-46dd-830b-c0aed607e426", + "id": "555b0378-e7fc-425f-a621-502b89fa7bb8", "name": "Disable Account", "request": { "name": "Disable Account", @@ -17767,7 +17767,7 @@ }, "response": [ { - "id": "c8be2595-1c8a-49c2-a457-8c258f832581", + "id": "1891e284-484a-4b15-9975-946797a78951", "name": "Async task details", "originalRequest": { "url": { @@ -17825,7 +17825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e7adfd7-5427-4d8e-8af1-48f5028f625b", + "id": "38d998fc-d547-4dab-8f8b-23e541739ad4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17883,7 +17883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bc631cd-ec07-43e9-a088-4ce6e120bfa6", + "id": "7e033ade-0aa4-4a20-9b7e-6efe8b9a8f86", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17941,7 +17941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54980996-0a34-4cd0-9d20-851b91e1544f", + "id": "5893312f-77bd-4d90-b3e4-b6c772ada9c2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17999,7 +17999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27aa3ece-8ab0-47ab-866f-c10835cd0907", + "id": "359116bf-e9c0-4d8f-9212-15d487782b37", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -18057,7 +18057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21db08a3-d81e-480c-a139-6a09eb826329", + "id": "b998db99-5106-4c67-841d-daa5bd154769", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18115,7 +18115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09e06a1d-daad-414f-9c99-437ca4c3b0a7", + "id": "85c60255-3894-4e0d-be64-67a1e0ea78bb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18179,7 +18179,7 @@ } }, { - "id": "92e73663-029f-44fe-9d79-998ec5f497ae", + "id": "8f1ae252-494e-4fa8-b3f8-ab2de86f3dd2", "name": "Unlock Account", "request": { "name": "Unlock Account", @@ -18234,7 +18234,7 @@ }, "response": [ { - "id": "f5e4cad0-cbc2-4324-9a33-92ffd93cc7e1", + "id": "c4eec54d-4df9-47c3-bc9f-1ce15a66a0e0", "name": "Async task details", "originalRequest": { "url": { @@ -18292,7 +18292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccc23345-78e9-426c-897a-620eaf09e250", + "id": "3028c91e-7955-4fec-8608-6eac0fd9d749", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18350,7 +18350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71b9e666-3842-458f-8294-f4c6762857f6", + "id": "4afac5a0-9fd1-4d94-866e-f58882edb70f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18408,7 +18408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1792e0e-9f71-4784-a965-5df4e4f4d265", + "id": "c3076a86-8e3b-4b71-954a-6941f37715ef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18466,7 +18466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8f93926-8a54-43a4-95d5-ffd5bc241cf7", + "id": "bae3e640-4e31-4e94-8e7c-fe4a2e465503", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -18524,7 +18524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f9d558a-cd6a-40fa-9006-29b756c44dc4", + "id": "a8cf92b2-178a-4819-844f-425f57d45de6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18582,7 +18582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e60d102-cadb-4e41-b870-38e3943dafe0", + "id": "1da4e9f8-2f7a-4db8-bba2-7dd934f99ee2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18652,7 +18652,7 @@ "description": "Use this API to discover applications within your Okta connector and receive connector recommendations by manually uploading application names.\n", "item": [ { - "id": "8ec7d2fc-b695-4eac-8899-3c9d39522d76", + "id": "010c84ca-f6e0-4c96-8250-66d78a2d7be0", "name": "Download CSV Template for Discovery", "request": { "name": "Download CSV Template for Discovery", @@ -18681,7 +18681,7 @@ }, "response": [ { - "id": "f14bd4eb-acbb-4b1e-bc7f-3718741ff05c", + "id": "74bf048d-d900-426b-aad5-8ccf9972b70a", "name": "A CSV file download was successful.", "originalRequest": { "url": { @@ -18724,7 +18724,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2827450b-daed-4d50-a579-5dbf36fd2e0b", + "id": "92869ea5-f417-49c2-83fc-4076e634f180", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18767,7 +18767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c614d0c-7812-427e-8ba4-1a4ce7a921b2", + "id": "fe8b2a38-2de6-41d3-be53-ff9f4cc264a2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18810,7 +18810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86e1d2ff-7e8e-4237-b0e7-5240f6fa1d99", + "id": "426477bd-9a57-46d7-b69d-97a6e23c182d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18853,7 +18853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ae14deb-998a-400c-955e-63195c137666", + "id": "c85147a8-54f0-46ad-864b-f3108ce05b6b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18896,7 +18896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "542368bf-dc3a-4dfb-85f2-96aae191bb5d", + "id": "664009c1-36ca-41db-bce4-ef065bdb838c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18945,7 +18945,7 @@ } }, { - "id": "cbfbc2f5-3b5a-416c-a2c4-9798469ba76e", + "id": "d8f2be5e-eb0e-4f26-ae15-d362eeda70a9", "name": "Upload CSV to Discover Applications", "request": { "name": "Upload CSV to Discover Applications", @@ -18990,7 +18990,7 @@ }, "response": [ { - "id": "04008aad-0fc8-473d-b90d-85ca89d4cdd3", + "id": "47f91853-88ba-4046-96ba-b4ea2121e804", "name": "The CSV has been successfully processed.", "originalRequest": { "url": { @@ -19039,7 +19039,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5e3e7da1-e404-4894-a0bb-66ee4f7a61f5", + "id": "4e9de90f-7759-427d-abb8-f52061ac83d4", "name": "Bad request - There was an error with the CSV format or validation failed (e.g., `application_name` missing). Error message should be provided in response.\n", "originalRequest": { "url": { @@ -19098,7 +19098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56ca4980-39e0-43cd-9311-789cdd9a7fb6", + "id": "e226d8e8-14a3-42d0-872e-9d9ca2750212", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19157,7 +19157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ced24481-0430-4f6c-8fee-8c355dc42083", + "id": "0d3e1a05-8aaf-4e2d-822d-de65c8bf460f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19216,7 +19216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0423aa79-8219-45ea-b97d-4e1c1fc660a1", + "id": "b8deb9b8-df02-48a8-8539-62bb58ba447e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19275,7 +19275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eeb3f7df-3387-4af0-bd03-e27b0e977af1", + "id": "d77d673a-5dc3-4604-9193-592e61887611", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19340,7 +19340,7 @@ } }, { - "id": "dc1fc9db-e829-44e5-886f-f362e605a3bf", + "id": "14e8fe81-f48f-4735-a8b3-b56640ec2483", "name": "Get Discovered Applications for Tenant", "request": { "name": "Get Discovered Applications for Tenant", @@ -19415,7 +19415,7 @@ }, "response": [ { - "id": "c6c5b93a-8d4c-4764-956b-0fa501db5c47", + "id": "88b1a297-9a9f-4438-b932-b2d73b4c3f16", "name": "Slim Discovered Application", "originalRequest": { "url": { @@ -19504,7 +19504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5c70107-06a3-4f41-b2e0-7ee7fd627008", + "id": "92d8e9ee-60e1-4fa8-8a70-c2ad7599aa57", "name": "Discovered Application", "originalRequest": { "url": { @@ -19593,7 +19593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2500cd1-a309-4df4-b53f-55c3af021aec", + "id": "2a9a7aae-0f35-42bb-93c7-3eb26c422260", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19682,7 +19682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2792728-142c-4448-b7fc-406f129c9016", + "id": "77ea8869-e11e-4094-8423-e77c56391a39", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19771,7 +19771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01571d6f-f7c0-438b-9c7c-6e9626f7978c", + "id": "88be9b0f-b520-4a11-8f31-bb97c4d8429f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19860,7 +19860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e14653a5-9a88-4e3e-866c-9bea998e6c3e", + "id": "1492e93d-6737-4d66-8da4-f2d06b5e533c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19949,7 +19949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "730e6c11-c153-4b34-9fac-dec142b93e34", + "id": "d4dc202a-4203-48a9-b49c-5a8d610be0c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20050,7 +20050,7 @@ "description": "Use this API to implement user authentication system functionality. \nWith this functionality in place, users can get a user's authentication system details, including their capabilities, and modify those capabilities. \nThe user's capabilities refer to their access to different systems, or authorization, within the tenant, like access to certifications (CERT_ADMIN) or reports (REPORT_ADMIN). \nThese capabilities also determine a user's access to the different APIs. \nThis API provides users with a way to determine a user's access and make quick and easy changes to that access.\n", "item": [ { - "id": "090024fd-ad74-4a4a-a6bb-660da031972b", + "id": "c15b9883-e9af-4107-af11-ec069d0cddf6", "name": "Auth User Details", "request": { "name": "Auth User Details", @@ -20091,7 +20091,7 @@ }, "response": [ { - "id": "983cd531-0cfb-4b1a-a797-38554ea3b9c5", + "id": "eff09e72-e3d6-4b9b-972b-f39389b2f080", "name": "The specified user's authentication system details.", "originalRequest": { "url": { @@ -20135,7 +20135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d225b32e-a1a0-4735-b13d-7946bb98a9b4", + "id": "af86113e-5ec0-447d-b9da-45bba593b325", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20179,7 +20179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13154502-28ef-4146-962d-0b40c44077f4", + "id": "3fb79595-6122-4323-9c6b-dc166c3526d2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20223,7 +20223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e1a7b0a-7324-431a-a1e7-ded6b51c574f", + "id": "641fdac9-8a06-467e-99ca-0abefec8eb48", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20267,7 +20267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82f5bad5-1961-42e5-9107-8ac541f01d56", + "id": "6a85394a-bdf9-47cb-9f1b-a7f360d1c3d7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -20311,7 +20311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6729d34f-7391-4a3c-9ebf-230136ff8810", + "id": "d6fb16d6-1ee1-4988-a796-6a5a844e0557", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20355,7 +20355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c01fe4f8-ea3d-427e-8736-af83e1534de7", + "id": "b3358606-4816-4c59-9057-60234526dd68", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20405,7 +20405,7 @@ } }, { - "id": "e64b1976-1186-451d-a7ef-e65380f77054", + "id": "0c4df3fb-e2eb-4526-80cc-78ec00d4bb42", "name": "Auth User Update", "request": { "name": "Auth User Update", @@ -20459,7 +20459,7 @@ }, "response": [ { - "id": "f3b77fce-c381-4514-91ad-b72986b2b679", + "id": "019f088b-9cda-4896-aba2-ccfa5eeadd34", "name": "Auth user updated.", "originalRequest": { "url": { @@ -20516,7 +20516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "579fb36d-27f5-48b2-9753-af262eb43a3a", + "id": "00199575-f4a3-413e-8736-29b52824d757", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20573,7 +20573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a8b54a0-42d7-450f-b5f9-e31374a0fc64", + "id": "a0df39f6-c118-474c-9678-660311e589b5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20630,7 +20630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fe8200d-5002-4945-a1a9-9c9a01dadb92", + "id": "84f38013-b7ae-44ab-94f7-d72db579a47a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20687,7 +20687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cc23d55-20a6-49f0-a4ee-610494ce4f89", + "id": "4012a938-59d2-4d46-94f0-646d76c30992", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -20744,7 +20744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57dbf2c0-5d23-4edc-85a8-6394fa72d286", + "id": "9b474484-ac1d-495e-9f84-c96a8a15cc75", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20801,7 +20801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "452fcf88-3aa3-411a-bda5-732bd01ca2bb", + "id": "e0114d4f-b693-4f76-987c-5eae6d7c2654", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20870,7 +20870,7 @@ "description": "Use this API to implement and customize branding functionality. \nWith this functionality in place, administrators can get and manage existing branding items, and they can also create new branding items and configure them for use throughout Identity Security Cloud. \nThe Branding APIs provide administrators with a way to customize branding items. \nThis customization includes details like their colors, logos, and other information. \nRefer to [Certifications](https://documentation.sailpoint.com/saas/user-help/certifications.html) for more information about certifications.\n", "item": [ { - "id": "5f7e1c6a-01ca-4cf3-b4e3-e76a1da8c614", + "id": "0372526e-a9fa-4f39-b0f8-223db9c8f636", "name": "List of branding items", "request": { "name": "List of branding items", @@ -20899,7 +20899,7 @@ }, "response": [ { - "id": "e74ca05b-0bff-4674-88d6-6b22663691a2", + "id": "3ea784f1-358d-4aee-86cd-c64e35c86f50", "name": "A list of branding items.", "originalRequest": { "url": { @@ -20937,12 +20937,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"elit veniam dolor ea eiusmod\",\n \"navigationColor\": \"aliquip laboris consectetu\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n },\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"nulla do aute\",\n \"navigationColor\": \"ea ex\",\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\": \"cupidatat esse laborum\",\n \"navigationColor\": \"culpa\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n },\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"sint occaecat et esse\",\n \"navigationColor\": \"dolore ad\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0e397482-92f3-4bca-8a7f-e5dbc9bf83b8", + "id": "f5caff69-cd42-478a-80f4-bc0d509b6165", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20985,7 +20985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4348eec6-9b6d-42ec-9132-b4b1a2b0663e", + "id": "d62ad3dc-42d6-4de8-997d-b3181a71f9e6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21028,7 +21028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27198ae8-5a7b-4467-994a-083d7a6da922", + "id": "95bd53b9-8af9-4137-b929-0917e4be222c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21071,7 +21071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af770723-ee6a-4cd7-a189-1c023e7d01c3", + "id": "db3f9cb4-fa35-4815-8f4a-5a9ad34b68b5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21114,7 +21114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bbb453f-9e9e-424b-8da7-f0410b86577f", + "id": "ca042008-84b4-4b8a-88af-5fa124603964", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21163,7 +21163,7 @@ } }, { - "id": "5613b3f7-d42f-4e5c-879a-43fbecc23d53", + "id": "495e7d0e-484e-4a37-9cbb-bdec3619d83b", "name": "Create a branding item", "request": { "name": "Create a branding item", @@ -21228,7 +21228,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "minim ad", + "value": "pariatur ea in adipisicing Lorem", "type": "text" }, { @@ -21237,7 +21237,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "officia proident amet", + "value": "dolor voluptate id do", "type": "text" }, { @@ -21271,7 +21271,7 @@ }, "response": [ { - "id": "4e7c1b7a-2089-4794-8a63-a0ab0be07e28", + "id": "46a19e05-307c-4ddf-a964-1a2a9289eb9d", "name": "Branding item created", "originalRequest": { "url": { @@ -21339,7 +21339,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "minim ad", + "value": "pariatur ea in adipisicing Lorem", "type": "text" }, { @@ -21348,7 +21348,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "officia proident amet", + "value": "dolor voluptate id do", "type": "text" }, { @@ -21388,12 +21388,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"non\",\n \"navigationColor\": \"labore proident dolore Lorem\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"amet Ut commodo nisi do\",\n \"navigationColor\": \"nostrud reprehenderit qui\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "94675843-1166-4c15-a3d6-3c316e776248", + "id": "678a9afc-aa46-49ea-8e2f-ae9348e9f473", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21461,7 +21461,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "minim ad", + "value": "pariatur ea in adipisicing Lorem", "type": "text" }, { @@ -21470,7 +21470,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "officia proident amet", + "value": "dolor voluptate id do", "type": "text" }, { @@ -21515,7 +21515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "453c7615-e94d-4a79-bb52-b2a3067d5cd2", + "id": "43c8378b-1515-4716-b157-777647c308ce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21583,7 +21583,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "minim ad", + "value": "pariatur ea in adipisicing Lorem", "type": "text" }, { @@ -21592,7 +21592,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "officia proident amet", + "value": "dolor voluptate id do", "type": "text" }, { @@ -21637,7 +21637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3e82990-268d-4238-b81f-c989a5d8e0d8", + "id": "0373363a-e038-4638-905d-d52f0acc5a89", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21705,7 +21705,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "minim ad", + "value": "pariatur ea in adipisicing Lorem", "type": "text" }, { @@ -21714,7 +21714,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "officia proident amet", + "value": "dolor voluptate id do", "type": "text" }, { @@ -21759,7 +21759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8564240-aeb7-48a3-87ca-16e0e91034cb", + "id": "76aa008e-945a-4469-9cc2-e61eebc51e7e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21827,7 +21827,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "minim ad", + "value": "pariatur ea in adipisicing Lorem", "type": "text" }, { @@ -21836,7 +21836,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "officia proident amet", + "value": "dolor voluptate id do", "type": "text" }, { @@ -21881,7 +21881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3468000-eab0-41a4-9b06-25852d31189e", + "id": "7dcd301a-1710-4efc-ad85-995c3955d3ed", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21949,7 +21949,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "minim ad", + "value": "pariatur ea in adipisicing Lorem", "type": "text" }, { @@ -21958,7 +21958,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "officia proident amet", + "value": "dolor voluptate id do", "type": "text" }, { @@ -22009,7 +22009,7 @@ } }, { - "id": "9d6d0644-95b5-4a74-95d5-43afb915197b", + "id": "656012d9-ba15-47cb-8ce4-fd6340de00f9", "name": "Get a branding item", "request": { "name": "Get a branding item", @@ -22050,7 +22050,7 @@ }, "response": [ { - "id": "ae5023bf-cb7d-4c80-8821-95c948a265fb", + "id": "da422b4a-6282-4e98-b154-926ae325ddb9", "name": "A branding item object", "originalRequest": { "url": { @@ -22089,12 +22089,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"non\",\n \"navigationColor\": \"labore proident dolore Lorem\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"amet Ut commodo nisi do\",\n \"navigationColor\": \"nostrud reprehenderit qui\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6b8c0753-9b53-44b8-83a4-77717d3cdd09", + "id": "d8bc60d0-1eb6-43e3-a01f-d175f84c4dfc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22138,7 +22138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e57c5166-6a87-4ce9-88b4-7c3f84fc615a", + "id": "dac67630-7fc8-4ae9-b532-c91319e0eb86", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22182,7 +22182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "992dbd5b-1d04-4f9f-8fcb-cbdf44ef09b4", + "id": "3479be92-7231-408c-9eed-adee840f56c2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22226,7 +22226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "952fac9e-1f85-44c5-87b9-304d72402025", + "id": "d2608b4f-141a-49e1-9bb1-ee5b7c01d941", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -22270,7 +22270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fa49992-ec0b-4d69-8767-98b9bf8a1183", + "id": "eef60f96-d722-42e8-a59e-1860e051da2e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22314,7 +22314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e619838-4f51-4da3-8f44-d95016faa4eb", + "id": "e79f0bc4-bd46-4fc4-bea6-d725cee25b50", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22364,7 +22364,7 @@ } }, { - "id": "8c78a7e1-7903-4699-b3fb-941a682eaeea", + "id": "4ba7e9c8-730d-4067-981b-967a12b99bde", "name": "Update a branding item", "request": { "name": "Update a branding item", @@ -22441,7 +22441,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "minim ad", + "value": "pariatur ea in adipisicing Lorem", "type": "text" }, { @@ -22450,7 +22450,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "officia proident amet", + "value": "dolor voluptate id do", "type": "text" }, { @@ -22484,7 +22484,7 @@ }, "response": [ { - "id": "b6de419b-9be1-44a0-95bd-2fede894e2b1", + "id": "2b7276c4-d221-4ee1-ac67-9272023b7aaa", "name": "Branding item updated", "originalRequest": { "url": { @@ -22553,7 +22553,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "minim ad", + "value": "pariatur ea in adipisicing Lorem", "type": "text" }, { @@ -22562,7 +22562,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "officia proident amet", + "value": "dolor voluptate id do", "type": "text" }, { @@ -22602,12 +22602,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"non\",\n \"navigationColor\": \"labore proident dolore Lorem\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"amet Ut commodo nisi do\",\n \"navigationColor\": \"nostrud reprehenderit qui\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "115e5401-aaab-47e7-96c2-dd7c9b7beb2e", + "id": "65b4ff78-b7cd-4f69-8b1a-7a528dcca82a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22676,7 +22676,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "minim ad", + "value": "pariatur ea in adipisicing Lorem", "type": "text" }, { @@ -22685,7 +22685,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "officia proident amet", + "value": "dolor voluptate id do", "type": "text" }, { @@ -22730,7 +22730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0c52149-87f0-4d2d-8e0a-8a2b8a999854", + "id": "78b79cad-f6d4-46c7-b2c0-29d5ef3b38b3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22799,7 +22799,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "minim ad", + "value": "pariatur ea in adipisicing Lorem", "type": "text" }, { @@ -22808,7 +22808,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "officia proident amet", + "value": "dolor voluptate id do", "type": "text" }, { @@ -22853,7 +22853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "458abe5b-129c-4855-bdf2-012e25e5b47c", + "id": "c344f664-f357-4623-bd29-203c788b0d6b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22922,7 +22922,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "minim ad", + "value": "pariatur ea in adipisicing Lorem", "type": "text" }, { @@ -22931,7 +22931,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "officia proident amet", + "value": "dolor voluptate id do", "type": "text" }, { @@ -22976,7 +22976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46b6f20a-bd3a-4178-8de9-7875b70876b8", + "id": "3ec43b8d-64d9-4f34-9e9f-9262a8ec630b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -23045,7 +23045,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "minim ad", + "value": "pariatur ea in adipisicing Lorem", "type": "text" }, { @@ -23054,7 +23054,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "officia proident amet", + "value": "dolor voluptate id do", "type": "text" }, { @@ -23099,7 +23099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c115332-f66d-4375-b38e-6906c5b8072a", + "id": "540d61c1-e8c7-4725-8847-c4e1297ab5ae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23168,7 +23168,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "minim ad", + "value": "pariatur ea in adipisicing Lorem", "type": "text" }, { @@ -23177,7 +23177,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "officia proident amet", + "value": "dolor voluptate id do", "type": "text" }, { @@ -23222,7 +23222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "886c04b7-4813-4d02-b815-eeed005509c7", + "id": "772a3c08-fdfa-4817-ad34-61d9a3be3d5e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23291,7 +23291,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "minim ad", + "value": "pariatur ea in adipisicing Lorem", "type": "text" }, { @@ -23300,7 +23300,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "officia proident amet", + "value": "dolor voluptate id do", "type": "text" }, { @@ -23351,7 +23351,7 @@ } }, { - "id": "41108018-a352-417a-b2cf-a4c32287bc86", + "id": "da335152-5eea-45f6-8ba4-c6efb05c6d20", "name": "Delete a branding item", "request": { "name": "Delete a branding item", @@ -23392,7 +23392,7 @@ }, "response": [ { - "id": "f30cfc6a-5e6b-4a4d-b575-b4dee9aee9db", + "id": "b1ceafd3-d4d4-4558-87f8-7c700fa015f5", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -23426,7 +23426,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6394bc64-9108-4005-b276-8e39ab0569c4", + "id": "765fd1ea-51a6-4bda-bef4-9fb859afb547", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23470,7 +23470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c24b9fb8-1ccc-4af3-b287-64619dc60290", + "id": "db1afa57-55c8-46bf-ab61-aa384e699600", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23514,7 +23514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba4906a0-47d7-43d4-9b9b-c7f4cdafcec0", + "id": "f7490bfd-90a8-4632-b738-09c2f1a81321", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23558,7 +23558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcbba8dc-6eb2-4319-acca-08cb7eb2784e", + "id": "f741698b-ed85-4e1c-b623-de96bf6f199f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -23602,7 +23602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9bbcc9e-fcc9-4481-ae64-3fef6fff82e7", + "id": "a7c2403f-614e-4da2-9fe0-acf52946fe81", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23646,7 +23646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cef39954-3c2e-4399-80cd-83341eee6842", + "id": "b799bb2f-ad03-424c-833f-c9e1cebbdc33", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23702,7 +23702,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": "59b2eb29-b10e-4f49-acca-c5dc5c5fa429", + "id": "8aaa598d-92d9-4a23-8695-70478daad7b6", "name": "Create Campaign Filter", "request": { "name": "Create Campaign Filter", @@ -23744,7 +23744,7 @@ }, "response": [ { - "id": "e0a71a4a-d914-4441-8585-861cba64e5f9", + "id": "b833ff6d-20f3-4cb7-ac19-bff7e59215d7", "name": "Created successfully.", "originalRequest": { "url": { @@ -23800,7 +23800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "673b0f93-8d5d-4851-8cb3-b0d3b6fa26a7", + "id": "8907b59a-87c0-44ee-a9cb-467117c632c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23856,7 +23856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4232bd43-dae0-462f-b65a-3da325d06a78", + "id": "d04716e6-e4a7-417b-8778-92b3cafa7e2e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23912,7 +23912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b0f6a4d-8574-484a-a237-032b852a6148", + "id": "bfbab5a4-d5dc-466b-8b30-e8631fa82d09", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23968,7 +23968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "615c37dd-b8d3-44b3-89fe-0aa071d7e308", + "id": "b914d014-03f0-4788-96b9-5b3d792b221b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24024,7 +24024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d057b034-c36d-4cf7-8521-afb4c676eb8d", + "id": "7d2ca413-0e6c-41d0-b22f-67e16453c1a1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24086,7 +24086,7 @@ } }, { - "id": "6c3eb6ea-6773-4027-9881-d8bd23ef95e9", + "id": "a3176417-d93f-4e2d-9b90-e3737e4e3834", "name": "List Campaign Filters", "request": { "name": "List Campaign Filters", @@ -24143,7 +24143,7 @@ }, "response": [ { - "id": "8571ae1c-d296-4727-88ad-e005c60a3cad", + "id": "5f682b6e-e86f-4676-bdaa-0376f0ecef9f", "name": "List of campaign filter objects.", "originalRequest": { "url": { @@ -24214,7 +24214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fd7cfda-dc97-4868-a8c4-e2f29587206b", + "id": "cd06a007-eefc-4e6a-9742-82234f0a422c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24285,7 +24285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa94da53-8de7-44bf-b223-6fe48fb07a96", + "id": "1b87f093-0883-423c-825a-01caf3fec61c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24356,7 +24356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07f036ae-3fb3-4a45-be9e-a17c75b53b06", + "id": "da9732f1-29c4-4d3e-9b78-6532a27a23a0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24427,7 +24427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad4f91c6-c629-4255-b829-529be6830309", + "id": "babbaf89-cc1d-44f9-8306-f2dc36cefd13", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24498,7 +24498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d7307bb-60cd-4adc-b9e3-7f8fab512aae", + "id": "4c540ed7-956b-45c2-92a9-6cab4bf6b329", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24575,7 +24575,7 @@ } }, { - "id": "872a5dfa-f438-44f1-8359-8806176016bf", + "id": "0e274808-b86f-4780-aa3a-1ed39cbdbee6", "name": "Get Campaign Filter by ID", "request": { "name": "Get Campaign Filter by ID", @@ -24616,7 +24616,7 @@ }, "response": [ { - "id": "556507ea-2887-479e-9ae9-84911820f188", + "id": "e15f67f2-b6fa-4214-9c18-83ba5c81cede", "name": "A campaign filter object.", "originalRequest": { "url": { @@ -24660,7 +24660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86e524a2-bc5a-473a-8477-4ba2e474abc9", + "id": "2d32c76b-40e2-4987-a915-a7f0fb5e4e9c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24704,7 +24704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e72095f-dc8a-4c53-8406-b1c8e312b02d", + "id": "f2d1e99a-a943-4a10-84d7-e70b50d27a0f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24748,7 +24748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "414ba76b-eb4b-46c0-879a-3ba62eb28654", + "id": "652a7d80-5d35-4b46-9251-260a27fb47cd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24792,7 +24792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54b63631-dc3d-4448-abf6-7975bfd27740", + "id": "8528d431-8249-4158-92a2-e28af9fb6e47", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -24836,7 +24836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa17f774-bf41-4e7d-a1ac-761312534eb2", + "id": "d09efdc6-1676-4b81-afbe-99183e3aaa21", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24880,7 +24880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5db93160-4b93-486f-b309-588c5027bfc9", + "id": "8aad0f38-7241-4c0f-9fd7-0a49f271c39c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24930,7 +24930,7 @@ } }, { - "id": "74c52647-df81-4a7a-a4dc-40ca44d8d934", + "id": "ecdb77c4-8e84-470c-b791-f3e209fbb351", "name": "Updates a Campaign Filter", "request": { "name": "Updates a Campaign Filter", @@ -24988,7 +24988,7 @@ }, "response": [ { - "id": "c2adae63-25a0-46e8-b51b-4e37f4959c9c", + "id": "b6352118-5ecd-4c4e-af2d-73468a12a77d", "name": "Created successfully.", "originalRequest": { "url": { @@ -25045,7 +25045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c42fc6e-2b42-4bab-bc79-98dde650ece6", + "id": "2ae1d111-4fcb-47b9-99b3-e1e551fc62e1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25102,7 +25102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "523c7013-b0b9-4cfa-87c0-7629cd4655ae", + "id": "a0235fce-086f-490b-922e-4b416e74ebf5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25159,7 +25159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "033240f3-a5e1-4c8c-8b2c-052819bd5e4d", + "id": "182aa8f2-afc3-4136-948c-afa6b7024917", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25216,7 +25216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f439e93-2fb7-4c10-9bcb-341229f4b3aa", + "id": "7e5eab38-d6f7-4d96-9b40-1c8f0c5c1854", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25273,7 +25273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06cf1271-db6b-43f3-9742-3274e6edaf68", + "id": "d19928a6-82e9-45f4-91b6-a71b9d14a03f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25336,7 +25336,7 @@ } }, { - "id": "3bd47c96-be35-4a0c-9421-b10e2d2a0ad0", + "id": "f5806baa-0d30-4703-82c6-d299999b955c", "name": "Deletes Campaign Filters", "request": { "name": "Deletes Campaign Filters", @@ -25379,7 +25379,7 @@ }, "response": [ { - "id": "9e97ced6-6d37-4523-9c0e-3597b2dbeeca", + "id": "21f92e08-a6e3-416f-b47c-b737dd86e540", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -25426,7 +25426,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8b6a647d-ffc6-4af8-bf35-b15792feaef7", + "id": "5cc212c0-61fd-4919-af27-f4656e8d9542", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25483,7 +25483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a78946e0-59ef-4381-a1fa-be3e39ec9c89", + "id": "2837322b-f3f9-4830-8192-5c30258ea34d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25540,7 +25540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce772f1b-5551-490e-bd3c-c34998059990", + "id": "f86fed47-adcd-4962-a99b-34888901e8db", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25597,7 +25597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b104236-83da-4ea8-b0aa-8e2af8a82278", + "id": "3c478737-de1a-4d5f-a432-2daa5ec0e135", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -25654,7 +25654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62ba9be4-0378-4c92-9454-153b5500897b", + "id": "489805be-15bd-4c87-9772-d3020e439637", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25711,7 +25711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56a06fb3-e85e-4560-8857-4a8441c28886", + "id": "350c0936-086a-470c-9ed2-8212d6f08cfe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25780,7 +25780,7 @@ "description": "Use this API to implement certification campaign functionality.\nWith this functionality in place, administrators can create, customize, and manage certification campaigns for their organizations' use. \nCertification campaigns provide Identity Security Cloud users with an interactive review process they can use to identify and verify access to systems. \nCampaigns help organizations reduce risk of inappropriate access and satisfy audit requirements. \n\nA certification refers to Identity Security Cloud's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access. \nThese certifications serve as a way of showing that a user's access has been reviewed and approved. \nMultiple certifications by different reviewers are often required to approve a user's access. \nA set of multiple certifications is called a certification campaign. \n\nFor example, an organization may use a Manager Certification campaign as a way of showing that a user's access has been reviewed and approved by multiple managers. \nOnce this campaign has been completed, Identity Security Cloud would provision all the access the user needs, nothing more. \n\nIdentity Security Cloud provides two simple campaign types users can create without using search queries, Manager and Source Owner campaigns:\n\nYou can create these types of campaigns without using any search queries in Identity Security Cloud: \n\n- ManagerCampaign: Identity Security Cloud provides this campaign type as a way to ensure that an identity's access is certified by their managers. \nYou only need to provide a name and description to create one. \n\n- Source Owner Campaign: Identity Security Cloud provides this campaign type as a way to ensure that an identity's access to a source is certified by its source owners. \nYou only need to provide a name and description to create one. \nYou can specify the sources whose owners you want involved or just run it across all sources. \n\nFor more information about these campaign types, refer to [Starting a Manager or Source Owner Campaign](https://documentation.sailpoint.com/saas/help/certs/starting_campaign.html).\n\nOne useful way to create certification campaigns in Identity Security Cloud is to use a specific search and then run a campaign on the results returned by that search. \nThis allows you to be much more specific about whom you are certifying in your campaigns and what access you are certifying in your campaigns. \nFor example, you can search for all identities who are managed by \"Amanda.Ross\" and also have the access to the \"Accounting\" role and then run a certification campaign based on that search to ensure that the returned identities are appropriately certified. \n\nYou can use Identity Security Cloud search queries to create these types of campaigns: \n\n- Identities: Use this campaign type to review and revoke access items for specific identities. \nYou can either build a search query and create a campaign certifying all identities returned by that query, or you can search for individual identities and add those identities to the certification campaign. \n\n- Access Items: Use this campaign type to review and revoke a set of roles, access profiles, or entitlements from the identities that have them. \nYou can either build a search query and create a campaign certifying all access items returned by that query, or you can search for individual access items and add those items to the certification campaign. \n\n- Role Composition: Use this campaign type to review a role's composition, including its title, description, and membership criteria. \nYou can either build a search query and create a campaign certifying all roles returned by that query, or you can search for individual roles and add those roles to the certification campaign. \n\n- Uncorrelated Accounts: Use this campaign type to certify source accounts that aren't linked to an authoritative identity in Identity Security Cloud. \nYou can use this campaign type to view all the uncorrelated accounts for a source and certify them. \n\nFor more information about search-based campaigns, refer to [Starting a Campaign from Search](https://documentation.sailpoint.com/saas/help/certs/starting_search_campaign.html).\n\nOnce you have generated your campaign, it becomes available for preview. \nAn administrator can review the campaign and make changes, or if it's ready and accurate, activate it. \n\nOnce the campaign is active, organization administrators or certification administrators can designate other Identity Security Cloud users as certification reviewers. \nThose reviewers can view any of the certifications they either need to review (active) or have already reviewed (completed).\n\nWhen a certification campaign is in progress, certification reviewers see the listed active certifications whose involved identities they can review. \nReviewers can then make decisions to grant or revoke access, as well as reassign the certification 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": "a3295045-f3ea-486e-8e72-a35537934a8c", + "id": "4fec31fb-a53a-4730-a440-71a6e88875be", "name": "List Campaigns", "request": { "name": "List Campaigns", @@ -25864,7 +25864,7 @@ }, "response": [ { - "id": "75529a75-4f71-4966-b8e1-0884c8f9ace5", + "id": "33def9ac-59eb-43ea-9b93-2f40bd04ed26", "name": "Slim Campaign", "originalRequest": { "url": { @@ -25962,7 +25962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b31f37d-426e-4c59-9c28-93b6d20fdc47", + "id": "8208efb8-e4cc-4be5-be16-167fc673138e", "name": "Full Campaign", "originalRequest": { "url": { @@ -26060,7 +26060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0a2dd74-810e-49ab-ac38-64285be1b3e2", + "id": "5cb30b93-db2a-4f8a-97f7-71b26a62abbf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26158,7 +26158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a0cc4b6-4547-4960-b255-92be4f117d76", + "id": "0f0de302-a797-4c2e-bc32-acd324251bcf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -26256,7 +26256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f7e8575-454b-42ef-a470-5bd192f88f06", + "id": "06eeb4b6-b2de-4347-a03a-04efce3c00ec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -26354,7 +26354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e85ce0c-78e2-4777-a469-a39e54788ffb", + "id": "1ab04bf7-90d6-42b9-a043-4dd3d6bbf85a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -26452,7 +26452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35a505c0-2247-47ba-8b77-cbe07d074e9f", + "id": "8ff33962-c783-4efc-8f3f-adbe3febe5d5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26556,7 +26556,7 @@ } }, { - "id": "19429334-4679-48b2-ad20-99dc9ee36918", + "id": "e0968422-d171-4afc-b0d4-26ac5bea4133", "name": "Create a campaign", "request": { "name": "Create a campaign", @@ -26598,7 +26598,7 @@ }, "response": [ { - "id": "710251e2-c384-4bff-b009-ee9bac96cd6d", + "id": "ba280856-568a-4312-b4b6-eb2707ac9a49", "name": "Manager", "originalRequest": { "url": { @@ -26654,7 +26654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "325b0910-2e06-457d-a203-cba0637da77e", + "id": "9c110d8c-1c87-4ef8-a132-25832577285c", "name": "Search", "originalRequest": { "url": { @@ -26710,7 +26710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "678f6a01-68ec-46c2-b19a-bf41a0c59acd", + "id": "7a756563-c01a-4e74-8b2a-df8ad673be95", "name": "Source Owner", "originalRequest": { "url": { @@ -26766,7 +26766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dcf7e86-3e14-4a14-9c65-71159c58a389", + "id": "fe69c11a-66ff-4130-9663-acd0f54ab5f3", "name": "Role Composition", "originalRequest": { "url": { @@ -26822,7 +26822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0a2a0d4-1036-4bfb-9bc0-267aa36f0573", + "id": "40cddea1-36fb-4704-85a3-ccd2c5a4c189", "name": "Manager", "originalRequest": { "url": { @@ -26878,7 +26878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d1cab6b-3974-4b2d-9582-d0f5471cc2ff", + "id": "eb6e1778-db0f-42e9-93d1-3f0b7a6fa046", "name": "Search", "originalRequest": { "url": { @@ -26934,7 +26934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "222aac3c-8c9b-4602-94f0-627dff4d7207", + "id": "c01ee9dc-d6d3-4198-a3dd-edef4f417e1a", "name": "Source Owner", "originalRequest": { "url": { @@ -26990,7 +26990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13b02ca1-5fd0-4a2b-b0bf-297fcdaf567c", + "id": "67f5c0b8-0239-491a-9c37-28bc495a22cb", "name": "Role Composition", "originalRequest": { "url": { @@ -27046,7 +27046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0d32c0e-74e2-4879-98cc-cf99c80d8233", + "id": "349dc480-21c7-4195-9b36-27d932e7e5e4", "name": "Machine Account", "originalRequest": { "url": { @@ -27102,7 +27102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6ca5653-f861-42c9-bbab-35722b0abc8a", + "id": "76d4b213-ecf0-4866-a425-2e54836bbb33", "name": "Manager", "originalRequest": { "url": { @@ -27158,7 +27158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc654918-0057-4a02-95d3-cd2044c6ee02", + "id": "103a0b22-a727-489e-8763-a92b8dfefda9", "name": "Search", "originalRequest": { "url": { @@ -27214,7 +27214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9948121-69a9-44c1-898c-c867dd661f79", + "id": "822839b8-ae51-4f92-aa4a-07e5661f986e", "name": "Source Owner", "originalRequest": { "url": { @@ -27270,7 +27270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f17f21e8-51dc-43a9-8ff0-1ae8df5b1087", + "id": "8a76bd9b-7ba6-4681-9d0b-39a52ee0a4d8", "name": "Role Composition", "originalRequest": { "url": { @@ -27326,7 +27326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "570bdce1-95b1-4b88-bab8-f1c13550ad14", + "id": "30815765-75c4-4638-b5a7-e3e3d41f4180", "name": "Machine Account", "originalRequest": { "url": { @@ -27382,7 +27382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5cbaa46-e337-4764-8c92-d055d7e33861", + "id": "c514f6f0-ebd6-42e7-bd75-dca11a5f0453", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -27438,7 +27438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02286425-93e9-408f-909a-e19006f7fed9", + "id": "eaece79e-653c-494d-b17f-77b8569fa108", "name": "Search", "originalRequest": { "url": { @@ -27494,7 +27494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8ae8b91-ebcc-4127-89da-0be2f928837f", + "id": "d2e1b9e5-7850-42c4-a9cf-fcc49f431c6c", "name": "Source Owner", "originalRequest": { "url": { @@ -27550,7 +27550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61b8298d-5b6f-4450-8d09-d71f8ff1d500", + "id": "4b19bca7-531e-4304-97c9-be28f15eae1d", "name": "Role Composition", "originalRequest": { "url": { @@ -27606,7 +27606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "304ca542-838a-43ea-b0fb-511b5ec1883f", + "id": "413a0a55-afcf-4439-ae1f-9edb766e8d36", "name": "Machine Account", "originalRequest": { "url": { @@ -27662,7 +27662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13b46162-5663-4079-aa60-8a31bdc6db04", + "id": "0fd56414-4a1d-476c-9e17-e1f0f394ee9f", "name": "Manager", "originalRequest": { "url": { @@ -27718,7 +27718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67522d69-ffa2-43ef-ae07-39afa12ad455", + "id": "f3a73f7f-5e76-4f82-b25b-8542cc2724a3", "name": "Search", "originalRequest": { "url": { @@ -27774,7 +27774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a18d2a0f-ce6c-4497-a196-4effc72c6807", + "id": "c7113bc9-92bb-479a-b31f-72fbee078e95", "name": "Source Owner", "originalRequest": { "url": { @@ -27830,7 +27830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0689ce7d-87c4-4347-9b85-6105846d7c99", + "id": "1648339a-72c3-468e-a126-ad06cb84c2cb", "name": "Role Composition", "originalRequest": { "url": { @@ -27886,7 +27886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c2484bd-0ac0-4aa4-8ff5-5ba73115f247", + "id": "70b43d3e-744f-4975-9d61-c429a4d88d8d", "name": "Machine Account", "originalRequest": { "url": { @@ -27942,7 +27942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b970d01c-aaa5-467e-bd7d-b27541f88f5d", + "id": "92693cdc-5a71-4eb0-8834-046b6dea932a", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -27998,7 +27998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4265431e-8371-4efc-835a-99ba81dff216", + "id": "6a42f223-48bb-4fa9-92b4-8f2a3cc7cf07", "name": "Search", "originalRequest": { "url": { @@ -28054,7 +28054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "126074ce-24e6-490f-ae5a-8f19d2a5c8fa", + "id": "3116da58-da01-41c3-b9e1-f50fd57cd088", "name": "Source Owner", "originalRequest": { "url": { @@ -28110,7 +28110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9b6c6d3-62e0-47a4-9094-8d35f7bcdeb0", + "id": "67ef890f-4e7a-46c3-8b2e-47f4c24032a6", "name": "Role Composition", "originalRequest": { "url": { @@ -28166,7 +28166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cebeec1-4ad7-4a1a-b8b7-17f939d4b14a", + "id": "706f7920-0c27-4e53-9099-acc6b083fba6", "name": "Machine Account", "originalRequest": { "url": { @@ -28228,7 +28228,7 @@ } }, { - "id": "ecec18cd-4b2a-4c61-a764-f7b16997997b", + "id": "52940bd2-88b0-45bf-9b83-46ce445a9d59", "name": "Get Campaign", "request": { "name": "Get Campaign", @@ -28279,7 +28279,7 @@ }, "response": [ { - "id": "23e47f6d-0656-4a5f-81ce-759315701cdf", + "id": "55035ce6-f066-49c0-9c35-10832628dac2", "name": "Manager", "originalRequest": { "url": { @@ -28333,7 +28333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64949ebb-eab8-4deb-9750-d437fc91563c", + "id": "2c2ffb4d-4923-45b2-acc8-f443aff1c9dc", "name": "Search", "originalRequest": { "url": { @@ -28387,7 +28387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e12df2e-6bf5-4ee2-98df-127c609db7bc", + "id": "6022d692-b989-4bb0-a395-27e6ae6c5811", "name": "Source Owner", "originalRequest": { "url": { @@ -28441,7 +28441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "848c7d1b-0a15-4305-9466-21f4d8d0cf3f", + "id": "f8c64941-5a48-44b0-9ae4-33e001cb8618", "name": "RoleComposition", "originalRequest": { "url": { @@ -28495,7 +28495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "958862ef-d240-40e8-a07c-23cb4f43f5cb", + "id": "7a92536d-953e-4c99-9c98-6ae3da636aba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28549,7 +28549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8db8702-aff9-44ae-ac9f-64159bc5bf31", + "id": "d1c48c44-fb74-45e6-a089-11a8b0393d58", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28603,7 +28603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66931453-1355-4e9a-b1ca-146274b9e66f", + "id": "91df8175-cc91-4220-8a1a-3b698f4f4aef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28657,7 +28657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4f1758e-c32b-4aaa-984d-22ead933c49d", + "id": "9ac19b99-d42e-4da2-9a14-7639cbd25e3a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28711,7 +28711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a4c154d-bb1f-4692-91ac-a9e71f7eaad5", + "id": "ddbe9284-ed0a-448d-8e3e-7b9ab099989a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28765,7 +28765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c76b0d2-1b0f-41cf-b818-0e7e16cfeaff", + "id": "7a3abc0c-901f-450b-bb55-ef1369e05c10", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28825,7 +28825,7 @@ } }, { - "id": "bd63644f-1c62-4eb6-9239-163d8f8216ee", + "id": "28cf1af4-4965-4fb4-a70e-bdf8bae8865b", "name": "Update a Campaign", "request": { "name": "Update a Campaign", @@ -28879,7 +28879,7 @@ }, "response": [ { - "id": "4db3b79f-74ad-4330-aeac-40524fe3ea78", + "id": "5cf00fdd-7b0b-4fd6-ac68-1501c76b9506", "name": "Manager", "originalRequest": { "url": { @@ -28936,7 +28936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0e61ad1-ca48-4c85-a0a6-88afd79879d9", + "id": "f353c620-f990-45a7-a430-3f146dd0a35f", "name": "Search", "originalRequest": { "url": { @@ -28993,7 +28993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2b46641-74f8-4e40-a910-705cd0c6b711", + "id": "60e48997-7857-4d46-b3a3-21c13ea08ac8", "name": "Source Owner", "originalRequest": { "url": { @@ -29050,7 +29050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e869969-6d17-44c6-b0d0-6fc510c0a76c", + "id": "0289f724-7ff0-4b5d-9549-f8b7d9178766", "name": "RoleComposition", "originalRequest": { "url": { @@ -29107,7 +29107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a12ebca-2d0a-4679-9d6f-17ecdd39f3b2", + "id": "e3e7ddf6-7fd0-4aa4-867d-9d1f0bbf2706", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29164,7 +29164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f18d70e-ce9e-438c-986a-f0b69533ebb7", + "id": "7d1ef58e-263a-4fb9-b855-bc82f2824a79", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -29221,7 +29221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea8e178f-75d8-41a9-883b-e7d6b2aa2b89", + "id": "f28a22e9-8d8b-4521-8872-bfa14c87aa37", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -29278,7 +29278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af5358a5-bac6-4e11-a8d1-d121363075b5", + "id": "4a1aab51-fa68-4350-ad5a-fc1331d0b467", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -29335,7 +29335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed4d905c-20ea-42d7-a3fc-90a911c3e82c", + "id": "d1138e4d-5177-4621-b9a7-f60da5560d0a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -29392,7 +29392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9d5c60e-0cf3-45df-adaf-e22335d53280", + "id": "ef2fa066-88a5-490a-be9e-e07bbbfd4b90", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29455,7 +29455,7 @@ } }, { - "id": "d47e3fbd-5838-4dbe-9f41-83f06ae4a350", + "id": "53f9869c-343a-4945-ad93-c7529e71e13b", "name": "Reassign Certifications", "request": { "name": "Reassign Certifications", @@ -29510,7 +29510,7 @@ }, "response": [ { - "id": "1b79c96f-06af-4670-b29f-396fddb5a0de", + "id": "e3985e4b-aa7f-4580-8cde-546d087dbf95", "name": "The reassign task that has been submitted.", "originalRequest": { "url": { @@ -29568,7 +29568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5a4f5a6-a6ce-47e5-a3f3-450ad4ab52f1", + "id": "6c6a1175-9486-4630-9c01-686e44035d2b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29626,7 +29626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fefe8328-0265-4e13-af08-08599353c55e", + "id": "50cf2c09-1213-48ee-960b-0113e3b96b41", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -29684,7 +29684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92db8c3b-b0d8-4217-986e-252b9ab8c1fe", + "id": "307c11df-2836-4a2e-950d-a1dbd94a41b9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -29742,7 +29742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd9b5fe7-23fa-4436-87da-4a04e3237ed1", + "id": "bda5c769-2b43-4e39-9cf5-5a8106c2ce98", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -29800,7 +29800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85cb78d7-3000-4b93-90e7-708f30cfce24", + "id": "43dd7cd3-4a3f-417c-8696-29e06d721688", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -29858,7 +29858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18e02213-4fb5-439a-ad5d-b00cd24f328b", + "id": "1c936fce-c99c-416e-9deb-2af47d0cfcb3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29922,7 +29922,7 @@ } }, { - "id": "2d6b9ebd-4d5f-4f6e-b833-79c191c7f567", + "id": "a6536ef2-87e7-40a0-9191-2b0dd0f711e7", "name": "Activate a Campaign", "request": { "name": "Activate a Campaign", @@ -29977,7 +29977,7 @@ }, "response": [ { - "id": "0528c86d-1fbb-4e6d-8056-cb2d221d30c6", + "id": "26e40a11-e0a1-4411-a541-c567ffc4efa8", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -30035,7 +30035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecae6548-1959-406a-9ab3-472175c6302e", + "id": "1e7ce0ca-edc9-467f-9a65-7bd6e8ae44ec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30093,7 +30093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b82292b-1c9a-4fde-8b8d-bb984b62d8a1", + "id": "37f74a35-28c0-470c-a7a7-52590886149c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30151,7 +30151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc7eddd3-d21a-406f-ab7f-8f440dd27ab8", + "id": "531f6d68-0514-40e0-8b54-c782cf11fe9e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30209,7 +30209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfec0170-6d7a-4446-a7ec-1fc83863fa29", + "id": "c9890ab2-0884-45b2-98eb-aa484396f574", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -30267,7 +30267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18c32d37-e2b4-4718-aabb-d6c3485bfe77", + "id": "6d4b72a7-e560-4b1c-ae6f-257fe756e093", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30325,7 +30325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb1a7b4e-847f-4827-bdfe-b631b0db0600", + "id": "fc1fe241-513d-46c8-b48b-046e444e2a27", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30389,7 +30389,7 @@ } }, { - "id": "57d23510-f682-486d-89d5-707c481a2dda", + "id": "fa250524-6dfa-43bc-b01d-6aecab353e2d", "name": "Complete a Campaign", "request": { "name": "Complete a Campaign", @@ -30444,7 +30444,7 @@ }, "response": [ { - "id": "14c0ed34-060b-457f-861a-fa57cb02a7d7", + "id": "2864b605-1e4b-413b-9e4d-6f5c8c096adc", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -30502,7 +30502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "659e1873-9dad-4eee-a0c7-c1a41f2b6569", + "id": "9c2ecb9e-4aa1-474c-94ac-416a94935968", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30560,7 +30560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a30a2b6b-70b0-4ec4-a836-efe8d111fa27", + "id": "6fff1010-233e-4aca-89f8-459dfba2138e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30618,7 +30618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e012ab59-7a38-424e-9d58-5b3037cff405", + "id": "9551771b-f856-4b04-83f3-2f852f5a5c3c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30676,7 +30676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23895454-c46f-41a0-9846-b686846443c2", + "id": "b38e931a-4dec-4100-9f87-95fe04376fba", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -30734,7 +30734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dc57a78-e072-40c1-9738-1e25a7716517", + "id": "3f9814eb-ea70-4f39-b07c-39ac55dfca7a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30792,7 +30792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f2f2216-bbda-4ba7-8261-3a8b7ebba1a8", + "id": "f1aa9293-4756-4652-96cc-a4489b1cd949", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30856,7 +30856,7 @@ } }, { - "id": "8dec72c4-4c32-4aa7-8362-7cf9589a506b", + "id": "e02f57a4-807b-4bc8-ad02-433087a529e4", "name": "Delete Campaigns", "request": { "name": "Delete Campaigns", @@ -30899,7 +30899,7 @@ }, "response": [ { - "id": "652cc942-e6cb-41c6-84df-0e15f22f51f0", + "id": "20b2ae49-7ff3-4908-be77-4064a92456ca", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -30956,7 +30956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "579f3151-6fcb-447f-9136-2b5b816873da", + "id": "88cb6004-c486-47ad-ae64-085e2ab1e181", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31013,7 +31013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5edf4ae-0716-401a-bcac-d43a771a24ca", + "id": "e3119bdc-0ac2-421c-a2e0-a2bf6154dcb1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31070,7 +31070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69544e0c-32a3-499e-ad09-e66a73a31f3d", + "id": "15b94070-319c-458e-9960-82b6998ff03c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31127,7 +31127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a90be125-02a2-4a3c-adb2-d15c774fefe7", + "id": "c8ee72ef-ceed-420a-9573-0545e7bca6ef", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -31184,7 +31184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f614d40c-8f26-43dc-b3bf-8b42c7f93fad", + "id": "71738366-afce-4056-99f3-12258611edae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31241,7 +31241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5c524cc-090d-4ea8-af7c-0bea411a57da", + "id": "68505cbe-340a-49b8-9976-4b83ce5162cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31304,7 +31304,7 @@ } }, { - "id": "d47266fa-0dd3-423d-b337-8345f633b5f1", + "id": "f867b916-4cad-432a-b0c4-b666c36e302e", "name": "Run Campaign Remediation Scan", "request": { "name": "Run Campaign Remediation Scan", @@ -31346,7 +31346,7 @@ }, "response": [ { - "id": "a0c94f5a-f7da-4a30-9913-6be590ca2d35", + "id": "5913ee3a-a84d-43b8-bae6-ce511846d868", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -31391,7 +31391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12e10dd6-832b-4848-8836-ce7bd72b88c9", + "id": "69362ff5-42f3-4d11-ba8e-f87994eaffac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31436,7 +31436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5d5cc0c-867a-4834-9087-50d2e9d9eb65", + "id": "bdf54708-0934-4315-88a8-cafe026598a9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31481,7 +31481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f66fa6c-b274-4f15-b767-02382e078f1d", + "id": "30e9c727-9b6f-48b0-a3f6-85168481f533", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31526,7 +31526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afaa75de-a9a5-4836-b703-3e4c76679f9c", + "id": "8662f88e-2a6d-4c46-a94f-aa7df6f1ecc8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -31571,7 +31571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12f4cc67-37a4-4e0a-bf52-5360244a4e98", + "id": "7f8ca56a-0ebf-4492-ab60-23b72e810c98", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31616,7 +31616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7177d9e-743f-4bee-8039-7267ace6b5cc", + "id": "ea28a6ed-032b-4af6-999f-5fc3591c60e5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31667,7 +31667,7 @@ } }, { - "id": "999a9839-a54b-400a-97a3-dd89c18369b3", + "id": "7aff2198-6e37-44e8-ba0e-81066edba42e", "name": "Get Campaign Reports", "request": { "name": "Get Campaign Reports", @@ -31709,7 +31709,7 @@ }, "response": [ { - "id": "db08925b-147d-4fef-acbd-e8beb4ef1242", + "id": "ede0eb77-1d6c-4946-90c0-8356d968597f", "name": "Array of campaign report objects.", "originalRequest": { "url": { @@ -31754,7 +31754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25986a37-279a-473a-a865-0014a0b71940", + "id": "60d8b308-7aa6-4eaa-b9e7-076185483d64", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31799,7 +31799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "939b775b-ba65-4005-8b87-ee80ba4d7400", + "id": "f9161525-ccdc-48e9-a280-b09025f7ef30", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31844,7 +31844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63c95f06-2371-4379-9329-0cc6ad968c76", + "id": "59de0b8e-8d10-40e7-ba27-1a2541c520ac", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31889,7 +31889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3b4993c-b562-4c38-be07-ad83c17ffcc5", + "id": "15dd311b-a3cb-4d1e-b1be-45a30c1b9f50", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -31934,7 +31934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9d2665f-13ed-4233-a778-57c046258800", + "id": "daf6678e-2380-4505-bf0a-4bdc8b7c716b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31979,7 +31979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f098a8d7-ac90-4984-a9c0-a6cbea5da147", + "id": "8303cf23-d864-4c18-a2de-312d3a32a67c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32030,7 +32030,7 @@ } }, { - "id": "d552a440-f470-4fbd-b08f-7d3eada6d373", + "id": "3f679bb9-6891-48d0-a770-f72fa35eaf69", "name": "Run Campaign Report", "request": { "name": "Run Campaign Report", @@ -32083,7 +32083,7 @@ }, "response": [ { - "id": "6a0ad90f-164d-4e3f-bc52-1e0770024932", + "id": "f7585be8-8b5f-42cd-a09d-81a9ff9a5c86", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -32129,7 +32129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1b40837-b691-436d-b348-30c29e67e565", + "id": "3e7a31c4-71cb-4931-a9d3-3d7e56f1baa2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32175,7 +32175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e1f0ae3-9312-4af6-aa82-7f0a88f575dd", + "id": "d37e4718-c8b4-4d5e-9923-a86ff91f5a86", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32221,7 +32221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba49b7b2-6536-4893-aa21-848b498c2504", + "id": "0861d573-088e-4b43-8027-f118dc21854d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32267,7 +32267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b79557a0-27bc-4e3c-8c2a-3c6b84d2f9d5", + "id": "9fe79160-3ed5-43af-b83f-2748101d6acd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -32313,7 +32313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "022cbcb9-33bf-4b56-a8c1-a65a109b91a2", + "id": "9008b6df-53ba-4e4f-a8f5-e657b89ec1c5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32359,7 +32359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f47b7a47-8a41-41fc-9c5f-f41fdfb56e6b", + "id": "49ad5588-b05e-4458-8f59-e31fddf00610", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32411,7 +32411,7 @@ } }, { - "id": "0a21d483-753c-447e-b31b-d7baab1058ae", + "id": "4f32c654-2f80-4d31-be94-6916b4fbb68a", "name": "Get Campaign Reports Configuration", "request": { "name": "Get Campaign Reports Configuration", @@ -32441,7 +32441,7 @@ }, "response": [ { - "id": "1b43e3d9-3112-4a03-b76d-c5eb136bd648", + "id": "8b958134-ab13-44bc-8990-91beb38e9e98", "name": "Campaign report configuration.", "originalRequest": { "url": { @@ -32485,7 +32485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "005a8fb9-8b2e-44f0-9d8b-6914738bdf59", + "id": "80bca4f0-91c8-4f64-8f82-a79ade260222", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32529,7 +32529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43b8e105-44aa-41aa-83d3-8c7da36855a1", + "id": "abadabd4-9a94-495e-801f-eb4effa57104", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32573,7 +32573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2714f1d8-5fad-4e71-a2b8-c7db3df73a7f", + "id": "2a0f4061-4b90-47e9-9ff0-87f9c2fb2971", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32617,7 +32617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfffd60e-d369-4c5b-99ee-8fd698552abf", + "id": "b25204e3-9ca7-4501-9851-e53b53e812e4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32661,7 +32661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf33df9f-d11f-45ed-8262-e3239c67ce4d", + "id": "f53d9f21-c5a7-44ba-8693-f7e69d39d327", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32711,7 +32711,7 @@ } }, { - "id": "fb72ce57-c0d8-4ac7-8cc3-29eaad527d67", + "id": "4039d1f2-7fd3-43c2-9f97-57b1d04c8092", "name": "Set Campaign Reports Configuration", "request": { "name": "Set Campaign Reports Configuration", @@ -32754,7 +32754,7 @@ }, "response": [ { - "id": "9e118e86-5781-410c-be7f-ab5f733b0563", + "id": "a75ad22a-8602-4580-87aa-9753a1c82f78", "name": "The persisted campaign report configuration.", "originalRequest": { "url": { @@ -32811,7 +32811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3c3139b-df73-43e4-b230-3d2904fb47c2", + "id": "643e491f-3204-4a76-b994-339fc57d539a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32868,7 +32868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a611572-24c2-49ff-8493-bfc7ffa9a05a", + "id": "ddb7d4e1-20f8-4ec8-aa02-ead11b130e11", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32925,7 +32925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "254dbd07-f92c-4a7e-a7ae-f202cfac142d", + "id": "ff0638fb-f342-4457-ba87-0b51c01d7a72", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32982,7 +32982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c2462c7-b039-4208-bce3-456779317b3a", + "id": "8b3df00e-f9b8-4267-89d5-124bc309ef7f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33039,7 +33039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6a902c1-14e4-44eb-b3c0-4eae73d90292", + "id": "d93010d8-f57b-4742-bd9f-953c61c9a734", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33102,7 +33102,7 @@ } }, { - "id": "9160b311-81cf-48d5-ab60-f8b9bee52fc2", + "id": "fe9ab0d8-7c3a-4068-ae02-1fceed09f70b", "name": "Create a Campaign Template", "request": { "name": "Create a Campaign Template", @@ -33144,7 +33144,7 @@ }, "response": [ { - "id": "b770b883-c036-4397-aae3-effff9907ec7", + "id": "6d1aac6b-ea94-4d73-ada9-66db86a05ad0", "name": "Manager", "originalRequest": { "url": { @@ -33200,7 +33200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "921ffd5e-69d1-44c7-bd8c-2363fe936878", + "id": "ede56127-1d8a-427d-bb40-9cae7576d485", "name": "Search", "originalRequest": { "url": { @@ -33256,7 +33256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1039dfcb-737f-4634-a56f-7c67c425b9fd", + "id": "de9346a6-393d-40a3-bdcb-6aed49256b8f", "name": "Source Owner", "originalRequest": { "url": { @@ -33312,7 +33312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "107d599b-bb8b-48f9-aeee-b15d8d9553f4", + "id": "882ad9bb-ffda-4428-a4fc-2d24193bafe1", "name": "RoleComposition", "originalRequest": { "url": { @@ -33368,7 +33368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b72c8b6d-bd91-4826-b092-708882f38951", + "id": "1a43b845-e6de-4763-9740-ac3fbfab5851", "name": "Manager", "originalRequest": { "url": { @@ -33424,7 +33424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f61be219-beab-4222-89ba-47cda4df706d", + "id": "ca243c52-19d0-4176-a1fe-33858ed2148c", "name": "Search", "originalRequest": { "url": { @@ -33480,7 +33480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0ab8d59-3176-4092-b11f-9a941ea02e65", + "id": "21684702-a042-48dc-9fd3-ad681a679289", "name": "Source Owner", "originalRequest": { "url": { @@ -33536,7 +33536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57621413-e74b-495a-bd9f-df1bca9753d5", + "id": "8e98d85f-e175-401c-9b04-105578e02bfe", "name": "RoleComposition", "originalRequest": { "url": { @@ -33592,7 +33592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de506893-ba49-4348-8671-da4ad563f8b2", + "id": "197bb872-ca35-43b1-86fd-566c08c6a3d9", "name": "Manager", "originalRequest": { "url": { @@ -33648,7 +33648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19d0135d-9e95-4037-a95a-3e5d5210b960", + "id": "20a27473-947a-4c36-adb2-f28d028bc0a5", "name": "Search", "originalRequest": { "url": { @@ -33704,7 +33704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55236bd0-8eae-400c-a198-08814dba4871", + "id": "9877f42a-a216-4b9c-a247-9d7f215d70fb", "name": "Source Owner", "originalRequest": { "url": { @@ -33760,7 +33760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31caa31e-09e8-414b-9969-3dfcb42ca1d9", + "id": "62de0daf-06ff-466d-957b-00d4cde29254", "name": "RoleComposition", "originalRequest": { "url": { @@ -33816,7 +33816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33ebdab9-9833-41f1-a635-aa0586194e37", + "id": "fdc66728-7625-4e84-94ba-138da38a0adb", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -33872,7 +33872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d87a2f3c-75d9-4a9b-aa8d-6d555a625fda", + "id": "938c5d2e-8bb8-49a8-a3ce-f5308a87ca6e", "name": "Search", "originalRequest": { "url": { @@ -33928,7 +33928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f77a73e-823a-48c9-80fd-c6a3f3306e69", + "id": "e869eb02-c1cd-4120-bf64-f9b0b8ae0490", "name": "Source Owner", "originalRequest": { "url": { @@ -33984,7 +33984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54771c2d-0ebf-4800-8f88-3157d8965312", + "id": "63f0a679-e77f-43db-8463-c59e8f57b1b5", "name": "RoleComposition", "originalRequest": { "url": { @@ -34040,7 +34040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d66f2b44-1139-4333-b598-8d3a575f9d42", + "id": "6ff3713b-b1a2-4b17-85de-ed4c975a5bcb", "name": "Manager", "originalRequest": { "url": { @@ -34096,7 +34096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d93e3c4c-101b-4d4a-bfa2-e8c7afb4e6f1", + "id": "ade0d5ff-38c0-431f-806a-761587ad68bf", "name": "Search", "originalRequest": { "url": { @@ -34152,7 +34152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e5056ed-1f7e-4bcb-a47b-0c603ea25a58", + "id": "675b2692-a08d-49c8-bc30-c4be68919e28", "name": "Source Owner", "originalRequest": { "url": { @@ -34208,7 +34208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a2aaead-0670-4c00-8b41-beef0d48bfb6", + "id": "0beeba38-506c-4195-84f2-ec2af83e316e", "name": "RoleComposition", "originalRequest": { "url": { @@ -34264,7 +34264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65bd84a2-5cd2-4dc6-b201-82178b458162", + "id": "d9a46962-f912-48fb-b45c-221bc4e77ad5", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -34320,7 +34320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20aaaf12-a7db-4c32-8d2e-9129c6b2a2b7", + "id": "512cbc32-d51e-4a14-9727-20608e36fcdd", "name": "Search", "originalRequest": { "url": { @@ -34376,7 +34376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76e1d644-7a8f-4158-985a-a9bf6fa84939", + "id": "6521d28f-a1a4-486a-be70-0cda0e030b24", "name": "Source Owner", "originalRequest": { "url": { @@ -34432,7 +34432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce3ab085-bd7d-4f37-940c-42d44ab6f8e5", + "id": "06642920-a707-47eb-b1f0-36cf03e400b1", "name": "RoleComposition", "originalRequest": { "url": { @@ -34494,7 +34494,7 @@ } }, { - "id": "b6b4ed21-881a-4d63-a771-ec0d874c49b9", + "id": "2772b3cc-57ee-458b-8b8c-ddcf58beb899", "name": "List Campaign Templates", "request": { "name": "List Campaign Templates", @@ -34569,7 +34569,7 @@ }, "response": [ { - "id": "b5dc7607-c1f7-4f51-89ad-8588e7650a92", + "id": "16b7120a-446a-49b6-8ff4-cc722e2c735c", "name": "List of campaign template objects.", "originalRequest": { "url": { @@ -34658,7 +34658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6734b3e-bf35-4740-9195-09df504b4754", + "id": "8f28ef1e-8348-40bc-80b3-9444b271254c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34747,7 +34747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6db251b-3193-4e57-946e-3d5e7daf4994", + "id": "09f8a480-2ea9-45cf-b6bd-1db1f14c58b0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34836,7 +34836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b858001-30ed-4ff5-97a8-6c27beaf5b8d", + "id": "a3e5d7d5-3c77-4084-a647-28d06ab631be", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34925,7 +34925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06a0be16-d773-4633-847f-169d1d67e7ce", + "id": "34cda414-b755-4fd6-b18d-63bcbd69c5c1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35014,7 +35014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f09fb73-b113-4c63-9ccf-7a901e931672", + "id": "916617ac-e21a-4fa0-9275-3466c5ed223f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35109,7 +35109,7 @@ } }, { - "id": "45738f50-d72a-414b-8de4-13388dfb9ade", + "id": "a58fa272-f7a6-4897-b1ed-9c95e4a261c7", "name": "Update a Campaign Template", "request": { "name": "Update a Campaign Template", @@ -35163,7 +35163,7 @@ }, "response": [ { - "id": "bca63ce5-059c-4b4d-8106-e5f411c6bb72", + "id": "83ab92c1-5c33-451c-9810-b711cea87f5e", "name": "Manager", "originalRequest": { "url": { @@ -35220,7 +35220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bb8ac88-3e16-4d60-b69f-07fdb25f19ae", + "id": "251d34f4-6d4e-494a-9f88-c8f86b2a7983", "name": "Search", "originalRequest": { "url": { @@ -35277,7 +35277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7da8eb2a-a73a-4112-9929-331c237b89fd", + "id": "169f9653-6207-4c13-8f20-45127f99fc76", "name": "Source Owner", "originalRequest": { "url": { @@ -35334,7 +35334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "150e7079-c11c-4caf-b57a-e923ca2b13e9", + "id": "4d0eacdc-e131-42a3-97af-5d8d4f74678a", "name": "RoleComposition", "originalRequest": { "url": { @@ -35391,7 +35391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5053ef2-5660-42a3-b3ae-5b2652f8ee84", + "id": "ef153c97-2da5-49bf-b433-f22cd8fab107", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35448,7 +35448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6d3e96d-34ec-4008-b7ff-e106eb0f91e4", + "id": "5cd18b66-4821-46b0-bf26-f1ba913f2ffa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -35505,7 +35505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82d04250-0a17-4a0a-8149-3547374336ea", + "id": "a8ed0634-144f-4463-9cba-bcdb11f4b38c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35562,7 +35562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81063ea8-826c-4cac-9fb9-2fcaef47ac22", + "id": "1c55d456-a6f6-4738-a969-928293a2af39", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -35619,7 +35619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e608d3d-d9a0-4569-a9cb-f4f60ff32651", + "id": "e910f128-7d2b-4c7c-9daf-30bee11b83f3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35676,7 +35676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c12ed6d1-44af-41f7-826e-a9c4a07b2cb2", + "id": "44ae2c28-b520-47f4-8ec7-ddd1755a68ce", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35739,7 +35739,7 @@ } }, { - "id": "da67ae3c-86c1-4ddf-9a4f-a4146324cd0d", + "id": "c857df1a-b2d2-4060-80db-62d545787a3e", "name": "Get a Campaign Template", "request": { "name": "Get a Campaign Template", @@ -35780,7 +35780,7 @@ }, "response": [ { - "id": "bd901e6d-4831-4910-8c98-d07105dd9a61", + "id": "dcb9ae4c-4fbb-437f-bcfa-0324fd784e41", "name": "Manager", "originalRequest": { "url": { @@ -35824,7 +35824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8392f033-3d41-4635-b5d7-73dd87958f9c", + "id": "808ace3d-8344-478b-8497-2ae51d1e47da", "name": "Search", "originalRequest": { "url": { @@ -35868,7 +35868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d899b79b-a9e4-423e-8b87-26fa0f9399af", + "id": "916fdd64-dbe9-4eab-9891-c67a9df70611", "name": "Source Owner", "originalRequest": { "url": { @@ -35912,7 +35912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37091af6-dd5d-4645-9a5d-af531d06fcde", + "id": "e6830696-7ca3-4f90-af56-a92a54027245", "name": "RoleComposition", "originalRequest": { "url": { @@ -35956,7 +35956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a34eef8-1bef-4b8f-9e37-a64b3cf60e9a", + "id": "561a8220-1cd8-4b68-8902-24b4e0ab5f35", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36000,7 +36000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aee549bf-85e7-4cd7-bc5d-d967c9731887", + "id": "e0b770dc-f02d-4c99-864e-529482ca5996", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36044,7 +36044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e38e45d-4053-494c-b160-c3c8ac6cd22e", + "id": "9a73fca4-9a5b-4528-ae79-ec725c34b9d3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36088,7 +36088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76a2d577-ce41-4217-aeb7-a5322012860e", + "id": "ccbff421-0d4b-4f0b-84a1-c794b1f7a53e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -36132,7 +36132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f211400c-2ed0-422d-b271-7e302fd13cec", + "id": "f7bdf31d-0e3c-4788-9388-a282a2420e89", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36176,7 +36176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65f23f5e-8bb2-4971-b37a-92ba1eea95e5", + "id": "106fccc3-1a11-4ff0-93bc-cd5805e495c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36226,7 +36226,7 @@ } }, { - "id": "0e108b31-b717-4c61-b36f-abfac0d6d0eb", + "id": "73895270-c130-48e8-8e42-f023b0af4ee0", "name": "Delete a Campaign Template", "request": { "name": "Delete a Campaign Template", @@ -36267,7 +36267,7 @@ }, "response": [ { - "id": "b83a6857-9cef-4abf-9c87-b529aeb12e0a", + "id": "d74be467-7997-4bda-ab16-1b32605e995e", "name": "The campaign template was successfully deleted.", "originalRequest": { "url": { @@ -36301,7 +36301,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3a3fe070-f2ce-4465-990f-501053d00b9e", + "id": "b7141ace-a5ed-49fb-b502-6db8dddf5c45", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36345,7 +36345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "600f289d-f1b3-46d2-a163-bad0311389dc", + "id": "4c34f17b-10a2-4025-9643-0a2677234d97", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36389,7 +36389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1ee86ad-8d37-46d8-82f0-f22bd496a8ca", + "id": "27837137-b9f9-41f4-b93a-b54da1faf3e9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36433,7 +36433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccb6c87e-1027-499e-82fa-632cb9baf7b5", + "id": "8c947595-12fe-4493-bd86-ff20d5bf5e1a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -36477,7 +36477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba57905b-9dde-4977-a736-4fa7fe0ac533", + "id": "05c17752-b6e2-4972-86fe-4e5c786c2896", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36521,7 +36521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9acf4bd-c63b-4a02-bd76-81ef6b3dd30e", + "id": "8d5744fd-6ac0-4925-969d-d9d78245df77", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36571,7 +36571,7 @@ } }, { - "id": "fc3be99d-35d8-4610-b88e-17664ffdd870", + "id": "9b6ce82a-b2a2-4076-9966-87437a273886", "name": "Get Campaign Template Schedule", "request": { "name": "Get Campaign Template Schedule", @@ -36613,7 +36613,7 @@ }, "response": [ { - "id": "84d47a31-d548-4ca8-9e43-a734a2fbeba7", + "id": "6be1f352-d20a-4d92-9f27-343a3293499b", "name": "Current schedule for the campaign template. See the [Set Campaign Template Schedule endpoint documentation](https://developer.sailpoint.com/docs/api/v3/set-campaign-template-schedule) for more examples.", "originalRequest": { "url": { @@ -36658,7 +36658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a433e9a-f73d-4599-be62-73d89a5a46d0", + "id": "fbd76145-062c-424a-9f53-be04f2d33812", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36703,7 +36703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14abb6c6-10ef-460d-ac54-6d4ce8384fa5", + "id": "79e3b02c-d058-4930-ac71-d2854d913607", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36748,7 +36748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a148c798-9a86-447c-be32-2b89aaa95fb3", + "id": "1511479f-b4bf-4094-b3bb-bbbcb1ed8ce4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36793,7 +36793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8e18c76-f52f-4628-b428-2b4b1c3176ce", + "id": "09880ce8-6231-463b-b718-2992f07a2d15", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -36838,7 +36838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "520aa4e9-0acf-4160-9c43-8cdbbdef2da4", + "id": "7b884f44-1f0d-4bc5-9e86-d91711ab96ce", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36883,7 +36883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80834e48-0097-4a6e-8cfa-9c8774efa839", + "id": "08078f0e-1148-4a32-867f-457cd52d5150", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36934,7 +36934,7 @@ } }, { - "id": "aca1bf8d-624c-4a37-b111-8c8eff78ce91", + "id": "3941570b-07ea-4c58-9944-cc98fa5f5cd0", "name": "Set Campaign Template Schedule", "request": { "name": "Set Campaign Template Schedule", @@ -36989,7 +36989,7 @@ }, "response": [ { - "id": "08f014d8-3e9c-4ce5-992c-13dc0c83951e", + "id": "fd3748f6-1fc5-4a7b-9eab-54b6078ceaac", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -37037,7 +37037,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e87ce05d-19aa-4848-9d42-e297fb867e8c", + "id": "3b4baede-bd7a-4b85-a625-0c92346d439b", "name": "Monthly", "originalRequest": { "url": { @@ -37095,7 +37095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09f61286-6d45-4703-9a32-bb1b033fbbea", + "id": "1eae23a0-bd5c-4d68-a000-119f446ff22f", "name": "Once a year", "originalRequest": { "url": { @@ -37153,7 +37153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b53373f-df71-4e9c-a823-7d63f536d086", + "id": "04285e53-c6c3-43d5-b18f-11b39ca36610", "name": "Quarterly", "originalRequest": { "url": { @@ -37211,7 +37211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be66b5a1-d564-479b-8bf5-7f3b91cde242", + "id": "e99fab30-7d58-473b-8571-644af736b301", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -37269,7 +37269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a7f4592-5172-423a-8d2d-5112d23cff05", + "id": "69cd813d-ea21-4c85-af1f-41d8f25df251", "name": "On a Specific Date", "originalRequest": { "url": { @@ -37327,7 +37327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0357c3d-34f7-45ec-a26c-d39a78fb7f7a", + "id": "b57eb67c-d16a-443c-a216-1cc82e6a9959", "name": "Monthly", "originalRequest": { "url": { @@ -37385,7 +37385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92e711be-e52d-4f2e-8bc2-0a6f863da7ba", + "id": "ba6be10e-f46d-4fea-84c4-fcbefe5c211e", "name": "Once a year", "originalRequest": { "url": { @@ -37443,7 +37443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3ea4fe8-d099-4aae-ad7e-26eb401506e6", + "id": "7c39a9b8-4e43-4b3a-9e9d-b98db0c27a32", "name": "Quarterly", "originalRequest": { "url": { @@ -37501,7 +37501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cfd1f42-246e-47ba-8ba6-fe0f5043b8d2", + "id": "074d774c-ed9c-4afe-8e38-15cae2493a92", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -37559,7 +37559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1892644d-22d7-44ff-96eb-59faa176d956", + "id": "ffc06fec-9b77-49d6-bf41-982b3b60723e", "name": "On a Specific Date", "originalRequest": { "url": { @@ -37617,7 +37617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2306619-ef41-4605-a3cc-487fb3bdc79a", + "id": "e5a1b127-b15d-472c-adf2-75a35cbfb3d5", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -37675,7 +37675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f43d5588-1c30-4a62-8ae2-4b7c98f2659b", + "id": "0b69f387-18ca-42d4-9861-6c25d59224f1", "name": "Once a year", "originalRequest": { "url": { @@ -37733,7 +37733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a355b0e-f7ac-4fb4-b0bc-44bed4043eb2", + "id": "9d89e5ec-5969-4fa2-945c-22218f587c2e", "name": "Quarterly", "originalRequest": { "url": { @@ -37791,7 +37791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "794a9b03-f85e-48e4-acd4-4aa06556d056", + "id": "7b6c7086-74ef-458e-a31a-3c782c7150ea", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -37849,7 +37849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7097b9b-bd8e-4999-96c6-ac93dfcdc7de", + "id": "73ddfe19-684a-4f91-ae6e-befa7bb07013", "name": "On a Specific Date", "originalRequest": { "url": { @@ -37907,7 +37907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c325f01-6bb0-4837-866c-7c8571582a06", + "id": "37e54e0b-c3dd-40d7-b8cf-b5b821c4963a", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -37965,7 +37965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ef099cb-e715-4de5-873f-7706eb3d8833", + "id": "6e739ee6-0caa-4633-aba7-b7623746557b", "name": "Once a year", "originalRequest": { "url": { @@ -38023,7 +38023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c49afc7-987d-44c1-809b-8e28fadfd36a", + "id": "358db68b-b70d-46c9-8d50-857c27bdf0dd", "name": "Quarterly", "originalRequest": { "url": { @@ -38081,7 +38081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7f79d6a-847e-4ecd-b184-714a6c5d79fe", + "id": "6d48b828-9a1b-46b4-abe1-7405a93257cf", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -38139,7 +38139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2d3935d-9502-43fc-a221-bad15a591493", + "id": "77278dcf-3d9d-4efd-bce3-fc492432f048", "name": "On a Specific Date", "originalRequest": { "url": { @@ -38197,7 +38197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53485662-46c0-4174-9657-07ad6b00364a", + "id": "3a0ecf54-3a1e-46f8-8017-7d98daae6c50", "name": "Monthly", "originalRequest": { "url": { @@ -38255,7 +38255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b847c34d-5fe4-4e13-9ed9-e6f0a7b7c494", + "id": "e5bd0fdf-8586-4edb-88d4-bed0b2aaee4a", "name": "Once a year", "originalRequest": { "url": { @@ -38313,7 +38313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a43bb5dc-b5d2-4e70-b178-1345ffc83ecb", + "id": "b3ec3b8d-8769-4be4-af45-22017791f3ed", "name": "Quarterly", "originalRequest": { "url": { @@ -38371,7 +38371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2d94a6f-8537-4f57-ad63-0db868f0ff69", + "id": "a1050561-7809-4880-84d0-a85a19f448fc", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -38429,7 +38429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b398a359-1f6a-417c-8e5e-df717fbe7ec0", + "id": "ac89c354-858b-4bd7-9815-91857a27b9ec", "name": "On a Specific Date", "originalRequest": { "url": { @@ -38487,7 +38487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3bc535a-e501-42cc-9dc4-486532fae4bc", + "id": "421ff48d-408d-4613-8058-ed769e4554ad", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -38545,7 +38545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "479c8ed8-deec-4a97-8fab-ecac17bafa28", + "id": "7af2ffab-ccb6-467d-a984-cae945f9b790", "name": "Once a year", "originalRequest": { "url": { @@ -38603,7 +38603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35fb95c8-141f-4d5d-a8b4-5b8c129210b4", + "id": "7f005702-bd8a-4052-b6e1-66c5a8e1180c", "name": "Quarterly", "originalRequest": { "url": { @@ -38661,7 +38661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "906d8bb6-5cbf-48c4-9423-10f0840a0580", + "id": "4e9bb8f2-41f0-4a70-a220-1edd2079e618", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -38719,7 +38719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2e019ce-aadb-4b75-8a03-707bab0cd999", + "id": "1c1fdb89-5dcd-4cfe-82d8-a187354b06a0", "name": "On a Specific Date", "originalRequest": { "url": { @@ -38783,7 +38783,7 @@ } }, { - "id": "20731af8-4423-4ff6-8d5f-cbe85504515b", + "id": "723571dd-132c-4fb7-8f03-bc32c3e2b4e9", "name": "Delete Campaign Template Schedule", "request": { "name": "Delete Campaign Template Schedule", @@ -38825,7 +38825,7 @@ }, "response": [ { - "id": "3dd105d3-66c7-4ea2-9d8f-14a81383c818", + "id": "0bb1a197-0b4d-47ef-86ec-4384e67bf5ff", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -38860,7 +38860,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5598f89e-6bfc-4d92-ab01-8aabec4edc6f", + "id": "351492e6-d3f5-4a82-87d8-f863bc5457b5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38905,7 +38905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48b3228f-694d-4301-9ab1-e40fe9b6c320", + "id": "98411fa8-2e17-43db-9bc5-b5e1dbfdccbb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38950,7 +38950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f750044-a7e0-4570-8eac-fef34cdd3202", + "id": "0d8ac336-41d2-4715-89db-f9ad88a05656", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -38995,7 +38995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72af92fd-b4c6-4f9f-b2cc-4c7cbc04f224", + "id": "bd6725c7-66d9-4b25-af9d-c713a53e6ee2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -39040,7 +39040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c3d7357-63cc-4e05-b9d7-dbaca1f1592f", + "id": "312cc496-4087-4392-af35-32fca5dd7f5b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39085,7 +39085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df30c968-b691-4bdc-9a53-22b529db6916", + "id": "1c7ec4ae-ca9a-4abb-8af1-0964e133e934", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39136,7 +39136,7 @@ } }, { - "id": "340b55d1-2481-4492-9c95-7368aa335fca", + "id": "1c9d24cc-13e8-45ec-9518-137403a47e55", "name": "Generate a Campaign from Template", "request": { "name": "Generate a Campaign from Template", @@ -39178,7 +39178,7 @@ }, "response": [ { - "id": "735d137f-28db-4c73-99d4-ed343405615f", + "id": "259f785f-c3f0-44c5-a77d-46ee8f48582f", "name": "This response indicates that a campaign was successfully generated from this template, and the API returns a reference to the new campaign.", "originalRequest": { "url": { @@ -39223,7 +39223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9baa6eb-5396-4014-84f0-83dc86f7dca6", + "id": "934743aa-79ee-4739-a45f-48e808ce9111", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -39268,7 +39268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5ef522a-545a-4e29-9c8c-72c16f7753c7", + "id": "ce099625-d8b6-4b3d-bd67-a43dec7664b3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -39313,7 +39313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1237d7db-f364-4574-bc7b-3ff14f81a8e1", + "id": "f775f7da-3d65-4b62-95d3-a7e9a380f1b3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39358,7 +39358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b790bfe4-65f9-4c51-9d0f-92eec979a698", + "id": "11ec3853-af2b-49b5-af13-c412ddca1657", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39403,7 +39403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c0d2464-7096-4c55-8c26-654e29cfda90", + "id": "9e71e05e-ab2c-41a6-9f1e-3249491f3c91", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39460,7 +39460,7 @@ "description": "Use this API to implement certification summary functionality. \nWith this functionality in place, administrators and designated certification reviewers can review summaries of identity certification campaigns and draw conclusions about the campaigns' scope, security, and effectiveness. \nImplementing certification summary functionality improves organizations' ability to review their [certifications](https://documentation.sailpoint.com/saas/user-help/certifications.html) and helps them satisfy audit and regulatory requirements by enabling them to trace access changes and the decisions made in their review processes. \n\nA certification refers to Identity Security Cloud's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access. \nThese certifications serve as a way of showing that a user's access has been reviewed and approved. \nMultiple certifications by different reviewers are often required to approve a user's access. \nA set of multiple certifications is called a certification campaign. \n\nFor example, an organization may use a Manager Certification as a way of showing that a user's access has been reviewed and approved by their manager, or if the certification is part of a campaign, that the user's access has been reviewed and approved by multiple managers. \nOnce this certification has been completed, Identity Security Cloud would provision all the access the user needs, nothing more. \n\nCertification summaries provide information about identity certification campaigns such as the identities involved, the number of decisions made, and the access changed. \nFor example, an administrator or designated certification reviewer can examine the Manager Certification campaign to get an overview of how many entitlement decisions are made in that campaign as opposed to role decisions, which identities would be affected by changes to the campaign, and how those identities' access would be affected.\n", "item": [ { - "id": "345e882c-a76e-4366-949e-84e69a5e42e6", + "id": "2467138f-4e81-4a78-bc23-b886eb784eac", "name": "Summary of Certification Decisions", "request": { "name": "Summary of Certification Decisions", @@ -39512,7 +39512,7 @@ }, "response": [ { - "id": "ff1b4ed2-6eae-48a4-9946-f03c12290364", + "id": "b3f22d21-6ece-4c9d-8860-8f6b212c11c9", "name": "Summary of the decisions made", "originalRequest": { "url": { @@ -39567,7 +39567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d56f2403-c5b2-4340-b6ff-b6c2327e0b35", + "id": "95fc14bb-81b6-450a-adb2-12b4239ee6b7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -39622,7 +39622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "188fda59-2016-4d55-b652-a521b43c99ba", + "id": "c9f7fcca-ff72-452c-baf8-57f2778f7589", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -39677,7 +39677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26d4e462-0f8b-460b-ab31-832455dbadca", + "id": "ba220a91-2a9f-4d47-882e-738dd8852642", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39732,7 +39732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1939076-9289-4e6a-9138-96d7dec2db65", + "id": "ac4ba544-bb7d-4131-bc60-49866ed30bdd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -39787,7 +39787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4b01ce3-e7a2-44c9-b475-5b85f99a0ecd", + "id": "9bbcb84b-61fb-4666-994c-6a5b4079cfe7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39842,7 +39842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dde2ecd-5261-4c0c-a491-2b9bf51b30ea", + "id": "a8713be5-50da-409d-bf00-c37d7ba2977f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39903,7 +39903,7 @@ } }, { - "id": "a0613a03-851a-464c-b048-8a33ad675543", + "id": "74e65465-3a58-4647-bffe-7194d91f3f15", "name": "Identity Summaries for Campaign Certification", "request": { "name": "Identity Summaries for Campaign Certification", @@ -39991,7 +39991,7 @@ }, "response": [ { - "id": "11d04635-21cb-4bc6-a8e3-0bf2dbb9be1d", + "id": "0b896ec2-f86e-4a64-a33e-fc317de5c2d6", "name": "List of identity summaries", "originalRequest": { "url": { @@ -40082,7 +40082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "684c6fd7-2ac5-44a0-bb62-a46232bf5a97", + "id": "43f57e4e-4b58-4613-a19b-d99402c4ab14", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40173,7 +40173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f5efd39-c586-4f4c-8078-c5a2fdb63ba1", + "id": "c129e149-da6e-4cf6-9086-2bcff73f46ac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40264,7 +40264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9a548a1-abf3-4de1-a8a9-c40593ac19de", + "id": "ed180639-5199-47e9-9b3a-2d22cc5ee6e5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -40355,7 +40355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01793b2c-3d5f-465a-91e1-77aafcc5a323", + "id": "3cb832d5-6094-4773-8a6c-5516278f633b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -40446,7 +40446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e63f2bd-9867-48a7-81e4-1949ce810983", + "id": "ccb88875-dcb0-4c26-a485-861cec151245", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -40537,7 +40537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "969f639c-448b-47d2-ba37-3878dc401899", + "id": "948b130f-bd87-45e6-9029-d6cf8c8c5047", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40634,7 +40634,7 @@ } }, { - "id": "474ff7a6-d951-404f-9045-7a262175de35", + "id": "cb3af827-a1a8-4371-a121-0f8b83fe6903", "name": "Access Summaries", "request": { "name": "Access Summaries", @@ -40733,7 +40733,7 @@ }, "response": [ { - "id": "404998f4-d339-4267-b9da-67850bb763d2", + "id": "32b50f63-2700-495a-a696-c46cc00196ce", "name": "List of access summaries", "originalRequest": { "url": { @@ -40825,7 +40825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2f91624-6544-48c9-9371-eeb318a88c1c", + "id": "28ec51a2-7fa4-4a89-9e98-c84168fa8e7d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40917,7 +40917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3064821-530a-4e78-8955-1d7f4b83b6e8", + "id": "2b7b9530-8b3b-4a3c-8b7c-4288e67fd685", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41009,7 +41009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "372c3368-7db0-4bed-8c85-bf38bdee8574", + "id": "68f33f0d-cc7e-4424-a7fa-7821a7c572ac", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41101,7 +41101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d54d7b3d-06e7-4e6e-9127-52753aeb678b", + "id": "9e71c552-24c6-45eb-a29e-7434a121a263", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41193,7 +41193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fec59b29-f114-4265-8ae6-e3c04eb98538", + "id": "bbc5caa2-4941-46f4-9a80-8de34dca9358", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41285,7 +41285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "568e03d9-06aa-49a0-a1e7-c0d16b3a5ec2", + "id": "45c4e229-c3de-4448-8a2c-174e67b3071c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41383,7 +41383,7 @@ } }, { - "id": "f69388ef-70c3-4efb-8fc5-70206a6a607e", + "id": "b047ec7c-5e5c-4446-9112-824a4b15be30", "name": "Summary for Identity", "request": { "name": "Summary for Identity", @@ -41436,7 +41436,7 @@ }, "response": [ { - "id": "1dad5d6a-eedb-4790-8a0d-6a692c2adbe3", + "id": "23b2d7d4-cc57-4103-a62a-bcf9a14f1101", "name": "An identity summary", "originalRequest": { "url": { @@ -41482,7 +41482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f87edda2-5af9-44a7-899a-256107dbf1fa", + "id": "e4d5693d-ddc7-4c80-bb4f-aca14aa0046b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41528,7 +41528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bda63bc6-e4d1-473d-8de5-03b0ea51a159", + "id": "e0d40466-58ab-46c5-9245-254c21ad2ea9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41574,7 +41574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd5b4401-e3df-4a94-8f94-c402ea662492", + "id": "9298e263-0e5a-495a-b0de-e07ea7a8571b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41620,7 +41620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a97390d-8743-417c-8d8f-17002eb34d8e", + "id": "08293738-c408-4f45-8d3b-53a8c966067c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41666,7 +41666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57c945e4-a4ff-4ab5-b8eb-e1c8b3bd82c0", + "id": "f5fd66c9-91fb-48ad-a608-c9e98ce81225", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41712,7 +41712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83df50f9-2770-41e0-adf9-9ee1c0721931", + "id": "8f84738e-0ba0-4cb2-952d-024af16ba819", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41770,7 +41770,7 @@ "description": "Use this API to implement certification functionality. \nWith this functionality in place, administrators and designated certification reviewers can review users' access certifications and decide whether to approve access, revoke it, or reassign the review to another reviewer. \nImplementing certifications improves organizations' data security by reducing inappropriate access through a distributed review process and helping them satisfy audit and regulatory requirements. \n\nA certification refers to Identity Security Cloud's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access. \nThese serve as a way of showing that a user's access has been reviewed and approved. \nMultiple certifications by different reviewers are often required to approve a user's access. \nA set of multiple certifications is called a certification campaign.\n\nFor example, an organization may use a Manager Certification as a way of showing that a user's access has been reviewed and approved by their manager, or if the certification is part of a campaign, that the user's access has been reviewed and approved by multiple managers. \nOnce this certification has been completed, Identity Security Cloud would provision all the access the user needs, nothing more. \n\nOrganization administrators or certification administrators can designate other Identity Security Cloud users as certification reviewers. \nThose reviewers can select the 'Certifications' tab to view any of the certifications they either need to review or have already reviewed under the 'Active' and 'Completed' tabs, respectively. \n\nWhen a certification campaign is in progress, certification reviewers will see certifications listed under 'Active,' where they can review the involved identities. \nUnder the 'Decision' column on the right, next to each access item, reviewers can select the checkmark to approve access, select the 'X' to revoke access, or they can toggle the 'More Options' menu to reassign the certification to another reviewer and provide a reason for reassignment in the form of a comment. \n\nOnce a reviewer has made decisions on all the certification's involved access items, he or she must select 'Sign Off' to complete the review process.\nDoing so converts the certification into read-only status, preventing any further changes to the review decisions and deleting the work item (task) from the reviewer's list of work items. \n\nOnce all the reviewers have signed off, the certification campaign either completes or, if any reviewers decided to revoke access for any of the involved identities, it moves into a remediation phase. In the remediation phase, identities' entitlements are altered to remove any entitlements marked for revocation.\nIn this situation, the certification campaign completes once all the remediation requests are completed.\n", "item": [ { - "id": "11a9e932-4c3a-4cf5-bbc9-6464954bc462", + "id": "311966f1-f498-415a-a061-21f7eb8ec02d", "name": "List Identity Campaign Certifications", "request": { "name": "List Identity Campaign Certifications", @@ -41854,7 +41854,7 @@ }, "response": [ { - "id": "b9a4b90a-78a7-4e90-b435-920d36678511", + "id": "c2b67542-83fb-4867-a9ab-c369186efd73", "name": "List of identity campaign certifications.", "originalRequest": { "url": { @@ -41952,7 +41952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed45663c-0140-46df-87ff-674fa9d7236b", + "id": "0992b461-f5f2-436a-88e9-cccc495c1a73", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42050,7 +42050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e908b3f-cf18-4c37-aafc-438c74d7e6f6", + "id": "b96a3304-9d66-440f-a213-e7fae0c68559", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42148,7 +42148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64cd896b-463c-4f2b-9230-4e7bed1865d7", + "id": "fddaf206-8270-4294-bec1-628b583c9048", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42246,7 +42246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc3133aa-3774-4a7b-ad99-a9d7e946ce7d", + "id": "2b15a083-ccdd-4b19-b75a-ea00279b4ad9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42344,7 +42344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c6e185d-aeaa-49c7-baf4-4a3c7cd135e7", + "id": "6469cd55-0ffe-47fb-be87-7a69fddd98aa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42448,7 +42448,7 @@ } }, { - "id": "4fad3ec3-2c5e-4cff-b3c6-9d50ca405f2b", + "id": "e0428a77-1ee1-41cf-ad35-52bb31a79af8", "name": "Identity Certification by ID", "request": { "name": "Identity Certification by ID", @@ -42489,7 +42489,7 @@ }, "response": [ { - "id": "dfc72e1b-cd6d-4376-9170-200e2c9ff7e0", + "id": "e6a5d113-a476-4950-a78f-5031f241b729", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -42533,7 +42533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51b7528e-2706-495e-a8bb-449e295f13f3", + "id": "0a1f4749-c445-4ff5-bdc9-6c40056dcca7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42577,7 +42577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4225ce71-9c92-4642-ad41-f96fca9e2a6f", + "id": "ec0e847c-45f5-4024-a8d6-2470512553a9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42621,7 +42621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a4e5b65-d7f8-4211-bc4f-3faecce43460", + "id": "7d680010-5f37-4f20-b367-a2672cb17d3f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42665,7 +42665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "182734d2-82c1-45f8-ad77-fe4580e3590f", + "id": "c08c3482-0823-40b9-8c8a-cfacb0e38aef", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -42709,7 +42709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50437718-d46b-45d6-a014-7975544d7d5a", + "id": "62dd3cd8-3f19-4f62-81d2-c8088b6d6514", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42753,7 +42753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55ce25c2-5240-4cb5-940b-7b880c20773d", + "id": "26fc59df-dd20-4197-a0e0-86b53f09079d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42803,7 +42803,7 @@ } }, { - "id": "8408ee19-ba8f-47ce-971e-69bfa8c07379", + "id": "fbb010ee-6b55-43e9-83f9-bf7dce760cd5", "name": "List of Access Review Items", "request": { "name": "List of Access Review Items", @@ -42918,7 +42918,7 @@ }, "response": [ { - "id": "47fc7350-b03a-4b2f-84b2-b68f8c5c6b7e", + "id": "fbd327c0-9dd7-49ab-bb4a-83525545e9aa", "name": "A list of access review items", "originalRequest": { "url": { @@ -43036,7 +43036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "938aab1d-2451-4db0-bade-769becba8e0d", + "id": "9a2aa02f-3167-4842-bdf7-dfe54df81af4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43154,7 +43154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d13d34bc-a98a-4ad0-b84f-6d6df548d0b6", + "id": "57f00eb8-7bc9-46d0-8299-9e1c6f77caf1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -43272,7 +43272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62d25c1e-fb69-463b-8c8b-496a8d6baf38", + "id": "19c4cbe2-051f-437b-9543-c8f7efef28ea", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -43390,7 +43390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67cf41e2-cc1b-4695-832f-b5472dbf6f3e", + "id": "f46e8526-72cc-4bdf-8f50-7d08a5390894", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -43508,7 +43508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f3ec72d-15b8-402e-b957-c63e2cc55528", + "id": "7a9e7b46-15ce-4765-bd8a-550d291059ff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -43626,7 +43626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "488970ef-3f30-41da-a691-087badbe7b7d", + "id": "8c3f802b-b956-491c-b232-358c27999056", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43750,7 +43750,7 @@ } }, { - "id": "dc63b1c3-2489-4522-9a31-d952523bc7bf", + "id": "2afa3ffc-d28e-494c-9b96-e1b2092af971", "name": "Decide on a Certification Item", "request": { "name": "Decide on a Certification Item", @@ -43805,7 +43805,7 @@ }, "response": [ { - "id": "2368a972-36f1-43ab-9133-63a8e766a22c", + "id": "a4a31d21-b6f5-4cab-a7d8-d6e396517d25", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -43863,7 +43863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83fda477-e93f-4d17-9238-cec945fcfc39", + "id": "005f4870-909c-4e52-add3-c198b552cc57", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43921,7 +43921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ec77019-0e19-46ee-bc1a-81f4b2414a56", + "id": "51a23d92-1a30-4601-9556-839e1a63e20c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -43979,7 +43979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27562ee7-94ed-438f-be25-bb8cae06100d", + "id": "57336406-534e-4d8a-aa1a-8a5a3191167d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44037,7 +44037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57d7da75-b4f1-487a-8911-dc8894f5f9e3", + "id": "33c0d826-55dc-4651-8816-0e22f816c67b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44095,7 +44095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "effd817e-b306-4007-8270-8841e15623a1", + "id": "ff9a9c35-de4c-4877-98c7-522afdc1c83a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44153,7 +44153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ca0e638-31d3-46d8-88c9-98f8a80605f7", + "id": "c7f74a75-bf4e-48dc-9ccb-ef23a8b549d4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44217,7 +44217,7 @@ } }, { - "id": "62220b93-686a-45f7-b4d3-64ed6956d030", + "id": "4515b0a7-1e06-44e1-9014-61888fd67e37", "name": "Reassign Identities or Items", "request": { "name": "Reassign Identities or Items", @@ -44272,7 +44272,7 @@ }, "response": [ { - "id": "ddae8ee4-4263-4c92-b268-a6a6b14af7f0", + "id": "cb143c54-d8a8-41a8-a597-185f6a37aac3", "name": "An identity campaign certification details after completing the reassignment.", "originalRequest": { "url": { @@ -44330,7 +44330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f232627c-9f71-43c4-9fda-cac1efdbdf5b", + "id": "a363296e-93e6-45d7-b4ff-feae6d953323", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44388,7 +44388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd980178-ea1a-4871-a85d-a11af0dfca67", + "id": "aa70547a-b893-4f49-a514-0c3c5ba58caf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44446,7 +44446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b0bde73-75e1-4653-bda8-48bbe58d95b8", + "id": "c59cefa3-cfc8-45ab-8f35-b5077a59d629", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44504,7 +44504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dfc38d2-5b89-41a8-b4f8-073f9a45117b", + "id": "632095e3-636b-41e1-b275-855047730bb7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44562,7 +44562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52ecd217-795d-4187-92ea-95fbd718c379", + "id": "2b2b95c6-45bf-4bab-9a8a-d4493dab044a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44620,7 +44620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1424d141-f0c8-4258-89bf-0c57d01031fa", + "id": "03992b20-df74-4383-be01-9a43229cffc6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44684,7 +44684,7 @@ } }, { - "id": "ced4b733-3b8b-4ccf-81a2-024db7cced17", + "id": "10641759-fd9b-4b3f-adbe-a7c9daab8285", "name": "Finalize Identity Certification Decisions", "request": { "name": "Finalize Identity Certification Decisions", @@ -44726,7 +44726,7 @@ }, "response": [ { - "id": "e6a01088-7341-414a-9bb1-34796c71a1f0", + "id": "0c4db626-a1bd-457b-a7aa-d3c39c1b4f4f", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -44771,7 +44771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9d96757-4c4b-4a78-9709-2e404a1016cc", + "id": "1a63d18a-1b92-48fe-b1ae-3aacd5d5c70a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44816,7 +44816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53fec12c-9110-4bd4-a4bc-ecc4498d6401", + "id": "d0ecf00d-58b7-4228-9100-3d3a48b174fb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44861,7 +44861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2bf1220-2f61-45c5-a69e-101df6d08599", + "id": "09e26434-6817-4172-99eb-ce4fd0f4a6cf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44906,7 +44906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8370d819-b833-4f53-a84d-9d9d2331c5ad", + "id": "1aa28902-cb73-45dc-8912-afc4d54cb149", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44951,7 +44951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fceebaa4-eaeb-4c04-8471-db97a54ed714", + "id": "ec231861-e1f5-44a9-8bb0-12f3ede245ab", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44996,7 +44996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a375368c-9371-4f25-a32e-bdeed7c49bc0", + "id": "bdff13a1-b05a-474d-9253-c97041b699cb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45047,7 +45047,7 @@ } }, { - "id": "dd222242-0892-4afe-be69-2a91c062f568", + "id": "fdd97cfc-29f3-463b-b9aa-98368495d98e", "name": "Permissions for Entitlement Certification Item", "request": { "name": "Permissions for Entitlement Certification Item", @@ -45138,7 +45138,7 @@ }, "response": [ { - "id": "de36e626-3573-49be-a614-da3805fad6b0", + "id": "b00e6e1f-6c5f-4bf9-8b9c-4eb5ffd72f1b", "name": "A list of permissions associated with the given itemId", "originalRequest": { "url": { @@ -45222,7 +45222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d32c70f1-c820-4bbb-ba7d-b9385c65d7d1", + "id": "61e4b6c5-4489-47c9-b29f-8fcdd94b841c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45306,7 +45306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc553d9c-1c22-4a40-ad8e-d5a4648b790d", + "id": "8a87532d-3580-4fa8-a92b-cdaeb4b313aa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -45390,7 +45390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "965e5663-476c-4a63-bcbf-3de03fa8af3a", + "id": "95707e7c-3b43-45fa-851e-452d45419c1a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45474,7 +45474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36c37465-7a45-40e0-8405-726d28634a28", + "id": "543a28b7-9ebd-4749-848c-60a9ea49f03e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -45558,7 +45558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27b65355-20c8-41c5-8932-4688f1b9af31", + "id": "6d252d5e-159a-478a-9822-2b58a0322bcd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45642,7 +45642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6833e19-91ff-4975-91b8-0c11ac4df81f", + "id": "5fa51915-79ae-4082-ac96-7c19049e4de3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45732,7 +45732,7 @@ } }, { - "id": "b6c1b7e4-9f47-47c4-9fed-659c21575f18", + "id": "7ba7a114-25e4-40e2-a4f8-a4696ad3d6d5", "name": "List of Reviewers for certification", "request": { "name": "List of Reviewers for certification", @@ -45820,7 +45820,7 @@ }, "response": [ { - "id": "9cb6f782-ca21-4c27-9580-48616fe31969", + "id": "5b5f3f36-1a5f-47aa-8f0d-caeb732f3132", "name": "A list of reviewers", "originalRequest": { "url": { @@ -45911,7 +45911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e13cb7f-2ac4-43a7-8eac-f3344ba39ecc", + "id": "1c61537f-5033-4c81-a705-1228851eb658", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46002,7 +46002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ec5d98d-60ef-484e-b353-93b3656dcdb0", + "id": "5f20375e-7071-4277-9972-e06e7997749e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46093,7 +46093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1ee5ec7-70f9-4eb3-a95d-fd21c30b1009", + "id": "531f8c21-8a0d-459e-ad63-13eea0ebff48", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46184,7 +46184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28542917-d20d-43f1-beac-ddf8af843101", + "id": "6d52fa4c-0fd6-417c-9425-cf5596b07d72", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -46275,7 +46275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1e1213b-486d-4dbb-9a52-eed04ed1368b", + "id": "a596ddd7-c339-4c0f-b22f-0a3c6ff95bb0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -46366,7 +46366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb773ef0-8ebb-460d-8e45-95e3083ce0f4", + "id": "be263acd-af8d-4729-8aeb-5c69b6339317", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46463,7 +46463,7 @@ } }, { - "id": "05ed9684-8c2d-4fdc-a3d9-37a1827b244b", + "id": "0a83c467-2b26-45ee-9d01-cacc87959c16", "name": "Reassign Certifications Asynchronously", "request": { "name": "Reassign Certifications Asynchronously", @@ -46518,7 +46518,7 @@ }, "response": [ { - "id": "ba5621e2-9455-4fe6-abc3-cde3dc3a459b", + "id": "6795d503-3cbe-4c6a-8984-3642aa55ddc5", "name": "A certification task object for the reassignment which can be queried for status.", "originalRequest": { "url": { @@ -46576,7 +46576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6657f90f-ca6e-4ed6-90ad-e2a59a0ddbee", + "id": "6ccb5898-5d21-49a2-a464-8f4e9b45ae1d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46634,7 +46634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f17f71ba-ef36-4e96-ac82-c3fa98b69779", + "id": "90ea291c-37d6-410f-b691-3febf7deeea1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46692,7 +46692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f517d8d9-e2aa-41c1-8e81-f3aefae1d85c", + "id": "199efab0-4893-4367-9e7f-7ec4dc4ee8c1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46750,7 +46750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3715488-9ff6-4c07-a595-d85b683f8c49", + "id": "9ccf018f-a7d2-4a32-871c-a70e461ab341", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -46808,7 +46808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8319fcfa-a4b0-494c-9c19-706e02179276", + "id": "d19bc3b3-a756-44cd-823e-b8d080422b08", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -46866,7 +46866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "550a2e27-0654-42f1-a881-8a1af260f955", + "id": "c4a1131d-5076-4efe-9251-89102802c3eb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46930,7 +46930,7 @@ } }, { - "id": "cf51697b-3c75-43b6-aa94-4cd83f72be5f", + "id": "4c515a1c-b765-43d0-8197-0a73ea2c37f3", "name": "Certification Task by ID", "request": { "name": "Certification Task by ID", @@ -46971,7 +46971,7 @@ }, "response": [ { - "id": "986c9be7-3cfd-4e20-8682-4e93082861d0", + "id": "3ac0a7d0-a1df-4385-9890-fc386769df06", "name": "A certification task", "originalRequest": { "url": { @@ -47015,7 +47015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73e30bdf-0403-4e5e-a2b4-b5b918a1b29d", + "id": "80fc9373-cb28-45c0-8732-abd916551a7b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47059,7 +47059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42a4212c-77d3-4a0b-a7e1-afeaa3a8fe9a", + "id": "309d4e3a-d5da-4583-b061-6fcfd5f7eb53", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47103,7 +47103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a7ee894-3efa-4d1c-92db-b5cd2f2e9ee4", + "id": "4cc62869-0266-4a84-8c89-f52a32406808", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47147,7 +47147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "325f3dc8-daaa-44c2-8278-b50426519bf7", + "id": "47898094-74b0-4952-bb39-4c95f2f02b64", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47191,7 +47191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f0497f7-ebda-4da0-881b-a87f83129c2b", + "id": "290a2d29-45a7-4ed5-9063-5c157dfd0cdc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47235,7 +47235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1072aa9-fc16-4ffa-80b7-0543f1167c47", + "id": "fd8aee4c-a86f-489e-95be-ab62be00b68e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47285,7 +47285,7 @@ } }, { - "id": "60490a72-5482-4735-81bd-cceb0b464316", + "id": "61167ff6-0d40-404b-a532-61688d59372f", "name": "List of Pending Certification Tasks", "request": { "name": "List of Pending Certification Tasks", @@ -47360,7 +47360,7 @@ }, "response": [ { - "id": "5270007f-4b0f-4901-a5be-4f942a4177ae", + "id": "20f8aba8-5561-4c39-8f65-a55165a882d3", "name": "A list of pending certification tasks", "originalRequest": { "url": { @@ -47449,7 +47449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e3708ec-6d68-43c2-8cce-56a3488d6511", + "id": "61867a0a-2555-4117-ad85-73e46a5678db", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47538,7 +47538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc3cbc12-59f4-4e7c-b050-b56499e725f6", + "id": "99a99926-8a83-4b65-a075-40c87699c34d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47627,7 +47627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed5c8a03-4911-4a5f-82f9-9fb0ab6d531a", + "id": "686e73de-8fcd-48cb-afcd-bf214a566550", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47716,7 +47716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d37c3d1-1810-402b-a38f-c8ba20a8e033", + "id": "8f95b334-c5f5-4697-9e3a-0b68521fe3da", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47805,7 +47805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4b998e4-c1cf-4782-a9fa-939e97e4a54e", + "id": "73d246f1-6474-484b-a2ac-36ba5321269a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47894,7 +47894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c458f063-5798-432e-bea8-a0e9fb74ad87", + "id": "9e6b2724-51f9-442e-985b-bcf6346eba45", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47995,7 +47995,7 @@ "description": "Upload configurations and manage object mappings between tenants.\n\nConfiguration files can be managed and deployed using Configuration Hub by uploading a JSON file which contains configuration data.\n\nThe function of object mapping allows objects with varying names and IDs to be compared. While objects are compared, a user can replace a value in the source tenant with a new value. Object mapping also helps in locating referenced objects to the source object during the drafting process.\n\nRefer to [Uploading a Configuration File](https://documentation.sailpoint.com/saas/help/confighub/config_hub.html#uploading-a-configuration-file) for more information about uploading Configuration Files\n\nRefer to [Mapping Objects](https://documentation.sailpoint.com/saas/help/confighub/config_hub.html#mapping-objects) for more information about object mappings.\n", "item": [ { - "id": "f9392e0a-9d77-4ee5-be55-2ad7d0b94130", + "id": "a447a31d-9995-46e5-8c48-9f720e5348b4", "name": "Gets list of object mappings", "request": { "name": "Gets list of object mappings", @@ -48037,7 +48037,7 @@ }, "response": [ { - "id": "ba3bf2df-deae-4681-99e9-f4bc7579f698", + "id": "15e88fc4-0395-4f80-b84d-607de5de241d", "name": "List of existing object mappings between current org and source org.", "originalRequest": { "url": { @@ -48082,7 +48082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e61893e2-a287-4331-a9b0-20ecd5b05af6", + "id": "c8f43813-6d81-48ac-a495-8f7460e81c14", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48127,7 +48127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b68b85a-e66b-4779-95f7-74d0522b9d1b", + "id": "627a8d98-a6a6-49ff-80cd-838c2c3ff295", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48172,7 +48172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eec0e650-bb4d-4d0c-ad2f-85eb42f0bebf", + "id": "981273d9-93d3-41b5-8bb3-09a151f83737", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48217,7 +48217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48c23fe0-42b2-491b-a565-a397a4a06a79", + "id": "7eb2289e-a283-4f50-935d-40c2fb849687", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -48262,7 +48262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c648577c-69d5-4553-9dfe-7988256392bd", + "id": "473350e1-c50b-4e57-b877-e7337bb9bc7c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48307,7 +48307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba17d583-b632-4c27-b884-b6b30dffbc39", + "id": "a9d9f2b9-85a3-4328-88fe-39f969d052ee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48358,7 +48358,7 @@ } }, { - "id": "ac1f3966-0310-44b3-a7e7-e1b8f34964e4", + "id": "1568de60-20fb-49a6-acad-8a392c62858b", "name": "Creates an object mapping", "request": { "name": "Creates an object mapping", @@ -48413,7 +48413,7 @@ }, "response": [ { - "id": "194ac051-58a2-45cf-8511-2c7a28b51bd7", + "id": "d4ae9050-2717-4c4b-89ec-3a23bdf4de87", "name": "The created object mapping between current org and source org.", "originalRequest": { "url": { @@ -48471,7 +48471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "162bd10d-200f-4aba-88b8-0c80fad3f588", + "id": "4fb1921d-5f2e-4444-a8b1-5cd6e3affefc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48529,7 +48529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ebfc215-6c1f-4b42-b4da-e85e482de463", + "id": "0a358a1e-114e-4151-9f9c-fd36d0e7f14b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48587,7 +48587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0959b99-0343-4815-81b3-bfe249078612", + "id": "2666296f-e2c8-41d9-b116-11533aa68867", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48645,7 +48645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14f7520f-9bc4-4cb4-a74f-9e6cc10241ef", + "id": "262bf605-50c8-40a5-b252-071b75b97bff", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -48703,7 +48703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5cb59dd-48f2-48d9-bde3-afa686aa0ef9", + "id": "977e5cfc-590c-49e8-a7b7-59af4fdd3aaa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48761,7 +48761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e21e4bcd-86f3-482e-856d-3e26d5ca8e4c", + "id": "60ced0ca-0204-455f-ab4d-b2e11698bbfe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48825,7 +48825,7 @@ } }, { - "id": "21a0413b-5f7c-474e-b1ae-930e0dd2ccfe", + "id": "1a651738-2d94-4d50-baff-bbe614a7fc3a", "name": "Deletes an object mapping", "request": { "name": "Deletes an object mapping", @@ -48878,7 +48878,7 @@ }, "response": [ { - "id": "7b523af6-0095-4451-b7a6-d14870918325", + "id": "35d7c618-4535-4c12-bf59-d5ef874141f7", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -48914,7 +48914,7 @@ "_postman_previewlanguage": "text" }, { - "id": "56ea07d9-ed2d-4965-b4f7-3732bf7ef9fe", + "id": "bddf0383-586c-4c69-b080-a0cfd22768c8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48960,7 +48960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fa3c126-047a-487b-85bb-3c1e1b49ee90", + "id": "4b971e78-3256-43c3-b54b-014fbbe25cfe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49006,7 +49006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "457fd7a0-b118-4871-9de8-8973e2b1adb9", + "id": "5f9846a2-f01f-47f0-81cf-ff78c6ea75ae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49052,7 +49052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6ad3dda-b36a-45ad-a6b3-9bf541810b08", + "id": "8694f47b-92b4-44d6-96ff-f80f7e4dcb38", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49098,7 +49098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf76563a-7e0b-458a-85dd-cefdb1e0456a", + "id": "82ff1eb1-7f62-482b-a317-74ec982e7e43", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49144,7 +49144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7442def0-b673-4a71-8f1a-5c6939ef62c7", + "id": "b9b44954-09cd-4b7d-99a9-65d31696c1ae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49196,7 +49196,7 @@ } }, { - "id": "7c0b2d75-e27b-448c-adfd-4964f025888e", + "id": "0d545611-7f6a-4076-ad6b-1a385c4bb0c5", "name": "Bulk creates object mappings", "request": { "name": "Bulk creates object mappings", @@ -49252,7 +49252,7 @@ }, "response": [ { - "id": "d8927d53-a567-4e91-b343-18b7c282bf5c", + "id": "a376cc6a-ac9d-4c8e-9927-84842228bfb1", "name": "The created object mapping between current org and source org.", "originalRequest": { "url": { @@ -49311,7 +49311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09716708-2738-44d7-9cff-1d43301a3bcf", + "id": "11de623b-05b9-4296-9d14-206db56d8e13", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49370,7 +49370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4f63aa5-ef1e-4932-8e67-ef041dd694de", + "id": "4768d8d3-27b1-4484-a7f8-dc8d6b4864f7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49429,7 +49429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bbd435e-b13e-4c84-b861-88077837075c", + "id": "887a308d-86e2-40cb-855e-c4187948b868", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49488,7 +49488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e6d9fe2-018e-4dda-92fa-d07ebdb45121", + "id": "1bab28b5-9dfd-4998-824b-0b6db3202012", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49547,7 +49547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cdd0e44-b6ae-4cfc-8671-ae427b9034f6", + "id": "7988be01-b71a-4669-bb51-62caa2925aae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49606,7 +49606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2321bbd1-ed62-4f50-8e28-fc0a8a9da12b", + "id": "c74fb354-386c-41a9-a2cb-91e922f5c220", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49671,7 +49671,7 @@ } }, { - "id": "9348f1e3-0869-4803-9c3b-80b8ca57e313", + "id": "c08a3b16-9baf-4d11-9775-43eddea2a1ec", "name": "Bulk updates object mappings", "request": { "name": "Bulk updates object mappings", @@ -49727,7 +49727,7 @@ }, "response": [ { - "id": "9681a152-0c52-4b9f-9e0c-f7f0822d7945", + "id": "f2a7173f-c0ad-4c75-8aac-1e567548d87f", "name": "The updated object mappings.", "originalRequest": { "url": { @@ -49786,7 +49786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e23a69f-9be6-4d00-95ab-455f6e968d6d", + "id": "733e1e17-cacb-4322-a206-1fb110bb5830", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49845,7 +49845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9769814b-5955-40ca-9ba9-33e51861000e", + "id": "4e99b0dd-a7a2-4bec-82dc-857245e6ae85", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49904,7 +49904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "691258d9-6ec2-4730-a781-e13abe69b362", + "id": "6f9bc86c-a502-4523-9921-c29cd1f3ec39", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49963,7 +49963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11abce97-6b99-4338-89f2-c1941b7fcf32", + "id": "982f1b01-23c3-4dad-a2f9-a8c06d2614f2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50022,7 +50022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5581d891-c3cc-4cc7-8a5e-e2d6058bb07d", + "id": "55a38cd8-19db-4d7b-b512-db87c84f2457", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50081,7 +50081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76ab7d65-dc5f-49b2-880f-a594e0d63d2a", + "id": "40f0236b-9841-45b7-9f8b-1cbc42270ad0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50146,7 +50146,7 @@ } }, { - "id": "b1844135-0285-401a-a4d0-0bdeed0aeba1", + "id": "8c43c125-4b06-41c5-8c84-762510a25049", "name": "List Uploaded Configurations", "request": { "name": "List Uploaded Configurations", @@ -50187,7 +50187,7 @@ }, "response": [ { - "id": "28a69e10-3e03-4839-b7a8-a57d46108c10", + "id": "e0a23685-7fc4-4ffa-8ec0-f2821ace1956", "name": "List of existing uploaded configurations.", "originalRequest": { "url": { @@ -50242,7 +50242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09648035-abea-4373-9849-5acc17fb7d78", + "id": "5a1cd5cf-d5f8-4bed-b928-b2b40f7a395c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50297,7 +50297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "585d7105-96d4-40b3-800e-fbed9fb4d730", + "id": "0a600beb-3f73-4e24-b54e-5422f74534a3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50352,7 +50352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9581a95-576e-40aa-a74b-a5b865c4108f", + "id": "1df02f16-81f4-4001-af59-6b52f1c8079d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50407,7 +50407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8850862-a7a4-491c-a8bd-2486b8ddb1fc", + "id": "2f6d530a-cbfd-47f8-8ded-f5994ca32ab3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50462,7 +50462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e9110da-0c53-4d4f-9db2-a74fb01bfcca", + "id": "eeae4188-080e-440a-873b-0a8dc130b04c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50517,7 +50517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cea08fc1-e143-4e4b-a7ff-49c98c26bb4d", + "id": "7af68c1f-49a1-4d37-b738-f56af3c5f10c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50578,7 +50578,7 @@ } }, { - "id": "dea001d8-d763-440f-8179-cc88fadbe0c7", + "id": "f3b1a5d3-a0c6-492f-86b7-48dbe29f8f9a", "name": "Upload a Configuration", "request": { "name": "Upload a Configuration", @@ -50626,7 +50626,7 @@ "type": "text/plain" }, "key": "name", - "value": "", + "value": "proide", "type": "text" } ] @@ -50634,7 +50634,7 @@ }, "response": [ { - "id": "2beca784-5870-483c-86a8-32f66c19ffb8", + "id": "2dffa1c1-4edd-42a6-82e8-6d1868b65cf2", "name": "Upload job accepted and queued for processing.", "originalRequest": { "url": { @@ -50685,7 +50685,7 @@ "type": "text/plain" }, "key": "name", - "value": "", + "value": "proide", "type": "text" } ] @@ -50704,7 +50704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c45cccd-06ce-4550-8bf6-445b6a0fda59", + "id": "60c93f94-5242-4c3f-add9-f637532e1907", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50755,7 +50755,7 @@ "type": "text/plain" }, "key": "name", - "value": "", + "value": "proide", "type": "text" } ] @@ -50774,7 +50774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a33c7ade-a3f8-4041-8529-72f7cedac164", + "id": "c815aaf3-75a5-4ea1-b8bb-21e34492caad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50825,7 +50825,7 @@ "type": "text/plain" }, "key": "name", - "value": "", + "value": "proide", "type": "text" } ] @@ -50844,7 +50844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eef133de-c25a-4941-a57b-851b1f6942b5", + "id": "5fd32bb5-d91f-498d-981b-90350900a119", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50895,7 +50895,7 @@ "type": "text/plain" }, "key": "name", - "value": "", + "value": "proide", "type": "text" } ] @@ -50914,7 +50914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e56ddcd-5e29-4c36-95dd-cb509b41da9c", + "id": "afaf3061-f70b-4244-892b-c5ac7b547a7b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50965,7 +50965,7 @@ "type": "text/plain" }, "key": "name", - "value": "", + "value": "proide", "type": "text" } ] @@ -50984,7 +50984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c800fea1-a2bc-4fe0-a9f9-d3c7503a6a2f", + "id": "3799aa69-2e54-4a8e-904e-37b0e83f9fc7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51035,7 +51035,7 @@ "type": "text/plain" }, "key": "name", - "value": "", + "value": "proide", "type": "text" } ] @@ -51060,7 +51060,7 @@ } }, { - "id": "68fc6fde-ed74-41b3-8ef5-97b21fb88220", + "id": "21a92f24-0651-4032-92a0-073285e44110", "name": "Get an Uploaded Configuration", "request": { "name": "Get an Uploaded Configuration", @@ -51103,7 +51103,7 @@ }, "response": [ { - "id": "8f8efe91-eef3-4ce8-8a92-9d991762cc3d", + "id": "b012b881-9feb-4327-9098-8ed09e1d89bc", "name": "Gets an uploaded configuration details.", "originalRequest": { "url": { @@ -51149,7 +51149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63af69ce-5053-4be2-8a91-e13a6e16bfbd", + "id": "610482a4-5023-48e0-b8f5-92c23b784a5e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51195,7 +51195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "104b65c9-eb95-4ca6-a9a7-eb53b4a17543", + "id": "130b9c01-76a5-41ae-a1bb-35dc4fca0735", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51241,7 +51241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0166d4b-55a2-42e3-b536-a4aa92a3e1b2", + "id": "d39a8fe7-65f6-4881-8b1e-49e3b798ea56", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51287,7 +51287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c3f77b5-9e27-4453-bdef-a2dd592874b2", + "id": "f11730a6-922a-48b3-9a5b-fc86e56c98a3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -51333,7 +51333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf1bf2b0-fd59-49ad-85a7-bdd4479b8d46", + "id": "40b4d62a-0b8b-4647-b90b-b7f042a5f40a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51379,7 +51379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe81f3b0-326b-4290-8ac4-5b93142b61b9", + "id": "e233b1f3-8c02-4847-988c-59fddaee275c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51431,7 +51431,7 @@ } }, { - "id": "52fbb15c-9f95-4aa7-84a2-6184fe14e8e6", + "id": "a01ed806-4717-4ffd-a6a4-8401d8761fc6", "name": "Delete an Uploaded Configuration", "request": { "name": "Delete an Uploaded Configuration", @@ -51474,7 +51474,7 @@ }, "response": [ { - "id": "9b28ca53-6430-4989-b7a6-ac141635041a", + "id": "abdbb5f5-c6fb-44d1-99fa-235d23a5b8bd", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -51510,7 +51510,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d925d22c-eb80-42ba-a07b-995b7b7814f8", + "id": "7a7d4dee-9bbc-44b5-9c73-ff63fc151224", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51556,7 +51556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7b3a462-ca66-4d0c-a78c-d64ad086e056", + "id": "2d7989a6-f215-488e-85d8-1b5c89ba547b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51602,7 +51602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58133663-4a45-4306-bbeb-bb79369cbba3", + "id": "33f568c2-135f-407a-adeb-269210992656", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51648,7 +51648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "caf20926-aa8b-4618-9dae-cd0c973270a5", + "id": "61eec0e2-d773-4e4d-8a95-f00b80f0612f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -51694,7 +51694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5aab6e4c-174a-4e53-a9dd-927db13543fd", + "id": "5d74dc1c-2513-490a-a20c-9ac7256f87e9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51740,7 +51740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "489ce86f-1351-40ec-b35f-a89a24904285", + "id": "09dc34ee-5e12-454f-b3de-4547fe04cdbf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51798,7 +51798,7 @@ "description": "Use this API to implement connector functionality.\nWith this functionality in place, administrators can view available connectors.\n\nConnectors are the bridges Identity Security Cloud uses to communicate with and aggregate data from sources.\nFor example, if it is necessary to set up a connection between Identity Security Cloud and the Active Directory source, a connector can bridge the two and enable Identity Security Cloud to synchronize data between the systems.\nThis ensures account entitlements and states are correct throughout the organization.\n\nIn Identity Security Cloud, administrators can use the Connections drop-down menu and select Sources to view the available source connectors.\n\nRefer to [Identity Security Cloud Connectors](https://documentation.sailpoint.com/connectors/identitynow/landingpages/help/landingpages/identitynow_connectivity_landing.html) for more information about the connectors available in Identity Security Cloud.\n\nRefer to [SaaS Connectivity](https://developer.sailpoint.com/docs/connectivity/saas-connectivity/) for more information about the SaaS custom connectors that do not need VAs (virtual appliances) to communicate with their sources.\n\nRefer to [Managing Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) for more information about using connectors in Identity Security Cloud.\n", "item": [ { - "id": "cddbc3be-64a6-464c-8b0f-0344bbf8ebea", + "id": "9eddfddf-e710-4db1-a2ff-47c8dcf615b3", "name": "Gets connector by script name", "request": { "name": "Gets connector by script name", @@ -51849,7 +51849,7 @@ }, "response": [ { - "id": "57bd2852-d5b6-4d53-a775-74e239a16cbf", + "id": "72f73662-596f-4472-85c7-91c6b6dc27c9", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -51903,7 +51903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd035494-2bab-4940-a47d-efe10f2e9c0a", + "id": "50c0a376-795f-4da3-8dc1-dc73fa92d87d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51957,7 +51957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46539544-8027-45b0-8510-6f51630acede", + "id": "fc370567-5f5f-4655-92c7-b69f14e26438", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52011,7 +52011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01dc8461-0d38-44dd-9563-58dd936acc5d", + "id": "e668d3e7-1f94-45c0-89c6-8d5210be6ebb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52065,7 +52065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6330733d-4069-4b98-b117-80e43094739c", + "id": "b3de3b02-675f-477b-aa33-c620c152c14d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -52119,7 +52119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fabf5481-eef4-4b45-b010-32122ab3443e", + "id": "3374881b-7661-4b6f-9f47-f239371c806d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52173,7 +52173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e3fcb73-3b24-4201-959f-977e4e537785", + "id": "d67de02d-a64c-45e6-9a12-028247415cc2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52233,7 +52233,7 @@ } }, { - "id": "0346a60d-dc81-47d3-bca3-6da34749572b", + "id": "bec1ce13-14ac-4ca3-989d-cdcba8f838f7", "name": "Deletes connector by script name", "request": { "name": "Deletes connector by script name", @@ -52274,7 +52274,7 @@ }, "response": [ { - "id": "ec2543d9-471b-4a03-9738-31cf5c46fe5c", + "id": "3db1a4e1-4e24-4f09-a611-04e3be430e71", "name": "The custom connector was successfully deleted.", "originalRequest": { "url": { @@ -52308,7 +52308,7 @@ "_postman_previewlanguage": "text" }, { - "id": "76a8aa80-f424-4160-ab9a-18b0351af8d2", + "id": "b42965cb-8962-4b26-b65d-b4f0e3f73bc0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52352,7 +52352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16a2504d-8108-42e4-b6fb-6fdc59e32afd", + "id": "437966e7-e2f8-4c2f-86c4-45e0821d0790", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52396,7 +52396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae881bc0-b71a-4745-beb6-cf1ebf650069", + "id": "1b6232f8-048f-482f-8139-e231d81fbca0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52440,7 +52440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51297d4a-c871-43f2-b6ff-dca4232e377b", + "id": "0146fd3b-9269-4190-a044-ad42c6b3f7d5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -52484,7 +52484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48dde2a7-eafc-4583-b068-61e8f6cb75df", + "id": "bc76e1bd-acf8-476b-b554-b6d3bf7e30ee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52528,7 +52528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0a88584-ddbd-46be-a8de-3586894eb351", + "id": "01392f6b-3f08-4921-bd78-f7fba17a6d7c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52578,7 +52578,7 @@ } }, { - "id": "14faae86-c54b-4cd4-b147-557941aec3a3", + "id": "cbc7774d-9bda-46db-ab1b-dbbcd15d0874", "name": "Update connector by script name", "request": { "name": "Update connector by script name", @@ -52632,7 +52632,7 @@ }, "response": [ { - "id": "0705890c-1a60-47e4-811f-5dc74d06d61e", + "id": "2513dbd4-4d25-4d53-a5b0-d3c3f145926c", "name": "A updated Connector Dto object", "originalRequest": { "url": { @@ -52689,7 +52689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88cd61b1-7a9e-444f-93b8-d975d6ff765c", + "id": "62b7196b-c051-48aa-b8cf-3247fb15481c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52746,7 +52746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a19f16b-5580-4ad9-8cbf-5ae6ed568646", + "id": "16f5f024-5e30-4000-b385-efa0a0121fb8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52803,7 +52803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "865d9610-bc58-47f7-8687-82f01ae30b72", + "id": "cc6b59e3-9113-4fad-9499-dd06180bffc9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52860,7 +52860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec6cb784-a3f9-4819-a56f-daa968d34374", + "id": "8ba7a0f9-c3ab-4ba4-aafc-41932674c675", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -52917,7 +52917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3d316a5-d760-4f14-86f3-b45f034da97c", + "id": "3651a9ca-1276-4d69-baa2-941eec41dcf2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52974,7 +52974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18c1a8eb-2c67-40a4-addc-a809209abd09", + "id": "ba9b5ea9-d973-4be0-b7e0-9ff350aa1267", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53037,7 +53037,7 @@ } }, { - "id": "046869ff-feb5-4a42-b128-794458a3d488", + "id": "c6398064-f7de-459f-abc7-4ee79fcea396", "name": "Gets connector list", "request": { "name": "Gets connector list", @@ -53112,7 +53112,7 @@ }, "response": [ { - "id": "8c0ecc30-50cc-4faa-ae7e-5f982af76c62", + "id": "81d0bce3-7bba-4cf0-b52b-0a6cc16d2485", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -53201,7 +53201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fe85ceb-fe1d-49e3-9109-13bb6f59fa18", + "id": "3196a0e5-b2ee-4d5b-b47d-996572e1a8f3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53290,7 +53290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a8fc9fb-7cd2-4161-9806-97125600bbbb", + "id": "d6e2f9de-4ffc-4d4a-a84d-9a04be3939e6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53379,7 +53379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3c0edb0-fa7e-4c55-865b-59ad4cd1004b", + "id": "bae63617-2ee9-4930-b0b9-00bccfd6b3f1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53468,7 +53468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4050bd7d-d6d3-47d2-a694-4e12ccacc83f", + "id": "541ea4ee-b71c-4cfa-a57e-bed0a608dbd8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -53557,7 +53557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12291423-7181-47f0-9b4f-3d61b0387cb2", + "id": "9d912c10-1f04-45d4-be46-d1896d832792", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53646,7 +53646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38a5617f-72a5-427b-9287-b379267d3678", + "id": "882eb6b6-b322-494d-9b01-5b21fa63f534", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53741,7 +53741,7 @@ } }, { - "id": "82f23661-432d-4523-81e6-d9dd701d71c0", + "id": "13d0b6ba-184e-4e97-ac46-641eb3894ce6", "name": "Create custom connector", "request": { "name": "Create custom connector", @@ -53783,7 +53783,7 @@ }, "response": [ { - "id": "a4bd0ada-ab07-4da9-8751-10ddaa72698f", + "id": "4c2292e3-0a4b-4d16-826a-9110a069972c", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -53839,7 +53839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48ced5b0-553f-47ba-bca0-a21dbd2736fe", + "id": "f15d437e-8971-45dc-91c5-98b3cad1d4c9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53895,7 +53895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "557d23b5-dace-40ba-9ca4-eca7b76e3e06", + "id": "6f929830-54f4-4ec4-874d-054255f8132a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53951,7 +53951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bb4c31e-74b4-4e28-b489-039096575c6a", + "id": "7b1f35b1-b7c4-4279-a387-edc84f71773b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54007,7 +54007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fffe74bd-3468-4cd2-ae8d-6258613506c4", + "id": "3d9e3062-4b80-4d30-a52f-bc7197b54cfd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -54063,7 +54063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f69618d-deac-49e8-ab5b-7c2b490077cb", + "id": "545ae9f2-3852-466b-8909-33401aee298a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54119,7 +54119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ca5fb4a-5ebb-4bd2-9c36-5ae385592721", + "id": "82c4dc37-01a3-40c9-b3e9-8a4fbfa4e2cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54181,7 +54181,7 @@ } }, { - "id": "9824de2e-875a-4476-a061-b0785321fa2f", + "id": "52d46efb-74bf-4b71-ac80-eae90e8873c8", "name": "get Connector Source Config", "request": { "name": "get Connector Source Config", @@ -54223,7 +54223,7 @@ }, "response": [ { - "id": "20dd4079-01d9-406f-88d9-32d1dad6453e", + "id": "a6b4ae0b-1307-4097-92f1-52bf545b8b28", "name": "The connector's source template", "originalRequest": { "url": { @@ -54268,7 +54268,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "6bbf15d7-9fbb-4b06-940b-de478b57c4a3", + "id": "f51ca7f7-857c-41b1-a762-5c729b145b6e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54313,7 +54313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97e2a385-f8f0-4747-b78d-17b0b5291ceb", + "id": "45a291a4-eb81-4267-9cd0-91772d664b5f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54358,7 +54358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e350634-386d-483b-a951-89d834489145", + "id": "0d70d20d-c348-4bd6-9dff-22e0c09cf9c6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54403,7 +54403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b10ed85b-83d4-412e-984b-b12cb80c702b", + "id": "3fa2445b-504b-4cc1-bbbb-2634f474a86b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -54448,7 +54448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc3f3848-1eee-4917-aabc-1c2754f7b6a6", + "id": "e6b5e937-63fa-4832-99cc-94a0a3d2c845", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54493,7 +54493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b44295f-5946-4756-9869-9cb1fbf712e5", + "id": "71c240a6-b6a1-44ab-96f1-bcd2d39345c8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54544,7 +54544,7 @@ } }, { - "id": "756f1634-e4b0-43b7-a1e6-d9c2fddff9c7", + "id": "4091ebdc-a250-4e86-ba07-19ebca20b1dc", "name": "put Source Config", "request": { "name": "put Source Config", @@ -54602,7 +54602,7 @@ }, "response": [ { - "id": "24ad54ca-0ab3-4fca-a44a-f525dce06ab0", + "id": "c6ce5186-4cc1-46da-83ce-f99c9ee40d5b", "name": "The connector's update detail", "originalRequest": { "url": { @@ -54663,7 +54663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54233302-2836-4c80-b7fe-193947cc2630", + "id": "81452fa4-3ab6-49b7-b78e-f371f99cfcce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54724,7 +54724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77e1f88a-a7b9-4cf6-a2ae-e04d59b2bf66", + "id": "72e5cc0a-0637-4275-814a-e3155b595fb7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54785,7 +54785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37bc7c31-e2d3-44b4-9950-f42a5b9975cd", + "id": "9c5a3966-1f72-482a-91a7-23422300a93e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54846,7 +54846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b25e6cad-0948-4d83-a48c-1987b646eea1", + "id": "f61033d1-5f89-42fd-9e84-9fbeb15c9891", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -54907,7 +54907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c89d942-8bd2-4544-ad34-249565ad1856", + "id": "5a8e2276-6e5f-492a-b5fc-420874033276", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54968,7 +54968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "012951b3-074e-4098-866a-6fa38a5804f7", + "id": "f7a44f6a-c782-47ed-aad3-2acba03fd8b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55035,7 +55035,7 @@ } }, { - "id": "91a36136-f296-4a4a-820d-50ad7c75d8c9", + "id": "6702feee-d317-41a9-93ad-58e65662c772", "name": "get Connector Translations", "request": { "name": "get Connector Translations", @@ -55088,7 +55088,7 @@ }, "response": [ { - "id": "9e07417a-7612-4cc7-9b85-d38d61215e68", + "id": "f7ca8bd7-aa7e-45d5-b83f-f3c569409451", "name": "The connector's translations", "originalRequest": { "url": { @@ -55129,12 +55129,12 @@ "value": "text/plain" } ], - "body": "laborum nulla minim dolore", + "body": "sunt cupidatat ut", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "049c55a5-7bea-478f-9bfe-4f0a935cfee3", + "id": "7514b718-14a4-4df8-af1d-bcc477a337a5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55180,7 +55180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35d0f761-216a-436c-aaad-148c5636299f", + "id": "ee3dbbb0-7b7e-44a9-9035-c26cde9d472b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55226,7 +55226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47c3756a-965e-42db-b3f7-ac27e3673054", + "id": "ebdd4e09-1d5e-4620-ae50-c943013bb9bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55272,7 +55272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d54b2c6f-a6ab-465c-af49-40703f6e1188", + "id": "b483c13f-7bee-417a-9a83-243ec49d7b48", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -55318,7 +55318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46cd6e93-d078-4628-9030-b12ac097ca62", + "id": "8bae28d1-1a7b-4c81-ac4a-3ca268624d32", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55364,7 +55364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b9390c5-aa46-45c7-ad89-8452375affe6", + "id": "de3e0883-a728-482b-ac64-69fe31e6121e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55416,7 +55416,7 @@ } }, { - "id": "ed4875fb-cf14-4de4-af9a-7d76691703ff", + "id": "eb2eacb6-328a-4f9b-ab25-cd8772d5caea", "name": "put Translations", "request": { "name": "put Translations", @@ -55476,7 +55476,7 @@ }, "response": [ { - "id": "38838885-395c-4e45-a3a5-ef11821733c0", + "id": "c9a13e34-fd9d-4d42-bb0b-ea87b2a633de", "name": "The connector's update detail", "originalRequest": { "url": { @@ -55529,7 +55529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d507fde-e0aa-4cfe-b8d2-d157eca8215d", + "id": "744d5624-7ab8-41d1-b97c-424aba44cef9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55582,7 +55582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fef42a17-0395-4d2e-9589-72a918415d18", + "id": "f050e3be-3449-43f3-a187-7be256d69ce5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55635,7 +55635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41b392f4-0223-4f7d-8bf4-7d0f73611f1c", + "id": "af0b7d4d-3d13-4abf-ad17-b54b00353e06", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55688,7 +55688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58387b3c-2bb7-4419-be8d-3961661b5095", + "id": "4d93ff11-3c07-4dbd-902c-217dbd33f70a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -55741,7 +55741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "782f8025-83a2-49df-8b1b-c25e1887da0d", + "id": "970da4d2-8a36-4479-be97-ba1c9d5d4f8c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55794,7 +55794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db17ced2-e8ba-4f0e-a5b8-b5f831584a7e", + "id": "ae527b7d-df1a-4bbc-8963-c5cf7fe7a662", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55853,7 +55853,7 @@ } }, { - "id": "16b2628a-4242-4596-9500-37721f92c49e", + "id": "07787970-574a-48ec-9de6-ccd12c4efb5f", "name": "get Connector Source Template", "request": { "name": "get Connector Source Template", @@ -55895,7 +55895,7 @@ }, "response": [ { - "id": "d1a34a5d-02f8-403e-b0a8-6319acc257c9", + "id": "9fae4f06-6f91-4afc-a1ce-91bb160bb3f2", "name": "The connector's source template", "originalRequest": { "url": { @@ -55940,7 +55940,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "a09c6efb-fbbc-4ab4-ae4a-70eb6e3133f2", + "id": "d30c7076-4535-45b0-bc8f-781001fd0979", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55985,7 +55985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e065e174-f3e2-40c7-985d-b30c5b43aa42", + "id": "796d0913-1b7d-4ea7-a7bf-093a8e7fc9aa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56030,7 +56030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd55e70e-e693-4eb1-bceb-e8b5b4ffd1e3", + "id": "9dd52443-fda6-4e20-a4bd-27854ce31007", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56075,7 +56075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4d63a9e-282e-4daa-8a9e-57f356929168", + "id": "54b8413e-693f-459c-867d-78798033ab57", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -56120,7 +56120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98a507a2-e52e-4ab9-9a87-67ac4b98a0e1", + "id": "31013207-ddcf-436f-9715-d98ddd1d3156", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56165,7 +56165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25ea34d8-e53e-41c1-9073-7041f448c869", + "id": "5b9ed9eb-a3a4-4727-b72d-84b0d0e1c9b7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56216,7 +56216,7 @@ } }, { - "id": "06eb2443-b34c-4533-875b-79d6ed26df87", + "id": "1f7b139d-a2cb-470e-b351-1a37b19edc6b", "name": "put Source Template", "request": { "name": "put Source Template", @@ -56274,7 +56274,7 @@ }, "response": [ { - "id": "53112aa0-72e5-4b74-8d16-1d109ed7b47f", + "id": "d5cb8e31-6963-4c64-9891-ec4185a26b4c", "name": "The connector's update detail", "originalRequest": { "url": { @@ -56335,7 +56335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ef1e8eb-5c68-4d18-bad4-309569e09891", + "id": "051ac91b-bdbf-41bf-9b2d-da00108015ee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56396,7 +56396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31648d25-7f72-420b-9118-503594f34a3a", + "id": "47a80d48-017b-47cf-8f8c-a5a296eb057d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56457,7 +56457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba9370c2-11d8-4247-8afa-673371baa622", + "id": "0cb38ac1-6347-4398-94b4-989b131c0526", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56518,7 +56518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a1fe728-08ac-4ef4-9730-490897675512", + "id": "49636e3d-46c5-4824-98b1-19b17ce675b3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -56579,7 +56579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57a886ed-faeb-4cbe-a8d3-1ee02932f9d5", + "id": "bb3f4538-bd6e-41c7-99a9-6df35acc4147", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56640,7 +56640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04978a3b-e360-4399-8a26-8e15a0f70dac", + "id": "754b5836-7690-4094-b9ab-a67edfeb90c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56707,7 +56707,7 @@ } }, { - "id": "b4256670-68b9-4536-95ec-8cc817747bb2", + "id": "b9bc204d-26a4-43be-acd2-ba37db3580f6", "name": "get Connector Correlation Config", "request": { "name": "get Connector Correlation Config", @@ -56749,7 +56749,7 @@ }, "response": [ { - "id": "d36a75dc-ae10-4dde-b438-abd25c6603bf", + "id": "65592788-fb20-41a1-bd90-ae1ea801d59f", "name": "The connector's correlation config", "originalRequest": { "url": { @@ -56794,7 +56794,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "54865137-40a4-4a55-8a32-a66342af6620", + "id": "47bdffcd-3a5f-4cd7-9bb8-245c0991f29a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56839,7 +56839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7379541a-68e0-4d53-95e3-5824ecd79315", + "id": "f668bf09-b2b3-49c0-9ac7-6918baec3c35", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56884,7 +56884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1614bf2b-3b41-42bb-81f1-6c6fa439099c", + "id": "2e75b3ca-7a29-4656-be32-f6b373bb01c7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56929,7 +56929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1ae952f-f7b4-45c3-b1ec-75edc3cb47ac", + "id": "8d6e5147-aa62-451b-8ee4-7d0550fbe684", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -56974,7 +56974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5003a14-9063-46e2-b335-76265891d628", + "id": "fce68d32-42ca-4eae-a6d9-8ed87f88b24b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57019,7 +57019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a7f29b8-e661-4eb6-ba19-654d34dbb044", + "id": "cc79d873-7755-42c0-a20b-3c887ea1cb61", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57070,7 +57070,7 @@ } }, { - "id": "96fab7a2-6ab0-4397-add7-3959402bcb34", + "id": "b601079e-59bd-4350-8003-ee1eb237a876", "name": "put Correlation Config", "request": { "name": "put Correlation Config", @@ -57128,7 +57128,7 @@ }, "response": [ { - "id": "24883516-64a3-46c9-83c3-0a7932644dd8", + "id": "05cfe03a-d67a-4684-9785-be82fc538104", "name": "The connector's update detail", "originalRequest": { "url": { @@ -57189,7 +57189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f6b5e5d-74dd-4fa3-baa5-ebcd5534d4cb", + "id": "b19ced9e-b313-4b13-b1e6-7b16630af3ed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57250,7 +57250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3914897c-9ab0-47a9-80d1-d396914dd9d5", + "id": "5a18da39-9e21-41bf-8e3b-009923e7c2c0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57311,7 +57311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2085313-f402-429c-ae91-e2a2afe74597", + "id": "0c207fd5-5079-4790-9e0e-b580e27872cc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57372,7 +57372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55ad7ecc-926e-4348-a385-b9c52aad882b", + "id": "3b6bcd13-506c-4a80-b6f1-f3ef64bb7cce", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -57433,7 +57433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97398e9d-1daf-4976-a280-8b537414caba", + "id": "7cd685e2-c6b5-465d-83c9-ab9bc371be7f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57494,7 +57494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef195436-77f6-41e6-addb-6a77dc758c63", + "id": "4c107b78-88d0-4038-bfb6-175c9a54f4bf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57567,7 +57567,7 @@ "description": "Use this API to implement and customize global tenant security settings.\nWith this functionality in place, administrators can manage the global security settings that a tenant/org has.\nThis API can be used to configure the networks and Geographies allowed to access Identity Security Cloud URLs.\n", "item": [ { - "id": "1a8d0a49-eb57-4326-b09c-a63c677395ff", + "id": "dbcd8779-3e38-4ad3-809d-d45947896e42", "name": "Get security network configuration.", "request": { "name": "Get security network configuration.", @@ -57597,7 +57597,7 @@ }, "response": [ { - "id": "7c8e4b9d-2dcb-4091-a017-4a8afd06e30e", + "id": "ce026de1-f0c6-49f5-826e-7b8bc2f2357e", "name": "Network configuration for the tenant's auth org.", "originalRequest": { "url": { @@ -57641,7 +57641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3148c273-b59b-4f9d-824b-3b3e3a3e846a", + "id": "d9a620b2-926f-4403-8830-3ad8f09c2d66", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57685,7 +57685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac139b59-114d-4a2a-892e-14eb17f22eea", + "id": "9bf6018f-f5d4-4e01-96a3-8bd190d10824", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57729,7 +57729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbce8f6b-4a65-41ca-bdf5-c30da144f619", + "id": "b7806600-a367-426c-abf5-390cd6fe44b3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57773,7 +57773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16dd8cc7-6a51-4a50-88bb-540a19ef2a37", + "id": "a3e915c7-c065-4e9d-9c24-251852731188", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -57817,7 +57817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c66b1346-6003-4bd3-ab16-7e99e60b50ee", + "id": "0030fdff-f414-4154-9016-f442bc50388c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57861,7 +57861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea658a2b-4301-4e66-ba87-02f4141c209b", + "id": "c11529ac-69bc-44ce-9017-735490ea49b1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57911,7 +57911,7 @@ } }, { - "id": "9200afc5-758a-4bf9-a6a1-d91a71ef5321", + "id": "70ad9693-1592-4ddd-a06a-688c4565e1b8", "name": "Create security network configuration.", "request": { "name": "Create security network configuration.", @@ -57954,7 +57954,7 @@ }, "response": [ { - "id": "3c370be2-6c18-435e-93fa-a94f8d75fd0a", + "id": "f9b7a2a0-db19-4eb6-9d5e-56dc96bcd31c", "name": "Network configuration for the tenant.", "originalRequest": { "url": { @@ -58011,7 +58011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9199691-8944-4a01-b516-5f7bfe2e0853", + "id": "1cfb3d49-16dd-4176-8b97-ca5a2f331773", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58068,7 +58068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5db0dc8a-2dae-49d2-a5df-d8f77934b9be", + "id": "4f0e7031-cfd7-460e-9e9e-3d0548fc4e5a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58125,7 +58125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d23d6384-e293-4b55-a2e2-bad3fae1a9e1", + "id": "72e6a8fb-c77b-444b-87be-805daf972e42", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58182,7 +58182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "580445cb-bccb-4ac2-a4c8-0754c7eece67", + "id": "00bfa982-2be3-41fb-ae42-5866e7692491", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -58239,7 +58239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acdd218e-4521-4ac3-b9ea-3e11f2eafdda", + "id": "eb9d201e-7594-4c03-9d46-dd742943b0a7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58296,7 +58296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc4719b2-9106-4889-83af-5b165323acfc", + "id": "a772866a-8124-466d-baf0-8edd307c5007", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58359,7 +58359,7 @@ } }, { - "id": "af147868-8055-4511-ad0a-fb9beba12e1e", + "id": "ecf22baf-c922-48ab-b704-7dd1c34daf08", "name": "Update security network configuration.", "request": { "name": "Update security network configuration.", @@ -58402,7 +58402,7 @@ }, "response": [ { - "id": "b419ec6f-8ba5-475c-b68d-d26bd33c362d", + "id": "e18e188b-e64f-4200-8b0d-3a30301f9c51", "name": "Updated Auth Org network configuration.", "originalRequest": { "url": { @@ -58459,7 +58459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aeb5966c-702e-4ccd-ac69-78f4e7786306", + "id": "504282e5-1ffb-48da-bf7e-00186d01720d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58516,7 +58516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b531608-c106-486a-b593-b809785da1be", + "id": "a59ba93b-0c08-4bbc-8255-663e171239ce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58573,7 +58573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc2f1510-060a-4a9a-8188-a8d2afbb6115", + "id": "9f4fdf9d-781f-435e-9ff0-47f4163bca1f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58630,7 +58630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd3cdeb0-270f-4151-8bba-a2d20e02f4ba", + "id": "314d520f-4af5-41ae-ba54-d7b113672e4b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -58687,7 +58687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8e09498-5f3e-454c-8dbb-e9a3fc040cd4", + "id": "229e1ce0-66ec-49b8-952e-53d8d0d2e6b5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58744,7 +58744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7ba7b50-0cba-4339-a9b9-9b6c60b2ca81", + "id": "bf100a45-3eb6-4aa1-b273-fa56ec0db4fb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58807,7 +58807,7 @@ } }, { - "id": "84491c5d-9684-4e5f-895c-6b5e59de5a60", + "id": "2523cc67-aa2d-49c0-b2c8-e25f6cd29cdb", "name": "Get Auth Org Lockout Configuration.", "request": { "name": "Get Auth Org Lockout Configuration.", @@ -58837,7 +58837,7 @@ }, "response": [ { - "id": "b0730b55-879c-4028-abb0-91bd4d43b35b", + "id": "5d6b09f0-00fb-4579-bc4f-292b1f33becf", "name": "Lockout configuration for the tenant's auth org.", "originalRequest": { "url": { @@ -58881,7 +58881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f5f1ce3-c04e-48bb-8e8c-3aaa177b1655", + "id": "6e95bbc7-1b95-4329-bdf3-3676eddd96de", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58925,7 +58925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36c7dba3-9255-4646-9ac2-2c16ec00dcda", + "id": "3fb817b1-6e95-415f-850d-caf2c3c0efa2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58969,7 +58969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "324f13ee-6996-4d39-990b-b01713eac627", + "id": "2cf81a65-d9e0-422c-8bd2-06ddcb1e580f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59013,7 +59013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e57685f3-0c8e-487b-9552-3e3782289602", + "id": "e80aadad-6c2e-4f84-92d5-90edbf6f4034", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -59057,7 +59057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63472582-1030-4aca-9902-11098446d7c4", + "id": "635aeb19-e640-4ef3-ad78-ae8effb75249", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59101,7 +59101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96656183-07f0-4ddc-839e-920bcfc839f2", + "id": "99d4cdf1-8feb-4dd6-8ab0-288673dae4b1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59151,7 +59151,7 @@ } }, { - "id": "72334448-a387-4c73-b4b7-21a0632573c8", + "id": "4016613a-0bf8-4170-8655-31a7bd811bf8", "name": "Update Auth Org Lockout Configuration", "request": { "name": "Update Auth Org Lockout Configuration", @@ -59194,7 +59194,7 @@ }, "response": [ { - "id": "ee320edf-dcaa-4d40-81a3-319e85df3643", + "id": "52fdbc00-fdd5-420b-9186-871398742510", "name": "Updated Auth Org lockout configuration.", "originalRequest": { "url": { @@ -59251,7 +59251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ddc3349-5a6c-4a3e-bfbb-5d377e917f8a", + "id": "f4581543-8578-423b-816f-71db366be4ee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59308,7 +59308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8fd8272-e949-4c37-be46-41e00327056f", + "id": "3ba0fe38-1038-4e3b-b613-d071513de3ce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59365,7 +59365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fbba882-7e3e-43ec-84e9-a0bf7535f0e2", + "id": "857be7eb-176e-4b80-a3b3-5593a6b2e393", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59422,7 +59422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0888acc-3462-42a4-8b39-967195358b82", + "id": "aebeb98a-2f06-41f8-bbe7-508fce2266a3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -59479,7 +59479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b06f81ae-f145-4745-9828-0e2609a48fc5", + "id": "df308996-2d0b-4548-abf4-c4c7a3135caa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59536,7 +59536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98e11aab-1de1-49f2-822a-ec82aac7b1c3", + "id": "fddd8cde-bbae-461a-9457-ebd1d493baa3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59599,7 +59599,7 @@ } }, { - "id": "b1dd99e6-22a7-471a-aecf-8471c11a3258", + "id": "73734811-0d11-4065-b124-f673ea8b25e9", "name": "Get Service Provider Configuration.", "request": { "name": "Get Service Provider Configuration.", @@ -59629,7 +59629,7 @@ }, "response": [ { - "id": "c9f78625-40a5-40a1-b406-ab4a40d07ac3", + "id": "72b3969b-5253-4899-b4fc-338da44a6b72", "name": "Service provider configuration for the tenant.", "originalRequest": { "url": { @@ -59673,7 +59673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b302809-4d21-4178-8e64-8e23ee497e43", + "id": "96df92bb-c417-4d5c-8d54-fccb161c7ec3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59717,7 +59717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a91789a9-8fcb-4780-91b3-3b1d3f7aaabe", + "id": "e5fb596c-9b91-41df-a6c2-719ddf25b523", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59761,7 +59761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8745b951-94b8-4ea1-b4b6-80187002e9cd", + "id": "3f9ff78d-493c-458c-8872-c2b2db6b5766", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59805,7 +59805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "495268cd-23c3-423d-98ed-1c4189862b7f", + "id": "4c2c647d-3ab8-4bc4-a893-1c65f3f91c65", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -59849,7 +59849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd506d73-7e95-4b9f-8bfe-789c553278f7", + "id": "ce5b6eb7-5138-4bd4-ae18-cf0d292e12c6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59893,7 +59893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d69f96b-bf72-4bfa-8356-43d924963d7b", + "id": "337bd92c-ffa3-4e68-bd32-b1c56d8b4578", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59943,7 +59943,7 @@ } }, { - "id": "3ae41cb7-2c3e-4cf7-b27c-d78e283bf1aa", + "id": "72b5cf48-e497-41f1-b2f8-be067b7dbf85", "name": "Update Service Provider Configuration", "request": { "name": "Update Service Provider Configuration", @@ -59986,7 +59986,7 @@ }, "response": [ { - "id": "fec19336-9096-43fb-b5ff-e6f8c9a8fb9d", + "id": "f7ec37b7-d2a8-41b1-865f-df336191182d", "name": "Auth Org Service Provider configuration updated.", "originalRequest": { "url": { @@ -60043,7 +60043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8e3e3b9-1682-4480-90e0-da1c3791b04c", + "id": "a2746598-a024-4330-ab09-bc3082775c0a", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -60100,7 +60100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1505b90-6fce-4f59-b0e6-1ad872e21c8d", + "id": "a36f15b2-06d3-417a-ac46-0d057e6db379", "name": "400.1.3 Illegal value", "originalRequest": { "url": { @@ -60157,7 +60157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f687abb-c293-41aa-b389-a088ada79e79", + "id": "c43270c9-55ad-4abd-832b-1d00f1b45d71", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60214,7 +60214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9f00967-083c-417d-9132-65ec3fa2b09b", + "id": "987dcf0c-5ab6-47d6-8322-5c2d244b6b1f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60271,7 +60271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bc21d22-173e-4cbc-ac14-84e503185ebf", + "id": "ba513da9-2379-4181-853b-58b411ee7672", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -60328,7 +60328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83ddb1b7-2ff3-48d8-9bf5-e2ad38a72e15", + "id": "c17a0ada-599f-4ad9-8399-cf0d8ba7308b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60385,7 +60385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29828322-eee5-43dc-bfdb-5bde83254ad1", + "id": "9fb88ec1-57ad-4ce8-86e2-2c783122c397", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60448,7 +60448,7 @@ } }, { - "id": "cae115e7-eb15-4782-a648-aa74e361b0f3", + "id": "c4b853cd-0313-4560-a81a-601279409794", "name": "Get Auth Org Session Configuration.", "request": { "name": "Get Auth Org Session Configuration.", @@ -60478,7 +60478,7 @@ }, "response": [ { - "id": "c151941a-5fe9-464e-88e6-ebf70a847782", + "id": "56652dbc-fb6c-4160-9591-93a185cea89d", "name": "Session configuration for the tenant's auth org.", "originalRequest": { "url": { @@ -60522,7 +60522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bd7ed72-cb17-4046-aa53-7ee6aa54c23c", + "id": "80ddd736-dbc2-4606-80c9-cf26f7885d90", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60566,7 +60566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c273b8fb-1408-4975-beb2-22168ceebe0d", + "id": "eb28fb53-0517-4dfc-b22f-79d8d889db83", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60610,7 +60610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5405934-f7bc-4b79-9dad-6be12dbf46bd", + "id": "f97c6e22-ea1f-4805-89a6-7b6d33aad953", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60654,7 +60654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4f7cca0-1d39-4b7a-a616-c0069e13842e", + "id": "9d80eea8-58b4-4a72-82b1-d2f410acd88d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -60698,7 +60698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fc1e522-b75d-42d5-93ee-70e8d67c3c15", + "id": "471bef38-cbc5-41f4-9e59-19e80b90f01e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60742,7 +60742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d56e06d-0268-4f08-9f0c-1255acaf76b7", + "id": "5d8310f6-50ef-4be6-be51-37e0d9300b27", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60792,7 +60792,7 @@ } }, { - "id": "f671faa0-5813-41f4-9eea-cb792d346e1b", + "id": "cf73f67a-c842-4d52-8ccf-8cc7f241887c", "name": "Update Auth Org Session Configuration", "request": { "name": "Update Auth Org Session Configuration", @@ -60835,7 +60835,7 @@ }, "response": [ { - "id": "500ec27e-7417-4c68-9565-14f61c284883", + "id": "ea6bef60-331e-4fe9-9de1-cfc2cce2769c", "name": "Updated Auth Org session configuration.", "originalRequest": { "url": { @@ -60892,7 +60892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a1f0fec-62d8-4eb7-a0c7-dbdc06cbd7da", + "id": "29e2185c-dcf5-425f-8cdb-c6064311118e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60949,7 +60949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7827283-03f8-4918-bca2-cf751be13f23", + "id": "4552905c-433c-468f-89ae-15adff07cd75", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61006,7 +61006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c58df531-13bd-400a-bdb1-de3d2bdbf2fc", + "id": "3a801818-05c4-492c-91f9-5efc49d2240b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61063,7 +61063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04e2ef85-4dc7-40e9-85cf-faca0f521e40", + "id": "dd093893-a6a7-4519-b8af-564eacb8d5a7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -61120,7 +61120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70d98886-0e96-4590-a544-351fb72bb519", + "id": "9ed9d1b8-3243-4d20-8c16-611d169aa400", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61177,7 +61177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34e1f19f-5624-4d7f-b547-3a61462bcba3", + "id": "b6d2f220-0264-4eae-9429-25349894699d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61246,7 +61246,7 @@ "description": "Use this API to implement identity profile functionality. \nWith this functionality in place, administrators can view identity profiles and their configurations. \n\nIdentity profiles represent the configurations that can be applied to identities as a way of granting them a set of security and access, as well as defining the mappings between their identity attributes and their source attributes. \n\nIn Identity Security Cloud, administrators can use the Identities drop-down menu and select Identity Profiles to view the list of identity profiles. \nThis list shows some details about each identity profile, along with its status. \nThey can select an identity profile to view its settings, its mappings between identity attributes and correlating source account attributes, and its provisioning settings. \n\nRefer to [Creating Identity Profiles](https://documentation.sailpoint.com/saas/help/setup/identity_profiles.html) for more information about identity profiles.\n", "item": [ { - "id": "bef9255a-455c-47e9-93a5-b5f39bad09af", + "id": "46b3870f-febf-4618-9fca-a1ed55f01bfd", "name": "Identity Profiles List", "request": { "name": "Identity Profiles List", @@ -61321,7 +61321,7 @@ }, "response": [ { - "id": "b5f82773-10fa-4a33-8c47-69f3f5ea2f14", + "id": "6f7810b0-7f53-4248-a651-f5db59d94b3c", "name": "List of identityProfiles.", "originalRequest": { "url": { @@ -61410,7 +61410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4592a98c-ac99-4da6-b09b-dafd93f1eab9", + "id": "eb7ee638-6d04-495b-a1dc-e222b67bcac5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61499,7 +61499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd4067cb-e41f-45e2-814c-235f5d2a4d66", + "id": "88a6216c-f66c-44a4-b2a3-0c329050b10b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61588,7 +61588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d876145-1210-43fc-8e78-cee12d896133", + "id": "8abb687d-da4a-4948-9376-099ca031b767", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61677,7 +61677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8e29042-c4a7-465b-be23-96205d31e890", + "id": "70fdf35e-2347-4d94-9c7f-7d5f589f129e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61766,7 +61766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c986dc3-0ee1-4fcf-b7ba-a9a103522e04", + "id": "66c6d50e-aa91-4eb0-b703-a740d9b9b32d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61861,7 +61861,7 @@ } }, { - "id": "24e751ae-6441-4b29-8e79-9a14a628d390", + "id": "93d3da67-38d7-4bd1-8a69-66d5d33a8f6e", "name": "Create an Identity Profile", "request": { "name": "Create an Identity Profile", @@ -61903,7 +61903,7 @@ }, "response": [ { - "id": "cd6636f9-7a5b-4e80-ba34-924c53dfcf02", + "id": "8e0a0885-a691-448e-8e0c-cb870becd388", "name": "The created Identity Profile", "originalRequest": { "url": { @@ -61959,7 +61959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ef78e3b-4303-4e74-8d79-cfd38cf59bd7", + "id": "661d9aff-b961-4357-b0b1-fa6a30c086c0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62015,7 +62015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04009a61-3540-4458-b2fb-bf8a43ddc751", + "id": "9d18f051-22c1-4b8f-87f2-d8706d5101ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62071,7 +62071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ac29d37-546c-4142-8ed3-dfd804a9760b", + "id": "111244a7-df72-4c34-a7ed-f30e9c0e822a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62127,7 +62127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f6eb72a-72f1-418b-b21f-ce9265d5e182", + "id": "c52363a2-10df-4465-8f74-8111cdf05179", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62183,7 +62183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b526c26d-93b4-4bc1-a586-cd85a036d761", + "id": "8009dd32-2fb2-4ce7-b426-fc13edcde3db", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62245,7 +62245,7 @@ } }, { - "id": "5c24ad43-53eb-4fbf-9d28-108ddddf6c8e", + "id": "9c861f47-3d53-48aa-8aeb-746c317fcd74", "name": "Delete Identity Profiles", "request": { "name": "Delete Identity Profiles", @@ -62288,7 +62288,7 @@ }, "response": [ { - "id": "bb42ff1a-a8c4-4cca-86b3-0499fcdd9522", + "id": "934e2f70-649b-42f5-907f-2a56dcc09dcc", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -62340,12 +62340,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\": \"2004-01-01T17:15:26.403Z\",\n \"launched\": \"1989-11-21T06:30:55.771Z\",\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\": \"1969-09-11T03:19:11.321Z\",\n \"launched\": \"1956-01-05T06:02:27.662Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1aa18d9f-80ca-490c-b528-974334185605", + "id": "90337a30-a046-4d60-815e-8e5331824040", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62402,7 +62402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5903944-cea9-41d5-800a-4b4381d95072", + "id": "01e3e0b1-0976-4d41-8a20-8e2815c696a2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62459,7 +62459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5015812-0c6a-4341-8435-40b521cf989d", + "id": "09eba8fe-70a4-491e-9b3c-f9c266ac68f0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62516,7 +62516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6ac141a-6943-44a6-9c82-b120a7d36179", + "id": "296becee-800c-40e2-93c4-33c9e3c1b3ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62573,7 +62573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fe058cc-28ba-4d08-bbcf-7ae02c80ef5d", + "id": "48c00f18-60e2-4940-8b5a-dcde5cb9b20e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62636,7 +62636,7 @@ } }, { - "id": "f24c7055-4196-4f41-a288-4f37fbdcbc69", + "id": "e2e50380-16dd-499c-bd4f-969753496a0c", "name": "Export Identity Profiles", "request": { "name": "Export Identity Profiles", @@ -62712,7 +62712,7 @@ }, "response": [ { - "id": "49586f39-dd34-45fd-b2b6-0798e21a681a", + "id": "439a59e7-5e00-47c5-9496-9077f09d462e", "name": "List of export objects with identity profiles.", "originalRequest": { "url": { @@ -62802,7 +62802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c47717d3-29b7-4f7d-b183-bfab77f63699", + "id": "a3be30e8-508e-4e76-b3f7-128129c2497f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62892,7 +62892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c1fed53-ba54-4d01-8ff5-51af6d21adf0", + "id": "c6558412-e393-4bbd-a74c-faa38f311369", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62982,7 +62982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fd4d3d1-a364-4945-b9c9-cf290a6f7fa0", + "id": "fb479e9b-d203-4efd-bceb-571759bba24d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63072,7 +63072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee4f37fc-c5a8-4ffd-8052-d6f6eee41829", + "id": "2f0201d0-abd4-4e50-828f-27178d9cfb6d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63162,7 +63162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b55e08e9-64d1-4c62-91f3-06bf6f91e4ac", + "id": "6d448503-90fc-4daa-9f9b-d34b2a382dfb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63258,7 +63258,7 @@ } }, { - "id": "8d2d3258-ce3a-4d49-b2a7-b8c8d1d12d5d", + "id": "6849fdf8-8485-423d-8711-22ce66c550c1", "name": "Import Identity Profiles", "request": { "name": "Import Identity Profiles", @@ -63301,7 +63301,7 @@ }, "response": [ { - "id": "b0b26d96-1cf8-48f4-9349-23bd9dc28817", + "id": "72379ab4-d5dd-4845-b787-3ec50b72c4e4", "name": "The result of importing Identity Profiles.", "originalRequest": { "url": { @@ -63358,7 +63358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65c3eb0b-11bd-4163-b60f-84dc0359a3b5", + "id": "32369d39-4b06-4976-9497-96eaea4e80f8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63415,7 +63415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75a48a7b-6488-41b3-9f63-b91ae55b2eb0", + "id": "d1c18394-dea0-4bb5-95c2-6ee86bb32999", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63472,7 +63472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e20886a3-52fd-469d-b509-e29670a1a302", + "id": "1674df77-9bf3-439e-8eea-9ab913422917", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63529,7 +63529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef44f4a3-2393-4da6-8791-1c9dfdc0923c", + "id": "712a7c18-70a6-49d5-b571-36e84609dcf9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63586,7 +63586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d9344ec-33d8-4378-bf0b-37025198bbd9", + "id": "b34852fb-e45c-47e1-86ec-e0611d1aa20e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63649,7 +63649,7 @@ } }, { - "id": "3d4bc563-f58e-4a4f-991b-be3bf1a735b7", + "id": "8f4fa7e4-7b3b-4670-9d37-7caae8792276", "name": "Generate Identity Profile Preview", "request": { "name": "Generate Identity Profile Preview", @@ -63681,7 +63681,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:62fef599-3c87-94ff-4a55-d33197e5621b\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"urn:uuid:05845630-e769-0e8c-176a-a16b936f5f60\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -63692,7 +63692,7 @@ }, "response": [ { - "id": "638bdc87-510b-412d-9a17-9a9e0211fd71", + "id": "2219e604-1b75-4828-8651-64d5779c474d", "name": "A preview of the identity attributes after applying identity attributes config sent in request body.", "originalRequest": { "url": { @@ -63727,7 +63727,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:62fef599-3c87-94ff-4a55-d33197e5621b\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"urn:uuid:05845630-e769-0e8c-176a-a16b936f5f60\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -63749,7 +63749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f84e5d89-1159-4e8f-8f24-980371706ebd", + "id": "f4f8344a-1c88-4ee6-999b-50cde19d39d9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63784,7 +63784,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:62fef599-3c87-94ff-4a55-d33197e5621b\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"urn:uuid:05845630-e769-0e8c-176a-a16b936f5f60\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -63806,7 +63806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33a62d6c-d0db-4970-a620-a8bf964ad779", + "id": "60ebd9d8-d0ab-4161-b870-28e3c0cb92ab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63841,7 +63841,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:62fef599-3c87-94ff-4a55-d33197e5621b\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"urn:uuid:05845630-e769-0e8c-176a-a16b936f5f60\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -63863,7 +63863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "625fcc24-7899-47cb-8e44-4ab5b4739f17", + "id": "5b054a89-efa2-4cd2-87ef-357d35f51f15", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63898,7 +63898,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:62fef599-3c87-94ff-4a55-d33197e5621b\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"urn:uuid:05845630-e769-0e8c-176a-a16b936f5f60\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -63920,7 +63920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9f30668-a3ba-410f-9f8c-38aea0712d02", + "id": "4e4cedab-cdce-4427-b1e3-e532f9487555", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63955,7 +63955,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:62fef599-3c87-94ff-4a55-d33197e5621b\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"urn:uuid:05845630-e769-0e8c-176a-a16b936f5f60\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -63977,7 +63977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6b28d74-84b7-4f99-979d-f4c64fa49abe", + "id": "aa1b5495-e04d-4b3f-adaf-a7f3fa2d8f72", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64012,7 +64012,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:62fef599-3c87-94ff-4a55-d33197e5621b\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"urn:uuid:05845630-e769-0e8c-176a-a16b936f5f60\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -64040,7 +64040,7 @@ } }, { - "id": "0bd6edd1-1d1b-4b75-9464-9c3089521b24", + "id": "1148a9bb-8472-41ec-8f2e-b60b93f69bb2", "name": "Get single Identity Profile", "request": { "name": "Get single Identity Profile", @@ -64081,7 +64081,7 @@ }, "response": [ { - "id": "7566750b-25cf-497e-8824-bcae584bea5b", + "id": "15960e5a-f251-4aca-87f3-461631177519", "name": "An Identity Profile object.", "originalRequest": { "url": { @@ -64125,7 +64125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54fdf117-4fb8-417f-9bcf-bf7bf76072a1", + "id": "bc04eec3-bf44-4ce6-827b-10919010ca7b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64169,7 +64169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "379e868f-f0ee-439e-aec2-eb6a5de63d93", + "id": "c6649f57-8e92-4353-be60-93d6dda3d75c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64213,7 +64213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c2e796b-1941-4128-a089-f1ef6f4deb93", + "id": "48a380b5-868f-4bb4-b0e5-5e162814c359", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64257,7 +64257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13781153-05cf-460f-a3ae-f1d5e0afaa12", + "id": "50b4818e-2947-473d-a8a4-e78591a4c1d6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -64301,7 +64301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dec68748-5a60-4226-8a7c-e365332e18b2", + "id": "b275f93a-6fd3-4af5-8c50-07fd8b8d4d8d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64345,7 +64345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6630687-dd41-4404-9387-5a713e2e3d6a", + "id": "fe50e1ce-9c07-40ca-a7fc-9a9e73ce5e89", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64395,7 +64395,7 @@ } }, { - "id": "61c9cc4b-65ef-48c3-b833-514b7ad55973", + "id": "25d5e572-a369-4395-b4cc-d8d7be0ae462", "name": "Delete an Identity Profile", "request": { "name": "Delete an Identity Profile", @@ -64436,7 +64436,7 @@ }, "response": [ { - "id": "34239eba-5f82-45b8-af24-c69b6c61ea3b", + "id": "43116269-dc20-4562-bd02-3d336cdff08e", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -64475,12 +64475,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\": \"1948-11-10T14:56:02.835Z\",\n \"launched\": \"2009-05-18T22:35:06.946Z\",\n \"completionStatus\": \"Success\"\n}", + "body": "{\n \"id\": \"ff8081814d977c21014da056804a0af3\",\n \"name\": \"Background Object Terminator c8f030f2-b1a6-4e33-99e8-6935bc18735d\",\n \"description\": \"Generic task for terminating data in the overlay, used by the TerminationService.\",\n \"launcher\": \"support\",\n \"completed\": \"1984-03-10T07:55:22.628Z\",\n \"launched\": \"1984-12-10T12:33:54.106Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "acbe4458-557b-4e54-8a8e-202162f5f237", + "id": "e374eb9f-7dc1-4c3c-b330-2a9e0af5c7d6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64524,7 +64524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dc31020-e0bb-4ddd-aaab-a43ec5c54979", + "id": "38b3fb45-a3e8-4315-8ec8-9d78204c3207", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64568,7 +64568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "622e3333-a3a9-4df0-9d82-882450cee5e3", + "id": "0cd7ffdf-1dcb-4671-bb55-022506b25b14", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64612,7 +64612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7893df8-276b-40a5-b308-24daf5403df9", + "id": "6847ae11-ca30-4604-809f-1d66cc186b29", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -64656,7 +64656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f18f3dcf-57fb-461e-b6be-423f131777ad", + "id": "b3087d2a-6cad-42ba-9063-0fd996b4b64f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64700,7 +64700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe3884b3-7854-44a4-9c08-02b3dc56274d", + "id": "db5d7062-073a-4fd6-932e-46409ee584ad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64750,7 +64750,7 @@ } }, { - "id": "a4c56a73-109e-4c4e-b3d2-167d3bc5d2bb", + "id": "a3b4926e-4d1b-4d98-a730-450265548a3f", "name": "Update the Identity Profile", "request": { "name": "Update the Identity Profile", @@ -64804,7 +64804,7 @@ }, "response": [ { - "id": "5ea2f49c-76d1-4c1b-a3c9-1ebbd3dfce6e", + "id": "5199009a-fb6b-43e1-9221-1388900c9f13", "name": "The updated Identity Profile.", "originalRequest": { "url": { @@ -64861,7 +64861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f95f51cc-4643-45aa-b55d-988a2022b5e8", + "id": "a2b57889-a027-42c2-85b8-34b0e499dc6e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64918,7 +64918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "631088f3-1c51-4c01-9e57-5002f929f43a", + "id": "996c145f-d90c-4f44-8a57-5ba6b1aad072", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64975,7 +64975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af5df9ed-e742-4e6a-bc53-443675ab3872", + "id": "1633b36a-7a05-4b71-bc9e-7ceb78723f37", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65032,7 +65032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fa796b4-44b3-447f-ae1c-d3af8f13fbdc", + "id": "f2abb8a3-06d4-4a36-b78f-95c085c8f544", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -65089,7 +65089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ff78a1c-1d2a-4656-80ab-0cb87e4aca6d", + "id": "43766043-6cc5-4b36-bd96-459d84287b4f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65146,7 +65146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cafbc58-5e87-4ff5-b6ff-684e4b122298", + "id": "fcc38ac5-92f5-425e-9206-1d0996ea00eb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65209,7 +65209,7 @@ } }, { - "id": "8f067a76-98c0-481e-81ac-4c4bfc766b88", + "id": "f4830a14-81d7-45dc-a1e8-89da0384df16", "name": "Get default Identity Attribute Config", "request": { "name": "Get default Identity Attribute Config", @@ -65251,7 +65251,7 @@ }, "response": [ { - "id": "4f2cd6fa-5b3e-4173-9c96-591f14fee661", + "id": "ae295955-60a9-4d46-81be-f8c7483a94b4", "name": "An Identity Attribute Config object.", "originalRequest": { "url": { @@ -65296,7 +65296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2436946d-326d-4582-9e61-81cfd70d7ba1", + "id": "cdc33af6-cb47-4c32-a741-77405c3afd37", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65341,7 +65341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a320b92-b0d0-4050-b7e4-d5c469a613e8", + "id": "bf3b5218-25bd-4127-bbb3-03049679f460", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65386,7 +65386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fe1bbc6-6898-4d7f-931c-78eb73d4576f", + "id": "b6bb569d-93d9-4651-8ede-95781615dd5f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65431,7 +65431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a73ad04-6045-47e0-a307-2460db3ee245", + "id": "8ed66ade-1e5f-4208-84fa-386c4caca0ef", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -65476,7 +65476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17514f10-4073-488c-a89f-d8908952ac8d", + "id": "5beced00-4e52-4875-ba07-d04c7b284188", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65521,7 +65521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43701efc-fffd-4198-9991-a0c17b9670ab", + "id": "7966fb38-ae33-4bf7-af26-9fe91cc754ac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65572,7 +65572,7 @@ } }, { - "id": "216fd580-2905-4fda-930a-3b4ebfbbdf24", + "id": "54aa592d-0274-43ef-b703-3f43951a78f2", "name": "Process identities under profile", "request": { "name": "Process identities under profile", @@ -65614,7 +65614,7 @@ }, "response": [ { - "id": "a9b1b1c1-ecd0-4bb9-8277-b89ffefdba1e", + "id": "c85a9b6c-688d-4090-92d7-846398ef9125", "name": "Accepted status after refresh has launched", "originalRequest": { "url": { @@ -65659,7 +65659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76c26021-0401-4ab6-8aab-d898a4b677a6", + "id": "e4c8a4fe-c2bf-4659-b9c8-3557853cf98c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65704,7 +65704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "947519f3-c5f3-4505-aebc-561a90820a06", + "id": "05daa887-898c-442c-bed7-ddaedd0d81fd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65749,7 +65749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8fad520-9536-43a4-90c3-e786e5676132", + "id": "934492fc-a36c-44d2-9964-ea9ef78c5cf7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65794,7 +65794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0293366-ab2b-4895-a260-abbebc6cced3", + "id": "d4bc5763-2784-46ec-bb36-72c5c770abcd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -65839,7 +65839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99e0eadd-860d-4d62-8298-4eb0d7ce7430", + "id": "66677146-09b0-4eb8-8d61-e9c78f3ebdeb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65884,7 +65884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1bc8b47-ab64-477a-b85a-1e6dcbc02278", + "id": "6b50ff87-6e0a-41dc-a83e-11cbd702bf8b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65941,7 +65941,7 @@ "description": "Use this API to implement and customize lifecycle state functionality.\nWith this functionality in place, administrators can create and configure custom lifecycle states for use across their organizations, which is key to controlling which users have access, when they have access, and the access they have.\n\nA lifecycle state describes a user's status in a company. For example, two lifecycle states come by default with Identity Security Cloud: 'Active' and 'Inactive.' \nWhen an active employee takes an extended leave of absence from a company, his or her lifecycle state may change to 'Inactive,' for security purposes. \nThe inactive employee would lose access to all the applications, sources, and sensitive data during the leave of absence, but when the employee returns and becomes active again, all that access would be restored. \nThis saves administrators the time that would otherwise be spent provisioning the employee's access to each individual tool, reviewing the employee's certification history, etc. \n\nAdministrators can create a variety of custom lifecycle states. Refer to [Planning New Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#planning-new-lifecycle-states) for some custom lifecycle state ideas.\n\nAdministrators must define the criteria for being in each lifecycle state, and they must define how Identity Security Cloud manages users' access to apps and sources for each lifecycle state.\n\nIn Identity Security Cloud, administrators can manage lifecycle states by going to Admin > Identities > Identity Profile, selecting the identity profile whose lifecycle states they want to manage, selecting the 'Provisioning' tab, and using the left panel to either select the lifecycle state they want to modify or create a new lifecycle state. \n\nIn the 'Provisioning' tab, administrators can make the following access changes to an identity profile's lifecycle state: \n\n- Enable/disable the lifecycle state for the identity profile.\n\n- Enable/disable source accounts for the identity profile's lifecycle state.\n\n- Add existing access profiles to grant to the identity profiles in that lifecycle state.\n\n- Create a new access profile to grant to the identity profile in that lifecycle state.\n\nAccess profiles granted in a previous lifecycle state are automatically revoked when the identity moves to a new lifecycle state. \nTo maintain access across multiple lifecycle states, administrators must grant the access profiles in each lifecycle state. \nFor example, if an administrator wants users with the 'HR Employee' identity profile to maintain their building access in both the 'Active' and 'Leave of Absence' lifecycle states, the administrator must grant the access profile for that building access to both lifecycle states.\n\nDuring scheduled refreshes, Identity Security Cloud evaluates lifecycle states to determine whether their assigned identities have the access defined in the lifecycle states' access profiles. \nIf the identities are missing access, Identity Security Cloud provisions that access. \n\nAdministrators can also use the 'Provisioning' tab to configure email notifications for Identity Security Cloud to send whenever an identity with that identity profile has a lifecycle state change. \nRefer to [Configuring Lifecycle State Notifications](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#configuring-lifecycle-state-notifications) for more information on how to do so.\n\nAn identity's lifecycle state can have four different statuses: the lifecycle state's status can be 'Active,' it can be 'Not Set,' it can be 'Not Valid,' or it 'Does Not Match Technical Name Case.' \nRefer to [Moving Identities into Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#moving-identities-into-lifecycle-states) for more information about these different lifecycle state statuses. \n\nRefer to [Setting Up Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html) for more information about lifecycle states.\n", "item": [ { - "id": "0d3a3ab8-73f4-4ead-adb1-9bc183965aab", + "id": "67708914-e99a-449d-9515-49356f07c191", "name": "Set Lifecycle State", "request": { "name": "Set Lifecycle State", @@ -65996,7 +65996,7 @@ }, "response": [ { - "id": "58799be8-bd0a-49c9-a2c8-529f518c5700", + "id": "130e8441-dd53-4aec-b34f-c63bd6dc2c7b", "name": "The request was successfully accepted into the system.", "originalRequest": { "url": { @@ -66054,7 +66054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e194d3d5-bd28-4dd4-8700-dc08fd26a03e", + "id": "d89d1ab6-af89-4813-8ad0-905e1dd654f1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66112,7 +66112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fae997da-d915-489c-8298-c7c4a3d3f7ca", + "id": "8b364a3d-f80b-4a09-82bf-af1669978a30", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66170,7 +66170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6087c34e-79b3-4555-ba40-5f49ba801eb2", + "id": "be6a550b-1b0a-4e4f-a4a7-1e20cbe43646", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66228,7 +66228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54cf7f9a-dde7-41b7-92b9-90df361aa8d7", + "id": "6e5e3b0e-aa8b-4793-9dd8-f9c22f520737", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -66286,7 +66286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6992bdb1-d3a3-4af7-9a47-c4f8f6bb0449", + "id": "5e52b425-1b64-45cb-9e3b-3f77f8c13514", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66344,7 +66344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0e4d50f-c152-447a-9022-b872d680f4dd", + "id": "2fa9992d-5e45-4a82-a12a-f0645958fa12", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66408,7 +66408,7 @@ } }, { - "id": "edcee032-4b7a-4e8e-a3d8-8110c344ed63", + "id": "44d82a7a-1d5a-40e5-970a-7a51e212b2ae", "name": "Lists LifecycleStates", "request": { "name": "Lists LifecycleStates", @@ -66487,7 +66487,7 @@ }, "response": [ { - "id": "c91f45f4-28d4-4e38-a672-97ee34e153f0", + "id": "f187b5a0-21d8-4f38-8e1c-45eaa97ea0fb", "name": "List of LifecycleState objects.", "originalRequest": { "url": { @@ -66569,7 +66569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1ca33d9-9111-479c-bdc2-55b2dd9c58dc", + "id": "4c23227f-6434-4b90-ae71-1b93735fed97", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66651,7 +66651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f367df2b-9225-4d03-a682-6f62d68b2de6", + "id": "95d23f61-510c-4838-a527-f7c6810cbe8a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66733,7 +66733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2d56733-ce34-482a-affb-6d4e638a1fa4", + "id": "5c7f8edf-88c7-4f30-8505-2ce63b4d1201", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66815,7 +66815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3be71bbc-c435-4824-b121-f2ae497804e4", + "id": "84672211-99be-4bc6-89d4-ad01cafe6adc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66897,7 +66897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "612d60ab-8b6d-4f51-a9f9-2dc5951736b9", + "id": "8d467ab9-6f95-4bda-ae14-129bfd5efa86", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66985,7 +66985,7 @@ } }, { - "id": "0b1b5173-d63b-42af-bdb9-429db5e34215", + "id": "a6416314-1493-406b-bc77-abfbb5bca211", "name": "Create Lifecycle State", "request": { "name": "Create Lifecycle State", @@ -67040,7 +67040,7 @@ }, "response": [ { - "id": "4d5f40cf-cad1-4eb6-9a82-cd82307c3fb8", + "id": "f20007f3-7ab4-4b61-ad77-2474ae7d1ac4", "name": "Created LifecycleState object.", "originalRequest": { "url": { @@ -67098,7 +67098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dbfc00e-1583-468f-bec7-cb41e248501f", + "id": "543239bd-3b85-4012-a6a8-28334cdd546e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67156,7 +67156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a16a598a-55e4-49e1-b938-93b58d0a8b66", + "id": "798e828b-2e83-4bac-aed8-79ed0044c238", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67214,7 +67214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c25b9cdc-c293-4928-b4ce-5474d8fe9daf", + "id": "bd5fd6e7-2bb6-4989-aedc-28c11f8bc123", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67272,7 +67272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "751471c3-463f-4efd-b60e-2040fc32cd7c", + "id": "3df5739f-a397-4f21-986c-9895064645a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67330,7 +67330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "429f09c9-c50d-4071-a157-3c1dc8428019", + "id": "51d10c91-e595-48d3-87c4-d95f03365499", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67394,7 +67394,7 @@ } }, { - "id": "1ce6f8a1-ef7f-46e0-9124-bd4f81780c35", + "id": "66eeab98-b8d2-4013-b9c4-2a3ab1b9ff16", "name": "Get Lifecycle State", "request": { "name": "Get Lifecycle State", @@ -67447,7 +67447,7 @@ }, "response": [ { - "id": "9c92379e-4ebf-46b6-aed5-2c4c27d12164", + "id": "344829bd-21b3-483d-b445-5b1a7ce7a46a", "name": "The requested LifecycleState was successfully retrieved.", "originalRequest": { "url": { @@ -67493,7 +67493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11f81e56-d20c-4cdf-b204-f15fdfd753e5", + "id": "8c3ab95e-e096-47b1-8cb0-667ec3fc415e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67539,7 +67539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba793b69-2f21-4eed-b352-d7f49e2af35a", + "id": "10b3163a-39b1-48a3-ad73-8c233a056444", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67585,7 +67585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a13a29a-ac34-4f18-9120-52750d7a27f7", + "id": "6b13c992-5826-433d-bef6-0ac3ccbce43b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67631,7 +67631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3816bb6d-39ed-4dba-a417-e8feea7a6104", + "id": "386bf318-c822-4f63-806f-3a9b19d144bb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -67677,7 +67677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c34a12d7-d54c-49af-bc42-e33bae33fd0a", + "id": "4e846dbe-d9c5-4763-8023-619fbe2c1447", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67723,7 +67723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11f9e114-b20f-4abe-a857-da9bd1c45a0c", + "id": "62910288-ad2a-4163-b25f-8a7b2ffa6e2d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67775,7 +67775,7 @@ } }, { - "id": "590702f9-2563-4237-9f41-42a52102e38d", + "id": "c544e8f8-5dc3-457d-81cb-687631b03233", "name": "Update Lifecycle State", "request": { "name": "Update Lifecycle State", @@ -67841,7 +67841,7 @@ }, "response": [ { - "id": "8799c9ea-1e3a-48d4-9b4b-3e251e1c8c5b", + "id": "3eda9821-31bb-4668-bfd8-0d7a136c8aac", "name": "The LifecycleState was successfully updated.", "originalRequest": { "url": { @@ -67900,7 +67900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35a16325-a1a8-4b0a-88cb-707a872b5d82", + "id": "27f604d4-c740-4a22-8d25-c14e264a8ae0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67959,7 +67959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7963e28c-a07c-4b60-98e5-63529b7b3556", + "id": "2e5fcd5e-81e1-4949-a434-6d71825acc69", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68018,7 +68018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69c3df9f-49d5-4987-8a58-7ee2e4f7c0a0", + "id": "4d713bcb-6910-4c9a-a3b3-d110478dbf99", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68077,7 +68077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4334af9c-ced7-4e70-940a-c751b51f978d", + "id": "dc560d4e-f577-4e39-973e-baa3857b414a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -68136,7 +68136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d64c7fc-3f72-4536-ad09-ddb569053b04", + "id": "8b4a5dc7-7935-4f27-8dbd-13c744be7419", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68195,7 +68195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9243b706-3925-4030-babe-b43feaebb173", + "id": "8793ecac-3b1e-4983-8894-508167125be8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68260,7 +68260,7 @@ } }, { - "id": "ec286a42-553e-407d-8658-16e13c2b32fd", + "id": "57bbd4ec-2431-44bb-bd83-20d619cde752", "name": "Delete Lifecycle State", "request": { "name": "Delete Lifecycle State", @@ -68313,7 +68313,7 @@ }, "response": [ { - "id": "e4706ee8-092b-42ff-8090-5e50d2eb4bda", + "id": "ec04ae39-8901-4929-af45-c728960ba36e", "name": "The request was successfully accepted into the system.", "originalRequest": { "url": { @@ -68354,12 +68354,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"LIFECYCLE_STATE\",\n \"id\": \"in\",\n \"name\": \"Contractor Lifecycle\"\n}", + "body": "{\n \"type\": \"LIFECYCLE_STATE\",\n \"id\": \"exercitation quis dolor\",\n \"name\": \"Contractor Lifecycle\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2b06da59-a7af-4ff8-b882-87017e1f6034", + "id": "a3e0b266-3acd-4f1c-9873-63bb28b693ad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68405,7 +68405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c51b869f-e2ea-4873-8c86-ab3358c6c83c", + "id": "3869d10b-7504-480c-ae64-98579533e87c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68451,7 +68451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec636411-eca5-4f01-aed0-7ad3a15aaaa6", + "id": "9d5888e1-d1ae-4de2-9815-37a0a485fe16", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68497,7 +68497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c81b386-8650-4bbd-a8e3-812a65373216", + "id": "2b846d4c-2126-442b-aaad-4fe5de347be3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -68543,7 +68543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39ef859c-5bbd-462d-a08e-f39d209675aa", + "id": "85046ef2-eac5-4dfe-b099-4865043de2b3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68589,7 +68589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee311f97-45df-40be-8328-687b6abfda5f", + "id": "fea93111-0e58-42ab-9331-0b8014b048e8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68647,7 +68647,7 @@ "description": "Read and create operations for client data and statuses", "item": [ { - "id": "486fde87-6491-44a3-bd13-fdf1cd18e446", + "id": "9913b2a6-97a2-4a8a-8574-9db97b094f49", "name": "Get Managed Clients", "request": { "name": "Get Managed Clients", @@ -68713,7 +68713,7 @@ }, "response": [ { - "id": "3ef729dd-607a-4ba3-adce-6c3ea2a1aec5", + "id": "a17aad1d-85ad-4056-bfb0-8469d48d44a9", "name": "Responds with a list of ManagedClient based on the query params provided", "originalRequest": { "url": { @@ -68788,12 +68788,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"clientId\": \"00be54a2-bb6d-402f-9159-beb2d5319347\",\n \"clusterId\": \"e1ff7bb24c934240bbf55e1aa39e41c5\",\n \"description\": \"A short description of the ManagedClient\",\n \"type\": \"VA\",\n \"id\": \"2c9180878eaf4204018eb019c3570003\",\n \"alertKey\": \"CLIENT_STATUS_NOT_CONFIGURED\",\n \"apiGatewayBaseUrl\": \"sunt\",\n \"cookbook\": \"labore dolor eiusmod deserunt eu\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"proident incididunt\",\n \"status\": \"NORMAL\",\n \"clusterType\": \"idn\",\n \"vaDownloadUrl\": \"aUrl\",\n \"vaVersion\": \"va-megapod-useast1-610-1621372012\",\n \"secret\": \"ef878e15eaa8c8d3e2fa52f41125e2a0eeadadc6a14f931a33ad3e1b62d56381\",\n \"createdAt\": \"2023-08-04T20:48:01.865Z\",\n \"updatedAt\": \"2023-08-04T20:48:01.865Z\",\n \"provisionStatus\": \"PROVISIONED\"\n },\n {\n \"clientId\": \"00be54a2-bb6d-402f-9159-beb2d5319347\",\n \"clusterId\": \"e1ff7bb24c934240bbf55e1aa39e41c5\",\n \"description\": \"A short description of the ManagedClient\",\n \"type\": \"VA\",\n \"id\": \"2c9180878eaf4204018eb019c3570003\",\n \"alertKey\": \"CLIENT_STATUS_NOT_CONFIGURED\",\n \"apiGatewayBaseUrl\": \"ipsum officia\",\n \"cookbook\": \"enim aliqua id mini\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"eu nulla id est\",\n \"status\": \"NORMAL\",\n \"clusterType\": \"idn\",\n \"vaDownloadUrl\": \"aUrl\",\n \"vaVersion\": \"va-megapod-useast1-610-1621372012\",\n \"secret\": \"ef878e15eaa8c8d3e2fa52f41125e2a0eeadadc6a14f931a33ad3e1b62d56381\",\n \"createdAt\": \"2023-08-04T20:48:01.865Z\",\n \"updatedAt\": \"2023-08-04T20:48:01.865Z\",\n \"provisionStatus\": \"PROVISIONED\"\n }\n]", + "body": "[\n {\n \"clientId\": \"00be54a2-bb6d-402f-9159-beb2d5319347\",\n \"clusterId\": \"e1ff7bb24c934240bbf55e1aa39e41c5\",\n \"description\": \"A short description of the ManagedClient\",\n \"type\": \"VA\",\n \"id\": \"2c9180878eaf4204018eb019c3570003\",\n \"alertKey\": \"CLIENT_STATUS_NOT_CONFIGURED\",\n \"apiGatewayBaseUrl\": \"adipisicing fugiat dolore\",\n \"cookbook\": \"commodo consequat irure\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"ipsum aliq\",\n \"status\": \"NORMAL\",\n \"clusterType\": \"idn\",\n \"vaDownloadUrl\": \"aUrl\",\n \"vaVersion\": \"va-megapod-useast1-610-1621372012\",\n \"secret\": \"ef878e15eaa8c8d3e2fa52f41125e2a0eeadadc6a14f931a33ad3e1b62d56381\",\n \"createdAt\": \"2023-08-04T20:48:01.865Z\",\n \"updatedAt\": \"2023-08-04T20:48:01.865Z\",\n \"provisionStatus\": \"PROVISIONED\"\n },\n {\n \"clientId\": \"00be54a2-bb6d-402f-9159-beb2d5319347\",\n \"clusterId\": \"e1ff7bb24c934240bbf55e1aa39e41c5\",\n \"description\": \"A short description of the ManagedClient\",\n \"type\": \"VA\",\n \"id\": \"2c9180878eaf4204018eb019c3570003\",\n \"alertKey\": \"CLIENT_STATUS_NOT_CONFIGURED\",\n \"apiGatewayBaseUrl\": \"aute esse qui proident\",\n \"cookbook\": \"qui cupidatat velit ut cillum\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"minim sed consequat\",\n \"status\": \"NORMAL\",\n \"clusterType\": \"idn\",\n \"vaDownloadUrl\": \"aUrl\",\n \"vaVersion\": \"va-megapod-useast1-610-1621372012\",\n \"secret\": \"ef878e15eaa8c8d3e2fa52f41125e2a0eeadadc6a14f931a33ad3e1b62d56381\",\n \"createdAt\": \"2023-08-04T20:48:01.865Z\",\n \"updatedAt\": \"2023-08-04T20:48:01.865Z\",\n \"provisionStatus\": \"PROVISIONED\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f21d4b79-672d-4b01-896f-9c3130a16523", + "id": "4f4752fe-9f32-41c5-b6bc-0cda3b9ee6c0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68873,7 +68873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb632742-b57b-484d-bd10-78518e8ac89c", + "id": "599f5c09-9a02-4e61-9bc3-38bd8bc2377f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68953,7 +68953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "414bc1f4-a13f-48c1-bc42-8b04f911a863", + "id": "19f7ae36-e417-4d0d-aab3-4176dc3d5fa4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69033,7 +69033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42786b7e-360a-4073-b0ee-7219b275873e", + "id": "5d55f703-0f9f-4829-ae07-3c8ef5f1778d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69113,7 +69113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1255179a-d2cd-46dd-942a-e2febb8439fc", + "id": "41682541-ac8c-4364-a23b-e10e801a9e22", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69199,7 +69199,7 @@ } }, { - "id": "f4d6a340-8f21-40d3-8c48-ca629fc39a25", + "id": "3ee2bde6-c01c-476d-abb2-5d323acdddba", "name": "Create a new Managed Client", "request": { "name": "Create a new Managed Client", @@ -69241,7 +69241,7 @@ }, "response": [ { - "id": "6fdf290e-959d-461b-96ef-a7727fc52cbb", + "id": "36df3c5c-5788-44ed-9d86-61927cb2389e", "name": "The created ManagedClient", "originalRequest": { "url": { @@ -69292,12 +69292,12 @@ "value": "application/json" } ], - "body": "{\n \"clientId\": \"00be54a2-bb6d-402f-9159-beb2d5319347\",\n \"clusterId\": \"e1ff7bb24c934240bbf55e1aa39e41c5\",\n \"description\": \"A short description of the ManagedClient\",\n \"type\": \"VA\",\n \"id\": \"2c9180878eaf4204018eb019c3570003\",\n \"alertKey\": \"CLIENT_STATUS_NOT_CONFIGURED\",\n \"apiGatewayBaseUrl\": \"sed ut ea\",\n \"cookbook\": \"fugiat qui\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"incididunt\",\n \"status\": \"NORMAL\",\n \"clusterType\": \"idn\",\n \"vaDownloadUrl\": \"aUrl\",\n \"vaVersion\": \"va-megapod-useast1-610-1621372012\",\n \"secret\": \"ef878e15eaa8c8d3e2fa52f41125e2a0eeadadc6a14f931a33ad3e1b62d56381\",\n \"createdAt\": \"2023-08-04T20:48:01.865Z\",\n \"updatedAt\": \"2023-08-04T20:48:01.865Z\",\n \"provisionStatus\": \"PROVISIONED\"\n}", + "body": "{\n \"clientId\": \"00be54a2-bb6d-402f-9159-beb2d5319347\",\n \"clusterId\": \"e1ff7bb24c934240bbf55e1aa39e41c5\",\n \"description\": \"A short description of the ManagedClient\",\n \"type\": \"VA\",\n \"id\": \"2c9180878eaf4204018eb019c3570003\",\n \"alertKey\": \"CLIENT_STATUS_NOT_CONFIGURED\",\n \"apiGatewayBaseUrl\": \"sit\",\n \"cookbook\": \"Lorem reprehenderit aliqua ipsum\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"esse in sint voluptate\",\n \"status\": \"NORMAL\",\n \"clusterType\": \"idn\",\n \"vaDownloadUrl\": \"aUrl\",\n \"vaVersion\": \"va-megapod-useast1-610-1621372012\",\n \"secret\": \"ef878e15eaa8c8d3e2fa52f41125e2a0eeadadc6a14f931a33ad3e1b62d56381\",\n \"createdAt\": \"2023-08-04T20:48:01.865Z\",\n \"updatedAt\": \"2023-08-04T20:48:01.865Z\",\n \"provisionStatus\": \"PROVISIONED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1aac898a-0b7c-4b27-af60-66ff5ec066f3", + "id": "dbf61534-077d-43e9-be3c-9b935332e897", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69353,7 +69353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae5b57e9-6dff-4b89-8f25-bfff0a418979", + "id": "738235fc-0f97-4ac1-8276-0015ac13774a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69409,7 +69409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bce37c35-4e6a-4147-bff8-a18c2cf8d019", + "id": "c79c4c5e-0dd2-4c26-b7b8-d7aef2446366", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69465,7 +69465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cec8fa2-cbbc-4fce-8559-e84300d24e83", + "id": "5551e0eb-632b-4f1c-9919-961dee7fa431", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69521,7 +69521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "388037d2-bab4-4421-a3ef-f54652e2e537", + "id": "5aec6245-b0f9-4384-8920-6aa5a675d593", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69583,7 +69583,7 @@ } }, { - "id": "00227cab-2d76-4c4b-a3ee-af37226017c0", + "id": "ce0cbccb-89d4-4f51-9bf1-d936392e3ba4", "name": "Get a Managed Client", "request": { "name": "Get a Managed Client", @@ -69624,7 +69624,7 @@ }, "response": [ { - "id": "5b6a6f78-1d21-42f4-9b6d-6c382a55f947", + "id": "b796f61b-6656-4a16-8f8a-514299ba551d", "name": "Responds with a Managed Client", "originalRequest": { "url": { @@ -69663,12 +69663,12 @@ "value": "application/json" } ], - "body": "{\n \"clientId\": \"00be54a2-bb6d-402f-9159-beb2d5319347\",\n \"clusterId\": \"e1ff7bb24c934240bbf55e1aa39e41c5\",\n \"description\": \"A short description of the ManagedClient\",\n \"type\": \"VA\",\n \"id\": \"2c9180878eaf4204018eb019c3570003\",\n \"alertKey\": \"CLIENT_STATUS_NOT_CONFIGURED\",\n \"apiGatewayBaseUrl\": \"sed ut ea\",\n \"cookbook\": \"fugiat qui\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"incididunt\",\n \"status\": \"NORMAL\",\n \"clusterType\": \"idn\",\n \"vaDownloadUrl\": \"aUrl\",\n \"vaVersion\": \"va-megapod-useast1-610-1621372012\",\n \"secret\": \"ef878e15eaa8c8d3e2fa52f41125e2a0eeadadc6a14f931a33ad3e1b62d56381\",\n \"createdAt\": \"2023-08-04T20:48:01.865Z\",\n \"updatedAt\": \"2023-08-04T20:48:01.865Z\",\n \"provisionStatus\": \"PROVISIONED\"\n}", + "body": "{\n \"clientId\": \"00be54a2-bb6d-402f-9159-beb2d5319347\",\n \"clusterId\": \"e1ff7bb24c934240bbf55e1aa39e41c5\",\n \"description\": \"A short description of the ManagedClient\",\n \"type\": \"VA\",\n \"id\": \"2c9180878eaf4204018eb019c3570003\",\n \"alertKey\": \"CLIENT_STATUS_NOT_CONFIGURED\",\n \"apiGatewayBaseUrl\": \"sit\",\n \"cookbook\": \"Lorem reprehenderit aliqua ipsum\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"esse in sint voluptate\",\n \"status\": \"NORMAL\",\n \"clusterType\": \"idn\",\n \"vaDownloadUrl\": \"aUrl\",\n \"vaVersion\": \"va-megapod-useast1-610-1621372012\",\n \"secret\": \"ef878e15eaa8c8d3e2fa52f41125e2a0eeadadc6a14f931a33ad3e1b62d56381\",\n \"createdAt\": \"2023-08-04T20:48:01.865Z\",\n \"updatedAt\": \"2023-08-04T20:48:01.865Z\",\n \"provisionStatus\": \"PROVISIONED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "77b5d3c4-f803-40db-aaea-354537f49fe2", + "id": "d7171986-ce8c-457f-b3e0-8dcc1a0773e5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69712,7 +69712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be583612-362d-49f1-9fbe-969e2b7731d2", + "id": "0e3900b6-c110-4461-9cfd-3d26e6ac0ecc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69756,7 +69756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42b5e351-a7bf-4fe5-9e6f-80268dcf74c2", + "id": "018ae9e8-b3df-4d29-8b0f-5210624474bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69800,7 +69800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e884fe18-24a6-40d4-be7e-679e0717d6a2", + "id": "8f8bc014-43bb-479e-9a8c-46021c5ff370", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -69844,7 +69844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7740425-b4e3-4bb4-b456-cb1f17cd5289", + "id": "34c6eaed-e2c3-436c-a245-eedd3c139797", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69888,7 +69888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98d61ff9-dfa1-42cb-b685-b4819e7d3a84", + "id": "0bd690ad-07a4-4393-ad92-7f1e83e5180a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69938,7 +69938,7 @@ } }, { - "id": "4e396a86-a7c9-4008-9d18-11b966355971", + "id": "8ac82d22-718b-4464-86ac-0e85c6b8675f", "name": "Update a Managed Client", "request": { "name": "Update a Managed Client", @@ -69992,7 +69992,7 @@ }, "response": [ { - "id": "9713e9d6-be2c-4511-a905-80c3affc28ef", + "id": "74760597-436c-4a85-b0fa-ad5911cf58be", "name": "The updated Managed Client", "originalRequest": { "url": { @@ -70044,12 +70044,12 @@ "value": "application/json" } ], - "body": "{\n \"clientId\": \"00be54a2-bb6d-402f-9159-beb2d5319347\",\n \"clusterId\": \"e1ff7bb24c934240bbf55e1aa39e41c5\",\n \"description\": \"A short description of the ManagedClient\",\n \"type\": \"VA\",\n \"id\": \"2c9180878eaf4204018eb019c3570003\",\n \"alertKey\": \"CLIENT_STATUS_NOT_CONFIGURED\",\n \"apiGatewayBaseUrl\": \"sed ut ea\",\n \"cookbook\": \"fugiat qui\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"incididunt\",\n \"status\": \"NORMAL\",\n \"clusterType\": \"idn\",\n \"vaDownloadUrl\": \"aUrl\",\n \"vaVersion\": \"va-megapod-useast1-610-1621372012\",\n \"secret\": \"ef878e15eaa8c8d3e2fa52f41125e2a0eeadadc6a14f931a33ad3e1b62d56381\",\n \"createdAt\": \"2023-08-04T20:48:01.865Z\",\n \"updatedAt\": \"2023-08-04T20:48:01.865Z\",\n \"provisionStatus\": \"PROVISIONED\"\n}", + "body": "{\n \"clientId\": \"00be54a2-bb6d-402f-9159-beb2d5319347\",\n \"clusterId\": \"e1ff7bb24c934240bbf55e1aa39e41c5\",\n \"description\": \"A short description of the ManagedClient\",\n \"type\": \"VA\",\n \"id\": \"2c9180878eaf4204018eb019c3570003\",\n \"alertKey\": \"CLIENT_STATUS_NOT_CONFIGURED\",\n \"apiGatewayBaseUrl\": \"sit\",\n \"cookbook\": \"Lorem reprehenderit aliqua ipsum\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"esse in sint voluptate\",\n \"status\": \"NORMAL\",\n \"clusterType\": \"idn\",\n \"vaDownloadUrl\": \"aUrl\",\n \"vaVersion\": \"va-megapod-useast1-610-1621372012\",\n \"secret\": \"ef878e15eaa8c8d3e2fa52f41125e2a0eeadadc6a14f931a33ad3e1b62d56381\",\n \"createdAt\": \"2023-08-04T20:48:01.865Z\",\n \"updatedAt\": \"2023-08-04T20:48:01.865Z\",\n \"provisionStatus\": \"PROVISIONED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5227f1af-e14f-4c1f-a76b-d831732a907e", + "id": "10783b02-ed34-4efc-82a7-0002d28eb5de", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70106,7 +70106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7404aec-34ba-453a-8ac7-3b64fc32044e", + "id": "4efb5b84-6541-42c4-8532-03380771d73b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70163,7 +70163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9887e4d0-e6a2-4b56-970b-f6941c1e6f05", + "id": "0d4fc781-4ac5-4d68-8a92-90671c3d0349", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70220,7 +70220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76ab6e1f-ffdb-4ee4-9b83-0575c6b9ffac", + "id": "9ad0c24d-ca62-402c-907b-6bb6d44f0719", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -70277,7 +70277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc22caff-7ea2-4260-b820-f94dd5d1c4ec", + "id": "fdd5af13-6642-435f-bf32-e41ff4931290", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70334,7 +70334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88396a47-a5d8-4879-927c-cc8005b263ad", + "id": "d4e0a363-26d8-41fe-b0cf-a98e5a25fa87", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70397,7 +70397,7 @@ } }, { - "id": "9d84b5b2-89d5-43e9-b79f-e35073de32e2", + "id": "30b0e563-7586-45fa-aeb4-78b7385d7add", "name": "Delete a Managed Client", "request": { "name": "Delete a Managed Client", @@ -70438,7 +70438,7 @@ }, "response": [ { - "id": "3fe5f8bf-4528-4785-92e6-601bd1beaada", + "id": "d1dda61e-11c7-4007-a7d9-8057d7f2c703", "name": "The Managed Client was successfully deleted.", "originalRequest": { "url": { @@ -70472,7 +70472,7 @@ "_postman_previewlanguage": "text" }, { - "id": "17eda273-f497-4447-bb3b-88491bb65c88", + "id": "242f5573-436b-4c9b-959a-44fcaa5c5942", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70516,7 +70516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2344edd-2ab4-4e7f-947e-5eacf6b52c8d", + "id": "ecb84601-7520-41e0-8594-7fd16828e143", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70560,7 +70560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06e20013-5b9b-4f77-9f51-98e6cd4d224e", + "id": "5e82bda7-aec5-4242-b768-9ab537e68ab6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70604,7 +70604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9659e786-60fa-4a0e-a317-0fdda9482ab7", + "id": "5239a7b2-9593-499e-9818-5836f679e96e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70648,7 +70648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d90b449d-dffb-4cfa-b5b1-3876c37d24e5", + "id": "c85a7b28-5575-49b7-a787-3b73cc52fbd7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70698,7 +70698,7 @@ } }, { - "id": "78bad4b5-a2d0-4fb0-a29e-efd656b4051e", + "id": "0d43e9dc-a976-4e5c-923f-a30eab12f279", "name": "Get Managed Client Status.", "request": { "name": "Get Managed Client Status.", @@ -70750,7 +70750,7 @@ }, "response": [ { - "id": "4d811e4f-51e0-4995-981e-e3f0199b6dc7", + "id": "6cf68cd6-ebe6-4234-8e74-4b4da28e4420", "name": "Responds with the Status of the Managed Client with the given ID and Type.", "originalRequest": { "url": { @@ -70805,7 +70805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7529c6ee-a381-4706-859f-0233284a928f", + "id": "fc2c06da-be49-4b53-bbe9-b75fbf91269a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70860,7 +70860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cae0e9f8-823b-4951-afa3-606190a87e57", + "id": "fb7bb339-3164-452a-9470-595a58a36cc4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70915,7 +70915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bc734bf-701d-4e35-b4a9-5d5f9e3e14fd", + "id": "81ffbd68-a56e-4220-82d0-6528c19b7b73", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70970,7 +70970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e5ea210-d32b-46b7-b4b5-6ec33f20575a", + "id": "f45896ad-5a3b-4e92-971a-196f257bcbce", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -71025,7 +71025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e99f4ff-387a-468d-9768-2e27c2d65cc6", + "id": "99d2d7a6-fcb2-483c-baf6-74f1ffdae244", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71080,7 +71080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "396b8448-10d1-4f2d-92cc-214f5549c07f", + "id": "9f088e1e-e986-4c94-8027-7568b172fceb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71147,7 +71147,7 @@ "description": "Read and create pperations for client Clusters, including Log Configuration", "item": [ { - "id": "107b93c6-f750-4bca-b6cc-f8b179c0c7e7", + "id": "54c430e8-8ad2-4898-b864-a69b5a9073bf", "name": "Retrieve all Managed Clusters.", "request": { "name": "Retrieve all Managed Clusters.", @@ -71213,7 +71213,7 @@ }, "response": [ { - "id": "082944f3-daaf-442d-8383-696b053c1847", + "id": "a7b51b0c-f425-4f44-94bd-e613a56ee51d", "name": "Responds with a list of ManagedCluster.", "originalRequest": { "url": { @@ -71293,7 +71293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfdfeb9f-e1d4-4078-aae3-936e7e38234c", + "id": "e52b4f9c-cf12-4487-9607-8dd399c7e5e7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71373,7 +71373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7148d211-09e0-4204-8124-8e26bd0738bb", + "id": "477d9a89-5503-42d1-aa3e-8f093389f637", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71453,7 +71453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8b9f215-5fb4-4043-924d-5dff6faf7094", + "id": "9854e560-f101-4397-9339-7ebbfa297e7b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71533,7 +71533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67e613e1-2330-434a-b665-bca0cc4ae680", + "id": "4235e57f-43e9-474b-b13e-f1b83ecfe99a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71613,7 +71613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33cdfe6a-d16e-4513-96af-456d49ba707c", + "id": "dd7082e3-857e-4b10-90d5-5bdaea9d324e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71699,7 +71699,7 @@ } }, { - "id": "6b3627d1-7214-48fd-9571-077322c3d757", + "id": "ac310130-0e1b-4b11-8e11-6c39dcd0a414", "name": "Create a new Managed Cluster", "request": { "name": "Create a new Managed Cluster", @@ -71741,7 +71741,7 @@ }, "response": [ { - "id": "d7345509-4082-4d11-8972-c7ee35098736", + "id": "6bddb4f0-adc7-424e-b483-b32a144beea8", "name": "The created ManagedClient", "originalRequest": { "url": { @@ -71797,7 +71797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1429af4e-b435-451a-8c22-2eb5c2e38f9a", + "id": "1b60b676-7925-43cb-ade3-792efe3ac527", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71853,7 +71853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ae82451-6569-475d-8180-676ab48b639c", + "id": "4800dffa-a841-4e73-96e2-a166ebde9cb1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71909,7 +71909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "264da318-40f7-4a9d-8dc7-b78ced69930c", + "id": "b48be3de-f251-4448-8872-b1c9cfb71c5b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71965,7 +71965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9eceac02-e801-4c17-aae8-fd2b2e70a9d0", + "id": "3b0c553f-b207-450a-a43e-9dccb3520d6b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72021,7 +72021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aba36c5d-b273-44af-a100-317c6a589159", + "id": "4afe9660-c496-496a-a879-8d91933f62d5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72083,7 +72083,7 @@ } }, { - "id": "c079ebc9-d0c3-4844-b059-ca20f4cbc31c", + "id": "d3f1e51c-4c01-4f4f-a1c9-d6bd67faf3a5", "name": "Get a specified Managed Cluster.", "request": { "name": "Get a specified Managed Cluster.", @@ -72124,7 +72124,7 @@ }, "response": [ { - "id": "45f6c685-2d56-4d02-87a6-f2fe5335876b", + "id": "564dfefc-c732-424e-8bb7-c94838b2185e", "name": "Responds with ManagedCluster having the given ID.", "originalRequest": { "url": { @@ -72168,7 +72168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00618a35-ac9e-4b56-be69-a50f934c33e4", + "id": "348cee9e-71ca-42d6-a3e6-fb2788da1fe8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72212,7 +72212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "044744d7-f4e0-4c37-b801-f103b527ea37", + "id": "714d964d-1a9e-409a-bb95-670f5ed2c674", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72256,7 +72256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc6fc43f-8ded-4f4f-9de7-f2ed735720c4", + "id": "eeaaff18-cc38-4f57-8d1b-49e73d9c260a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72300,7 +72300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78a4bb6a-e27c-4a87-8a89-ad73ec6d724a", + "id": "46503017-178e-4158-95d0-2e2ecce3c3e7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -72344,7 +72344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3aa9864c-a01b-43c3-aa82-7416a8816700", + "id": "d3f11524-2557-40c7-ac5e-5d0762e17157", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72388,7 +72388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bae4c3dc-fff9-4ee2-9f11-70fa2f70103f", + "id": "bb189424-58df-4144-98e0-a137bef3a950", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72438,7 +72438,7 @@ } }, { - "id": "e7fe6904-5088-45f5-a895-38dbfb29d12f", + "id": "34128426-b464-4c79-8cc4-353bf785f83e", "name": "Update a Managed Cluster", "request": { "name": "Update a Managed Cluster", @@ -72492,7 +72492,7 @@ }, "response": [ { - "id": "75ec1773-e824-4197-bbab-080260088695", + "id": "2b2277a3-c254-4b6c-ace7-f4d6131dbe9c", "name": "The updated Managed Cluster", "originalRequest": { "url": { @@ -72549,7 +72549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "907042eb-f1ac-47ea-a0c7-2148edc6bdbe", + "id": "8a270350-968e-44fe-bef9-24a66188b6d5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72606,7 +72606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6482cede-99d2-4068-86fd-71785484e039", + "id": "ac9b8b1d-d2e4-4cc3-87d2-7b900ab6c335", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72663,7 +72663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d930507-f285-4950-9885-1fdf65d8ac42", + "id": "ff3eecf4-3804-446a-8938-082bb77d97f5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72720,7 +72720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9b28f24-0554-4028-a7d5-8aca937ba652", + "id": "cb1748c8-e44a-4513-b5a9-251a4d4a9613", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -72777,7 +72777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e855cd6-5f3f-46c9-afb6-fb669ec22393", + "id": "7bafabb8-8b20-4d4c-9e4b-b3f9eb3b6a0d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72834,7 +72834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6feefa75-369d-49ed-a023-d4e14149bd70", + "id": "27c9dd9a-f30f-44a9-91e1-5dfada331b75", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72897,7 +72897,7 @@ } }, { - "id": "ebc8bd5f-67f1-406b-8fba-efff58d8e444", + "id": "a3a271d1-dedb-49e6-9886-c9d2b53ebf26", "name": "Delete a Managed Cluster", "request": { "name": "Delete a Managed Cluster", @@ -72948,7 +72948,7 @@ }, "response": [ { - "id": "75f95fe3-5968-4f26-b458-9e4b95c3b204", + "id": "e432be9c-ad91-4d17-9629-5da2a6e6d7a9", "name": "The Managed Cluster was successfully deleted.", "originalRequest": { "url": { @@ -72992,7 +72992,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3dc3e809-1303-4581-985d-bafeff5178d6", + "id": "5f0c0a79-5c71-4a13-a8ce-d4815960fc2c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73046,7 +73046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb23f052-bbf9-4763-898e-4e5ab77a305b", + "id": "174ff055-520c-4420-9d5e-02d361b7ced5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73100,7 +73100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9d085cc-ba0a-4def-b265-fd079575dc1a", + "id": "cb3ab9c8-6b9f-4f46-819a-cd3da883aee5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73154,7 +73154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63f7f45b-2af8-4d67-9bd7-04bf3e7ebd41", + "id": "41245f9f-9672-4f41-b63c-c3618d479204", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73208,7 +73208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bbc7b77-4b7c-434c-a8d1-d57e174b97b6", + "id": "4924a634-6ded-40d7-98f6-f3d1d9a3dccf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73268,7 +73268,7 @@ } }, { - "id": "67b3c796-dc8a-4e4e-97b4-9ea6df0761a9", + "id": "c02bd4d6-1c8b-4065-8f08-d5559bb6aa51", "name": "Get Managed Cluster's log configuration", "request": { "name": "Get Managed Cluster's log configuration", @@ -73310,7 +73310,7 @@ }, "response": [ { - "id": "9809ec01-3afb-40fc-8d62-ca10868e4462", + "id": "b1ac76e7-8b6c-41a0-bd4a-0be831aff980", "name": "Log configuration of ManagedCluster matching given cluster ID", "originalRequest": { "url": { @@ -73355,7 +73355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34a0914a-45a6-46fd-959c-80389f5e7316", + "id": "325e5df8-3149-4c0f-b82d-ddaf7cf43a51", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -73390,7 +73390,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ea7b3646-cf3b-4666-a1e8-7c3b2fa42532", + "id": "1b56422d-97ad-4a00-ae50-2379a651dc3a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73435,7 +73435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d94642de-5863-4611-8757-7bc8d09e5b3f", + "id": "307cd232-4082-48f1-aaff-0076bbfd97eb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73480,7 +73480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08dbda4a-23dc-408a-a050-1a04f7af51a0", + "id": "49c237c3-a8fd-439b-9862-fa734d2cf5a4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73525,7 +73525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e136a496-b7bb-4607-97f6-dc384d015333", + "id": "7b98445d-cd3f-428e-ab98-0f1e688f1f17", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -73570,7 +73570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22f81b99-b9ba-4015-8475-c1dccef9722f", + "id": "1d3a9702-8967-4b93-90e5-150fc9bd73cb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73615,7 +73615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0d51645-5e16-4f67-938a-668c70b3a7ef", + "id": "dbcea182-6921-4704-836e-3a724c8ee3e3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73666,7 +73666,7 @@ } }, { - "id": "67939603-8ed0-45d8-8442-714b20eb4462", + "id": "6afa635a-a645-428a-aef4-d1a7634ca189", "name": "Update Managed Cluster's log configuration", "request": { "name": "Update Managed Cluster's log configuration", @@ -73721,7 +73721,7 @@ }, "response": [ { - "id": "01fadd29-d958-4c9a-8b9a-ec412b3c1107", + "id": "9b954c07-c909-4818-a2fe-091a8c43e5da", "name": "Duration Minutes", "originalRequest": { "url": { @@ -73779,7 +73779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72acc9e1-ceb5-43a8-9def-95e26422aa5e", + "id": "03328b6a-e5d3-4135-9203-06c5f2313715", "name": "Expiration", "originalRequest": { "url": { @@ -73837,7 +73837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3df1bbbb-9ebb-48de-b024-aa8356ed231c", + "id": "fce8ead3-cd8a-4211-8a4d-ae560a2a8c1d", "name": "Duration Minutes", "originalRequest": { "url": { @@ -73895,7 +73895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72a54f46-67d1-42bd-af12-8630e806aae3", + "id": "fcd1f00d-f72e-4a64-b6da-87a207fe47e2", "name": "Expiration", "originalRequest": { "url": { @@ -73953,7 +73953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa754784-72bf-4ff4-b815-0d02209d9029", + "id": "e15fbc2a-7544-439d-bda0-7036245bd0ce", "name": "Duration Minutes", "originalRequest": { "url": { @@ -74011,7 +74011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21037860-8b08-445d-b4ea-8da3f683ed40", + "id": "da4bdbed-f0cd-4ced-b016-920245eeee46", "name": "Expiration", "originalRequest": { "url": { @@ -74069,7 +74069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbf61e93-b602-4246-8529-99af2859c161", + "id": "3e1cf49f-a634-4798-9a3d-5988185f3459", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -74127,7 +74127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d3655b2-e15b-4ee6-baf4-4319469b5141", + "id": "4d607337-ed6e-465b-819f-8766b4b82312", "name": "Expiration", "originalRequest": { "url": { @@ -74185,7 +74185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da1f40df-352a-4148-bb83-9291bc8746c2", + "id": "678839f8-a71f-4404-8ffa-468c1c8ced36", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -74243,7 +74243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "446a6928-22d5-4e9b-a2d8-08e3cf56a532", + "id": "761f512c-a775-4d14-8ee5-3797b0073e61", "name": "Expiration", "originalRequest": { "url": { @@ -74301,7 +74301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52c03272-c845-4fc4-a79c-e2559424e781", + "id": "f43ff637-38cf-4197-8a78-b91511afd847", "name": "Duration Minutes", "originalRequest": { "url": { @@ -74359,7 +74359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a442138d-12d4-4836-9630-49d74b3cb2b9", + "id": "9e1cd18e-3719-4d5c-aac1-15edd7024b3d", "name": "Expiration", "originalRequest": { "url": { @@ -74417,7 +74417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d54c7af-7133-45eb-b850-16daf19f0951", + "id": "56c58d22-57af-498a-aba2-a38cc5bd5a5e", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -74475,7 +74475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "175f51f2-f514-4b37-8955-643c6c492198", + "id": "20f44386-ac42-4954-bb09-719f9c468e56", "name": "Expiration", "originalRequest": { "url": { @@ -74545,7 +74545,7 @@ "description": "Configure and test multifactor authentication (MFA) methods", "item": [ { - "id": "876f6610-99a2-4743-8319-031e6bbe666f", + "id": "03978d06-7d9f-4e59-adaf-997685ad2b11", "name": "Configuration of Okta MFA method", "request": { "name": "Configuration of Okta MFA method", @@ -74576,7 +74576,7 @@ }, "response": [ { - "id": "2affcc1f-5b9b-4b5a-ae5b-9235505d56e7", + "id": "42059e8f-4d99-4518-829b-e42051924ecb", "name": "The configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -74621,7 +74621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f573013-1e4e-455b-b045-51a201897465", + "id": "21038771-10c2-4840-8db2-615baaf66da5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74666,7 +74666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfe11c79-f3b7-4b70-83d3-a214068beb7b", + "id": "9593d788-4818-4de4-99ff-ded987e08a9b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74711,7 +74711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cf2032f-41b8-4205-b705-2f06ea31a359", + "id": "d2ab69c6-bf66-4bf0-a8f4-7b281c83c6d4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74756,7 +74756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36197434-0abd-489d-8c5f-29b635e13342", + "id": "aaeb6f29-33c8-4134-8580-2114ea2cff8f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -74801,7 +74801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbfe0637-b0bd-4873-900e-4522064bd237", + "id": "1b3f5fa3-4713-4737-84b0-c29d91bf6ef9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74852,7 +74852,7 @@ } }, { - "id": "159af4d6-ad5b-4a56-a963-3aff1852fd71", + "id": "3d1422ed-62d6-4cce-b083-98d8b483057c", "name": "Set Okta MFA configuration", "request": { "name": "Set Okta MFA configuration", @@ -74896,7 +74896,7 @@ }, "response": [ { - "id": "dfb0b5a1-baa0-4549-9402-9ad48ecae2d5", + "id": "88018842-ff22-4478-9bf5-d884acd37430", "name": "MFA configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -74954,7 +74954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9964103-85d0-4580-ae47-fe55bca4de56", + "id": "a36c9234-9718-4dcd-8781-fabf1c124eb7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75012,7 +75012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1128b2ec-053c-425a-b9b2-61b1f766810f", + "id": "c8851124-7eaa-48a6-9917-13f632780ae0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75070,7 +75070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0bf97e4-8aae-47ce-a10d-23869482f0ab", + "id": "3c811c9f-bee6-4afb-927f-8a60c678f85e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75128,7 +75128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6d0ae5c-607e-4cb7-99bb-deca307d4c9e", + "id": "ab8c8455-96b8-426b-b69b-082a8ca6e604", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75186,7 +75186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd55510d-2ed8-4643-83d6-6ef83e519758", + "id": "408a5134-8130-40c4-b407-49adf0222fd5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75250,7 +75250,7 @@ } }, { - "id": "f62bba9c-7e9e-4566-9a5f-aa785628d962", + "id": "fcf568ff-14c8-41cb-9949-1c8a96242f25", "name": "Configuration of Duo MFA method", "request": { "name": "Configuration of Duo MFA method", @@ -75281,7 +75281,7 @@ }, "response": [ { - "id": "8abd56a8-bb60-49ff-85df-acb7ed918c77", + "id": "28a5b7c0-5db2-4a79-a51d-cedd3c1c6957", "name": "The configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -75326,7 +75326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "848fb276-ea79-4445-8e48-58774721e188", + "id": "333ca7ee-1ceb-40ba-944b-2ac116390170", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75371,7 +75371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c79d05c-c76a-42b4-828c-0c6745844fd5", + "id": "21137e35-e4a7-4ac8-a07a-29a5db9e9d4e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75416,7 +75416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b4e31f7-24a1-4164-9e5c-fb0efc41b513", + "id": "32418b87-3b3a-4baf-ac16-9bc6678039b9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75461,7 +75461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06ccda3d-d1bd-4463-a156-c0d80f73fd7a", + "id": "877a680e-4a41-469e-9853-ae8a19a64a15", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75506,7 +75506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f70ad5d9-138e-4f65-8d93-b9ba19780452", + "id": "8c567793-506c-42cf-b53d-24d36ca94a7d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75557,7 +75557,7 @@ } }, { - "id": "13105073-94e9-4c29-ab43-4fd003c2fe45", + "id": "cf769cf2-a193-4481-abc6-38b2c23e9e71", "name": "Set Duo MFA configuration", "request": { "name": "Set Duo MFA configuration", @@ -75601,7 +75601,7 @@ }, "response": [ { - "id": "4b3a607b-3b3a-49d9-bb29-ffd82d31465f", + "id": "a1fa9e82-4cef-46d8-968f-a9d14b089a03", "name": "MFA configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -75659,7 +75659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d48b9cb-2672-48fd-be0f-03666aca0df1", + "id": "8e8aa9ed-0860-4db9-b576-e60f422c9ba0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75717,7 +75717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a369f54-496a-499a-93a2-c1a4adc5b598", + "id": "020de4f1-ad69-4104-9ad4-18c8769cc5f8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75775,7 +75775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39108ee5-dfc8-4fbe-a852-792b3171a8fe", + "id": "3f2eef33-78fe-45f3-a120-592dff3c9cb8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75833,7 +75833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b45c55de-8e31-44fb-8f80-0d8db1a03876", + "id": "7200642f-a51b-4629-84b5-6bd89ecfbaeb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75891,7 +75891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a219ff4-03cc-43cf-b6b2-46fd939d4281", + "id": "38d6bed0-9f0b-4994-8244-b232c2f212d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75955,7 +75955,7 @@ } }, { - "id": "10632227-f713-48b1-8305-b867342524a9", + "id": "ebadb656-43c8-4853-b62c-20185163c45f", "name": "Configuration of KBA MFA method", "request": { "name": "Configuration of KBA MFA method", @@ -75996,7 +75996,7 @@ }, "response": [ { - "id": "4f4fa128-bbe3-4f38-8604-d4d4eba32ec8", + "id": "4be39d83-e21f-44e0-afa4-4667eb8f5a56", "name": "The configuration for KBA MFA method.", "originalRequest": { "url": { @@ -76051,7 +76051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32b7420d-7958-4835-a151-9f54cf7014ae", + "id": "8232eb9f-0eed-449e-8257-3afa7be7fbbf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76106,7 +76106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e190ccbe-c39a-4455-bf85-4b2a1e2f3db2", + "id": "9a8b5e55-c5c5-432a-80b3-7651eb580946", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76161,7 +76161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bf9576a-a213-48fd-9420-e01d2fca2dd6", + "id": "d2ed3ced-eccb-44a7-84b9-fae48c019dba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76216,7 +76216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09784005-e2d4-4dd7-834a-883ad5aaff3b", + "id": "05fa43e3-0d15-4460-a254-dde6cd95816b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76271,7 +76271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "566fce87-70c2-472d-a8fa-a9936b13e2a3", + "id": "9660b479-f319-4025-9f87-fd00a38146b6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76332,7 +76332,7 @@ } }, { - "id": "6f20c942-d45e-4855-8201-679ce09df98b", + "id": "a99f00f7-85f0-48a9-a956-28da6edcd2a6", "name": "Set MFA KBA configuration", "request": { "name": "Set MFA KBA configuration", @@ -76377,7 +76377,7 @@ }, "response": [ { - "id": "2a12b6cc-f040-492a-af91-5922611de789", + "id": "3e1b7700-2924-41bf-a074-663d9e962458", "name": "The new KBA configuration for the user.", "originalRequest": { "url": { @@ -76436,7 +76436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87ca3f9d-cd6e-4ccd-838a-678cd14f017b", + "id": "423937f3-3cb9-4d32-a58a-52b6ee172e19", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76495,7 +76495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27bd006a-648a-497a-9df8-5c37c77711e0", + "id": "ed1db186-13d4-4b3d-bd31-f377e7295843", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76554,7 +76554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15f64587-5897-4f20-9025-e346566a4031", + "id": "7d6a8c29-e6d2-4028-ba09-09839e490fbd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76613,7 +76613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b583ff4a-01e1-42b8-8238-f345f4fb0ea9", + "id": "881011bf-0ae1-4e82-b5ab-20be6c0014fc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76672,7 +76672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1c3a144-c41c-48c5-8daf-7ad14c48d17b", + "id": "61ae26d8-370e-471a-985d-20db86926c88", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76737,7 +76737,7 @@ } }, { - "id": "49d96da9-a049-40ba-ba12-cdece503e97c", + "id": "ea44ed52-0925-43bb-ab83-75755a654edb", "name": "MFA method's test configuration", "request": { "name": "MFA method's test configuration", @@ -76779,7 +76779,7 @@ }, "response": [ { - "id": "4e4bce83-e45f-49e1-b17a-61a958700b7c", + "id": "55b40d9f-3c41-46d2-b7da-bc0875ad7320", "name": "The result of configuration test for the MFA provider.", "originalRequest": { "url": { @@ -76824,7 +76824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16a721e3-c789-4170-88c7-07e3f548f030", + "id": "550c87aa-afd7-4bd2-947c-ca341d2d2215", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76869,7 +76869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87a76b7b-4f2c-4afc-b74b-9866d44eaf5f", + "id": "cd4aeca1-0dfd-48de-bdc0-9fd547358438", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76914,7 +76914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30b44c68-81a8-4aa7-8245-4e9c4cfd8367", + "id": "5d31122c-5038-4528-ac65-8e139ccb7d7d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76959,7 +76959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c2e464f-efff-40ab-9eb2-694d16605213", + "id": "35eb854e-0192-4446-a82b-03bad21db3ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77004,7 +77004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "153b2f37-8610-4361-886c-694d2aead817", + "id": "66b9aadf-7f8c-4fef-a268-21567cdc6869", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77055,7 +77055,7 @@ } }, { - "id": "cea2b5a2-b8f4-4d1c-bc61-0009dc3329b7", + "id": "de842f3d-9255-48fa-9255-e32796f659ac", "name": "Delete MFA method configuration", "request": { "name": "Delete MFA method configuration", @@ -77097,7 +77097,7 @@ }, "response": [ { - "id": "c9e1abd6-1397-4cf9-a105-24fe22408779", + "id": "6c1e31d4-1257-495d-80ff-4dfbe0f893b9", "name": "MFA configuration of an MFA method.", "originalRequest": { "url": { @@ -77142,7 +77142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e29cc4ad-6428-4aae-b3d2-5a53d2374351", + "id": "5867cd10-daef-4567-8b82-bca021851842", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77187,7 +77187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9ca1033-c93b-437f-b672-5afaadd1bd20", + "id": "a29a9ee6-ac31-4ecf-a0da-2b72cfe49be1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77232,7 +77232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8947261c-2d27-4f44-9aba-68b5ddf26e66", + "id": "7d885955-5f1e-40a8-a107-47b82aec7d81", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77277,7 +77277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f25a59f-ee9b-46ec-a4af-c892580cbb6d", + "id": "464db9f6-f1ea-47f8-b3c1-88810b5a9b9f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77322,7 +77322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "961a28ac-a218-4876-ac24-829a1d1b9192", + "id": "4d690ffb-e6b6-49c4-a14b-d55c02ffef78", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77379,7 +77379,7 @@ "description": "This API used for multifactor authentication functionality belong to gov-multi-auth service. This controller allow you to verify authentication by specified method", "item": [ { - "id": "60e6aa48-796e-40e6-b585-f13e281045b9", + "id": "e8bac026-e6ae-4efc-a608-2c30b348bfe8", "name": "Verifying authentication via Okta method", "request": { "name": "Verifying authentication via Okta method", @@ -77423,7 +77423,7 @@ }, "response": [ { - "id": "c72848b8-54a6-4680-a170-d0a677e103a4", + "id": "fedc65ab-099d-4392-bf18-bc33bb3bdc36", "name": "The status of verification request.", "originalRequest": { "url": { @@ -77481,7 +77481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e120bedc-42bb-4043-81f6-4aa74d9a166a", + "id": "b11ae999-b3f2-4525-8d80-266fb1584a24", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77539,7 +77539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9fae396-176b-416a-8728-0b14ceb079c8", + "id": "05f5ba1b-02d5-4a6a-a28d-f68ca7a241ac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77597,7 +77597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e308a9f-2630-4cb1-88ea-690baf6db5d2", + "id": "cf5c4a26-08f8-4abf-93d8-81a57ec695b8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77655,7 +77655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "449ac654-df47-4d70-ab18-a62cc0975383", + "id": "799ff5c6-9fba-4fbc-88d4-c9b367ab8240", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77713,7 +77713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50434ad5-175f-4df0-ac09-82a5811cbacd", + "id": "3f711490-3f0c-4d5a-b28a-5f45258a479d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77777,7 +77777,7 @@ } }, { - "id": "ec17df71-01ca-480e-a5f6-7e8971df64fb", + "id": "02cd6cab-8f2e-497c-b776-8ae9abe05e0d", "name": "Verifying authentication via Duo method", "request": { "name": "Verifying authentication via Duo method", @@ -77821,7 +77821,7 @@ }, "response": [ { - "id": "9fcdfe29-d57f-43ef-9620-7e497c620a76", + "id": "d47b8f79-97de-4c1d-8590-df8aed208083", "name": "The status of verification request.", "originalRequest": { "url": { @@ -77879,7 +77879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f64a455-645f-48fb-b3da-5a790ff43583", + "id": "72126bea-5a30-4b49-af04-76e7c883b588", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77937,7 +77937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5099800-8a0c-42e1-bb69-055a13335cfc", + "id": "3177c6aa-3331-483b-960e-1005e921e77e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77995,7 +77995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bbd361f-b711-45b2-833c-de2d8e9c2941", + "id": "95a8611f-9a24-4c74-9e38-2ba8ed68a7b9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78053,7 +78053,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84c2138e-4edd-40fe-b886-abf677850f81", + "id": "6082a277-9bcb-4b20-968b-babdca48236e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78111,7 +78111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a7ce86c-6f7e-449a-9ebf-b748ccbd996e", + "id": "5b859b08-e40a-4140-bdf0-dce0c25ad8c5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78175,7 +78175,7 @@ } }, { - "id": "2388b99c-92af-4829-872b-f732c1a2c4b5", + "id": "7dae5138-1c90-4a9c-9747-fcbaee900afc", "name": "Polling MFA method by VerificationPollRequest", "request": { "name": "Polling MFA method by VerificationPollRequest", @@ -78230,7 +78230,7 @@ }, "response": [ { - "id": "91e94fe4-3266-4fe3-ad0f-d1cb7d1e6ab3", + "id": "d91c4494-1bf5-444f-b8ea-ed3f622a06c8", "name": "MFA VerificationPollRequest status an MFA method.", "originalRequest": { "url": { @@ -78288,7 +78288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a617d17e-dd46-487e-9f3a-8ad73789a3fa", + "id": "11b95b08-1093-4ae8-9410-dfdf185d2751", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78346,7 +78346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e13e7e1-d466-474d-91fa-6835fdb729b5", + "id": "5785e331-7608-410a-8aef-abec69d157fd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78404,7 +78404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bae21d4-bab3-4116-a10d-6bef3e63d536", + "id": "38df94da-d0c6-46ee-a7bb-388dbefafa46", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78462,7 +78462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1f2055b-e63f-4a9c-8eae-647abe9bce95", + "id": "9541ffb9-b0a9-4c39-a2d0-2331b72d547a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78520,7 +78520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e7891da-481d-44f0-81c9-359686da0c77", + "id": "c264b4f9-ecd0-479e-9ac2-53c30a63c63a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78584,7 +78584,7 @@ } }, { - "id": "b2d6bffc-a998-4fb7-92c5-a42629719795", + "id": "65f1acc5-1d9a-4f77-b34d-eddf80248ef7", "name": "Authenticate KBA provided MFA method", "request": { "name": "Authenticate KBA provided MFA method", @@ -78628,7 +78628,7 @@ }, "response": [ { - "id": "b8f23ea2-7180-4f10-afe5-1fbb0182ae92", + "id": "def1a638-2ad9-4d88-81bf-29d49cd5e292", "name": "KBA authenticated status.", "originalRequest": { "url": { @@ -78686,7 +78686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50e8ca3e-d978-422d-ad52-cba6bbe9ba1f", + "id": "cd331c84-e897-4362-a401-c94ceb020899", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78744,7 +78744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56433695-47d8-47fb-8120-c5ae60e9cbaa", + "id": "65206b31-1e65-4b71-ae55-fc0da70de441", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78802,7 +78802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "798ab884-9899-4bb8-b903-18a65818c05f", + "id": "6f4dbec3-baf5-4a04-8e64-a701dfedf254", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78860,7 +78860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "296759a8-3702-418b-b593-a4e4c2341710", + "id": "e59b7888-b681-41f1-a6f0-d03b089e9209", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78918,7 +78918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33431fe4-f400-44ea-81d8-310f35c7b293", + "id": "6f5f0502-412d-4a7f-a417-ef4f3b1ef48e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78982,7 +78982,7 @@ } }, { - "id": "810ec1f7-3fcc-4766-9ac8-4bbb42d434c4", + "id": "1e5d3dc4-821a-4442-9f43-58d50969bfc3", "name": "Authenticate Token provided MFA method", "request": { "name": "Authenticate Token provided MFA method", @@ -79026,7 +79026,7 @@ }, "response": [ { - "id": "16b060f7-09f1-482a-8055-6e835ca57e8e", + "id": "477bfc64-8008-480d-92cc-b3b34b527e18", "name": "Token authenticated status.", "originalRequest": { "url": { @@ -79084,7 +79084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c102d9d8-b520-4a09-aec5-53697dca5ba1", + "id": "901599a6-a8a9-4203-ae61-0ea3d108a7fd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79142,7 +79142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae2809b2-322f-4ee6-b117-7e6fe7f84cc6", + "id": "41c9922d-8e91-47b6-b0c0-4cbc3b300b8a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79200,7 +79200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "818fd6dc-880f-4f68-a94c-ab595ccafcc7", + "id": "2c708d4f-ac28-42ea-994f-809e01f83b6d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79258,7 +79258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c78f727d-adaf-4ae9-90ab-7e652c3f6db3", + "id": "21a2569e-087f-4396-82cd-aea7147c7028", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79316,7 +79316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5b80f7f-81b8-4460-aad8-46c77285beb8", + "id": "c72ea75d-a218-453a-9718-8db86dc4b50b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79380,7 +79380,7 @@ } }, { - "id": "1dd093e3-1702-4e2d-9a6f-93dd7bd3805d", + "id": "0490737c-457e-42bf-9d68-3656c16245a4", "name": "Create and send user token", "request": { "name": "Create and send user token", @@ -79424,7 +79424,7 @@ }, "response": [ { - "id": "e44e0156-b6cf-4ad9-ac1a-d30b4597a7fd", + "id": "dac3a800-9e06-4640-ab6b-4e9d3f394a47", "name": "Token send status.", "originalRequest": { "url": { @@ -79482,7 +79482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e644462e-2104-44dd-be48-002374e4422f", + "id": "bd5c5498-cbdc-40c0-94bd-6c4d04c7cd7d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79540,7 +79540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51094686-3293-4717-bde5-b822d42e7fa4", + "id": "06274598-b756-497a-ad84-6dfebb32b1cd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79598,7 +79598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7a5a38b-d780-4370-ac02-a4d77591fb06", + "id": "ccbf76f8-babc-4a24-8ee6-07b071b3c359", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79656,7 +79656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1d18d84-0621-45a2-a875-b40bec08b6ff", + "id": "d4c1a600-efbc-400b-91da-ff2ca8385606", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79714,7 +79714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f14a96d-b855-43ed-986f-ed2870e38078", + "id": "192315d1-156e-4935-b9bc-ced2c048f37f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79784,7 +79784,7 @@ "description": "Use this API to implement non-employee lifecycle management functionality. \nWith this functionality in place, administrators can create non-employee records and configure them for use in their organizations. \nThis allows organizations to provide secure access to non-employees and control that access. \n\nThe 'non-employee' term refers to any consultant, contractor, intern, or other user in an organization who is not a full-time permanent employee. \nOrganizations can track non-employees' access and activity in Identity Security Cloud by creating and maintaining non-employee sources. \nOrganizations can have a maximum of 50 non-employee sources. \n\nBy using SailPoint's Non-Employee Lifecycle Management functionality, you agree to the following:\n\n- SailPoint is not responsible for storing sensitive data. \nYou may only add account attributes to non-employee identities that are necessary for business operations and are consistent with your contractual limitations on data that may be sent or stored in Identity Security Cloud.\n\n- You are responsible for regularly downloading your list of non-employee accounts for all the sources you create and storing this list of accounts in a managed location to maintain an authoritative system of record and backup data for these accounts.\n\nTo manage non-employees in Identity Security Cloud, administrators must create a non-employee source and add accounts to the source. \n\nTo create a non-employee source in Identity Security Cloud, administrators must use the Admin panel to go to Connections > Sources.\nThey must then specify 'Non-Employee' in the 'Source Type' field. \nRefer to [Creating a Non-Employee Source](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html#creating-a-non-employee-source) for more details about how to create non-employee sources.\n\nTo add accounts to a non-employee source in Identity Security Cloud, administrators can select the non-employee source and add the accounts. \nThey can also use the 'Manage Non-Employees' widget on their user dashboards to reach the list of sources and then select the non-employee source they want to add the accounts to. \n\nAdministrators can either add accounts individually or in bulk. Each non-employee source can have a maximum of 20,000 accounts. \nTo add accounts in bulk, they must select the 'Bulk Upload' option and upload a CSV file. \nRefer to [Adding Accounts](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html#adding-accounts) for more details about how to add accounts to non-employee sources.\n\nOnce administrators have created the non-employee source and added accounts to it, they can create identity profiles to generate identities for the non-employee accounts and manage the non-employee identities the same way they would any other identities. \n\nRefer to [Managing Non-Employee Sources and Accounts](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html) for more information about non-employee lifecycle management.\n", "item": [ { - "id": "7a8e5608-31bd-4cba-8fcf-37e57f263538", + "id": "345a4403-b9cb-4e34-806a-2163cda9c644", "name": "Create Non-Employee Record", "request": { "name": "Create Non-Employee Record", @@ -79826,7 +79826,7 @@ }, "response": [ { - "id": "72bc8a88-e540-49f6-859c-97ceea747383", + "id": "0665ae0f-a93d-4732-a648-926cb7dcd014", "name": "Created non-employee record.", "originalRequest": { "url": { @@ -79882,7 +79882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "add01ed6-65fd-41ef-98f2-587e21b26144", + "id": "c86374ab-c448-4a3c-98f0-85a6722d611d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79938,7 +79938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7db6eb4e-5e28-4d57-acf3-71ad545b7c48", + "id": "7efe6eb7-30dc-4a33-a5cd-4429c18619c6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79994,7 +79994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3834a6f5-3363-48d1-962f-b9a6382900ba", + "id": "5e880241-1fd4-496e-9f53-1d870231510c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80050,7 +80050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b3ededb-8f65-4770-9685-c5583b4d36d2", + "id": "2ed2ff5c-29a5-4545-9de3-dc5707b7d3e7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80106,7 +80106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d0b031f-2482-430e-9583-f0c433f640e0", + "id": "1a0da6ba-61ae-4ce9-8cd2-bdc7500cbae6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80168,7 +80168,7 @@ } }, { - "id": "6ff801e6-eb9f-4aea-a9e8-38ab4f663127", + "id": "ed8c00cb-4c39-441e-bb64-d5eb1e399ca2", "name": "List Non-Employee Records", "request": { "name": "List Non-Employee Records", @@ -80243,7 +80243,7 @@ }, "response": [ { - "id": "07f9835c-49be-4f37-af8d-4d86b01efd88", + "id": "5960de93-5d87-40d2-a741-b98b5210f257", "name": "Non-Employee record objects", "originalRequest": { "url": { @@ -80332,7 +80332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2500682-c4c5-4b4a-a3f7-f3019c043731", + "id": "3a4dee65-e8d3-4c80-b260-f6ab9703881e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80421,7 +80421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52eef62f-e1fc-41a9-a4ba-ca4a7e139f48", + "id": "02c0de24-cee2-4559-9594-f8bf00e6a1d9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80510,7 +80510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d67964c-20d2-455f-a251-a1205021d8dc", + "id": "c276d4da-9a1a-4d4e-b048-7d0c763b8c73", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80599,7 +80599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f417b71-93c9-4b6b-ae98-70d3ae7598ba", + "id": "4f9ce43d-3fcc-41c1-910d-73205d74ff37", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80688,7 +80688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3ec410a-0d5e-43a9-afb8-16c0c62eb4e9", + "id": "4db5c906-a25d-469d-963e-6406dc4d65c9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80783,7 +80783,7 @@ } }, { - "id": "649e5838-0435-4f05-b929-0ff4cf95b77d", + "id": "dca84b5a-a0d3-498e-af08-a0cde3a0fa38", "name": "Get a Non-Employee Record", "request": { "name": "Get a Non-Employee Record", @@ -80824,7 +80824,7 @@ }, "response": [ { - "id": "cd0c39ec-9e4e-4fba-983b-5b5a304c9c75", + "id": "62ee6e40-87f2-47bb-972e-fbca722b72d8", "name": "Non-Employee record object", "originalRequest": { "url": { @@ -80868,7 +80868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8c70504-ffd9-4306-a9e7-deadad480acd", + "id": "b3b80a8c-4169-4afb-8d92-dc467a01d84d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80912,7 +80912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75ef5ad8-e5f9-4914-8482-585034497615", + "id": "40a474ab-abac-4299-ba71-5343164be118", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80956,7 +80956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c89a8725-83a9-4ff7-9e88-46482ddcb476", + "id": "3e767486-9084-4a8b-8e0c-62d8d25a6c80", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81000,7 +81000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84ac8a07-09cb-4a4e-875e-1671003666a3", + "id": "6f4b9a28-4b3f-40c9-93cb-e2ad7d159288", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81044,7 +81044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ee420a6-9843-4e14-aa4b-abca0ba0d9a3", + "id": "ace040bb-5027-437f-8ac1-8c49d3c1ad66", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81094,7 +81094,7 @@ } }, { - "id": "703fa426-0df0-45aa-bd3c-85c0936b2f8e", + "id": "037d388e-720c-4728-ade7-d9c89939ec9b", "name": "Update Non-Employee Record", "request": { "name": "Update Non-Employee Record", @@ -81148,7 +81148,7 @@ }, "response": [ { - "id": "92408b7e-1821-4079-b73f-d7633e8785a7", + "id": "4246b242-b98c-4a4f-8a16-9276f0ee1f78", "name": "An updated non-employee record.", "originalRequest": { "url": { @@ -81205,7 +81205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "228ad72b-f0e9-4784-81bc-e41eef9028e6", + "id": "d3e6c812-59f6-4e19-938d-600258aa3756", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81262,7 +81262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e34c7de6-5701-4e47-8f2c-e2af2f9191b0", + "id": "d9b09f70-5128-4026-9287-18b18d29d8a7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81319,7 +81319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7af0706-c7ec-4ca7-b83d-559eff817562", + "id": "4e3117a3-862a-4ae7-aed5-62fd2c275f3b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81376,7 +81376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b797c6c8-c8a5-418d-a8bc-3239feb3fc11", + "id": "ee17d43d-111a-42f5-85f9-0fcaae64b021", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -81433,7 +81433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3eaae571-adb7-4e46-a4e6-591b43fb4bdc", + "id": "9400e306-e6ec-4772-aa0b-47dc4f0d45f6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81490,7 +81490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71f50ffd-4638-4da1-aa5c-cb1443e53cc7", + "id": "9a14ff8d-e021-4ac1-b850-ca86a96ac20b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81553,7 +81553,7 @@ } }, { - "id": "69eedd35-97e1-4fcc-a795-48b0f24ad956", + "id": "90c84c19-8700-465c-9222-8a7003037f64", "name": "Patch Non-Employee Record", "request": { "name": "Patch Non-Employee Record", @@ -81607,7 +81607,7 @@ }, "response": [ { - "id": "57d28a9f-bd44-4da1-b09f-120d42988ebe", + "id": "4e291bb7-8a4e-4f1d-a612-4136d3edda4a", "name": "A patched non-employee record.", "originalRequest": { "url": { @@ -81664,7 +81664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38b52304-4071-4222-9b5a-14140f3024b7", + "id": "d56fa47a-91b1-449e-a8f3-064acdd98a75", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81721,7 +81721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbeecde2-8690-4c6a-ab6b-b26869e2e856", + "id": "138b4d77-2c21-4f06-8206-9d2ec1dc4327", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81778,7 +81778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4482f910-735b-4f8e-ab25-afc6672d6981", + "id": "6daa41f6-78ef-419b-983c-e9e5d9cb1e72", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81835,7 +81835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "382c787b-aa26-450f-8eac-48d83dc099d5", + "id": "3f20c36d-96f2-4b08-a720-fe74b36acb24", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -81892,7 +81892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cea1c01e-6609-4ee2-b758-c5e53b081b35", + "id": "1f638957-0202-4ea9-9f6c-bf42030f24bb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81949,7 +81949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0eca6afc-9e19-42ba-876b-c3519e3eed48", + "id": "f26a1a27-4461-4cfc-aff5-c20b816dfa2d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82012,7 +82012,7 @@ } }, { - "id": "ab00f2cc-bd82-458e-a594-3a889b39344e", + "id": "2eae8076-8704-4b1e-8f25-36aac4c62bdd", "name": "Delete Non-Employee Record", "request": { "name": "Delete Non-Employee Record", @@ -82053,7 +82053,7 @@ }, "response": [ { - "id": "269bd70b-a3b3-4571-a5f4-de04bc883094", + "id": "0277434b-b364-4726-9c13-d4893e91acb1", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -82087,7 +82087,7 @@ "_postman_previewlanguage": "text" }, { - "id": "065c8253-c40b-4769-85ae-815c8b6fef0f", + "id": "d6fa2742-ab6f-4cbb-b1c3-43ab83e9c1a6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82131,7 +82131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e6c121d-541d-48b8-9ebc-7545a6ec622e", + "id": "bbe4859f-e424-4a53-815a-26a9dfca8228", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82175,7 +82175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f2d9fb1-2627-4bcd-b1f0-705892369260", + "id": "a512f401-9612-4ae4-a8a1-2555aa198442", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82219,7 +82219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ad7fb34-3c7e-4da2-b454-9587d1e1f32a", + "id": "f9f2b5d2-c0fa-4f8e-984e-76f5c38acd68", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82263,7 +82263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0abd1231-e857-4f73-8a06-f4d99e8f5191", + "id": "a9f0e31c-cd9f-47c6-a287-84ba8a1a3fe4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82313,7 +82313,7 @@ } }, { - "id": "70f59345-6611-4411-ac1c-aaf632721949", + "id": "f4a05834-d5ca-41c9-9a69-27d8053abcb6", "name": "Delete Multiple Non-Employee Records", "request": { "name": "Delete Multiple Non-Employee Records", @@ -82356,7 +82356,7 @@ }, "response": [ { - "id": "2b39e6ed-2f31-45a2-9a9a-660c96986571", + "id": "a68b621b-d9de-4822-a8a4-caa1a1daf88e", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -82403,7 +82403,7 @@ "_postman_previewlanguage": "text" }, { - "id": "66032aa4-ffcc-47ac-9cb8-f40ec263d409", + "id": "62f8b6cb-9f62-413c-980e-a6513dcd0007", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82460,7 +82460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9765573-505f-4c91-870c-7ccc443148ec", + "id": "14daf4c9-b9c1-4359-8ff1-968593f0af9a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82517,7 +82517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b154d406-9a60-4738-9653-afc00c9ecfa9", + "id": "5de20fef-60ce-4243-951b-b8b968a7ac94", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82574,7 +82574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "437cb49f-bec3-40c3-97f2-041b47c4646c", + "id": "b28f5ed3-1029-42c9-93e6-7e2cfe61cc4b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82631,7 +82631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d37a05ae-0e3a-4244-b1d2-23640246b85c", + "id": "a0c73194-d6a2-4544-a30d-3810c516039f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82694,7 +82694,7 @@ } }, { - "id": "e3601de2-107f-4c13-abdd-e833f82d2582", + "id": "2dbd6691-69f7-479d-92bb-4d0c964207eb", "name": "Create Non-Employee Request", "request": { "name": "Create Non-Employee Request", @@ -82736,7 +82736,7 @@ }, "response": [ { - "id": "8a535090-e0a7-4fe7-bc40-39921d7fb982", + "id": "95464511-c2d9-4d97-891c-e673196d52dd", "name": "Non-Employee request creation object", "originalRequest": { "url": { @@ -82792,7 +82792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3a90f48-bef4-47c5-abda-ad426a335152", + "id": "a0d1cf95-5cc9-444b-916c-e9c1bf31a52f", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -82848,7 +82848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e63202d5-f431-47d0-a089-fd0ee6552acc", + "id": "6aa4f29b-059d-43a0-a0f3-28de3fb8f785", "name": "400.1.409 Reference conflict", "originalRequest": { "url": { @@ -82904,7 +82904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f09b9226-e22a-474c-856b-97dc540e5dbd", + "id": "350ecffd-0c45-4b66-8a94-24a4e76b0e45", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82960,7 +82960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "252f5761-ae4f-496f-8c3e-9bb59e6ffb94", + "id": "556aeeaf-f6df-4865-9312-6adafb315eab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83016,7 +83016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "128434a6-97f6-4eb4-9b77-39ca1d3b0d54", + "id": "0c22f566-b9af-4356-ab58-594d33841f8d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83072,7 +83072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2909e50-04b1-4118-a709-74e720b789f7", + "id": "7495aead-c287-40e4-bf09-724796097c18", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83134,7 +83134,7 @@ } }, { - "id": "e79bdb3f-788f-4524-a515-ee19b7a97fa6", + "id": "23a42084-b46f-4936-817d-f9c90ef1d49a", "name": "List Non-Employee Requests", "request": { "name": "List Non-Employee Requests", @@ -83218,7 +83218,7 @@ }, "response": [ { - "id": "930731ef-8697-43b6-b6bf-6557963d22d4", + "id": "10d3381b-e8e6-42a2-99ec-5a211390b940", "name": "List of non-employee request objects.", "originalRequest": { "url": { @@ -83316,7 +83316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d239c31e-b907-44b7-bac1-54e4c6aeea86", + "id": "20f8601e-754a-4c24-b9c9-760e748f1dfe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83414,7 +83414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c53a3f47-de8e-490c-8aa4-fc1fb520ef87", + "id": "a0c6ba62-c21a-4e89-8719-313afa4118d7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83512,7 +83512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc40b231-30f4-4fab-b200-ee68417051ea", + "id": "4c04c918-b9fc-47ef-b70e-b0d8f9cbd6c0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83610,7 +83610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b31e03f1-bb98-4904-8344-335cc14d43c4", + "id": "fa959539-24fb-4572-a09c-98b3e634b610", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83708,7 +83708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "982dab70-ed37-4984-a697-bba59ba62747", + "id": "31270ea7-4755-48d1-ac2c-0f6b45829794", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83812,7 +83812,7 @@ } }, { - "id": "f3c421d0-e6f2-4fed-a7c3-d1f4e6841454", + "id": "03d74240-4ded-4417-bd38-f761f08552a7", "name": "Get a Non-Employee Request", "request": { "name": "Get a Non-Employee Request", @@ -83853,7 +83853,7 @@ }, "response": [ { - "id": "ba89e662-a110-4b86-b545-32fbf8a0a8b7", + "id": "21f8f1fb-054d-42a1-b65f-4a69e262bff4", "name": "Non-Employee request object.", "originalRequest": { "url": { @@ -83897,7 +83897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bbf2b1d-97b1-4f07-ae5c-caba5cbdc816", + "id": "34f74004-ff8c-4583-bdb6-ac42651a55e1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83941,7 +83941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b15b24d-1893-4dd8-aa8e-221e349e3b31", + "id": "8cf80f0e-3774-4f68-9c19-805e1977dcd3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83985,7 +83985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccbf9bda-538e-4caa-8a59-7132eddd76a8", + "id": "a183c185-ad90-420f-a241-17c92d85ba21", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84029,7 +84029,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d97f6b4-f4c9-4156-82e9-80273009cdc3", + "id": "d23ed534-e6ac-4fbf-acc2-7bf6ed910854", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -84073,7 +84073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c13be51-f7fd-4e1d-8958-c77817ab378e", + "id": "f5dd690d-ca1b-4a75-a571-3eafd49d59c7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84117,7 +84117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6203602c-26a7-4073-8250-7c477b2ef2c7", + "id": "c23ca72a-2e08-4249-9ec2-c018cb745ebe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84167,7 +84167,7 @@ } }, { - "id": "e581fabb-3e94-4d27-8697-96a24be8ed79", + "id": "c4415d28-c425-4c71-a0f4-836117241891", "name": "Delete Non-Employee Request", "request": { "name": "Delete Non-Employee Request", @@ -84208,7 +84208,7 @@ }, "response": [ { - "id": "e49587f1-3bfd-424f-9549-f108ace03060", + "id": "d0f2855b-ff8e-4c05-a5ca-5bdcece342c9", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -84242,7 +84242,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d22f055a-f803-47c7-9330-8da8ba4d2444", + "id": "00f3fe52-dfe3-45dc-8d71-c9bfad784c08", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84286,7 +84286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af5379c9-b7bc-42db-a2b1-299ba5976ae9", + "id": "73068d79-654a-4d1b-b366-99d47126c94a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84330,7 +84330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "470f343a-dd6c-4dfd-bb3b-c1c6673277f6", + "id": "9a598fea-72b5-4627-be34-d58b81373a1d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84374,7 +84374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a260a5f0-e75b-4d9c-8815-f50ea8740110", + "id": "f84711d1-dcc6-44b5-9c47-ce00e50ea5d6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -84418,7 +84418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22d05f8d-2cf5-45b1-a6ce-3f0ad5e5972d", + "id": "a21cdfb6-62cc-4008-981c-92d8f686fb30", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84462,7 +84462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1065d50-12cd-4c75-be62-5b52ff89e8d1", + "id": "9807caf7-e6a7-46df-b254-e6862d93894c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84512,7 +84512,7 @@ } }, { - "id": "61a01a85-07ca-4bd6-bd4c-384ba726be4f", + "id": "d102761b-5d00-4d40-a197-4aaaa51f9b7d", "name": "Get Summary of Non-Employee Requests", "request": { "name": "Get Summary of Non-Employee Requests", @@ -84554,7 +84554,7 @@ }, "response": [ { - "id": "4570f89a-a6b3-41af-be13-1eec3f6c9c63", + "id": "aecf8e59-3bff-4102-acaf-cd65363fdad5", "name": "Non-Employee request summary object.", "originalRequest": { "url": { @@ -84599,7 +84599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9f9853c-71ef-4e99-bb41-71fd3f842bd1", + "id": "8f2f4522-1669-41ca-b862-0d38df2b0356", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84644,7 +84644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "393f6a0c-2342-4b25-9549-2912064e4568", + "id": "498737df-17e4-4154-9187-dbde1dc49ca8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84689,7 +84689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8025ea19-30ae-4a02-b35f-3ae91d4421fb", + "id": "8963cef7-fc8c-44c5-8ef4-69d1ee18c5a5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84734,7 +84734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bca59773-f3fb-4453-b487-ef5fd75461f0", + "id": "53296601-437b-438c-b288-2852347829cd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84779,7 +84779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45b96066-2d99-487a-811a-28c8dc2a79ec", + "id": "877ee625-4c96-4993-827e-1db55fcc3dea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84830,7 +84830,7 @@ } }, { - "id": "eba9adf1-1635-463a-a344-1744ecc6a6c2", + "id": "3255dbfa-5273-4a4f-ba48-ce421382cb29", "name": "Create Non-Employee Source", "request": { "name": "Create Non-Employee Source", @@ -84872,7 +84872,7 @@ }, "response": [ { - "id": "ea7c8f2f-a8e0-4522-928c-7239b4707793", + "id": "21130d11-e994-4804-a766-3910b9a5beb1", "name": "Created non-employee source.", "originalRequest": { "url": { @@ -84928,7 +84928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7db25e6f-60da-471f-ac68-6558af8f7f60", + "id": "da8c3e37-46c1-4ec1-af30-1126eb010656", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84984,7 +84984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "431aebb7-14ec-4a71-8b39-1f3ce48746f8", + "id": "2042c982-a46b-4e9e-b0ae-684ef4300db4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -85040,7 +85040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35524f2a-304e-4f15-a74d-861ee98277b0", + "id": "233baaaf-d9a9-4c5b-b7b2-bdff9fd3f3c5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85096,7 +85096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1312298-9d4b-48e0-b550-c5cdccc396f0", + "id": "e869bcee-634c-49fe-ab8c-69735113e507", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -85152,7 +85152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "698a0d83-6b1c-41a3-9526-7389bbbaf670", + "id": "afd45353-1390-4f57-a0ec-e35591df4867", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85214,7 +85214,7 @@ } }, { - "id": "b6d64cbc-5587-4f00-91dc-3ff8245e0996", + "id": "185359a5-0bf5-4b58-a18f-741bcc20eeb7", "name": "List Non-Employee Sources", "request": { "name": "List Non-Employee Sources", @@ -85298,7 +85298,7 @@ }, "response": [ { - "id": "cc087ee3-52d1-404f-b58d-0e7631fc0c06", + "id": "84b90a9a-8e0d-4ea3-a6c0-557bf3d76c36", "name": "List of non-employee sources objects.", "originalRequest": { "url": { @@ -85396,7 +85396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a18a85a9-b8b2-46ef-94a6-ddd7cb5a0150", + "id": "d94fd77c-c4c9-4b7e-aa47-668b26138e37", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85494,7 +85494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bc86275-67ec-4432-8929-8c670ccbf8c1", + "id": "908d0c23-a4a9-4b53-b951-c5e0bb805b49", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -85592,7 +85592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d41aa1e4-166b-4e8d-9890-b2368673de87", + "id": "0352c869-88a2-40b2-9948-aa37aadf5fef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85690,7 +85690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60c1daad-9492-4b4f-bb44-d5a903742ce1", + "id": "56c928b3-d5b2-4571-809b-9fc707c18865", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -85788,7 +85788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09430bb5-23a6-4c1c-bce7-4dc2df17c8a3", + "id": "f25c5472-f1b2-4c2b-a268-73afc59500e1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85892,7 +85892,7 @@ } }, { - "id": "f7d36350-92e9-46e8-b526-f04a0035e991", + "id": "40e23ee2-d4bc-4594-9a03-9aa535885248", "name": "Get a Non-Employee Source", "request": { "name": "Get a Non-Employee Source", @@ -85933,7 +85933,7 @@ }, "response": [ { - "id": "14c64f3c-e3d3-4682-9bc2-0c5507ef9877", + "id": "c9a16806-cf98-49e9-a3de-27cf38a972f3", "name": "Non-Employee source object.", "originalRequest": { "url": { @@ -85977,7 +85977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c756b0a5-7d59-43e6-86c1-360277ebe186", + "id": "5d4b985a-7d21-4cd6-8e42-1828dc568b14", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86021,7 +86021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f533669-ef3b-40eb-b925-cd320209bd7b", + "id": "8fe4de4d-f4e3-4cf2-8231-b9e229cedfe9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86065,7 +86065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff070b1f-18e0-488d-901d-79258b6818dc", + "id": "56c25473-0175-4816-8da8-bd5993a40f2f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86109,7 +86109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "418a0f57-b2cd-49cd-a342-02e780db0214", + "id": "1623e083-a0bd-45aa-971d-19106f1c0f14", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86153,7 +86153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "386d205c-6101-416e-af24-29e89300f276", + "id": "88569a08-1ebc-4799-bde7-634cc50a0350", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86203,7 +86203,7 @@ } }, { - "id": "63d971bf-f37c-44c4-9435-5b0cfa14bd26", + "id": "90f78d00-49f7-4d54-b0a2-9c5bb8da20a5", "name": "Patch a Non-Employee Source", "request": { "name": "Patch a Non-Employee Source", @@ -86257,7 +86257,7 @@ }, "response": [ { - "id": "296f2f11-d4f9-4e8e-af8f-5a3d68701eab", + "id": "aa8f2e8c-4287-452f-acd9-af50bd130869", "name": "A patched non-employee source object.", "originalRequest": { "url": { @@ -86314,7 +86314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad20e4ba-2174-40d6-9799-2d3e1e115429", + "id": "ec1a3f5e-e9e9-4888-bc19-9802b8e64ac7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86371,7 +86371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db2dfd50-58a9-4821-9de2-df2dd0e55ae3", + "id": "c99814d6-32f7-432a-b571-fb240d1348b5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86428,7 +86428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b82c93f9-d48c-4e15-9be3-d33383ce79b1", + "id": "4ba9a74c-73fc-458d-938d-6a506efc93f2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86485,7 +86485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b75880e-51ee-4e5d-b3f6-430da9112333", + "id": "daa8c333-02ce-443d-915b-3efce66bf807", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86542,7 +86542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "026a5588-5e6f-4762-b114-103d01999521", + "id": "159a4f8d-9483-4c30-80b4-83883829f7ae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86605,7 +86605,7 @@ } }, { - "id": "1afb9c13-4361-4555-b7c9-8de9b85cffb9", + "id": "201f429f-6b42-400f-ad99-7cc7e45efc03", "name": "Delete Non-Employee Source", "request": { "name": "Delete Non-Employee Source", @@ -86646,7 +86646,7 @@ }, "response": [ { - "id": "718be356-4282-499b-8c43-5ba91c068c81", + "id": "f977d9af-033a-4d6f-a188-3f84c4fc1096", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -86680,7 +86680,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ba4c12b4-3c91-4e0c-8b50-bee7ffdffccf", + "id": "3ec06381-8492-4668-bd1e-546ca9d46924", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86724,7 +86724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbebef4a-b63b-45d6-a98e-cf4289b2dd0c", + "id": "fc685413-6195-4129-8059-c84f874f7181", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86768,7 +86768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e3d0bdc-3a48-41fe-a793-81d5fa53559b", + "id": "0882355b-1d88-4838-afe5-33b0ed8f5a9e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86812,7 +86812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e841da1-5ef4-4200-9130-90ba897dc79a", + "id": "2022b23f-a1e2-485d-85f6-512e33f508d3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86856,7 +86856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fa0903d-61f7-4d88-9b38-448bd1523c1c", + "id": "bdb1931f-4f73-4a08-888e-61e9fe5db775", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86906,7 +86906,7 @@ } }, { - "id": "ccf8fc52-80c7-426b-85ab-843bb80a4a35", + "id": "69794386-33ee-4d5b-94c9-d26ab676d9c8", "name": "Exports Non-Employee Records to CSV", "request": { "name": "Exports Non-Employee Records to CSV", @@ -86949,7 +86949,7 @@ }, "response": [ { - "id": "1d922dea-2017-4d0e-bc46-8fd548259092", + "id": "ea02efa7-1bb2-4824-9e0b-0d165c2eeef7", "name": "Exported CSV", "originalRequest": { "url": { @@ -86995,7 +86995,7 @@ "_postman_previewlanguage": "text" }, { - "id": "60baee9f-836c-412b-8a4f-7efa5f5f57e9", + "id": "3070e187-cb3d-4772-89c8-e95f69a8a919", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87041,7 +87041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e08aa700-2e26-4238-9442-827695ff88ec", + "id": "bdea939d-a7dd-4f22-b7ae-072376f8be88", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87087,7 +87087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b62fdea6-d1a8-42f2-a420-caa74dd13f9f", + "id": "a525f7c1-5dcb-430d-9d7a-b6e49126c87b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87133,7 +87133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0048c5e-abf4-4770-99dc-36e1d135bcc6", + "id": "3d0ddfba-54d5-43a0-9b25-7f8c8461a76c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -87179,7 +87179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b6a148d-f914-4dd2-8469-b2d8fb4c5edb", + "id": "8f89563c-6177-414a-8508-fcb7047f49b9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -87225,7 +87225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "952050e1-fc84-4ac2-8b29-0b302833d14a", + "id": "b461a71d-e565-46fe-a610-dc96f7457238", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87277,7 +87277,7 @@ } }, { - "id": "d15a0b13-6876-4af2-9b67-357c61fcc8b9", + "id": "45ce0cc5-845e-4356-9b54-14d3e6a518ca", "name": "Imports, or Updates, Non-Employee Records", "request": { "name": "Imports, or Updates, Non-Employee Records", @@ -87335,7 +87335,7 @@ }, "response": [ { - "id": "fd93ef8f-1235-4c42-b1ac-4e0c14b4ad34", + "id": "230cb353-022d-4fce-9e79-f064d43ff63e", "name": "The CSV was accepted to be bulk inserted now or at a later time.", "originalRequest": { "url": { @@ -87396,7 +87396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a34ba641-4741-4fbf-ad8d-3c203468cf33", + "id": "880f1773-fec8-400d-b666-e3a6151c6872", "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": { @@ -87457,7 +87457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4587da55-be3f-4221-99c3-19c825d5dc02", + "id": "b5bdeb84-28d8-4318-85d5-53553328be93", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87518,7 +87518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8f07edd-e256-438a-83aa-e6f1d651ddba", + "id": "8a5dae75-4137-447f-96cf-7c27c4a169cd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87579,7 +87579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bb4fcb7-94a6-4d81-8e65-9fdb4b03177b", + "id": "16839e71-cb06-41ab-9599-876a049b4b5c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -87640,7 +87640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "705f1779-42ef-4233-8d07-2488dc516cc7", + "id": "47625101-475b-4b24-ac49-46201d9c52c2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -87701,7 +87701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7afdbcd-e353-46fb-a4cb-147d32612d32", + "id": "456a0cb6-c383-4b8d-928d-c19ad7de4fad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87768,7 +87768,7 @@ } }, { - "id": "41ed1b99-9ee8-47fc-9059-f5bbe4de5fdb", + "id": "33d717ad-9838-4c84-a27f-527cee03cd3e", "name": "Obtain the status of bulk upload on the source", "request": { "name": "Obtain the status of bulk upload on the source", @@ -87811,7 +87811,7 @@ }, "response": [ { - "id": "1ce31b2b-c1a6-4c42-961f-6ccae37775b7", + "id": "56efde55-10d7-46f4-b71c-21dc1fff3f8f", "name": "Status of the newest bulk-upload job, if any.", "originalRequest": { "url": { @@ -87857,7 +87857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d182723-ac65-4bbe-96fd-f22e06dd5402", + "id": "ec49ee12-35a1-451f-846b-829f10116e93", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87903,7 +87903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c4174aa-0b49-43db-8195-7914a412711d", + "id": "15930649-d999-4e4e-a9e3-b59e39cb5631", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87949,7 +87949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08d69bce-1146-4082-8884-bc7cd7674732", + "id": "f735eb80-75a4-409f-be93-eaa1ca8aa23b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87995,7 +87995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae8105c7-1afc-4845-a28e-7a8a97e11dbc", + "id": "6560cc0b-35a6-4689-adc7-bdbd07ddb6bf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -88041,7 +88041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "561093f0-f64c-46bf-8d3c-748c19775fa1", + "id": "155c0198-73ba-4c1f-9999-5675116e3239", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88093,7 +88093,7 @@ } }, { - "id": "cb1db026-12c6-4e35-a1dc-a334c02dadfb", + "id": "1fdccc98-6bfd-490e-9e85-457a05b3f1b3", "name": "Exports Source Schema Template", "request": { "name": "Exports Source Schema Template", @@ -88136,7 +88136,7 @@ }, "response": [ { - "id": "995b4e95-ad51-4dac-a36b-2f8b90999b98", + "id": "c25dc563-6ae3-4b38-b6a2-fac9efed9033", "name": "Exported Source Schema Template", "originalRequest": { "url": { @@ -88182,7 +88182,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0f6ae2dc-f428-4e83-89de-63a9554ab3ca", + "id": "276f0686-eab8-431e-a1cf-d76913687d55", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88228,7 +88228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cca41400-0273-4465-ad9d-bcbec8f8c85b", + "id": "495af3f4-54ad-4cf4-9dad-74b97c1b98b5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -88274,7 +88274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0b3469c-d1eb-4ea7-911f-8843913361a0", + "id": "c7127372-3275-49a2-806e-28807a52f9e8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -88320,7 +88320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccb39fe3-aaf5-48ff-9aa4-28d213e4f412", + "id": "50f31ebb-ebce-4d6f-ad37-626f0a8c3722", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -88366,7 +88366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a267c77-260b-4479-9eec-0fd79b05f000", + "id": "51257ad7-488d-4a16-b1b4-f498f2aba50d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -88412,7 +88412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "700106cd-898e-4feb-8623-8b69659d0737", + "id": "143e1712-c7a3-4ee0-82ab-965cddd66068", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88464,7 +88464,7 @@ } }, { - "id": "c1fd1dee-2401-49ee-8285-6001af257015", + "id": "e60d454e-328a-409e-a2e8-e9fda56ad05d", "name": "Get List of Non-Employee Approval Requests", "request": { "name": "Get List of Non-Employee Approval Requests", @@ -88548,7 +88548,7 @@ }, "response": [ { - "id": "55222960-4fc1-48c2-8e4c-0d95e026b7dd", + "id": "ec52b35c-496c-4c02-bf79-49ca1ddcae99", "name": "List of approval items.", "originalRequest": { "url": { @@ -88646,7 +88646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f3d60cf-51a3-4106-ab88-99fd1e32969c", + "id": "b2e9f81c-7865-4f8d-8c9c-ed774ec2c470", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88744,7 +88744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20d5ccae-577b-48d2-820d-611e7271f4a7", + "id": "94924ebd-2a8a-455b-9f01-5e1005696aec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -88842,7 +88842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c142278d-bdb3-4535-a511-b076964807af", + "id": "47072de9-1822-474f-906d-0b223548889c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -88940,7 +88940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dc70399-7b71-42c4-b150-06e7f9a9d26c", + "id": "684e2ed4-1d6c-400f-9aab-ef66f31a6a2f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -89038,7 +89038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6316ce1a-d613-46cb-b4ed-133bba8e6827", + "id": "0fa0bcc9-443e-42cb-a6d4-20e346781a47", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89142,7 +89142,7 @@ } }, { - "id": "cbacac6c-892f-4fe5-9131-7444cd73ab17", + "id": "9fb6dc66-4a1f-41f0-8c46-ca12249af02f", "name": "Get a non-employee approval item detail", "request": { "name": "Get a non-employee approval item detail", @@ -89193,7 +89193,7 @@ }, "response": [ { - "id": "f4866752-b7e0-446f-b5ec-be9f784a0589", + "id": "099e03b3-34dd-41f1-a1d8-bbae052ed205", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -89247,7 +89247,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8adad1b-156f-4cf1-b69a-d3b6db1b04ce", + "id": "59739c0b-22a0-4189-a9fd-ae3da0c52c5a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89301,7 +89301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21466f7a-ee04-44ed-b823-dc43bf39c341", + "id": "21955d63-8ea7-4774-958f-8728ac00eacc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89355,7 +89355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b736c622-f9be-4628-bf95-84aa51f2d63d", + "id": "c20c5a39-248e-414f-b699-23f0ba67d165", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89409,7 +89409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee62057a-0e70-47a2-9ba1-7b5fc948bb44", + "id": "6c3a4926-c046-4b88-871a-afa266d926f1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -89463,7 +89463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "494d36e4-5218-42c6-b184-254e051d1cbb", + "id": "d711880a-24ce-4b40-a22d-15514533f996", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89523,7 +89523,7 @@ } }, { - "id": "63c27f22-81bc-4681-a026-0b48a2f95ef7", + "id": "6c73906a-2433-4a0e-9f39-b7351cc13572", "name": "Approve a Non-Employee Request", "request": { "name": "Approve a Non-Employee Request", @@ -89578,7 +89578,7 @@ }, "response": [ { - "id": "e6d9b84b-90cd-4594-a25f-34663a12a57c", + "id": "d6d3eed0-83ab-4e90-9401-2fc0a773bf32", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -89636,7 +89636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5918eb94-0c13-41c6-96b8-e2a90ff9943a", + "id": "4a74886d-2628-478c-adb4-c4419487e43c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89694,7 +89694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1d70597-d1ea-4e38-8ff3-7d4fe94700f6", + "id": "3b4f7684-a541-458b-ae02-1c813c122338", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89752,7 +89752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "505e00db-2004-4e5c-ad3e-f2f5746d1490", + "id": "70004cde-8d75-48e3-a8ea-11947144548f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89810,7 +89810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8db5788-974b-4556-b3d5-b8be22e81cb9", + "id": "dcd9db03-ffcb-4d51-bb61-82e672dc40f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -89868,7 +89868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b58a7b1-5a06-4093-aeda-4542b8d0db8e", + "id": "e7d415a8-7388-443c-9566-4190440274d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89932,7 +89932,7 @@ } }, { - "id": "11f0e613-144f-4e97-a4ad-cc7eecbc1250", + "id": "41961d10-d566-4aaa-8285-603bcab1b93a", "name": "Reject a Non-Employee Request", "request": { "name": "Reject a Non-Employee Request", @@ -89987,7 +89987,7 @@ }, "response": [ { - "id": "9eefa610-8ea6-47e8-b0b8-e3170427d68b", + "id": "a5235e4f-036d-4067-842f-8cba2cb829bd", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -90045,7 +90045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04c87eff-f54c-410c-b5d2-b41c25f22366", + "id": "c112993c-c8ce-4261-8f84-db9ca910e1bd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90103,7 +90103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b734c8b-d9d2-4ce4-9f17-e5ac059b19e7", + "id": "f686ac4e-84b4-46d2-97e6-6311725771e3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90161,7 +90161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "338f870e-b72e-4eb3-bcb4-8d40f514334f", + "id": "7e9f2f89-245b-4e46-acf1-7dc8f0d182de", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90219,7 +90219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b9cfda5-7a78-459e-a415-0c0874d6eb56", + "id": "73ac8017-c234-49bb-ae27-d45fcb9b3b15", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -90277,7 +90277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d125cca9-2704-4b4a-8e1a-f26151d26030", + "id": "6da9d376-c39a-4046-b945-ff4a61e98f4a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90341,7 +90341,7 @@ } }, { - "id": "20539f91-27da-433a-bbbf-290f1038e25e", + "id": "09414c79-8179-43fd-b579-ba2d4fef1de2", "name": "Get Summary of Non-Employee Approval Requests", "request": { "name": "Get Summary of Non-Employee Approval Requests", @@ -90383,7 +90383,7 @@ }, "response": [ { - "id": "002476fc-84ce-4ffc-bf31-48589ee08e5c", + "id": "68c21820-4ae1-43e6-b65a-24aca23382fa", "name": "summary of non-employee approval requests", "originalRequest": { "url": { @@ -90428,7 +90428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa88e9a2-59be-4e59-9895-43301237fb5f", + "id": "2cba658e-215c-415f-b23d-a9f23c0b653f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90473,7 +90473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a678c9b8-1d0c-477f-9f29-292370ec9ccb", + "id": "0f100275-192c-4e34-8d11-79aff2cfc29f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90518,7 +90518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6a00446-0ac9-4eae-a507-27052651ab4f", + "id": "5c247d4e-f194-441e-8ac0-b9a0055215bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90563,7 +90563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "089fe521-39c1-4aff-98c9-a60592cd4247", + "id": "c679f20c-bcb6-4e52-a9cd-6445a2cd2b4c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -90608,7 +90608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92fe9ffa-bf22-4f9f-9ea4-9521f0da2c54", + "id": "1f2b3e38-abea-4012-80c5-12c8dbe62e7c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90659,7 +90659,7 @@ } }, { - "id": "d8d43855-29cd-4b6a-a9dd-46f6a93acec4", + "id": "6f58f79b-5851-4a62-a279-01ceb45e4392", "name": "List Schema Attributes Non-Employee Source", "request": { "name": "List Schema Attributes Non-Employee Source", @@ -90701,7 +90701,7 @@ }, "response": [ { - "id": "49ced081-6842-4022-aee2-37b7fa814d41", + "id": "c09800fd-213c-4b94-839a-42b39b798318", "name": "A list of Schema Attributes", "originalRequest": { "url": { @@ -90746,7 +90746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df290956-4fb6-46d8-a70a-1e4e20ed3c89", + "id": "be66667b-ae1d-4bbe-ac5a-2908f1c33cca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90791,7 +90791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad0aab1c-ea86-4a5a-85ad-f018b646e6ac", + "id": "d5bd9191-a109-43c2-82f2-c92249e04c13", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90836,7 +90836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3c65e5b-6754-49c0-8e62-61c620915885", + "id": "18d43eca-2ece-46fe-8125-cabe94b9662d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90881,7 +90881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcfbbbcb-d86b-4406-9aab-791c1e9d9837", + "id": "e63eebd3-b266-43ca-9834-e05095e9265c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -90926,7 +90926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e453b78-b16e-46c6-b476-0f974cd49cfb", + "id": "d92ce794-e354-473d-97be-7345b9667692", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -90971,7 +90971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "822a11b9-73dd-42cb-90d0-263c09f4b4b3", + "id": "600fce55-2f01-49dd-9f20-a72a7c332b7c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91022,7 +91022,7 @@ } }, { - "id": "5b9391a8-0c03-4139-b48b-46830d1dc2b2", + "id": "858a15f0-1981-41ae-aa77-0a270a6efe37", "name": "Create a new Schema Attribute for Non-Employee Source", "request": { "name": "Create a new Schema Attribute for Non-Employee Source", @@ -91077,7 +91077,7 @@ }, "response": [ { - "id": "c9ce829c-202b-49f2-ac8b-205a8c48cb51", + "id": "fb1c59d7-79ac-4f45-80a8-d1388ccf58fc", "name": "Schema Attribute created.", "originalRequest": { "url": { @@ -91135,7 +91135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f68d2b6a-5af7-4cef-9471-c02dbc1bca6f", + "id": "7db09367-3a01-4264-b9b8-bbb860f2c1ff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91193,7 +91193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be66da98-88eb-4061-88ea-b3906a517e7e", + "id": "4b56cd95-efa2-4f30-919c-6da6b57464de", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91251,7 +91251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "667b0282-da8b-48b0-b7f3-c5dc4c930ea5", + "id": "fac6c421-6143-4cf4-91e3-de80c90d999e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91309,7 +91309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d70c4b93-0a27-4664-abf8-76ffba67f2b9", + "id": "62cdcc1f-7e12-45c6-8e42-31cdb0d8a92b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -91367,7 +91367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8454b34a-eaba-4970-9123-8d817294904a", + "id": "c8045da1-d819-4b8f-a80f-d9c914c76ea1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91431,7 +91431,7 @@ } }, { - "id": "6ec79b9f-8d02-4fac-90fd-b115c3b32510", + "id": "b903072c-cbdb-4207-a40d-571ce80c7878", "name": "Delete all custom schema attributes for Non-Employee Source", "request": { "name": "Delete all custom schema attributes for Non-Employee Source", @@ -91473,7 +91473,7 @@ }, "response": [ { - "id": "37fb44a6-ad21-4e01-a71e-46166ea66246", + "id": "c187677d-f5b0-4f14-9056-6749186a08cd", "name": "All custon Schema Attributes were successfully deleted.", "originalRequest": { "url": { @@ -91508,7 +91508,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d97deef1-50eb-4498-8101-e7a41322ac92", + "id": "94fab707-44f2-4a2c-9563-e35e06efdcfe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91553,7 +91553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9bee48a-2336-4b23-bb8a-35ee2e6ccafc", + "id": "a7ceecf9-30f1-4149-bcae-feaa9ae33ce6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91598,7 +91598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d47b8c7-9274-4ac0-8305-aea3b772edef", + "id": "631afc46-a20e-459e-846d-700e8c5cef92", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91643,7 +91643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6b2be8b-af77-44cc-b881-58332c9a4979", + "id": "ff18f96c-4c5e-4d1e-88ac-d172e4e5c999", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -91688,7 +91688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e389ea3f-62a5-431a-b92e-c281cdd87b17", + "id": "28f9ceee-11a7-4c31-a8f0-bb71afac7329", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91739,7 +91739,7 @@ } }, { - "id": "6617bc61-30e6-4cc8-97fb-7472c3753858", + "id": "6312d14a-3df9-4237-b0bc-214cdf302873", "name": "Get Schema Attribute Non-Employee Source", "request": { "name": "Get Schema Attribute Non-Employee Source", @@ -91792,7 +91792,7 @@ }, "response": [ { - "id": "64d13d80-2620-4ab4-b05d-c97ab109daff", + "id": "48f93a69-4707-4145-bb40-21b149d2d205", "name": "The Schema Attribute", "originalRequest": { "url": { @@ -91838,7 +91838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a392c67-96a8-48ed-a792-a6ef07660500", + "id": "a0b049ee-fc2a-4de9-a1ff-e634be444c91", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91884,7 +91884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85bce170-be07-4de3-b551-5bc7711f446a", + "id": "7f4b259c-e8e8-402b-8a14-3ef06c4ee31b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91930,7 +91930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "beb5ff76-9c8d-41a5-965a-7a649884d39d", + "id": "e0094170-06ed-4402-94a0-11ffa2f17d5b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91976,7 +91976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8912273-58c3-49cd-aa08-27d9bed5fa01", + "id": "4d880300-9988-44c4-b628-53cefae56aad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92022,7 +92022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb100d2e-0bbf-4235-ade3-c04a7ee99241", + "id": "40c7136e-721c-4d19-94c0-be6cbef8cd96", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92074,7 +92074,7 @@ } }, { - "id": "d17758a7-8b11-45d8-9c66-f6d36390f7c3", + "id": "289542e6-7cb3-4ec9-bbfd-7b148cb9d1fa", "name": "Patch a Schema Attribute for Non-Employee Source", "request": { "name": "Patch a Schema Attribute for Non-Employee Source", @@ -92140,7 +92140,7 @@ }, "response": [ { - "id": "cfa7cd4f-4a20-4ebd-9c1e-28f7c6030ee6", + "id": "5b14e0b2-862c-476c-b60d-1de687e725b4", "name": "The Schema Attribute was successfully patched.", "originalRequest": { "url": { @@ -92199,7 +92199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bad3e4a1-6ef9-4be1-a674-56951c903cd8", + "id": "711b7849-f16a-4f45-b649-825611a6a5cb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92258,7 +92258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7b0e062-a46d-41ae-9f9a-809c39e850e2", + "id": "d4048b03-6e4a-4133-857a-fdbd7a065b2b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -92317,7 +92317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f997188-9331-44e6-a1ad-7c63ded5255a", + "id": "40c43af3-624d-4c07-85ce-1fa9e58abdb6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92376,7 +92376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00a3d666-d765-4056-b41a-8b74d4a17535", + "id": "892d0985-8902-4f3e-b089-f44027d5acc9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -92435,7 +92435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87500c18-15f7-42db-8df9-f12eece37b63", + "id": "cdd716d5-0dc5-405b-9b40-5b407a692713", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92494,7 +92494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "846e6f58-4290-439d-a2b2-92f35768fce8", + "id": "a89bb552-62ac-45c7-ab3c-5191d957c3c5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92559,7 +92559,7 @@ } }, { - "id": "7b159a02-3234-4978-ae72-ed39867f6893", + "id": "cf2fdafd-d579-4ab6-b228-6feb693652ec", "name": "Delete a Schema Attribute for Non-Employee Source", "request": { "name": "Delete a Schema Attribute for Non-Employee Source", @@ -92612,7 +92612,7 @@ }, "response": [ { - "id": "fb0e33ae-63aa-418d-8bb8-06584a72b318", + "id": "9ac0a512-6a19-4013-9312-cce7d7391977", "name": "The Schema Attribute was successfully deleted.", "originalRequest": { "url": { @@ -92648,7 +92648,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6f3f6889-06b6-469b-8c0c-90623da9be05", + "id": "132b8c2e-bf1c-41b4-8445-051a4d562488", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92694,7 +92694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9535fb45-8bb9-414c-b3bd-c404419e489c", + "id": "544efba2-46b9-432d-b488-b822ac6fc9ec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -92740,7 +92740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ecca3e3-fc16-4884-9a24-8cb4cca64f3d", + "id": "f7e4804c-db92-4c92-ae00-fd9b4a354a7c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92786,7 +92786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7adb5c8e-e25e-4f38-92be-b79cd1f1a2ae", + "id": "293d2e50-d599-4c69-b27e-a27bf93b730d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92832,7 +92832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcbb3e7a-30ea-4eac-a0cc-833cda998004", + "id": "af235579-29a4-4f87-94da-0b29ca3a9441", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92890,7 +92890,7 @@ "description": "Use this API to implement OAuth client functionality. \nWith this functionality in place, users with the appropriate security scopes can create and configure OAuth clients to use as a way to obtain authorization to use the Identity Security Cloud REST API.\nRefer to [Authentication](https://developer.sailpoint.com/docs/api/authentication/) for more information about OAuth and how it works with the Identity Security Cloud REST API.\n", "item": [ { - "id": "ab2e8c00-a123-4973-9853-12e39a6ae487", + "id": "222ef775-82e8-4988-a165-09b750abda98", "name": "List OAuth Clients", "request": { "name": "List OAuth Clients", @@ -92929,7 +92929,7 @@ }, "response": [ { - "id": "233fb627-4633-439e-a77a-99353456990d", + "id": "60c77920-f7d3-49a2-a1ba-69ffdab0e500", "name": "List of OAuth clients.", "originalRequest": { "url": { @@ -92977,12 +92977,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"nostrud sed\",\n \"metadata\": \"labore laboris Duis dolore deserunt\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n },\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"nulla mollit\",\n \"metadata\": \"veniam\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n }\n]", + "body": "[\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"ad m\",\n \"metadata\": \"voluptate irure ipsum reprehenderit\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n },\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"consectetur et Ut\",\n \"metadata\": \"tempor fugiat aliqua minim\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "28124cfa-601c-4696-b6fd-e105218824e4", + "id": "fd894b42-f062-46c8-a47d-9baf4c34ad94", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93035,7 +93035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "905775c6-18b2-47d2-b9d3-9c3edb79318b", + "id": "e9873711-39ae-4aa6-b1e5-61226e1fc38c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93088,7 +93088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8e31807-b032-487a-9caa-03c46dd205e0", + "id": "dd7bf09d-3593-4460-a904-d07619d38f3d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93141,7 +93141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "865a90e7-9800-47af-b647-c8c4af907a0b", + "id": "e1afec1f-4cb5-4804-8b73-8fa06a9629aa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -93194,7 +93194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "960c80fd-f49d-470a-98d7-deb15d9a626c", + "id": "3677fd30-ba4b-48af-bb83-c61ecb3393ad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93253,7 +93253,7 @@ } }, { - "id": "62e3ee47-2964-44f8-8f01-59b6881fe21a", + "id": "f50064b3-1565-495a-8024-b6e2ae067680", "name": "Create OAuth Client", "request": { "name": "Create OAuth Client", @@ -93295,7 +93295,7 @@ }, "response": [ { - "id": "1cab89dd-e023-4a37-b564-0b52c144386c", + "id": "82290b33-1e72-4e22-be70-23ff53d7dd27", "name": "Request succeeded.", "originalRequest": { "url": { @@ -93351,7 +93351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fa941dd-4687-49d9-aa3a-13d931899a08", + "id": "3059ef8e-d966-429e-9ab6-4a1dfb8fe173", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93407,7 +93407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da59ffc7-fbf8-4a1c-bfe2-03b5b7b053d7", + "id": "3f4eed00-bf5a-4e70-a01d-c4838c2133a7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93463,7 +93463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ea851ab-12f1-40cd-9095-2a57628ad5e0", + "id": "c5293ff9-8ca7-41b0-8313-9c4b5350ad91", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93519,7 +93519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f4378af-4b0b-4449-97cb-6a769a2310e8", + "id": "19a5e99a-c384-4cd7-8eb3-14ef172575d8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -93575,7 +93575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c40ce890-0d30-4160-8443-f047246fcad5", + "id": "21457008-6e28-4b99-8584-31e1e6c9c1b6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93637,7 +93637,7 @@ } }, { - "id": "ec19c231-52ff-4ea9-8594-b7253eee8c78", + "id": "f8435920-f9f8-4efe-830e-26ae87211dd1", "name": "Get OAuth Client", "request": { "name": "Get OAuth Client", @@ -93678,7 +93678,7 @@ }, "response": [ { - "id": "97d62545-865b-4340-a246-d1649494f232", + "id": "124579b0-3b22-4fad-8e64-adbb35b9aa7a", "name": "Request succeeded.", "originalRequest": { "url": { @@ -93717,12 +93717,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"aliqua minim Lorem\",\n \"metadata\": \"exercitation ex tempor nostrud\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n}", + "body": "{\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"dolor dolore\",\n \"metadata\": \"cupidatat veniam minim cillum\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8a29fa1b-05d5-4bb5-9d38-a3382813b085", + "id": "57639a4e-b226-4ac7-b92d-fab9989845a4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93766,7 +93766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad46eb29-ddad-4232-8f6f-981cfdd70614", + "id": "06cbb6ce-424a-48ef-8955-bf8db3a0fac6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93810,7 +93810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ab99e2d-01cf-4f41-ac8d-3d5ae6e57da5", + "id": "b1e01adb-e317-401a-89c6-a5e0fd700c4d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93854,7 +93854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c40bbf13-b384-416b-89d8-29f864f74e6e", + "id": "7e9e8c25-f44d-4f9f-a67b-600cb4976c2b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -93898,7 +93898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc0d9db2-0642-4770-94d5-4f5ebd9b328f", + "id": "2676c407-3a5e-4257-8c45-f4a8c99fa78f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -93942,7 +93942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5463d557-caf7-4828-ba12-d16fde0ff8cb", + "id": "267d757a-b154-4766-97de-5711cf31ca6b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93992,7 +93992,7 @@ } }, { - "id": "fa8d18c3-b716-4aa0-bec2-738b66a1a504", + "id": "379ff2c5-a234-4ce5-abbe-5ca3d0725bd4", "name": "Delete OAuth Client", "request": { "name": "Delete OAuth Client", @@ -94033,7 +94033,7 @@ }, "response": [ { - "id": "7ec82665-b6fd-4415-9dc3-fb8207daf44f", + "id": "ee2281a2-b0e1-442a-b1a6-9c04bbbd5724", "name": "No content.", "originalRequest": { "url": { @@ -94067,7 +94067,7 @@ "_postman_previewlanguage": "text" }, { - "id": "654cc4d0-7293-48d2-9054-ddb741a608f5", + "id": "0008c9d5-18a1-48ed-a90c-83844ef517a8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94111,7 +94111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c54b5e2d-8b81-4304-8d97-9973d19f859d", + "id": "5586f247-950b-432c-87c7-a1c5a9b9e717", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94155,7 +94155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eef0cd77-1284-42f4-82cb-ae1f79d75c59", + "id": "269dd739-27ea-4162-9bed-9a07d5f54a86", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94199,7 +94199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60d8a3ae-8154-4995-a6d3-f98df75c4564", + "id": "e32002a9-1d79-4391-94e4-d8ff8b6c8f28", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -94243,7 +94243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "651991a5-d77f-48f6-b5be-68dde7622a97", + "id": "10397475-2a14-44b8-9ec4-304f05510e58", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -94287,7 +94287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5675dfab-d1b1-4150-b51b-49fd9ddd83e6", + "id": "3f58a841-e436-4e0d-8f24-68d47ff80ffe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94337,7 +94337,7 @@ } }, { - "id": "0f4947bb-88d6-41b5-8e93-1b077c376f3d", + "id": "007149e3-fa49-44df-9de0-78889ef5a465", "name": "Patch OAuth Client", "request": { "name": "Patch OAuth Client", @@ -94391,7 +94391,7 @@ }, "response": [ { - "id": "74c9b770-a6fa-46ed-ba53-2eedbd8ec722", + "id": "1872574d-0486-45c4-be31-0fa9c9be6fc1", "name": "Indicates the PATCH operation succeeded, and returns the OAuth client's new representation.", "originalRequest": { "url": { @@ -94443,12 +94443,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"aliqua minim Lorem\",\n \"metadata\": \"exercitation ex tempor nostrud\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n}", + "body": "{\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"businessName\": \"Acme-Solar\",\n \"homepageUrl\": \"http://localhost:12345\",\n \"name\": \"Demo API Client\",\n \"description\": \"An API client used for the authorization_code, refresh_token, and client_credentials flows\",\n \"accessTokenValiditySeconds\": 750,\n \"refreshTokenValiditySeconds\": 86400,\n \"redirectUris\": [\n \"http://localhost:12345\"\n ],\n \"grantTypes\": [\n \"AUTHORIZATION_CODE\",\n \"CLIENT_CREDENTIALS\",\n \"REFRESH_TOKEN\"\n ],\n \"accessType\": \"OFFLINE\",\n \"type\": \"CONFIDENTIAL\",\n \"internal\": false,\n \"enabled\": true,\n \"strongAuthSupported\": false,\n \"claimsSupported\": false,\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"scope\": [\n \"demo:api-client-scope:first\",\n \"demo:api-client-scope:second\"\n ],\n \"secret\": \"dolor dolore\",\n \"metadata\": \"cupidatat veniam minim cillum\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "261aee34-da71-4301-9915-222a4bddf8cb", + "id": "d65b0f8e-f56d-43ae-9e41-deeb9722a553", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94505,7 +94505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee096ed0-1fec-4e51-b45e-8e6236de7bbb", + "id": "b467a559-90ea-4cc0-9b20-0581d241cbd2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94562,7 +94562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49b87e3c-c2ce-4454-9625-ecc39f0e7953", + "id": "a81b5334-e159-4c66-9771-5c0833c28dd4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94619,7 +94619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25bc2d25-3481-4894-9416-9188ac923c2e", + "id": "4d1584d5-19c6-4f5d-9c2a-ddcb85fa36a5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -94676,7 +94676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc331a10-7b7b-4eef-bcbe-f411e0513381", + "id": "af9897c0-7dd7-4ee5-b12e-77f396b625d5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -94733,7 +94733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "505cbf04-7d22-4607-a87e-8bd6ba8159eb", + "id": "fd6726a9-b562-40b1-b275-efd1434f9ccf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94802,7 +94802,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": "f6657950-0dcd-486e-bbb3-53e4b6803aaf", + "id": "98f41c82-c6c6-4697-b0c6-70fbfd98e644", "name": "Get Password Org Config", "request": { "name": "Get Password Org Config", @@ -94831,7 +94831,7 @@ }, "response": [ { - "id": "2b0cd51c-01c7-4e1d-a209-7fb92f92a349", + "id": "a71419cf-a8ff-4318-b464-30072012e08f", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -94874,7 +94874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c72e5b5f-45bd-4937-adfe-7aff39e89ce9", + "id": "91ed5121-9e0a-4db4-a3b2-dda26188a50d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94917,7 +94917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddbcf084-092e-4fb2-879e-244f092714d4", + "id": "92829d67-2fef-493a-af6c-31c8e1773598", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94960,7 +94960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c638e10-172e-4351-b6f8-fc2d1c87600e", + "id": "6f9343b9-bbee-41a0-a1e4-33cc197f936a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95003,7 +95003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bbd4f5a-e769-4c95-af74-29f87f1451cb", + "id": "e736b5d4-d752-4f33-8cb7-a5ad86511c42", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95046,7 +95046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a5075dd-2e06-4ede-9fe3-31c3c1ff173a", + "id": "d60ad381-e5e6-4758-928d-e537852dd1de", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95095,7 +95095,7 @@ } }, { - "id": "e757e198-e097-4193-abc0-b13b3800898a", + "id": "d93012e9-f03d-496e-b81b-84bec5ced275", "name": "Update Password Org Config", "request": { "name": "Update Password Org Config", @@ -95137,7 +95137,7 @@ }, "response": [ { - "id": "b6d185b9-dae6-4985-91c6-31550f481dd3", + "id": "6ff1ddad-391c-4cec-88cf-148d4e5f283e", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -95193,7 +95193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2a6df1d-35c2-4af0-96ff-b500da5ca285", + "id": "cf41e5ad-ae27-4ce8-8c67-700aae7cb216", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95249,7 +95249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5ce5950-45fa-43fb-ab1a-b4afe594b6a9", + "id": "36df350f-4571-4969-bc7c-534e8d57774f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95305,7 +95305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf2d9547-d01c-4115-a9f9-181c88845260", + "id": "30aef531-b86a-4645-bde2-8d4ea3b0c6bc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95361,7 +95361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "315a7b78-b1aa-4fa2-89d3-7c4587e74486", + "id": "ee2026d0-b9ff-4640-aa56-130495374758", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95417,7 +95417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07f41576-da7b-432c-9bb6-1fb7845c47f2", + "id": "cbe47d05-fdf1-4707-bb88-d09a43a2df80", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95479,7 +95479,7 @@ } }, { - "id": "f548080b-b469-4dc1-a7c0-f6d33c795b77", + "id": "1c0e35dd-b80a-438c-8e2e-a4f406e1a872", "name": "Create Password Org Config", "request": { "name": "Create Password Org Config", @@ -95521,7 +95521,7 @@ }, "response": [ { - "id": "eb950c93-67d4-4caa-85ea-ad04551286a6", + "id": "a3c5a1b3-f71b-4052-ad7d-49591b4993ea", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -95577,7 +95577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3291e47b-6da8-473c-8958-542e5fa21744", + "id": "4a80e00f-8da9-44ca-a29b-cea1716c19df", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95633,7 +95633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3d482cd-dd80-49c1-9a2d-2a88337733aa", + "id": "de5df3a8-2841-40fc-a13a-04c018cf1dcc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95689,7 +95689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9471f887-27f1-4fdf-8cc3-fb58c54d3eb8", + "id": "516c27a1-7a83-4724-ba81-b464bc65adde", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95745,7 +95745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8239069-605e-4283-9825-0261a7fcbc57", + "id": "1d3b09ea-f02d-4422-a92c-b8be769b6e5c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95801,7 +95801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62a48aa8-f545-4657-b639-72b38844d42f", + "id": "eb021b61-c072-41f0-9203-2c1c1a0cc6ef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95869,7 +95869,7 @@ "description": "Use this API to implement password dictionary functionality. \nWith this functionality in place, administrators can create password dictionaries to prevent users from using certain words or characters in their passwords. \n\nA password dictionary is a list of words or characters that users are prevented from including in their passwords. \nThis can help protect users from themselves and force them to create passwords that are not easy to break. \n\nA password dictionary must meet the following requirements to for the API to handle them correctly: \n\n- It must be in .txt format.\n\n- All characters must be UTF-8 characters. \n\n- Each line must contain a single word or character with no spaces or whitespace characters.\n\n- It must contain at least one line other than the locale string.\n\n- Each line must not exceed 128 characters.\n\n- The file must not exceed 2500 lines. \n\nAdministrators should also consider the following when they create their dictionaries: \n\n- Lines starting with a # represent comments.\n\n- All words in the password dictionary are case-insensitive. \nFor example, adding the word \"password\" to the dictionary also disallows the following: PASSWORD, Password, and PassWord.\n\n- The dictionary uses substring matching. \nFor example, adding the word \"spring\" to the dictionary also disallows the following: Spring124, 345SprinG, and 8spring.\nUsers can then select 'Change Password' to update their passwords. \n\nAdministrators must do the following to create a password dictionary: \n\n- Create the text file that will contain the prohibited password values.\n\n- If the dictionary is not in English, they must add a locale string to the top line: locale:`languageCode`_`countryCode`\n\nThe languageCode value refers to the language's 2-letter ISO 639-1 code.\nThe countryCode value refers to the country's 2-letter ISO 3166-1 code.\n\nRefer to this list https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html to see all the available ISO 639-1 language codes and ISO 3166-1 country codes.\n\n- Upload the .txt file to Identity Security Cloud with [Update Password Dictionary](https://developer.sailpoint.com/docs/api/v3/put-password-dictionary). Uploading a new file always overwrites the previous dictionary file.\n\nAdministrators can then specify which password policies check new passwords against the password dictionary by doing the following: In the Admin panel, they can use the Password Mgmt dropdown menu to select Policies, select the policy, and select the 'Prevent use of words in this site's password dictionary' checkbox beside it.\n\nRefer to [Configuring Advanced Password Management Options](https://documentation.sailpoint.com/saas/help/pwd/adv_config.html) for more information about password dictionaries.\n", "item": [ { - "id": "0c2e6970-afd6-418b-824b-7f4e37e012db", + "id": "6e9c4b86-1990-4d65-854a-13e6d14d1014", "name": "Get Password Dictionary", "request": { "name": "Get Password Dictionary", @@ -95898,7 +95898,7 @@ }, "response": [ { - "id": "c9ab27c4-8089-4600-9b18-799844dc490a", + "id": "90c20097-f625-4227-afda-16d83196789b", "name": "A password dictionary response", "originalRequest": { "url": { @@ -95936,12 +95936,12 @@ "value": "text/plain" } ], - "body": "laborum nulla minim dolore", + "body": "sunt cupidatat ut", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "4e319ea2-595f-4af8-8d04-7b6e77224502", + "id": "3e346b0d-f0c9-4f0c-869d-dda8e499f619", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95984,7 +95984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78c0fba0-48d5-4973-be54-4d474f23d21a", + "id": "9914c67c-2d68-4bf0-ae6e-b353e3197cb8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96027,7 +96027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d651203a-bdc4-4cae-8272-b7abc760f7e2", + "id": "60511fb2-157f-4e9e-91e9-0f10c766672c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96070,7 +96070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2521771-be2a-4a07-b336-793f35cc18a7", + "id": "112eb156-d87f-4bf2-9578-735d9dd9c938", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -96113,7 +96113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "947594c8-4643-4036-8c78-100ab9b307c2", + "id": "ffd9c4ed-cbbe-4739-b222-38e845d98fb8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -96156,7 +96156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89dc636d-f767-4857-9ebc-a2eac79b5891", + "id": "f1f24b2d-1cdd-4140-867e-cde02f3bfcac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96205,7 +96205,7 @@ } }, { - "id": "94b1655b-3b97-4fd5-ad8e-193b06af0af4", + "id": "2a483e93-81c7-49d3-949a-889a72302edd", "name": "Update Password Dictionary", "request": { "name": "Update Password Dictionary", @@ -96250,7 +96250,7 @@ }, "response": [ { - "id": "eb461484-966c-4d09-857e-f3da217fd49d", + "id": "794ba320-100c-40fe-b140-493175eefd43", "name": "Successfully updated.", "originalRequest": { "url": { @@ -96299,7 +96299,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f95b721f-855c-4514-b608-3846a313ec0a", + "id": "53a14e2d-806a-4756-aff0-4d77ed3ebfb5", "name": "Created.", "originalRequest": { "url": { @@ -96348,7 +96348,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9ece2db9-8f75-4e71-b64a-f621d2956078", + "id": "fbda306e-ee2d-4435-bd0a-9294e93da527", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96407,7 +96407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6184b04-3068-4197-b90d-9c45da1de2d2", + "id": "ae018db3-c4f1-4846-8f16-f9133a414324", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96466,7 +96466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "128aed34-43f0-477c-8f9d-7893c47310c5", + "id": "4e593653-8714-4cb3-b974-60dcfba5f896", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96525,7 +96525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b71932b5-dedc-4d23-b85c-65a84a76f793", + "id": "719ea979-f633-449a-8742-4cc692509272", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -96584,7 +96584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca84ba2c-c1df-4a40-a741-d8c2c899dfbc", + "id": "3705bf40-da8b-4f97-be21-326cf628208a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -96643,7 +96643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97a3cae8-f523-4f5c-96d9-e0b944ec562a", + "id": "d77a68cf-7801-4743-bb92-5e5d9c6014a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96714,7 +96714,7 @@ "description": "Use this API to implement password management functionality. \nWith this functionality in place, users can manage their identity passwords for all their applications.\n\nIn Identity Security Cloud, users can select their names in the upper right corner of the page and use the drop-down menu to select Password Manager. \nPassword Manager lists the user's identity's applications, possibly grouped to share passwords. \nUsers can then select 'Change Password' to update their passwords. \n\nGrouping passwords allows users to update their passwords more broadly, rather than requiring them to update each password individually. \nPassword Manager may list the applications and sources in the following groups:\n\n- Password Group: This refers to a group of applications that share a password. \nFor example, a user can use the same password for Google Drive, Google Mail, and YouTube. \nUpdating the password for the password group updates the password for all its included applications.\n\n- Multi-Application Source: This refers to a source with multiple applications that share a password. \nFor example, a user can have a source, G Suite, that includes the Google Calendar, Google Drive, and Google Mail applications. \nUpdating the password for the multi-application source updates the password for all its included applications. \n\n- Applications: These are applications that do not share passwords with other applications.\n\nAn organization may require some authentication for users to update their passwords. \nUsers may be required to answer security questions or use a third-party authenticator before they can confirm their updates. \n\nRefer to [Managing Passwords](https://documentation.sailpoint.com/saas/user-help/accounts/passwords.html) for more information about password management.\n", "item": [ { - "id": "d53a1463-7f99-47f4-9bf1-3fd438f8df42", + "id": "597d041e-740a-4fc1-843d-63b5e7881bd9", "name": "Query Password Info", "request": { "name": "Query Password Info", @@ -96756,7 +96756,7 @@ }, "response": [ { - "id": "975517c3-687e-482c-890d-4b229cd9a322", + "id": "2b895303-bb22-4c0c-97a2-9a96cc9f473d", "name": "Reference to the password info.", "originalRequest": { "url": { @@ -96812,7 +96812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "050957ca-8531-48c9-b6f0-86e57345d0ba", + "id": "4c36fb13-05c1-4ec5-9e08-544b75ffad6b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96868,7 +96868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "892b93c3-d2e0-4a94-9c3d-60bcd074d158", + "id": "da6350f0-d57a-4ed6-8630-70ca71a822c5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96924,7 +96924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f103faaa-12b2-40fd-9c71-94a6772492fa", + "id": "e403f2e5-4338-445a-a3de-b6c993bf55ad", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96980,7 +96980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3b2dfc3-a539-4d8d-bf7d-effb9b424c83", + "id": "eb6db597-fe48-4c36-a2c3-93d50c760a89", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97036,7 +97036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ad539d6-2621-4213-a113-3fb35ecf2ad9", + "id": "0b6fb464-ba3c-485e-bf70-0cf57f582c60", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97098,7 +97098,7 @@ } }, { - "id": "86e9980e-239b-42fe-ab6b-5b0aedb8bd81", + "id": "8c8d0892-d82a-42d1-9766-f9f93f64990f", "name": "Set Identity's Password", "request": { "name": "Set Identity's Password", @@ -97140,7 +97140,7 @@ }, "response": [ { - "id": "41c8fe92-e8bf-40c3-a502-09c699753daa", + "id": "69a93357-512f-4d7a-8c17-bb81dd36a1ab", "name": "Reference to the password change.", "originalRequest": { "url": { @@ -97196,7 +97196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb00f20d-f851-4f22-8e59-e7762c27f203", + "id": "892e5c71-63f4-4aa0-87ca-8148d2b4ea83", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97252,7 +97252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d16d713e-39b7-4768-9e1c-1c482270dcb2", + "id": "6871941d-c2f7-423e-8fd5-fec071a90cfa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97308,7 +97308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ec5494f-c898-4a74-87fa-a36778e3d61a", + "id": "52466411-8f22-40b5-9b4d-a76f1300fd8c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97364,7 +97364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "824e433c-404c-4867-92a1-3784d9ed7a5c", + "id": "93ebdbce-0aa7-4e07-8b1d-11ea0d83d06c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97420,7 +97420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01186a78-5a01-4496-9ce5-16b176ce8270", + "id": "7b606a2d-8018-4907-a175-91143d34be33", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97482,7 +97482,7 @@ } }, { - "id": "4bd5258e-f0d1-43b4-84b3-8ad7fdfdacb2", + "id": "9a3fadf4-96ce-4e34-b5a7-79a17ce63154", "name": "Get Password Change Request Status", "request": { "name": "Get Password Change Request Status", @@ -97523,7 +97523,7 @@ }, "response": [ { - "id": "6f1778bf-e34a-4cb1-b530-261b6e15e78d", + "id": "b0d8ca64-e66d-4214-9e58-0f85d90bd3d5", "name": "Status of the password change request", "originalRequest": { "url": { @@ -97567,7 +97567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28f43539-214f-49b3-9cc5-1eb62083d41f", + "id": "a7e11b4c-1d6a-4faa-82ef-d153222012bd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97611,7 +97611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbd189cf-6160-4795-8f09-100c44dbdfab", + "id": "dc8807cb-9d23-4d25-93dc-d4c0450f7776", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97655,7 +97655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11378e18-e393-4fe2-bafc-c4d2b6fc8072", + "id": "b2802552-7e0f-4b86-acd4-fd56a0ac6c43", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97699,7 +97699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab40cedd-d46e-4ebc-b3e8-c9c5466a8084", + "id": "91d62db8-dccc-482f-89f3-34e4f8964d7a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -97743,7 +97743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f592c8d-073b-49bf-aef2-d24336aed07d", + "id": "64ca8c8d-4c4f-4788-919d-827c71e5a68b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97787,7 +97787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a098035-081c-4324-9b8e-159ba45edbda", + "id": "48d6bdff-8c03-479b-908e-5025d64006ae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97843,7 +97843,7 @@ "description": "Use these APIs to implement password policies functionality.\nThese APIs allow you to define the policy parameters for choosing passwords.\n\nIdentityNow comes with a default policy that you can modify to define the password requirements your users must meet to log in to IdentityNow, such as requiring a minimum password length, including special characters, and disallowing certain patterns.\nIf you have licensed Password Management, you can create additional password policies beyond the default one to manage passwords for supported sources in your org.\n\nIn the Identity Security Cloud Admin panel, administrators can use the Password Mgmt dropdown menu to select Sync Groups.\nRefer to [Managing Password Policies](https://documentation.sailpoint.com/saas/help/pwd/pwd_policies/pwd_policies.html) for more information about password policies.\n", "item": [ { - "id": "b2f1397e-21a2-4f3a-b390-0b93d1f5ecbb", + "id": "60057fb3-10cf-455c-b7c1-04d233711d1e", "name": "Get Password Policy by ID", "request": { "name": "Get Password Policy by ID", @@ -97884,7 +97884,7 @@ }, "response": [ { - "id": "a77a4e96-40b1-495d-9a20-5b9147409c35", + "id": "f2046d1a-8600-4070-b7f6-4eb48dfa1b57", "name": "Reference to the password policy.", "originalRequest": { "url": { @@ -97928,7 +97928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "139855cf-0f70-4c60-8b58-8450efd8e0d8", + "id": "4a9dcb7c-0722-4e97-a0d1-8a9c2abdb5fb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97972,7 +97972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b58a75e-48df-49e0-b9d5-a8b39894d4ff", + "id": "2287d7e8-3b8e-42e1-84be-77e31ca9889c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98016,7 +98016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f046b97-503f-45f4-a0ff-d0844556bc99", + "id": "7b3c8349-2df8-4245-9ff9-8ee6be8d6559", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98060,7 +98060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0f9c3e6-9027-472d-a031-642c2dbc2cb5", + "id": "7948b35f-1f7e-4d04-ac12-e48312fd4969", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98104,7 +98104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3b6972d-c7c3-49b2-8b72-430262e46db9", + "id": "d3fb4a31-813a-459b-b56c-c725fea02946", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98148,7 +98148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3712955-c050-48a6-beac-709f16db8e57", + "id": "f3823c2c-64dc-49aa-93e6-f960a15493d4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98198,7 +98198,7 @@ } }, { - "id": "f3f2cc33-d3ca-4f1c-8218-d229228367e7", + "id": "9a7af01b-68e9-4d07-8f91-a4958e7e99d4", "name": "Update Password Policy by ID", "request": { "name": "Update Password Policy by ID", @@ -98252,7 +98252,7 @@ }, "response": [ { - "id": "072f1fc3-2a5b-4cc6-bbd0-ffead3d78ce9", + "id": "d87b4d05-2ccb-4f80-8c33-7fae5ec50676", "name": "Reference to the password policy.", "originalRequest": { "url": { @@ -98309,7 +98309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05ea7e2e-f97f-4ec0-867b-a00f700c1e9b", + "id": "26901418-7616-4bd0-b1c8-eba988a19e9c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98366,7 +98366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae247f6a-9a01-4421-92d6-3383fd66cc45", + "id": "e7045843-1c5d-4c6a-9170-2910d7f10d5f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98423,7 +98423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3eaa256-209d-4ac8-91fd-d4b600880ae8", + "id": "683a334e-ec12-4b6e-bf1f-91ebaa705373", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98480,7 +98480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99613d74-6068-4f25-848e-fae15a0b2f30", + "id": "49ed326a-f9e3-43c2-9822-1a5a77f2918f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98537,7 +98537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad51ea02-c4b4-4f81-928f-70ac5fd023cd", + "id": "ab510e61-875a-495b-aca4-5f4d909b2b0e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98594,7 +98594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24373ef8-61a0-4476-b636-3c2521c204a0", + "id": "d6ec338b-c593-4e4e-bdba-fbfec7bc768b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98657,7 +98657,7 @@ } }, { - "id": "4cbd2767-ff99-4a5c-aafe-59fca1104da4", + "id": "2a4e252d-255b-4f9b-9a6a-7c3362f2bd7b", "name": "Delete Password Policy by ID", "request": { "name": "Delete Password Policy by ID", @@ -98698,7 +98698,7 @@ }, "response": [ { - "id": "ed291681-c689-4190-9873-e30177595863", + "id": "99ce0ddd-beb7-485d-ba69-c2a61129c5d8", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -98732,7 +98732,7 @@ "_postman_previewlanguage": "text" }, { - "id": "569924d7-8710-4d97-90d3-ff809a722b5a", + "id": "37bc460e-483f-4f33-a1a9-de3b20c5e052", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98776,7 +98776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "772e1834-8e20-495b-b6b6-a0aad518e397", + "id": "b0beff3d-54c0-49d4-9b06-589e5c4d4c0e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98820,7 +98820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf3a3aa5-bc0f-4c84-bde7-d24f3506e631", + "id": "ea71b9b3-6559-419f-a729-dfed0e4b8331", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98864,7 +98864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c75c40e2-0bbe-4cb3-aa85-0e6d9bc10f2c", + "id": "c1bd1870-1782-41dc-974b-a4043fc77e97", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98908,7 +98908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b848a6ea-2ed3-4cb8-968d-6f0f20f1edd2", + "id": "771e9fc6-c4d2-478f-8d0d-ef6462de066a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98952,7 +98952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd0ca910-f528-4bf2-a890-c2fdf1bf2208", + "id": "7462ad65-1ab2-4a1d-84cc-6a00e8cb594f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99002,7 +99002,7 @@ } }, { - "id": "2a257cb7-e67f-4609-98d5-19dd4d06d63e", + "id": "7c90740c-3ef6-45d9-9c23-ceda59b877a2", "name": "Create Password Policy", "request": { "name": "Create Password Policy", @@ -99044,7 +99044,7 @@ }, "response": [ { - "id": "183aa944-393b-4bc5-9682-54337eeed8bd", + "id": "059457d7-b9b2-4f8d-9cc8-1c050016ea0a", "name": "Reference to the password policy.", "originalRequest": { "url": { @@ -99095,12 +99095,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c91808e7d976f3b017d9f5ceae440c8\",\n \"description\": \"Information about the Password Policy\",\n \"name\": \"PasswordPolicy Example\",\n \"dateCreated\": \"2002-10-11T22:46:26.322Z\",\n \"lastUpdated\": \"1978-11-21T16:34:59.505Z\",\n \"firstExpirationReminder\": 45,\n \"accountIdMinWordLength\": 4,\n \"accountNameMinWordLength\": 6,\n \"minAlpha\": 5,\n \"minCharacterTypes\": 5,\n \"maxLength\": 25,\n \"minLength\": 8,\n \"maxRepeatedChars\": 3,\n \"minLower\": 8,\n \"minNumeric\": 8,\n \"minSpecial\": 8,\n \"minUpper\": 8,\n \"passwordExpiration\": 8,\n \"defaultPolicy\": true,\n \"enablePasswdExpiration\": true,\n \"requireStrongAuthn\": true,\n \"requireStrongAuthOffNetwork\": true,\n \"requireStrongAuthUntrustedGeographies\": true,\n \"useAccountAttributes\": false,\n \"useDictionary\": false,\n \"useIdentityAttributes\": false,\n \"validateAgainstAccountId\": false,\n \"validateAgainstAccountName\": true,\n \"created\": \"nisi in laborum sit non\",\n \"modified\": \"consequat quis aute do voluptat\",\n \"sourceIds\": [\n \"2c91808382ffee0b01830de154f14034\",\n \"2f98808382ffee0b01830de154f12134\"\n ]\n}", + "body": "{\n \"id\": \"2c91808e7d976f3b017d9f5ceae440c8\",\n \"description\": \"Information about the Password Policy\",\n \"name\": \"PasswordPolicy Example\",\n \"dateCreated\": \"1949-10-27T13:32:01.076Z\",\n \"lastUpdated\": \"1958-03-06T16:01:15.842Z\",\n \"firstExpirationReminder\": 45,\n \"accountIdMinWordLength\": 4,\n \"accountNameMinWordLength\": 6,\n \"minAlpha\": 5,\n \"minCharacterTypes\": 5,\n \"maxLength\": 25,\n \"minLength\": 8,\n \"maxRepeatedChars\": 3,\n \"minLower\": 8,\n \"minNumeric\": 8,\n \"minSpecial\": 8,\n \"minUpper\": 8,\n \"passwordExpiration\": 8,\n \"defaultPolicy\": true,\n \"enablePasswdExpiration\": true,\n \"requireStrongAuthn\": true,\n \"requireStrongAuthOffNetwork\": true,\n \"requireStrongAuthUntrustedGeographies\": true,\n \"useAccountAttributes\": false,\n \"useDictionary\": false,\n \"useIdentityAttributes\": false,\n \"validateAgainstAccountId\": false,\n \"validateAgainstAccountName\": true,\n \"created\": \"cillum sit non fugiat\",\n \"modified\": \"officia sit qui\",\n \"sourceIds\": [\n \"2c91808382ffee0b01830de154f14034\",\n \"2f98808382ffee0b01830de154f12134\"\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "be82d166-5575-4765-a586-5d7ced9425c2", + "id": "441928f1-5146-4eb7-a0ab-26340fd0ac99", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99156,7 +99156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4ab92d0-6c7a-48d9-95f0-1b13879d3c84", + "id": "f5cd2f3b-3253-4ffe-a203-8082f3cc409b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99212,7 +99212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ca439b3-17c4-45a2-960d-be6cc38aa899", + "id": "17ed7fd1-dc51-45fe-957e-381020762362", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99268,7 +99268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f05560d-f0d3-4415-8496-eb085d958bc0", + "id": "0e08c054-b1fd-4e9d-9492-808215c42bad", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -99324,7 +99324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26c40b35-d245-427f-aee8-e0b1e335b62c", + "id": "9656f809-31a4-4b3d-9e7e-a7a8594940fe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99380,7 +99380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17d56450-c4f2-43cf-8fe8-9db7bf2ace20", + "id": "36542b0f-facb-4be1-93f9-1f5a6f061297", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99442,7 +99442,7 @@ } }, { - "id": "68817888-2cc1-4551-9be8-b4907b966a86", + "id": "8a6067ab-405d-47e2-87bf-917ffa555f88", "name": "List Password Policies", "request": { "name": "List Password Policies", @@ -99499,7 +99499,7 @@ }, "response": [ { - "id": "1271a071-f376-4115-a29e-832f7d784139", + "id": "b854c94b-0e14-4c7f-afce-68e95c6f42ee", "name": "List of all Password Policies.", "originalRequest": { "url": { @@ -99570,7 +99570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ef3f86d-034b-4167-98c8-93974f8d3569", + "id": "b8e706d1-b904-4720-9c81-e10dfe2ccfbb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99641,7 +99641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fc64cbe-456f-4176-8c8e-e27f8fcc70e0", + "id": "64edfdd8-f9c5-4661-80de-13e51b13d544", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99712,7 +99712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7afdf4ba-deee-4f49-bc18-a9b3823761e3", + "id": "98d48dde-99ee-4e63-8429-b24bc0ae2e44", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99783,7 +99783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0baca6dd-d528-4e19-aaf8-6d978572da6d", + "id": "5fc3051f-1488-4e0d-bce7-0e638c00ecbf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99854,7 +99854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b772e98-da6c-4b43-a715-e2c297641545", + "id": "538fb732-9e87-49da-b3f5-791bc1bf8323", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99937,7 +99937,7 @@ "description": "Use this API to implement password sync group functionality. \nWith this functionality in place, administrators can group sources into password sync groups so that all their applications share the same password. \nThis allows users to update the password for all the applications in a sync group if they want, rather than updating each password individually. \n\nA password sync group is a group of applications that shares a password. \nAdministrators create these groups by grouping the applications' sources. \nFor example, an administrator can group the ActiveDirectory, GitHub, and G Suite sources together so that all those sources' applications can also be grouped to share a password. \nA user can then update his or her password for ActiveDirectory, GitHub, Gmail, Google Drive, and Google Calendar all at once, rather then updating each one individually.\n\nThe following are required for administrators to create a password sync group in Identity Security Cloud: \n\n- At least two direct connect sources connected to Identity Security Cloud and configured for Password Management.\n\n- Each authentication source in a sync group must have at least one application. Refer to [Adding and Resetting Application Passwords](https://documentation.sailpoint.com/saas/help/pwd/adv_config.html#adding-and-resetting-application-passwords) for more information about adding applications to sources.\n\n- At least one password policy. Refer to [Managing Password Policies](https://documentation.sailpoint.com/saas/help/pwd/policies.html) for more information about password policies. \n\nIn the Admin panel in Identity Security Cloud, administrators can use the Password Mgmt dropdown menu to select Sync Groups. \nTo create a sync group, administrators must provide a name, choose a password policy to be enforced across the sources in the sync group, and select the sources to include in the sync group. \n\nAdministrators can also delete sync groups in Identity Security Cloud, but they should know the following before they do: \n\n- Passwords related to the associated sources will become independent, so changing one will not change the others anymore. \n\n- Passwords for the sources' connected applications will also become independent. \n\n- Password policies assigned to the sync group are then assigned directly to the associated sources. \nTo change the password policy for a source, administrators must edit it directly. \n\nOnce the password sync group has been created, users can update the password for the group in Password Manager.\n\nRefer to [Managing Password Sync Groups](https://documentation.sailpoint.com/saas/help/pwd/sync_grps.html) for more information about password sync groups.\n", "item": [ { - "id": "d841bc26-7fd8-4901-b3a8-a9a84671cac2", + "id": "ef71ee23-4540-4a92-9b35-0ec879322a52", "name": "Get Password Sync Group List", "request": { "name": "Get Password Sync Group List", @@ -99994,7 +99994,7 @@ }, "response": [ { - "id": "01a0e4e5-7e24-45c3-9cf9-b589c9dddb13", + "id": "e1c7cb76-81a8-4f8e-966c-2fd72224f38c", "name": "A list of password sync groups.", "originalRequest": { "url": { @@ -100065,7 +100065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a992a8e-6843-47b3-b7dc-997a07a85368", + "id": "6efa2651-8991-4dab-9079-9555a114c3b8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100136,7 +100136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb1be6a1-e6bc-4b65-8fb4-f084592b9527", + "id": "b234faed-a8a5-4d7b-ab5c-450ad1989410", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100207,7 +100207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb5afb2d-cb71-4593-96d7-d14191a5869b", + "id": "f36b8d48-dc2b-45af-9310-ad8f60af8b5a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100278,7 +100278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4ee51d7-ec52-4cc5-bd3f-b27b279f9294", + "id": "c624c459-e91a-4224-8511-f1304aa1c46f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100349,7 +100349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1441b17-30a9-401a-96fa-0a1289a01651", + "id": "2af64bcc-ac3d-40a5-97a0-e6c27882569b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100426,7 +100426,7 @@ } }, { - "id": "54adec8e-d1be-4161-a356-f61e2b331a43", + "id": "67d64cb1-bf81-4c18-b155-a34499ebacba", "name": "Create Password Sync Group", "request": { "name": "Create Password Sync Group", @@ -100468,7 +100468,7 @@ }, "response": [ { - "id": "ff39e854-bd91-4e05-9efd-d19eaf550589", + "id": "b8526e28-b517-4e36-a0c9-692499cd16b9", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -100524,7 +100524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c6c77f9-4d86-4322-a413-12b1e55faf73", + "id": "f754cdbc-f568-4a6c-ada6-cccef65890bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100580,7 +100580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25143000-164a-4943-b9a9-002784e217ce", + "id": "d0098b9b-28e6-40fe-891c-5d093926a265", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100636,7 +100636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18cb722b-2a21-4938-98ff-e827c819569e", + "id": "a2872afd-9038-4551-9fe2-c91273ef6c0a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100692,7 +100692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29d57f68-0950-4f60-ae08-1e19751450a3", + "id": "11827387-6c42-4d9b-90e7-f4de25d373b0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100748,7 +100748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09e4d677-b489-453a-8975-4761e086af93", + "id": "8e696c22-3482-4393-81a8-0d77f6efe87d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100810,7 +100810,7 @@ } }, { - "id": "4a2b2416-6282-4405-86e4-fd8a58ad0bb6", + "id": "cf4f3252-16be-4e5e-aa80-532f86ea2047", "name": "Get Password Sync Group by ID", "request": { "name": "Get Password Sync Group by ID", @@ -100851,7 +100851,7 @@ }, "response": [ { - "id": "b67fdf79-c902-42e7-aa3a-60594d98d26b", + "id": "82b5c999-ac75-445a-ae14-56f20410ef1e", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -100895,7 +100895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0d9593c-15d3-4c32-a98a-b1ad08b5273b", + "id": "47d87b1f-d58c-496d-956f-ab87d03ed6e3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100939,7 +100939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "346c40da-90a6-4fd3-9c7e-f81e6e5decc5", + "id": "85169853-4a92-40ab-9f7b-db73beedd2ca", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100983,7 +100983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17ffc44a-bb3a-4706-abca-ab14edc752e3", + "id": "b756405a-cafc-4848-91da-278d318abd79", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101027,7 +101027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "779c3ff0-db2f-4802-b357-0898c7b5708b", + "id": "66eb5153-3512-40b8-b063-ef2eaec36f6d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101071,7 +101071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9a6a6c5-a4b5-47ac-8f68-aaf80e991585", + "id": "2fadb658-841c-419e-8d44-18340a985ed4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101115,7 +101115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ffaef4d-665f-48fd-8db3-13a4b87be967", + "id": "16714371-3a32-4406-952b-9b7272c3337a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101165,7 +101165,7 @@ } }, { - "id": "f5f77aa8-e114-4ab9-bcf3-72fd40f49d57", + "id": "e0f7a283-e7e1-4e01-9efa-ea0f5bf4c84f", "name": "Update Password Sync Group by ID", "request": { "name": "Update Password Sync Group by ID", @@ -101219,7 +101219,7 @@ }, "response": [ { - "id": "760ae526-06a6-4add-b17c-35c3271ec11a", + "id": "d3d9e0f5-2540-4b81-9ba6-ddd50979cc0b", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -101276,7 +101276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c71d2a1-5cf8-411c-a22f-d3e31cea6c21", + "id": "f4478604-0c3f-41da-82d0-0d6253ef8d07", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101333,7 +101333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d73c7a2-e204-499f-b6ef-0934d29cbe1d", + "id": "73abebed-50b1-4d3b-b502-59604353a62f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101390,7 +101390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3323e9bf-a0a7-4e3f-8bf8-2068158425f5", + "id": "e1e96045-d934-4072-b594-1c66d561bf9e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101447,7 +101447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c12e3f04-eb4d-4ec7-987c-45cf48c697bc", + "id": "8bcce025-d6e7-4bfc-8a21-7c614fce4031", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101504,7 +101504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7b364a8-a499-4cb5-822e-ddac390bbc05", + "id": "838dd10b-5fe6-47b6-94c7-775327b14736", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101561,7 +101561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4c31d92-ef74-4c49-90a4-c6c6185bad1f", + "id": "fc01f292-4441-4021-a7af-3080ee54dbe1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101624,7 +101624,7 @@ } }, { - "id": "5d9f8732-1dd3-4151-8759-50615505acd9", + "id": "6979d495-2c09-47e9-ae69-7ba8426845cb", "name": "Delete Password Sync Group by ID", "request": { "name": "Delete Password Sync Group by ID", @@ -101665,7 +101665,7 @@ }, "response": [ { - "id": "8568936a-0916-4a72-bc84-0e199472053f", + "id": "868c37d7-b730-421c-8cc3-920f02c5a2b2", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -101699,7 +101699,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8ccffb76-ac1e-4e47-a66a-adfb2cb6e2f0", + "id": "bfcdbe4f-da01-4350-b919-1978a9e9787c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101743,7 +101743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fbd66bb-b7e0-4340-b722-47df05f67dd3", + "id": "a8d9a859-0864-41bf-a8a1-3711cd992f45", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101787,7 +101787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37f3b113-dc38-43e9-a118-68fb8f84aca2", + "id": "294538c7-cefb-4cb8-8162-c92cdad67955", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101831,7 +101831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0aece816-96f8-4059-970b-ce3542c9c724", + "id": "8017a8e8-bce6-43ed-9ebd-7d3ac790a38f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101875,7 +101875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9567d72-77c3-4b8e-948c-7ecf6f738f06", + "id": "f2924be1-61cb-417d-9b37-8b44f01376de", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101931,7 +101931,7 @@ "description": "Use this API to implement personal access token (PAT) functionality. \nWith this functionality in place, users can use PATs as an alternative to passwords for authentication in Identity Security Cloud. \n\nPATs embed user information into the client ID and secret. \nThis replaces the API clients' need to store and provide a username and password to establish a connection, improving Identity Security Cloud organizations' integration security. \n\nIn Identity Security Cloud, users can do the following to create and manage their PATs: Select the dropdown menu under their names, select Preferences, and then select Personal Access Tokens. \nThey must then provide a description about the token's purpose. \nThey can then select 'Create Token' at the bottom of the page to generate and view the Secret and Client ID. \n\nRefer to [Managing Personal Access Tokens](https://documentation.sailpoint.com/saas/help/common/generate_tokens.html) for more information about PATs.\n", "item": [ { - "id": "ba824ade-cd33-4c4b-a5cb-deb6514c44b3", + "id": "15958401-8645-4f81-9ca0-5a54f3c39a0a", "name": "List Personal Access Tokens", "request": { "name": "List Personal Access Tokens", @@ -101979,7 +101979,7 @@ }, "response": [ { - "id": "a7572e08-81bf-4449-a596-bc7a3c540c10", + "id": "0c1dd8fb-182d-485d-85a6-505955b9eade", "name": "List of personal access tokens.", "originalRequest": { "url": { @@ -102041,7 +102041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e285ec9c-bcad-45fa-a9c8-719f560d3db3", + "id": "79964b7b-2751-47ad-a69f-5e10600f6385", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102103,7 +102103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "312516da-b0bc-4cc8-816c-7faecbc3da08", + "id": "ed5a77fc-81a6-416d-a8a7-5e4bba46787f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102165,7 +102165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08a22bb7-d8ef-4a2a-b93d-87ce1f99813f", + "id": "2530edc6-2c22-4eae-bcf5-0a0d4d9b075b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102227,7 +102227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bcafb8a-2b79-4ccc-ad5f-0a5aa4a3eae6", + "id": "1fb8c80b-d9a6-4903-ba98-7e094549c784", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102289,7 +102289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e35166d7-59f1-46ce-894c-0198d976d583", + "id": "394456bd-82fa-4890-bd58-f00b97d770ab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102357,7 +102357,7 @@ } }, { - "id": "6585da0c-d8c5-4ebf-9452-fed19c5a2efe", + "id": "d6587a0f-221a-4577-874f-eecaf7c858d5", "name": "Create Personal Access Token", "request": { "name": "Create Personal Access Token", @@ -102399,7 +102399,7 @@ }, "response": [ { - "id": "6eb1bcd2-3e38-46a5-9c77-9f25d3fe0477", + "id": "13161888-cb2b-42eb-a01f-78e2f5d18c1c", "name": "Created. Note - this is the only time Personal Access Tokens' secret attribute will be displayed.", "originalRequest": { "url": { @@ -102455,7 +102455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf5bdc47-c137-4fb4-bb1b-0c35307c2151", + "id": "b304af3d-3585-43bc-940f-f33498bf7452", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102511,7 +102511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9920ab28-3dfe-4a43-adef-c8b075aeae1b", + "id": "614a5c7b-7233-4c11-a32f-3b17de91374c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102567,7 +102567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4101bab2-79d7-4665-bc8c-d49db3680a2f", + "id": "1ac6da6f-cb10-4245-9715-34f9805a4437", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102623,7 +102623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1048ed62-8493-4b42-a8f9-1c1a42d78326", + "id": "9f3cfee8-b540-4490-8c59-34d65ff3f0bf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102679,7 +102679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccfb0d86-db23-484f-b867-45f0947f6bca", + "id": "e193e9eb-5d3d-4ae2-90b0-21b50d18e3a6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102741,7 +102741,7 @@ } }, { - "id": "c7dc26c0-c284-479d-bfb4-168c70ea613b", + "id": "afdca48d-ffed-46e0-8301-412b88577b2d", "name": "Patch Personal Access Token", "request": { "name": "Patch Personal Access Token", @@ -102795,7 +102795,7 @@ }, "response": [ { - "id": "d6a8b11a-4753-4b0b-8a8d-8b2ff6ac39f4", + "id": "3e4863db-3f96-4961-9f28-7d6e9f7db590", "name": "Indicates the PATCH operation succeeded, and returns the PAT's new representation.", "originalRequest": { "url": { @@ -102852,7 +102852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bc9e8cc-fbab-4185-a73a-4a3141ea39cf", + "id": "e8c83def-fdcc-4244-9cf1-742d2934e9f5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102909,7 +102909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bbdacf7-cfd3-4c95-89e7-be320ae9e437", + "id": "0d9965c6-17c1-4b5c-8cad-b203584c5469", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102966,7 +102966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42bca523-9584-4510-b53d-1e79d9e81ed3", + "id": "482332f3-8b5f-4651-b53b-2551d4f37883", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103023,7 +103023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bd4ea2f-5012-46d5-8bfc-9e1e03db6c0d", + "id": "58903bea-9b39-4b25-9543-b7391c92d6b8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103080,7 +103080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6109477-b872-49ed-87ce-916821fe91a6", + "id": "9b990ba2-b647-4f34-9999-b41b6d442109", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103137,7 +103137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1897acf4-cc59-47be-8074-00386d471a18", + "id": "c62a43f0-edce-4543-8536-832c6fe4997b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103200,7 +103200,7 @@ } }, { - "id": "76b07c32-8955-431f-b6ec-ca8656c81a3a", + "id": "947a23a7-0d7c-4516-87df-805da2a57b3b", "name": "Delete Personal Access Token", "request": { "name": "Delete Personal Access Token", @@ -103241,7 +103241,7 @@ }, "response": [ { - "id": "3e851682-aff5-4562-b596-7c6f1d47f5e5", + "id": "8ed00088-c7a0-4781-99ec-980637883785", "name": "No content.", "originalRequest": { "url": { @@ -103275,7 +103275,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5c3a643c-f3b7-46ca-9945-4b9dd02d6db8", + "id": "d23a3e6c-0b96-439a-abfa-af06dcce5834", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103319,7 +103319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6d243ae-4558-451b-b48b-1062de56ce3e", + "id": "96a8c986-cd8b-427c-acf6-fa8e7a303324", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103363,7 +103363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d4e6a55-19fa-4191-bde4-1cd08ee2a77d", + "id": "0b4ac545-7685-41eb-ba59-38e6ca6c72da", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103407,7 +103407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5abfe654-4cc7-444d-a942-4ee08257aa30", + "id": "02fa0f97-ea06-4919-8e6c-69727c535843", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103451,7 +103451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "beb3c85c-d4ae-4b6e-bfdc-9cc6a336f38a", + "id": "8f2e109a-652b-45ac-b980-2fcfecf97220", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103495,7 +103495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77cea121-7cb6-4a25-a48a-85248ee4ed22", + "id": "a2149b4d-5b10-470f-98ee-08fad71758da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103551,7 +103551,7 @@ "description": "Use this API in conjunction with [Public Identites Config](https://developer.sailpoint.com/docs/api/v3/public-identities-config/) to enable non-administrators to view identities' publicly visible attributes. \nWith this functionality in place, non-administrators can view identity attributes other than the default attributes (email, lifecycle state, and manager), depending on which identity attributes their organization administrators have made public. \nThis can be helpful for access approvers, certification reviewers, managers viewing their direct reports' access, and source owners viewing their tasks.\n", "item": [ { - "id": "98c30aef-bb91-4550-a14a-ec545b6fbebe", + "id": "0c1614fa-108a-485c-80af-8fff22aed1de", "name": "Get list of public identities", "request": { "name": "Get list of public identities", @@ -103635,7 +103635,7 @@ }, "response": [ { - "id": "e71bae7c-8ab5-4e60-8bd1-6a4691fdb7fa", + "id": "b201adab-9f01-435a-8da1-f18b0c5839b5", "name": "A list of public identity objects.", "originalRequest": { "url": { @@ -103733,7 +103733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5942557-19f4-4e37-82d1-33bc467256a1", + "id": "ad0d333a-1a7a-4f44-b36f-57fc3687691e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103831,7 +103831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ea37f17-69d3-4bc9-b39e-c9c028944288", + "id": "2addf203-05f8-4806-9f68-f0a071958328", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103929,7 +103929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "580fc9d7-6375-4f22-89a1-c489d0c941af", + "id": "47e9ffb9-62d0-4106-9f2b-d5787df84cb9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104027,7 +104027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b976f91-5f0c-408c-931b-c09d9220d7d5", + "id": "87b5564e-636c-47fe-a47b-1cd83516fab2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104125,7 +104125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45cd02af-0fec-44b7-a4b1-a9e3dd9a80b5", + "id": "98f4ef3a-0b7d-4bcf-8ee6-6fb4298526b6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104235,7 +104235,7 @@ "description": "Use this API to implement public identity configuration functionality. \nWith this functionality in place, administrators can make up to 5 identity attributes publicly visible so other non-administrator users can see the relevant information they need to make decisions. \nThis can be helpful for approvers making approvals, certification reviewers, managers viewing their direct reports' access, and source owners viewing their tasks.\n\nBy default, non-administrators can select an identity and view the following attributes: email, lifecycle state, and manager. \nHowever, it may be helpful for a non-administrator reviewer to see other identity attributes like department, region, title, etc.\nAdministrators can use this API to make those necessary identity attributes public to non-administrators. \n\nFor example, a non-administrator deciding whether to approve another identity's request for access to the Workday application, whose access may be restricted to members of the HR department, would want to know whether the identity is a member of the HR department. \nIf an administrator has used [Update Public Identity Config](https://developer.sailpoint.com/docs/api/v3/update-public-identity-config/) to make the \"department\" attribute public, the approver can see the department and make a decision without requesting any more information.\n", "item": [ { - "id": "eb6e1e6a-73fe-4537-9c49-e6fbc93e62b7", + "id": "362e24e2-afd3-48f5-870c-d511cbaef1fa", "name": "Get the Public Identities Configuration", "request": { "name": "Get the Public Identities Configuration", @@ -104264,7 +104264,7 @@ }, "response": [ { - "id": "4cc94a6c-f9bf-4431-88eb-f10c908e9477", + "id": "e76494f0-9ab8-4576-ab6c-5e82b094861b", "name": "Request succeeded.", "originalRequest": { "url": { @@ -104307,7 +104307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfbe4fd1-4f3c-4c17-a9b3-ed94fe306ac5", + "id": "7bea0fb8-b48e-4935-bfd4-6ff29a997523", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104350,7 +104350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46f99b8f-edee-4e50-9f4d-8ceb5838a5ba", + "id": "0fe86f54-b17b-4c07-b8c3-e2b3b01df6da", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104393,7 +104393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19c0738a-8cdc-4ed0-b051-6561af87f09b", + "id": "c30ca435-99ac-470c-842e-3a5266193e48", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104436,7 +104436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e665ffb-2a7c-48f6-bf8d-ef1398f15878", + "id": "4ffefbf5-72c2-48d2-aa22-9a99bb145241", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104479,7 +104479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe81007e-6f73-4af0-9736-9210cd34d505", + "id": "0b68c24b-8217-44f4-9596-8e2b39b3d27c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104528,7 +104528,7 @@ } }, { - "id": "324da6b0-ffbe-4db5-9c1a-ba05cf47a5d4", + "id": "5bad9fd4-90fa-40c0-bab4-1b1c25d714e4", "name": "Update the Public Identities Configuration", "request": { "name": "Update the Public Identities Configuration", @@ -104570,7 +104570,7 @@ }, "response": [ { - "id": "5b5dd77b-7603-4fad-a393-574159147d9c", + "id": "272e4fdd-b1a3-4669-9f2a-99b7dcb25853", "name": "Request succeeded.", "originalRequest": { "url": { @@ -104626,7 +104626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "572d89e3-2a49-4c37-b41d-a3be3c5fb06c", + "id": "6be073c4-9059-42dd-accb-33d360033ee0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104682,7 +104682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2233fd2d-c7ae-4f49-bc11-48c22f471841", + "id": "cc2729c8-3d15-49b5-971e-ad05f1bdc32c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104738,7 +104738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b76aa164-0d9e-4e0a-a2ec-bb94b3e2b503", + "id": "00cadf1e-9933-4520-82e4-1e9623e678e8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104794,7 +104794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ccf3229-c071-4e53-888f-91b10d553d4d", + "id": "e1867004-0cbb-47d2-bcf4-6f9ab85a7cf9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104850,7 +104850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "875a94bf-04ec-41a9-b105-b19282693b01", + "id": "97495474-0dbe-43eb-befb-62b713f23a80", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104918,7 +104918,7 @@ "description": "Use this API to implement reports lifecycle managing and monitoring.\nWith this functionality in place, users can run reports, view their results, and cancel reports in progress. \nThis can be potentially helpful for auditing purposes. \n", "item": [ { - "id": "58677e16-2b4f-431f-bf1e-1311753a6366", + "id": "8b0c36a2-02e3-42fb-9e99-14865dcea056", "name": "Get Report Result", "request": { "name": "Get Report Result", @@ -104970,7 +104970,7 @@ }, "response": [ { - "id": "000c6cb4-0d14-4cb5-979e-79ee883c9d99", + "id": "ef2e2d42-09dd-45c6-a3fd-f23b68f9b797", "name": "Details about report that was run or is running.", "originalRequest": { "url": { @@ -105025,7 +105025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f81c28f3-3a85-4db3-93df-e66e88c6d627", + "id": "21e56273-a144-41ca-a5d9-00acad325629", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105080,7 +105080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fbdba92-371d-4a6d-8c37-5eaa8bc4000a", + "id": "d3f1d9a2-e66c-4811-aaaf-3ddd0a59493b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105135,7 +105135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81a04684-504a-4ca2-8343-c703258c9907", + "id": "832a4aac-7b74-4ab2-9aae-a5d1d0d370d6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105190,7 +105190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "188c9a6c-f157-4393-92a5-8c66b7ff79ea", + "id": "f544a5fa-fc2b-4573-8136-3e48ccfa8382", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105245,7 +105245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6a8592a-b910-4c0f-9f99-d8c508d31269", + "id": "0c88545b-1ddc-4c5a-9685-9e68812c51e7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105306,7 +105306,7 @@ } }, { - "id": "a020d29d-41ad-45dc-a380-7057648cb28e", + "id": "ddf93ae4-76d1-44a2-92e4-1755ef7ee025", "name": "Run Report", "request": { "name": "Run Report", @@ -105349,7 +105349,7 @@ }, "response": [ { - "id": "ea4d3531-20ff-4f42-ae5e-cf6111d91a80", + "id": "19d22ab1-ec1e-40a5-922f-85318ef857ac", "name": "Identities Details Report task result.", "originalRequest": { "url": { @@ -105406,7 +105406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4787b706-1d2f-4ac7-af4d-f60d0faa93a9", + "id": "fb3ae3cb-e794-4ec2-973f-b5cdebe85d51", "name": "Identities Details Report task result.", "originalRequest": { "url": { @@ -105463,7 +105463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9b5c723-e0b4-4fa4-82ce-86aa72b086c1", + "id": "8c6e5b52-8e4e-4bb5-a196-d429b128e682", "name": "Identities report", "originalRequest": { "url": { @@ -105520,7 +105520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "502be5c2-2ed8-4e50-82d5-bf64f1edf802", + "id": "0db1b9ba-7124-4f23-b3c5-39351c9bd92f", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -105577,7 +105577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7ea5cc0-433e-4d2b-b55a-16f61bed944f", + "id": "f16890e6-95ba-493e-97f9-3268de9a0aaf", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -105634,7 +105634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "910a870f-873e-4e09-bd79-9a5f934fb75f", + "id": "7fea4a89-3a98-4d1a-95fb-15380104a9a3", "name": "Search Export report", "originalRequest": { "url": { @@ -105691,7 +105691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faa1d01d-cd18-495a-b725-c9b30fef2ded", + "id": "3604cd97-f9bd-4fd7-928c-89e70e408313", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -105748,7 +105748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9c65756-b69d-4667-b1fc-1030dbd5f850", + "id": "6b1033fa-46b4-4c9d-9e30-a592f1a96d89", "name": "Account Export report", "originalRequest": { "url": { @@ -105805,7 +105805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d539609-0578-46a9-a283-d291fddfdc96", + "id": "2941dcbd-8fa4-423a-8cbd-305ee0123845", "name": "Identities Details report", "originalRequest": { "url": { @@ -105862,7 +105862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc2d2778-1128-45fa-8fe5-e81951601ef9", + "id": "1f50dd09-8229-4e20-8102-269979e342b9", "name": "Identities report", "originalRequest": { "url": { @@ -105919,7 +105919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8d32fce-9ffc-4e7f-8a0f-72d4f7f9fd73", + "id": "47d595b9-51bb-4600-8e94-32889692ebc4", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -105976,7 +105976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a41e31f9-a4a9-4942-ba3e-c1cc61a81adf", + "id": "90f69366-fe3a-4732-94cf-a09de0186054", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -106033,7 +106033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae5053da-d8ec-45ee-b45d-e72a83f43a37", + "id": "dddf4b63-b4ae-4eb7-8271-7d3e050133b2", "name": "Search Export report", "originalRequest": { "url": { @@ -106090,7 +106090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80fa2ae0-a86e-49ef-bf52-782bd91f7f47", + "id": "f7a3097c-691b-4640-9f85-b766e0227e3b", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -106147,7 +106147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6954bba6-911c-4e3e-a97a-ff808d285c82", + "id": "9c115437-c69a-4c30-b6bc-d9117a6b3b3c", "name": "Account Export report", "originalRequest": { "url": { @@ -106204,7 +106204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07576e63-07e5-4580-8171-8dffe0528dd5", + "id": "12f6ea59-c6a8-4d22-a1b8-2ec7a59ac649", "name": "Identities Details report", "originalRequest": { "url": { @@ -106261,7 +106261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45f82ed4-fd9c-4778-908c-98891bebb2cd", + "id": "471b1311-bc21-4411-b7cb-558c0fb90a64", "name": "Identities report", "originalRequest": { "url": { @@ -106318,7 +106318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "771e3d4c-3705-4379-9c46-137deff98f31", + "id": "fcb47a19-7ab3-47f8-8eed-f33ed4b02229", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -106375,7 +106375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c66fbfe-4693-4807-b8e1-20a1568fad04", + "id": "bcbc8e8f-146c-4fdd-add0-c699ddd558e6", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -106432,7 +106432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32c438b9-c1b7-4a4b-8518-41b5413bb8bc", + "id": "56115a12-5be4-4c3f-a1c6-f4b3d19a3c79", "name": "Search Export report", "originalRequest": { "url": { @@ -106489,7 +106489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e47aceed-40ef-4b49-bf6b-31bcbc21d2c6", + "id": "daec103c-ca1b-41b6-a019-ff289e408f25", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -106546,7 +106546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d25dfa6a-7e3a-4dc1-940d-d989ddceaf4b", + "id": "7d444076-ad25-4365-9a90-a802e4eba7f3", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -106603,7 +106603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5640c34d-2aac-42bc-89e1-b70404d4b465", + "id": "5fc9ba7a-9b5c-4087-8aff-a11f66e6434d", "name": "Identities Details report", "originalRequest": { "url": { @@ -106660,7 +106660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43f2fd22-80db-41a8-9f42-7df58bbd8abe", + "id": "6e64399b-ac6d-4fad-aedf-47db892371c9", "name": "Identities report", "originalRequest": { "url": { @@ -106717,7 +106717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22be23a3-4d10-4e21-af70-f0cea52924b0", + "id": "97a22a3c-22af-4c12-9582-e0194fa7bb5e", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -106774,7 +106774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bab9275b-261e-4745-8ef5-64cd9f7a01ef", + "id": "fd28778c-5c6c-41df-94fd-f64010ec7685", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -106831,7 +106831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb32ecb3-d935-426e-9e57-fef2dd1a16f4", + "id": "4c820d28-60b3-45fa-83ec-ad622ca3b3ce", "name": "Search Export report", "originalRequest": { "url": { @@ -106888,7 +106888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bd12493-b734-40ee-89ed-1da760f354ce", + "id": "6969d053-94c3-41c1-af63-c494bd2c681b", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -106945,7 +106945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ee18eb8-08a0-47b7-8afe-d1515cbccfed", + "id": "2a3e6960-39f3-4c6f-bea3-bb6d0dd35da2", "name": "Account Export report", "originalRequest": { "url": { @@ -107002,7 +107002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e612faba-1ccd-4edd-9949-b07dffeee144", + "id": "be11f62c-114d-446b-aff2-45d3d7922b9a", "name": "Identities Details report", "originalRequest": { "url": { @@ -107059,7 +107059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c98a091a-ec7b-4ccb-8884-2b735aafb29d", + "id": "560c9db3-37a0-4dd6-ac20-411b140b6760", "name": "Identities report", "originalRequest": { "url": { @@ -107116,7 +107116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5931a368-d803-4c2b-9cc9-fac4d84c8894", + "id": "7c4024e4-8fa6-4aa6-83cb-5dd5f566167c", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -107173,7 +107173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "310d271d-44b9-41fa-a631-fe5d0a28df80", + "id": "8fe7ed44-16d7-42c2-8f9f-3a7b0b6a40e1", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -107230,7 +107230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fed2598-a801-4ac0-a05f-6697fb09e952", + "id": "5fa4e8b1-ad5d-486b-9a7d-3ecfae3e20bd", "name": "Search Export report", "originalRequest": { "url": { @@ -107287,7 +107287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d23334d-9053-4743-9089-13eed77c7d72", + "id": "f82fbf3b-4ba6-4f86-bcc2-e5a864d91b1b", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -107344,7 +107344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e1a7573-f7ad-4b2f-b44b-78da0f6f5117", + "id": "06b2233d-528e-4898-9a85-1c619d0861be", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -107401,7 +107401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc304b68-9236-48a9-9182-e5c586120b9d", + "id": "b9b72e34-5d69-4aab-b9f6-3d679e3f550b", "name": "Identities Details report", "originalRequest": { "url": { @@ -107458,7 +107458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9531a7b2-6b7b-496a-a3e3-532265423255", + "id": "71d6a6c7-03a5-4312-b3f5-c308b63075b0", "name": "Identities report", "originalRequest": { "url": { @@ -107515,7 +107515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "563edbda-e883-4fed-82bc-f8ef7f0f63ec", + "id": "8dd33f1c-fea0-4309-ada6-4e9e2a269577", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -107572,7 +107572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "755c2263-d3a9-4b99-92d4-6b67094d3b38", + "id": "e1aeb3f2-8149-4b2d-9f0a-ff0ca7c966a2", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -107629,7 +107629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e27f6dcc-8596-4e9b-bc1c-c0b444debd3c", + "id": "09c44a16-9da9-43e2-898d-6bb5b3296590", "name": "Search Export report", "originalRequest": { "url": { @@ -107686,7 +107686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "676a1cd6-6ba1-4d8d-985e-899597ab23e4", + "id": "0361057d-0c8b-4fd7-9ca3-9138df35ea98", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -107749,7 +107749,7 @@ } }, { - "id": "8df95317-f706-4a7d-a1b8-eb8bd4efd7a1", + "id": "f9e213fd-5518-4775-abf6-0ef0d9e917a1", "name": "Cancel Report", "request": { "name": "Cancel Report", @@ -107791,7 +107791,7 @@ }, "response": [ { - "id": "fc79bc85-4121-4741-ae8b-7ee2de8188a4", + "id": "d44aa810-d78e-41a0-ad91-392994fd5405", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -107826,7 +107826,7 @@ "_postman_previewlanguage": "text" }, { - "id": "61421475-1e68-47aa-a1d3-c327cf6f3007", + "id": "6e3c0dc7-98ea-417b-977d-0dc60f5d03c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107871,7 +107871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99450fb1-734b-437a-a1f1-4912d7ad3436", + "id": "97ec74fb-cec2-4f3c-9799-1750dbd97adc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107916,7 +107916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aef69948-1daa-489b-8d94-03e710a29ea1", + "id": "6bafc0bd-9f54-40f7-9a11-2338064f195d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107961,7 +107961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c57ee4e-0204-42f2-b237-aa50002fc415", + "id": "cc6d9640-414c-453f-86b3-2d7eb59afc89", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108006,7 +108006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f9f155a-4100-4526-b7c5-d1c680553246", + "id": "ea86ec0c-a6a7-411f-a455-7cc9fe12ecdb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108057,7 +108057,7 @@ } }, { - "id": "8739a2e1-6995-483d-b1b7-df5ec4f40681", + "id": "aaed1a9d-cea3-4eee-8ede-b16c9c76a9e9", "name": "Get Report File", "request": { "name": "Get Report File", @@ -108126,7 +108126,7 @@ }, "response": [ { - "id": "852caefa-6dbe-4dac-a3b2-a741fb568b83", + "id": "3f6ab4b4-ea05-43be-bb5d-99854cfb3d0c", "name": "Report file in selected format. CSV by default.", "originalRequest": { "url": { @@ -108202,12 +108202,12 @@ "value": "attachment;filename=\\\"fileName\"" } ], - "body": "ut magna et ipsum", + "body": "et ut", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "96738ccc-3845-4e94-a5c9-560dcb11ed20", + "id": "84a0ad49-a4b9-48ea-a5db-ae5386b79c81", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108279,7 +108279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c5e508c-be35-4529-9a25-6954fea6277e", + "id": "3a2244ee-12a5-4fdc-b755-debdc163223f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108351,7 +108351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b7626b1-f32e-48c4-b1c3-7797b3afb6fe", + "id": "7f2fcb25-deca-4b30-8002-96bab7d6af28", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108423,7 +108423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed588ba6-e41f-413e-a525-b049134d820c", + "id": "78e3d069-e18f-405a-b168-d158ee26ea10", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -108495,7 +108495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6c0e38c-1df4-4848-8fc0-b5047c3cb3e8", + "id": "95a5089a-0d0c-47ae-a115-c88ba81126d0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108567,7 +108567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da6e5d2b-76e4-4244-be46-3a6efe90f9b5", + "id": "fbe37086-8744-43f7-921b-1d4f0c7ef7da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108651,7 +108651,7 @@ "description": "Use this API to implement requestable object functionality. \nWith this functionality in place, administrators can determine which access items can be requested with the [Access Request APIs](https://developer.sailpoint.com/docs/api/v3/access-requests/), along with their statuses. \nThis can be helpful for administrators who are implementing and customizing access request functionality as a way of checking which items are requestable as they are created, assigned, and made available.\n", "item": [ { - "id": "e43e576a-fa39-4b53-8cd0-27017e9b1e1a", + "id": "f5df7781-6763-46cd-9c5c-4f2991a2aebc", "name": "Requestable Objects List", "request": { "name": "Requestable Objects List", @@ -108762,7 +108762,7 @@ }, "response": [ { - "id": "378b4fa7-3241-4e7e-b841-fee1003b34b6", + "id": "1443e7d3-3c7d-42d6-b445-45cbc9904bca", "name": "List of requestable objects", "originalRequest": { "url": { @@ -108887,7 +108887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c9626c0-19df-44f8-8fe8-9e28781d8b47", + "id": "490cfab6-390e-4b43-a077-5b3b868f39e0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109012,7 +109012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "420af45b-a5b2-418d-92c2-f937bd30b0f4", + "id": "f6341f9f-b996-4ded-b02a-1dfc9d7eb12e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109137,7 +109137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4914f61-d1d5-4b1a-aaae-8fc27a2fd496", + "id": "0a8c3e0f-ce43-46a4-b526-068c5501a231", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109262,7 +109262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5aa69690-6729-42a9-931b-03d3da6174cf", + "id": "3f31a1f5-d6b4-4734-a8f7-61fa469567b8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109387,7 +109387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5200e71-816a-4e23-a9f5-42a186a627cf", + "id": "204098df-8b7c-4775-8991-26525edda866", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109524,7 +109524,7 @@ "description": "Use this API to implement and customize role functionality.\nWith this functionality in place, administrators can create roles and configure them for use throughout Identity Security Cloud. \nIdentity Security Cloud can use established criteria to automatically assign the roles to qualified users. This enables users to get all the access they need quickly and securely and administrators to spend their time on other tasks.\n\nEntitlements represent the most granular level of access in Identity Security Cloud. \nAccess profiles represent the next level and often group entitlements. \nRoles represent the broadest level of access and often group access profiles. \n\nFor example, an Active Directory source in Identity Security Cloud can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nAn administrator can then create an even broader set of access in the form of a role grouping the 'AD Developers' access profile with another profile, 'GitHub Developers,' grouping entitlements for the GitHub source.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nWhen users need both the 'AD Developers' access profile and the 'GitHub Developers' access profile, they can request access to the role grouping both. \n\nRoles often represent positions within organizations. \nFor example, an organization's accountant can access all the tools the organization's accountants need with the 'Accountant' role. \nIf the accountant switches to engineering, a qualified member of the organization can quickly revoke the accountant's 'Accountant' access and grant access to the 'Engineer' role instead, granting access to all the tools the organization's engineers need.\n\nIn Identity Security Cloud, adminstrators can use the Access drop-down menu and select Roles to view, configure, and delete existing roles, as well as create new ones. \nAdministrators can enable and disable the role, and they can also make the following configurations: \n\n- Manage Access: Manage the role's access by adding or removing access profiles.\n\n- Define Assignment: Define the criteria Identity Security Cloud uses to assign the role to identities. \nUse the first option, 'Standard Criteria,' to provide specific criteria for assignment like specific account attributes, entitlements, or identity attributes. \nUse the second, 'Identity List,' to specify the identities for assignment.\n\n- Access Requests: Configure roles to be requestable and establish an approval process for any requests that the role be granted or revoked. \nDo not configure a role to be requestable without establishing a secure access request approval process for that role first. \n\nRefer to [Working with Roles](https://documentation.sailpoint.com/saas/help/access/roles.html) for more information about roles.\n", "item": [ { - "id": "a646cb72-576d-4fc4-b3c9-25017c37f432", + "id": "d75348e7-2f16-46df-bdb9-d4279b5a27b1", "name": "List Roles", "request": { "name": "List Roles", @@ -109626,7 +109626,7 @@ }, "response": [ { - "id": "9fa51320-923c-47fc-9558-bdd4641d6b79", + "id": "b792aeb8-774d-4981-a9d0-2ffbc87e5ab4", "name": "List of Roles", "originalRequest": { "url": { @@ -109742,7 +109742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a92382cb-9951-466f-b4cc-07ee4da3adbb", + "id": "2014e7a6-c4e2-4727-99e2-970ca776c9e7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109858,7 +109858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf8c2ed1-3eca-48f6-949a-4b854ec962fe", + "id": "9dc41ac8-0a9f-4025-b398-034cf33f2a33", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109974,7 +109974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03da8b47-d8ae-4fa0-b6ac-a818916209d9", + "id": "cc58f7ac-b41f-4955-b8ec-b0b1681cbe7c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110090,7 +110090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6f99012-3e24-47e4-a824-6ea231f53718", + "id": "9fc25732-9376-4c10-859f-c0c4c768254a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110206,7 +110206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52729037-4bb3-4fcc-b483-a6d5785a4544", + "id": "0f1bf4e2-64ad-4fb7-ad98-a78b7f95566a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110328,7 +110328,7 @@ } }, { - "id": "23f09994-0abc-4d4b-80d4-6714e1b501ba", + "id": "4db4ab27-004a-4b62-ae9a-ea41476dab2a", "name": "Create a Role", "request": { "name": "Create a Role", @@ -110370,7 +110370,7 @@ }, "response": [ { - "id": "c399a8cb-b634-463d-9ff2-fa8fb7f1595e", + "id": "45b68490-972c-4c80-8eb2-46b2278b1f90", "name": "Role created", "originalRequest": { "url": { @@ -110426,7 +110426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad6ef150-477b-495d-87c5-f86e3b2f34de", + "id": "c35cc99b-4594-42aa-8148-bc00d10958f6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110482,7 +110482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49c4b246-839e-4066-b4c1-9304873eda1e", + "id": "9556c814-e519-4a20-b34f-92a1840dc08d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110538,7 +110538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58ffbe84-013c-4864-a3a0-2b7a8d4275d5", + "id": "ea67facc-9eec-4578-a5e6-538ffaa3eb45", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110594,7 +110594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc804f72-a418-45fa-b5ca-29ef04f81c0d", + "id": "c641b2cb-e20c-46f2-82e5-fb254e75af73", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110650,7 +110650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de359dc4-235e-4e5e-823c-43222f6f09e0", + "id": "0c919f8d-8b9f-4133-b77d-be919d509627", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110712,7 +110712,7 @@ } }, { - "id": "d56578b8-30e3-4089-aa47-3bfefd85ae6e", + "id": "bc4e44ed-1dfb-4d16-9f27-1fa2eda5b342", "name": "Get a Role", "request": { "name": "Get a Role", @@ -110753,7 +110753,7 @@ }, "response": [ { - "id": "dbcae4df-7999-4711-af7d-63a3ee55f512", + "id": "d6cfb6a9-4d5a-4b30-af70-27fe50dca0f9", "name": "List of all Roles", "originalRequest": { "url": { @@ -110797,7 +110797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e11d5fef-764b-415e-b5ad-184fa7df9dda", + "id": "2c9753da-bf92-4358-ad2b-77f11c68b596", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110841,7 +110841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31887dc8-9f60-4bae-82db-3d97ef591b7e", + "id": "56603523-2920-4940-a005-2715a6fe5dd2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110885,7 +110885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25470443-6ce1-464f-b599-9eb10422e7de", + "id": "da649b9c-8cee-423d-bbe0-d29f7d7c3fca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110929,7 +110929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "014f7c5d-3a7f-4594-8d58-1c851df78690", + "id": "4613de6e-2d7c-44e1-a993-650e21d03ef0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110973,7 +110973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b841ee4a-e35f-4956-ab60-c166a0d9717a", + "id": "919b2790-c61f-4775-bd36-a5d7c054f3f8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111023,7 +111023,7 @@ } }, { - "id": "e4d95f43-bd52-406d-8986-f987a14189b9", + "id": "bdcea9f6-f3f1-4514-88a2-44181710d080", "name": "Patch a specified Role", "request": { "name": "Patch a specified Role", @@ -111077,7 +111077,7 @@ }, "response": [ { - "id": "ea895f1d-9664-4331-8305-2e410cef163d", + "id": "b2916d53-8530-4b09-9772-d5c803ac4b24", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -111134,7 +111134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "087ba81e-9ff6-4ae9-abde-d707a9015d5a", + "id": "e6a43826-1d79-4a1a-87dc-a206d1841d08", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -111191,7 +111191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7446258f-bb22-442c-8823-c8d88050f44b", + "id": "ef7ff502-2ad5-4ec5-9222-3ebe5d5dd1e9", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -111248,7 +111248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1eceb12-5a01-4055-8a49-a036c37b3c76", + "id": "75a71750-711f-4360-9b78-1b83a150f839", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -111305,7 +111305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3038ffb8-8487-4813-bc18-ba2a254740cc", + "id": "59e01de4-e20f-41f4-b4d0-b93c81223be7", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -111362,7 +111362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64ff45f0-8845-4b58-8955-6787f08b2003", + "id": "3ebffc85-41f5-449f-9d5e-a4a267301f4f", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -111419,7 +111419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ffd807a-a462-459b-abc1-e8f170c1068d", + "id": "05f7985a-ddb5-4f38-a283-94b3d9e766c8", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -111476,7 +111476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35a4c6f2-a3cb-44f2-89e5-c890a764e9f7", + "id": "c2abe35d-038e-4c48-a7d9-215971ebf16f", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -111533,7 +111533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fddc896-7b78-4f35-b8e4-85cfa78e008c", + "id": "4b702012-2395-4564-869f-7ea175e049ec", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -111590,7 +111590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54c6ddfb-4402-41e3-873f-2547b882e8d4", + "id": "3412a8cc-8c06-4968-96bb-3a71fddb539a", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -111647,7 +111647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00272c39-8b5c-4bc6-b6e0-0a5257bd02c0", + "id": "d7a45086-4162-45ac-b08d-7d4ce639b2e0", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -111704,7 +111704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b84e7bf9-7462-416d-b7de-f33eb6163eee", + "id": "e32212b8-24b0-465f-976c-e15fced401a9", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -111761,7 +111761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ed8d983-67aa-413a-85e6-d8c69bdf3711", + "id": "3fc4f4de-416a-4fc0-b6f0-f44fcd740421", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -111818,7 +111818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa1b454d-021c-4527-af23-189f88646980", + "id": "e7be21d2-f72f-462d-8c7a-6be73dfbd43a", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -111875,7 +111875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf083103-8797-44b5-8ada-2ff96e7481ae", + "id": "3d6a9f8c-37bf-48ad-b850-4522e4e44b2c", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -111932,7 +111932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52c88e4d-63c1-4838-9648-8528e1fe5979", + "id": "089db52f-1edf-4f25-bb0a-dcedee7f4d86", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -111989,7 +111989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3af25fc1-a5d0-4056-9861-713a7eee03d0", + "id": "cf6e25aa-4bdf-4ae2-9098-cbeb6713e3af", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -112046,7 +112046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baf84bc0-0b99-40f7-85af-68891be429f4", + "id": "0b17bfc4-dc20-4c16-9be6-769410404e58", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -112103,7 +112103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fccdd5a5-385a-40dc-81e2-26f117fb73e2", + "id": "31c5ab2f-7860-46b0-ba36-e38bab6507d7", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -112160,7 +112160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "672df1b6-d2b1-4365-90c2-0efa1247fbe2", + "id": "da828e16-c36b-4347-9746-3fb6bc20cbd8", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -112217,7 +112217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bfe8fcb-4674-4a74-96c2-ae92f2ad2f96", + "id": "6b3dd406-d327-4f42-848d-d17a0552ebda", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -112274,7 +112274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd11c4bf-cc9a-460e-9efe-157922377ab2", + "id": "ff057644-d3b5-4e5e-a89c-b97c8d4c1d1d", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -112331,7 +112331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbe44480-6cfe-4915-86c6-58b400ba56c7", + "id": "bfdecf1e-858f-470b-a47c-759b76b4645a", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -112388,7 +112388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fea74b27-68d2-41b3-92f0-661a81e4f557", + "id": "981301e7-5ab9-44b4-bae9-2f97960a6459", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -112445,7 +112445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d64f60b9-245f-4fb0-81a9-0f8943c910df", + "id": "f673a639-52f4-4d57-8e9a-f0041da4ef80", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -112502,7 +112502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5899a99-ec02-460c-bacf-9d8d4230ae04", + "id": "420e012a-0fbd-41ce-b2c6-6b46e75b7fd3", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -112559,7 +112559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2384c378-c267-4ee4-85fa-988ffb6da88e", + "id": "7873660e-df2a-4e06-b10d-3aed3b1d3396", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -112616,7 +112616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d1a0a0d-8dfc-4f6f-a42b-aeeee925f689", + "id": "1e2346e7-fe30-4eb1-885e-ce539bbd0a5e", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -112673,7 +112673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c501545-6e95-422c-9fd5-918562cb292c", + "id": "89e5bfbf-e109-412e-b66e-f7542f4dde40", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -112730,7 +112730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "091f37b0-6799-4cba-904a-6facea2a2151", + "id": "ec37f7c9-9d82-4b2a-ab5f-b5479ae13a9a", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -112787,7 +112787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "481fe1bf-8bf6-4952-b903-277316f233ed", + "id": "ec0a91fe-0252-4b65-a9db-5dfb76891c7c", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -112844,7 +112844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ebc382f-99d7-41c1-a672-f742bf404885", + "id": "b2568d26-c768-4540-99bd-27ae127a1498", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -112901,7 +112901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04ef95c2-5c1f-4d56-b1a3-56749de74a0a", + "id": "152e57c3-c866-4157-9607-554f30223a51", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -112958,7 +112958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "720ba7c8-f5a3-4183-a1c0-1b069c11a18e", + "id": "2fdb716f-7ffa-42e7-9643-93e4487492d8", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -113015,7 +113015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dfeef2c-2313-423b-a87a-0e12169edb8e", + "id": "192f5807-b04a-454f-a652-f236d648bcd1", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -113072,7 +113072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b557e5e-1c52-45e2-9c65-1495eb36239b", + "id": "d5e85e9d-8577-4269-a291-0c76c9fae512", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -113135,7 +113135,7 @@ } }, { - "id": "876b7bb1-e086-4eaf-98d4-2acfb9f267a8", + "id": "dc91dcfd-9d86-4837-b8d2-4c4cd59d0c1d", "name": "Delete a Role", "request": { "name": "Delete a Role", @@ -113176,7 +113176,7 @@ }, "response": [ { - "id": "dad251a2-a728-41a3-b531-87c0aab777a3", + "id": "219ffec3-a98e-4951-a436-3c979ee2a6ce", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -113210,7 +113210,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a79d1ad8-a092-4958-b81d-555fe98c44e4", + "id": "0ae5e8b2-006c-425d-9c8e-b48c7ea07f8c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113254,7 +113254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7855ec35-06e2-4931-9a1d-16cdd5f87cbb", + "id": "009d1b34-79ab-478b-86ca-a20b7ef0ea1b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113298,7 +113298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ec766c0-1889-4be8-a386-69e2545f83d5", + "id": "4f1129e6-a8b1-47e4-a0a3-e120d6c644fe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113342,7 +113342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16c17d82-a08a-4bec-ad8e-a2d6584e7bf2", + "id": "02f36d7e-afba-413b-b679-5462f991d89a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113386,7 +113386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7761c7ee-45bb-40be-8f61-76349039ae6c", + "id": "875bfc52-d9a1-418b-b2d1-6143e0d487b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113436,7 +113436,7 @@ } }, { - "id": "7046c5c7-1fdc-42e8-b855-ea5f21f3c5e2", + "id": "9929e8a3-a561-42f7-bf45-c87eeee319f5", "name": "Delete Role(s)", "request": { "name": "Delete Role(s)", @@ -113479,7 +113479,7 @@ }, "response": [ { - "id": "c091a356-2476-4abd-9241-7426f57a3ecc", + "id": "3a70cc51-51e1-41c9-a122-2f972b6a13ae", "name": "Returns an object with the id of the task performing the delete operation.", "originalRequest": { "url": { @@ -113536,7 +113536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3928c5ca-90aa-49c7-820b-dbde0ab63cb5", + "id": "f1892613-cfa3-434b-af12-c57f155ee02f", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -113593,7 +113593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f464c40-f1ba-4687-adef-cbf694809ee3", + "id": "feb8bbcf-ffd6-49c8-9673-b60ba72665f8", "name": "400.1 Role ids limit violation", "originalRequest": { "url": { @@ -113650,7 +113650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76ca4fe0-3f31-4a70-b9d3-0c37d76bae6d", + "id": "ec907572-0155-429e-9055-766251bca376", "name": "400.1.404 Referenced object not found", "originalRequest": { "url": { @@ -113707,7 +113707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bc5d9e0-f0b0-4aba-9e4e-b49694f96134", + "id": "a9e22451-f607-4930-86fd-cba1a8aadba4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113764,7 +113764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ac658f6-3ff5-4c36-9064-89daf07d1713", + "id": "102e3487-fca2-430b-a2b7-1abb15a7acb8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113821,7 +113821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "173ab308-028c-410d-aa97-e759d7c00f3c", + "id": "1300aa7c-1e0a-4a7a-864c-719327eef8a4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113878,7 +113878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e5cdcae-49d7-4ae8-b122-d106affcb1f7", + "id": "22e9387c-97b8-4db1-8a37-14a9898df48d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113941,7 +113941,7 @@ } }, { - "id": "4825d7fd-680a-4c02-9acf-f0381bdd4086", + "id": "7e051574-157a-4642-9a0a-28356c6a05bf", "name": "List Identities assigned a Role", "request": { "name": "List Identities assigned a Role", @@ -114026,7 +114026,7 @@ }, "response": [ { - "id": "07e30d18-b381-4353-ad70-8dd96320c6d4", + "id": "e939f06c-1aa4-4018-a1d2-adf2ca6ea9b7", "name": "List of Identities assigned the Role", "originalRequest": { "url": { @@ -114117,7 +114117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf43b0f5-18df-4478-a8a8-6937e2a30d38", + "id": "a535eb3f-d49b-481c-9594-91c1ade40c6a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114208,7 +114208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e36e04f-925a-4768-a0d5-60ace4fc5ceb", + "id": "c7d9234a-21dc-49fa-a2d5-5832d0a61a1b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114299,7 +114299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4140216-1f0e-4d91-958c-af0e83a21557", + "id": "2933d67d-0249-404d-a519-2767b6e7e61e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114390,7 +114390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a85fdce-a2cc-4fd2-b3c2-99797d0924a1", + "id": "f02f8b6d-5c3c-473e-a295-885410bb519a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114481,7 +114481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6569ac6-0418-4205-bab7-bebfd8d6f897", + "id": "55481014-6e09-4d0d-979e-450144d5005f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114584,7 +114584,7 @@ "description": "Use this API to implement saved search functionality. \nWith saved search functionality in place, users can save search queries and then view those saved searches, as well as rerun them. \n\nSearch queries in Identity Security Cloud can grow very long and specific, which can make reconstructing them difficult or tedious, so it can be especially helpful to save search queries. \nIt also opens the possibility to configure Identity Security Cloud to run the saved queries on a schedule, which is essential to detecting user information and access changes throughout an organization's tenant and across all its sources. \nRefer to [Scheduled Search](https://developer.sailpoint.com/docs/api/v3/scheduled-search/) for more information about running saved searches on a schedule. \n\nIn Identity Security Cloud, users can save searches under a name, and then they can access that saved search and run it again when they want. \n\nRefer to [Managing Saved Searches](https://documentation.sailpoint.com/saas/help/search/saved-searches.html) for more information about saving searches and using them.\n", "item": [ { - "id": "e010d6dd-2ac9-4725-9ca1-892556899e7c", + "id": "6f362f23-9b89-4127-9a3f-6f13af5fe3fc", "name": "Create a saved search", "request": { "name": "Create a saved search", @@ -114626,7 +114626,7 @@ }, "response": [ { - "id": "c712a906-0149-40c5-9242-9d02f3e36c96", + "id": "cdcf4421-1a7b-4efd-9242-675fff0c5146", "name": "The persisted saved search.", "originalRequest": { "url": { @@ -114682,7 +114682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a116ecd4-a2b4-4835-b42e-4e7348c8e940", + "id": "5ff08d97-5c7c-47f0-8ef9-b79603cc49ab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114738,7 +114738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dfd4918-8432-4afb-aabf-1b7c06b5b56f", + "id": "42965e9d-4892-4e63-8bf7-5ddd64aa4902", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114794,7 +114794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79223c14-0852-4bea-9c5f-6da8a2fe2329", + "id": "2ed441a6-c364-42ce-8f66-f08c2a723a5a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114850,7 +114850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afd19f63-74c5-4a68-b37f-cce9914a26e4", + "id": "89e467a1-b569-45e8-beb1-e91b1fb55e5c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114906,7 +114906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bba817a3-8595-482c-99a0-b53432624a56", + "id": "c4a13979-caf2-4e72-82fd-34e8d227714f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114968,7 +114968,7 @@ } }, { - "id": "c8eee6da-4e9b-4cb2-9b2c-67d7ced0630b", + "id": "7f509e91-6951-4199-a014-b1c524cba775", "name": "A list of Saved Searches", "request": { "name": "A list of Saved Searches", @@ -115034,7 +115034,7 @@ }, "response": [ { - "id": "6ac73e19-08f8-4b21-b95d-85ea5cafbf90", + "id": "bca649d2-0568-4985-8bb5-6975c8b35897", "name": "The list of requested saved searches.", "originalRequest": { "url": { @@ -115123,7 +115123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9c8808d-a960-4fbc-ba09-9443dd442aca", + "id": "6bb00b85-9a3a-405d-bbb2-5193069371b9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115203,7 +115203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "557a825e-0c96-42f9-bb78-84fc98e2de30", + "id": "f4e6bf73-234e-4ea3-9d97-bbf5d24ec799", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115283,7 +115283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca901e0a-9629-4095-9187-c36b5c6b8a88", + "id": "95b2844a-1db3-4154-b869-d4a2f4067a93", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115363,7 +115363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c68e599-428c-43d2-bfcb-3421c6072cfe", + "id": "7a558852-ab95-4ae3-8aef-e099a9635237", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115443,7 +115443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29014107-9a1b-42af-a691-4b3108e4d2d5", + "id": "b31b43cb-6943-477b-bb55-eed071c7f126", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115529,7 +115529,7 @@ } }, { - "id": "29c3f545-9c7b-44cc-9877-7e998071b63e", + "id": "4f2b7b2a-bcb1-4b55-bfdf-ec3e1d61c13c", "name": "Updates an existing saved search\n", "request": { "name": "Updates an existing saved search\n", @@ -115583,7 +115583,7 @@ }, "response": [ { - "id": "d6fecbd8-ca96-454c-8b82-1e3d81ea504d", + "id": "6c35dbfd-a063-4496-870c-d3ba6b99909b", "name": "The persisted saved search.", "originalRequest": { "url": { @@ -115640,7 +115640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a76ccaca-738e-4559-96d5-b5db4a6306b0", + "id": "1c7a5bb1-7d79-40a1-bb2d-d2494d02a6b5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115697,7 +115697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f42e3a9f-ff5f-4169-8633-2a098279605d", + "id": "ae383996-d1bf-4030-84a9-a21721817b42", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115754,7 +115754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1908eb8f-b866-4468-add5-1ee5f214e942", + "id": "e756fd22-1806-44b1-96a3-9df149ea8298", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115811,7 +115811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85f00d34-d19b-4ec6-b935-65607bb60082", + "id": "fa9ed23e-15d5-458f-8f7f-d38b1b90bb7e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115868,7 +115868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87c2e6bf-6f38-4cbd-b740-d065445dd110", + "id": "a354ee5a-e0c7-4bb1-86f9-1647f1cfb393", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115931,7 +115931,7 @@ } }, { - "id": "e32fb6c6-b68d-4854-b0b7-96366c035afc", + "id": "292a3e1a-d204-4189-941a-cbdfcd08440a", "name": "Return saved search by ID", "request": { "name": "Return saved search by ID", @@ -115972,7 +115972,7 @@ }, "response": [ { - "id": "25dd2b30-a703-48c7-bfdd-a8c0dc225d42", + "id": "957c78f1-2ab1-41b6-adcb-dba6deaac680", "name": "The requested saved search.", "originalRequest": { "url": { @@ -116016,7 +116016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f229a03-651e-497f-ab6e-0c7e3a2771a9", + "id": "9e758230-9214-4ce1-b933-addfc7976f21", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116060,7 +116060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d073326f-da67-462c-b9cf-d3eae81c7c6c", + "id": "4bf2f430-5f6a-4085-8ed1-7ff3c8ce17ea", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116104,7 +116104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93422e24-4551-478a-833b-56b8cc219bee", + "id": "3a10d053-a37c-4bc4-b92c-e37e3cb69418", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116148,7 +116148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fa7312e-b762-4b03-9104-e39fae3907e8", + "id": "dc67d00a-5ceb-4fa4-b4fc-186c04474391", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -116192,7 +116192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15f22870-5a23-43c4-b31c-dd7c786d6b73", + "id": "09e62a39-df6a-4370-9b7b-86f5d2b92980", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116236,7 +116236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d177a94b-53d4-4fd5-af6a-88a1d3858c8b", + "id": "8c6f4919-3784-4e97-ad4f-ece304333c6c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116286,7 +116286,7 @@ } }, { - "id": "a214d799-a6bf-4308-8a66-c1fd078ddea4", + "id": "12f268c0-3f08-43df-a7f9-8a23fbe9108a", "name": "Delete document by ID", "request": { "name": "Delete document by ID", @@ -116327,7 +116327,7 @@ }, "response": [ { - "id": "3f2cdcd5-bb06-4835-85cf-800a569f545b", + "id": "cad6f82e-9d86-4d8f-a895-d45ee6e0d04b", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -116361,7 +116361,7 @@ "_postman_previewlanguage": "text" }, { - "id": "02b3f8b0-7e4e-46ef-b3d7-e04a3c7e26bf", + "id": "a6a89e79-e8ff-4001-ba33-b3a87a82a5c6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116405,7 +116405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d715ef3a-fd08-409d-9469-1332d030e901", + "id": "1d190420-0dbc-4dab-bbc3-645d4b67798d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116449,7 +116449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "785d1eae-bf83-4624-a936-19b3da5834a1", + "id": "5bc363a3-9472-40d3-9db1-a5c3dd5e4021", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116493,7 +116493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f31ab065-245b-474c-946c-780fd74d5507", + "id": "ec1f61ce-87e7-44dd-b714-228fd84ead92", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -116537,7 +116537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7b4f9fc-e49d-4385-9535-27bd20848eae", + "id": "7630fc0b-831b-4a7f-91af-4fa814e40374", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116581,7 +116581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef51c32e-4d17-4b15-80a6-e7f656d79929", + "id": "6c328545-eff7-4c92-83a2-d28f0a20a736", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116631,7 +116631,7 @@ } }, { - "id": "d80196ab-d8c9-4ff1-8112-272047e02416", + "id": "1ac15ca3-d9c3-4fed-9cc9-eb0192082817", "name": "Execute a saved search by ID", "request": { "name": "Execute a saved search by ID", @@ -116686,7 +116686,7 @@ }, "response": [ { - "id": "6a2048e6-397e-4115-8faa-965fd03f187b", + "id": "cd4a761b-6f14-480d-9872-d552028d09ae", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -116734,7 +116734,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d3936117-e017-4d55-91bd-88ade8d585b5", + "id": "ff6b1457-62f1-4c5e-b4d8-9beaa6e51c54", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -116792,7 +116792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23bdc2ae-37ce-4669-9556-db0ba27fca3e", + "id": "6c2756a5-5cc4-46f1-8df6-1a0a9dd5ed01", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -116850,7 +116850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0011938c-3be1-4eb6-8e91-2a6b399f6c06", + "id": "ffc01820-a1bb-4b74-b8e3-084b2d982069", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -116908,7 +116908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2c121bf-3cb3-47fd-9ba4-d56a215c3a8d", + "id": "96a90a8d-1dfa-423f-a5f3-fdcfc88aad87", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -116966,7 +116966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8468739-ff7c-4f80-919e-e12a2590f5ee", + "id": "07f77139-cab1-4f4c-a389-440655d91e05", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -117024,7 +117024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42f38d03-e7c5-47e0-bd4a-c207bb292295", + "id": "57c7b76f-56a7-4561-98a3-afe57717ff60", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -117082,7 +117082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9392aff-720f-4093-80a6-e4ffcc02e597", + "id": "eec0cf9e-59ed-4165-a481-0a0ceb6e3ac6", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -117140,7 +117140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95b9975a-3111-49ba-8e09-3e3d86de2a00", + "id": "d3b7f6a9-5167-494b-8825-c34905dfe733", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -117198,7 +117198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "697d1573-ee3a-4b8c-837c-fed9247e0ae5", + "id": "441cc2e8-0a55-4bbc-9897-a695d680cb71", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -117256,7 +117256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7bac9a2-d800-4157-8f93-c78a6bb4a354", + "id": "17706065-11c4-4996-90a7-0a29fbd19f0e", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -117314,7 +117314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acb63e29-d529-41e8-b5a4-52b94d2230fc", + "id": "97e156ab-6efa-4e12-a6e9-7b0a5e593d05", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -117372,7 +117372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b14e49f-42dc-4b43-bc1a-772380dc83e8", + "id": "9e11eb6f-0708-47db-abe0-09967bbf308b", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -117442,7 +117442,7 @@ "description": "Use this API to implement scheduled search functionality. \nWith scheduled search functionality in place, users can run saved search queries on their tenants on a schedule, and Identity Security Cloud emails them the search results. \nUsers can also share these search results with other users by email by adding those users as subscribers, or those users can subscribe themselves. \n\nOne of the greatest benefits of saving searches is the ability to run those searches on a schedule. \nThis is essential for organizations to constantly detect any changes to user information or access throughout their tenants and across all their sources. \nFor example, the manager Amanda Ross can schedule a saved search \"manager.name:amanda.ross AND attributes.location:austin\" on a schedule to regularly stay aware of changes with the Austin employees reporting to her.\nIdentity Security Cloud emails her the search results when the search runs, so she can work on other tasks instead of actively running this search.\n\nIn Identity Security Cloud, scheduling a search involves a subscription. \nUsers can create a subscription for a saved search and schedule it to run daily, weekly, or monthly (you can only use one schedule option at a time). \nThe user can add other identities as subscribers so when the scheduled search runs, the subscribers and the user all receive emails. \n\nBy default, subscriptions exclude detailed results from the emails, for security purposes. \nIncluding detailed results about user access in an email may expose sensitive information.\nHowever, the subscription creator can choose to include the information in the emails. \n\nBy default, Identity Security Cloud sends emails to the subscribers even when the searches do not return new results. \nHowever, the subscription creator can choose to suppress these empty emails. \n\nUsers can also subscribe to saved searches that already have existing subscriptions so they receive emails when the searches run. \nA saved search can have up to 10 subscriptions configured at a time. \n\nThe subscription creator can enable, disable, or delete the subscription. \n\nRefer to [Subscribing to Saved Searches](https://documentation.sailpoint.com/saas/help/search/saved-searches.html#subscribing-to-saved-searches) for more information about scheduling searches and subscribing to them.\n", "item": [ { - "id": "e7156e74-c74f-4f57-86b4-2fd3e99bff24", + "id": "39b79005-d9c7-4197-b0f1-aae3d81940e1", "name": "Create a new scheduled search", "request": { "name": "Create a new scheduled search", @@ -117484,7 +117484,7 @@ }, "response": [ { - "id": "da3f3090-b483-40fe-a7c3-ef3734bff1a8", + "id": "e83e4480-f656-4f5a-ad68-00dedf5ce0d0", "name": "Daily Search", "originalRequest": { "url": { @@ -117540,7 +117540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4cee850-92f1-46cb-aa58-e158ba451c6e", + "id": "7faa621f-7430-47d1-8953-b263fb340b33", "name": "Weekly Search", "originalRequest": { "url": { @@ -117596,7 +117596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2aca6664-d87e-47c5-9795-2c5655042851", + "id": "4f462759-c03a-46ca-9043-02deac159746", "name": "Monthly Search", "originalRequest": { "url": { @@ -117652,7 +117652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfa6f8d0-d630-49fa-9fe6-197045918a74", + "id": "ef7ee33e-e0f4-412e-9062-b6d80fa6faca", "name": "Annual Search", "originalRequest": { "url": { @@ -117708,7 +117708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e0d12fd-e7c5-4daf-aeaf-f643ad25a698", + "id": "e5cddebc-974e-4a36-bf57-53f4c8f6210a", "name": "Calendar Search", "originalRequest": { "url": { @@ -117764,7 +117764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "422fd9b6-c769-40a6-a51e-7d5924244a62", + "id": "8aa677e6-e2ad-4c78-ad35-bf29318856b6", "name": "Daily Search", "originalRequest": { "url": { @@ -117820,7 +117820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bba8c87d-47e7-4f59-9f76-677cab215082", + "id": "652e48e8-1f22-4d75-9f4f-22bb12c3b1c9", "name": "Weekly Search", "originalRequest": { "url": { @@ -117876,7 +117876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab5547bd-5b9c-4a08-9b2b-15bef22935b4", + "id": "593c20bb-cfa7-4dbb-b284-5b6bd0d0f9fc", "name": "Monthly Search", "originalRequest": { "url": { @@ -117932,7 +117932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6570286-2469-49dc-b32b-04eef5533b90", + "id": "e9a5245c-6fdc-4e38-a601-dbdcc424d6aa", "name": "Annual Search", "originalRequest": { "url": { @@ -117988,7 +117988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1410d4fd-ac06-48e2-84e6-e61942de9840", + "id": "ac987f25-d2fe-47b3-83a4-0ee05b1483ec", "name": "Calendar Search", "originalRequest": { "url": { @@ -118044,7 +118044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf3aa796-5735-4fe8-9b1a-13849fbbd181", + "id": "0e1c4ec3-db66-4d74-9020-81a2b80705bb", "name": "Daily Search", "originalRequest": { "url": { @@ -118100,7 +118100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e117047-6a2c-4b9f-bbbe-e6baacb74cbb", + "id": "4a4b065b-1ee7-44dc-b9a6-ba88d2a619e2", "name": "Weekly Search", "originalRequest": { "url": { @@ -118156,7 +118156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfac3002-c177-4e5b-a285-91065e361518", + "id": "26855579-b6bf-4845-8224-e8b3c36b7afb", "name": "Monthly Search", "originalRequest": { "url": { @@ -118212,7 +118212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff96a831-874e-4b09-b9a7-c87f0db8c2fe", + "id": "27ccc74e-32e7-4eb8-824b-11e1012088cb", "name": "Annual Search", "originalRequest": { "url": { @@ -118268,7 +118268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a155058e-106c-4cb8-9c46-8b73d45b1084", + "id": "97081b1f-bc26-4091-8d87-2056011ffa64", "name": "Calendar Search", "originalRequest": { "url": { @@ -118324,7 +118324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "827ab509-070e-44e4-9bd6-05fcd4ee4f08", + "id": "596db152-fdda-4b7d-b41d-cb1feabe135e", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -118380,7 +118380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90f5f7c4-9469-4a8a-816b-5db41b955ffb", + "id": "b88c0efe-c8e5-4d1b-baad-1e0c267915c1", "name": "Weekly Search", "originalRequest": { "url": { @@ -118436,7 +118436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f10f161-67b1-4b69-b16a-a96c9e98f9c5", + "id": "76e143fe-bcea-4a7e-b53c-02d9504079ae", "name": "Monthly Search", "originalRequest": { "url": { @@ -118492,7 +118492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84d0a52d-9c90-4043-9f76-fd6049db0574", + "id": "3066e8a1-bfa9-4ffb-ba15-82a84e67b13e", "name": "Annual Search", "originalRequest": { "url": { @@ -118548,7 +118548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1809d241-ddcc-4aa5-b045-97019ca932b3", + "id": "def99d61-2527-481d-95ab-797e527d8f6a", "name": "Calendar Search", "originalRequest": { "url": { @@ -118604,7 +118604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "581d2359-e7db-4226-88ae-f39e5b3c2fde", + "id": "d828e534-2c03-496d-abbd-33f366929137", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -118660,7 +118660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "393edff1-baf9-4e12-94ff-8cd5726b92a7", + "id": "0ee0e4e7-a968-4d35-8cd2-36c637f4c1ad", "name": "Weekly Search", "originalRequest": { "url": { @@ -118716,7 +118716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ba42224-227e-49cc-806b-131f7665c773", + "id": "4ee9a6f2-d9a1-4fb2-9754-5c274f481b61", "name": "Monthly Search", "originalRequest": { "url": { @@ -118772,7 +118772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d43c925-2598-4f32-b49a-89d9186a02a5", + "id": "e639e9ca-2021-4f02-97dc-73e39889c07d", "name": "Annual Search", "originalRequest": { "url": { @@ -118828,7 +118828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbd0cfd0-7c4c-4c75-8e82-d670db01880a", + "id": "da4769fe-e01f-48f1-b5b8-b9aac0432367", "name": "Calendar Search", "originalRequest": { "url": { @@ -118884,7 +118884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3bc7bea-6342-4217-ba26-34bc184ba97c", + "id": "835da754-c96b-40a3-b1fd-1aba2b663464", "name": "Daily Search", "originalRequest": { "url": { @@ -118940,7 +118940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a80e611-b028-4029-9103-ee03d0a36bbb", + "id": "9c988400-5631-4722-9a9e-814d3f8e55d3", "name": "Weekly Search", "originalRequest": { "url": { @@ -118996,7 +118996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13d46ab5-75a7-4b85-b7b0-3bf73ed175b2", + "id": "985855a6-0f7e-44fe-a655-a90e3dc1b51e", "name": "Monthly Search", "originalRequest": { "url": { @@ -119052,7 +119052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24f45750-4237-46e5-af22-661d30cc62c0", + "id": "00eaad35-bacf-48d8-b37e-5d606a3a65dc", "name": "Annual Search", "originalRequest": { "url": { @@ -119108,7 +119108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25abfd4c-28ea-4e11-8ea2-55cc432e4e44", + "id": "ca3b8d5c-b9e6-438b-94bf-904354938d60", "name": "Calendar Search", "originalRequest": { "url": { @@ -119164,7 +119164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bb85128-1bd9-471e-b859-d35dd547daff", + "id": "685b2a0a-7b79-4d43-93cc-664b9e8a6694", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -119220,7 +119220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "596b6184-0479-4f9e-a9b3-fe09ec1edd4a", + "id": "672cea62-fe02-4ddc-b294-f5adced66638", "name": "Weekly Search", "originalRequest": { "url": { @@ -119276,7 +119276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff5ea411-a1f2-48e9-a9cb-d2cc247cc12e", + "id": "0c24076e-4fc0-4949-a7dc-19bfb7b8ccec", "name": "Monthly Search", "originalRequest": { "url": { @@ -119332,7 +119332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "433b3475-8549-4687-ad4e-3b443da76fc2", + "id": "c393be4d-036d-44cb-a187-d67de00020e1", "name": "Annual Search", "originalRequest": { "url": { @@ -119388,7 +119388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55052303-4fb5-45be-9070-ea4c1b641c70", + "id": "64b837ec-2fca-459a-8fa8-9667582d9719", "name": "Calendar Search", "originalRequest": { "url": { @@ -119450,7 +119450,7 @@ } }, { - "id": "986ccfc4-e0a4-4079-b735-699f1b5f3fef", + "id": "9383a221-e2ba-4297-8c38-c9ca8ec13dee", "name": "List scheduled searches", "request": { "name": "List scheduled searches", @@ -119516,7 +119516,7 @@ }, "response": [ { - "id": "880a233e-a633-439c-af8a-8252e2fe1fb5", + "id": "2eb33d87-572e-4a02-babd-e4f6a19dc2c6", "name": "The list of requested scheduled searches.", "originalRequest": { "url": { @@ -119605,7 +119605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d3c9790-15fe-4f6c-a907-7804db169ed9", + "id": "63f37662-3eb8-44c0-9b25-3d821f697f79", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119685,7 +119685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df2b8280-25a9-419f-9540-b6d45e023f67", + "id": "b1b20770-4fdf-4a58-8595-09b0ddbe73c9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119765,7 +119765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7435cc21-f210-4c63-a34b-20bf878f45a8", + "id": "708ce930-dee9-4919-8544-a7dee337de4b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119845,7 +119845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03e89328-9c6d-44df-bbcd-591342f1de94", + "id": "b7f5fb35-abbf-4f39-bece-4d3e80d0f703", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -119925,7 +119925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89e2baeb-8dc8-4a2b-853e-c6593ca50fe8", + "id": "75fa4a9c-5040-4920-aa29-bec837824160", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120005,7 +120005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef58dec9-f642-4e12-b73b-e1ce7910e4e9", + "id": "419cdb74-5d6d-40c2-b788-ac48cd63a434", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120091,7 +120091,7 @@ } }, { - "id": "5b9ce098-baa3-40a2-abf0-ce54845f0e7a", + "id": "f9175c6a-0de4-4266-a34e-cb9a49b164ed", "name": "Update an existing Scheduled Search", "request": { "name": "Update an existing Scheduled Search", @@ -120145,7 +120145,7 @@ }, "response": [ { - "id": "e57fa794-ab7e-4ca7-896c-d177675d2824", + "id": "d350b802-8cf7-4f2b-a890-f3bda87a70f0", "name": "The persisted scheduled search.", "originalRequest": { "url": { @@ -120202,7 +120202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee968740-4c5c-4b06-a9a6-b27c03c7b06e", + "id": "14b6ef3f-807c-4444-9a6d-75a564819541", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120259,7 +120259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0424551-e3c8-4bf1-9c46-953405663dd7", + "id": "eae15e92-108a-4599-9ebf-cddfa802f44d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120316,7 +120316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba40fed4-67c6-462d-aed1-c5e4d5076087", + "id": "a7979d4b-1dd7-4183-9a65-02fc1e3bfd98", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120373,7 +120373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "202e01a1-41db-450f-b910-2f05820e5ddf", + "id": "bd6d4518-4bf1-4370-9ecb-3d61bad36822", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120430,7 +120430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e53c0202-bc86-48be-9396-177c08927b2d", + "id": "541503d8-38a4-4978-a827-47258178b2cc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120487,7 +120487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8da54e84-9ad5-4bab-9de3-6d72c11d70b6", + "id": "137aceae-ea3c-49d0-aeed-4c0dafb026dd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120550,7 +120550,7 @@ } }, { - "id": "5fee6dd3-e3de-46d0-a444-7c53309e0eaa", + "id": "56891b74-19ec-494b-9776-e372338d4d02", "name": "Get a Scheduled Search", "request": { "name": "Get a Scheduled Search", @@ -120591,7 +120591,7 @@ }, "response": [ { - "id": "7f086cc2-f364-4f6e-a334-d49aa637dc59", + "id": "80e4b30a-2f2f-44e2-8f7c-bb0f44d2b5b7", "name": "The requested scheduled search.", "originalRequest": { "url": { @@ -120635,7 +120635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c376b80f-747f-42d2-92ce-902126e96770", + "id": "eee92d2f-b4a6-4e7f-a6e4-60885411092a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120679,7 +120679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fa46712-66d0-4c22-8a1b-3a3215912cf6", + "id": "0470cb05-eb1d-4f14-ab69-ead40be31f86", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120723,7 +120723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acf0a441-4baf-4dfd-840a-2850b9a15556", + "id": "233fea45-9557-4574-8cd3-7709d3618e1e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120767,7 +120767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19dcb3ab-6d4a-4722-89f3-969671467e34", + "id": "415c611e-e476-4bb9-bed7-948c50437660", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120811,7 +120811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a32577e3-6e61-4337-a68f-56eb80c4526d", + "id": "91d618a1-28ca-453b-b030-2bd660705fb7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120855,7 +120855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5afb2238-5a69-482a-95fa-ee08e4d1e3ad", + "id": "50407ae5-bf0b-4b53-bf49-c9fb4b843d19", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120905,7 +120905,7 @@ } }, { - "id": "acbb118a-931a-4887-823e-5522f674f288", + "id": "e0881a70-cdff-4a46-8d43-47291710cd47", "name": "Delete a Scheduled Search", "request": { "name": "Delete a Scheduled Search", @@ -120946,7 +120946,7 @@ }, "response": [ { - "id": "5542ba73-0a92-463a-949e-ecef971c8412", + "id": "fac95475-d685-4855-9280-89a8a6271bf4", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -120980,7 +120980,7 @@ "_postman_previewlanguage": "text" }, { - "id": "93d7854e-9bd9-4530-b9ad-0c387a21298e", + "id": "9c1e0b89-fd51-4ba7-81d5-d20cda791158", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121024,7 +121024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "833bf1f3-11f0-4505-89e1-8057ea3b4867", + "id": "1fc7ffff-ed7a-42fe-acab-df34fa0a6036", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121068,7 +121068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca08ad8b-12c7-4f23-97e8-2874705c5afe", + "id": "3c279e98-eb48-4d8e-8595-1b3909004485", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121112,7 +121112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d8df28c-332e-434f-a93f-3d73284d8146", + "id": "9b310532-0cc4-440f-964c-3a85af2990f4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121156,7 +121156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea09c325-8f04-43b7-9ee9-f4250d160c3b", + "id": "2cb0b372-adbb-4c6d-a525-34ccdeae4593", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121200,7 +121200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81704c27-ce01-48b3-9a85-9e6e0a335f94", + "id": "b6267145-8e9a-4fc5-a6c9-7b1f88f6bec2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121250,7 +121250,7 @@ } }, { - "id": "8aed8f13-8828-49aa-97ae-f67264979645", + "id": "bb9b0d17-9240-4995-8d48-0c77272ad3de", "name": "Unsubscribe a recipient from Scheduled Search", "request": { "name": "Unsubscribe a recipient from Scheduled Search", @@ -121305,7 +121305,7 @@ }, "response": [ { - "id": "8ad054d9-e358-4bf1-8d9d-0ecbaa5766a9", + "id": "9f516be1-8775-4242-b46d-1b903f0cdf53", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -121353,7 +121353,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9e3fb558-15b5-4ed3-8692-a945697fdca6", + "id": "b1dbbeb4-8940-463c-8902-55ca71ebe7dc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121411,7 +121411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4fccb25-e232-4360-ba47-abf512aa0a7a", + "id": "5c63cb93-ee45-4b08-8a59-06dcc7342310", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121469,7 +121469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2402153-e064-49c9-9f66-e059299c3d31", + "id": "5f603a45-9f4f-49ad-a02b-1bae8e7022e7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121539,7 +121539,7 @@ "description": "Use this API to implement search functionality. \nWith search functionality in place, users can search their tenants for nearly any information from throughout their organizations. \n\nIdentity Security Cloud enables organizations to store user data from across all their connected sources and manage the users' access, so the ability to query and filter that data is essential. \nIts search goes through all those sources and finds the results quickly and specifically. \n\nThe search query is flexible - it can be very broad or very narrow. \nThe search only returns results for searchable objects it is filtering for. \nThe following objects are searchable: identities, roles, access profiles, entitlements, events, and account activities. \nBy default, no filter is applied, so a search for \"Ad\" returns both the identity \"Adam.Archer\" as well as the role \"Administrator.\"\n\nUsers can further narrow their results by using Identity Security Cloud's specific syntax and punctuation to structure their queries. \nFor example, the query \"attributes.location:austin AND NOT manager.name:amanda.ross\" returns all results associated with the Austin location, but it excludes those associated with the manager Amanda Ross.\nRefer to [Building a Search Query](https://documentation.sailpoint.com/saas/help/search/building-query.html) for more information about how to construct specific search queries. \n\nRefer to [Using Search](https://documentation.sailpoint.com/saas/help/search/index.html) for more information about Identity Security Cloud's search and its different possibilities. \n\nThe search feature uses Elasticsearch as a datastore and query engine. \nThe power of Elasticsearch makes this feature suitable for ad-hoc reporting.\nHowever, data from the operational databases (ex. identities, roles, events, etc) has to be ingested into Elasticsearch. \nThis ingestion process introduces a latency from when the operational data is created to when it is available in search. \nDepending on the system load, this can take a few seconds to a few minutes. \nPlease keep this latency in mind when you use search.\n", "item": [ { - "id": "f1a6efaa-e52b-46c0-aa94-3660c914af55", + "id": "876c20c2-8752-4b83-80a2-2780743bf932", "name": "Perform Search", "request": { "name": "Perform Search", @@ -121609,7 +121609,7 @@ }, "response": [ { - "id": "1eae163d-a94d-4ab9-badb-c1f866bef7ec", + "id": "4fbf919d-5f1d-4ce1-9af7-c5b6759144aa", "name": "A collection of AccessProfiles", "originalRequest": { "url": { @@ -121702,7 +121702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c698d8e-7a26-48e3-83f7-72777b779535", + "id": "d8f12667-10b0-44d2-a60e-ebec58d6c73b", "name": "A collection of Entitlements", "originalRequest": { "url": { @@ -121795,7 +121795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60562a0e-5598-4dd2-b606-c1444759e5e0", + "id": "e7f80036-9a42-4249-9d24-6cd82ffba583", "name": "A collection of Events", "originalRequest": { "url": { @@ -121888,7 +121888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fa4df68-fdcd-4759-b8ba-6d2ee7471aa3", + "id": "906e8ecc-2a9e-45de-af08-8296002634c7", "name": "A collection of Identities", "originalRequest": { "url": { @@ -121981,7 +121981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15afb52d-44dd-4ce4-9978-baf6bd36a644", + "id": "fbcb9c8e-4762-4730-89f8-981836f8a570", "name": "A collection of Roles", "originalRequest": { "url": { @@ -122074,7 +122074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "253390fd-abca-40e8-abdb-8b381bf3e4a8", + "id": "ed80970c-c249-4cb8-a138-6e0c5a5beca8", "name": "Filter with Exists", "originalRequest": { "url": { @@ -122167,7 +122167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2b5a843-0ae2-43d7-9682-d8786cd72fb6", + "id": "66999e8d-c56f-44f9-bc3b-340105e75f09", "name": "Filter with Range", "originalRequest": { "url": { @@ -122260,7 +122260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8528c317-cfdc-4233-bf36-f953ee4f2591", + "id": "b82bc698-d59f-45a8-bc24-81b97cde35a8", "name": "Filter with Terms", "originalRequest": { "url": { @@ -122353,7 +122353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca03cee8-425c-449c-b5d3-756c219e5103", + "id": "6ce4c396-7620-41b6-a52f-af45666cb3e8", "name": "Query with Fields", "originalRequest": { "url": { @@ -122437,7 +122437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "974726f7-798b-474e-8436-273949ea88e3", + "id": "7f40d842-91eb-47bf-b752-9bab276f63d5", "name": "Query with TimeZone", "originalRequest": { "url": { @@ -122521,7 +122521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d58f7081-6d45-4ede-a238-483228183b3d", + "id": "ac5d3291-63ad-48b0-917e-afa099d89fa7", "name": "Query with InnerHit", "originalRequest": { "url": { @@ -122605,7 +122605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9584729e-2bec-4489-b134-ab83ba2f0cde", + "id": "7d52910d-822b-40e1-952c-a178f5fda5bd", "name": "TypeAheadQuery", "originalRequest": { "url": { @@ -122689,7 +122689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87d814ae-58b3-4efc-8acd-388ef3b127af", + "id": "f9ce6d95-6998-448f-b5cd-aa8caf558545", "name": "TypeAheadQuery with NestedType", "originalRequest": { "url": { @@ -122773,7 +122773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f05a4e9f-4733-480f-9167-931e45c9ae30", + "id": "35550ef1-fc71-4b56-abf4-81892e257769", "name": "Filter with Exists", "originalRequest": { "url": { @@ -122857,7 +122857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a4e8d0d-f7d0-40c6-84c3-9c98ca2bb2e9", + "id": "e8acd617-3a62-4e81-8994-9b0b36781aca", "name": "Filter with Range", "originalRequest": { "url": { @@ -122941,7 +122941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18aafd20-37d7-495e-9194-f7c65770b18b", + "id": "cdfb32d5-37eb-42ec-b49c-c1d61f3322b1", "name": "Filter with Terms", "originalRequest": { "url": { @@ -123025,7 +123025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cdf4f74-27af-4119-a289-d876a2ffcbca", + "id": "499ed861-b959-41f2-8bbd-40e0fb76a049", "name": "Query with Fields", "originalRequest": { "url": { @@ -123109,7 +123109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12b33a53-009d-4f25-aa05-09107b93e161", + "id": "ba739e9a-ca26-454a-87d9-224737832f3f", "name": "Query with TimeZone", "originalRequest": { "url": { @@ -123193,7 +123193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4097a902-eb93-462a-9525-09c509eb0d9c", + "id": "ee44d502-d2c1-4eb0-aad4-32252f7c330b", "name": "Query with InnerHit", "originalRequest": { "url": { @@ -123277,7 +123277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5cab24e-826f-4922-adff-b7aa0abe8788", + "id": "3ac59b9f-8f8f-4490-b03c-b3dfbb1b9d4b", "name": "TypeAheadQuery", "originalRequest": { "url": { @@ -123361,7 +123361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83529456-bfd8-4535-9672-f2f592172e3b", + "id": "ad0dfaf2-4505-4f91-84e1-35c7e70c5cd2", "name": "TypeAheadQuery with NestedType", "originalRequest": { "url": { @@ -123445,7 +123445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a51f51b8-bedb-4c4c-95a1-fd0d6cf3b6cf", + "id": "7f703280-9951-4a11-a499-78f79dce8dcf", "name": "Filter with Exists", "originalRequest": { "url": { @@ -123529,7 +123529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc847b3d-4bc4-44b6-9094-8c3e6fcce9fd", + "id": "8b105c3e-1223-488b-89e2-fdcc6851b7d4", "name": "Filter with Range", "originalRequest": { "url": { @@ -123613,7 +123613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1ff8d28-3ff8-409f-84f3-f6f0a0005466", + "id": "89bf1592-b211-4a19-90c9-24b08530e55b", "name": "Filter with Terms", "originalRequest": { "url": { @@ -123697,7 +123697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4eafafe5-9e65-43b6-bc6d-3b6d999a2c86", + "id": "9d5ca366-a72a-47cb-8050-41f0bbee5df9", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -123781,7 +123781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8011b749-d80a-45cf-b419-464105cb5fc1", + "id": "2e67e73a-c5b4-4d08-9e84-4d3576342f57", "name": "Query with TimeZone", "originalRequest": { "url": { @@ -123865,7 +123865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "806d7252-7f73-410b-9f2a-45688326a6b1", + "id": "9f3dd396-9141-41fe-9b0d-e3f79bb05f9f", "name": "Query with InnerHit", "originalRequest": { "url": { @@ -123949,7 +123949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da30dccb-83d3-46a1-ae15-75226f1a4516", + "id": "d3a3cb41-85a7-4f43-bde4-1f5eed8e8275", "name": "TypeAheadQuery", "originalRequest": { "url": { @@ -124033,7 +124033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb1ae199-9cb8-4461-80ec-32ed56dfcb52", + "id": "39686d44-b1d4-420e-9970-774ff71830f7", "name": "TypeAheadQuery with NestedType", "originalRequest": { "url": { @@ -124117,7 +124117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "105b550a-1658-4a01-ab1d-97ca0f433af5", + "id": "670eadd2-ecb5-4f34-873e-e4cdbda4891a", "name": "Filter with Exists", "originalRequest": { "url": { @@ -124201,7 +124201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef7b656e-a2f5-49c4-9a5e-ed7f11137c14", + "id": "0a11f046-c764-488e-b72d-bf697a379e09", "name": "Filter with Range", "originalRequest": { "url": { @@ -124285,7 +124285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b22287c4-01a9-4fad-bda6-a5561c878d91", + "id": "a032881d-b94e-40e8-8e6f-5d615e77c81f", "name": "Filter with Terms", "originalRequest": { "url": { @@ -124369,7 +124369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7acc68f2-ef9b-4c1b-871f-0a09f5bac414", + "id": "adc67dd4-9ceb-4348-8131-a91b88f608a0", "name": "Query with Fields", "originalRequest": { "url": { @@ -124453,7 +124453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86e1adf2-f768-47c1-b854-98cec9ee1841", + "id": "7d680cde-8f14-4855-b82b-4f2e68523a9b", "name": "Query with TimeZone", "originalRequest": { "url": { @@ -124537,7 +124537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "279c53eb-2ea7-4ce5-b94d-ed279624e798", + "id": "ae0906b4-3e15-44ce-ad97-633565db71ae", "name": "Query with InnerHit", "originalRequest": { "url": { @@ -124621,7 +124621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c930f82-1d3d-4285-a3bd-65feff656fc0", + "id": "adaaa01a-d00e-46e1-8453-cf9277da9597", "name": "TypeAheadQuery", "originalRequest": { "url": { @@ -124705,7 +124705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daf6fab0-26ce-4b01-82a3-afb2b926e3f0", + "id": "b8e73ceb-f01f-4876-881f-e26cfc3945d8", "name": "TypeAheadQuery with NestedType", "originalRequest": { "url": { @@ -124789,7 +124789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ff61e3e-f932-49b5-851e-b8908bad5517", + "id": "40952775-4d35-4212-bb3b-99c0fcc2609c", "name": "Filter with Exists", "originalRequest": { "url": { @@ -124873,7 +124873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78031ab2-8108-473c-b14c-c97ce685308e", + "id": "dcf2e05c-c795-41f8-9f13-31be4550f723", "name": "Filter with Range", "originalRequest": { "url": { @@ -124957,7 +124957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "102c9596-082f-4bad-80fa-b519a020c4d5", + "id": "00589391-e4e6-41ea-860c-cc88cb2f675f", "name": "Filter with Terms", "originalRequest": { "url": { @@ -125041,7 +125041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30afc500-7ffc-4054-a9b6-a583de162177", + "id": "e3aff0ff-b925-4178-976d-ed2a47642992", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -125125,7 +125125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1004d3b7-a779-4b6a-a48e-f2fce9c0b74b", + "id": "c24ed4f6-0d0e-4676-821f-85eed2ed3078", "name": "Query with TimeZone", "originalRequest": { "url": { @@ -125209,7 +125209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21d31114-4f11-422a-9cc1-8cca3bc4db43", + "id": "7e75c290-5d94-4d01-be0c-039bbaefd28e", "name": "Query with InnerHit", "originalRequest": { "url": { @@ -125293,7 +125293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74ec7899-1b2b-4664-a564-2cb01c7ec8c2", + "id": "b5439a9d-fcc3-45c5-98d0-4cf714631bd6", "name": "TypeAheadQuery", "originalRequest": { "url": { @@ -125377,7 +125377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5598b253-b0f7-4957-9095-8fdeb11fe64d", + "id": "cb75f75a-791f-40fa-a1eb-07296e26c840", "name": "TypeAheadQuery with NestedType", "originalRequest": { "url": { @@ -125461,7 +125461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4699380-ace1-4e9d-aba0-bfae7bf77199", + "id": "2c4b4a04-1f3c-44a0-94a6-4464c9a6c474", "name": "Filter with Exists", "originalRequest": { "url": { @@ -125545,7 +125545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b68c9d0-b19c-4213-9968-1a69390390dd", + "id": "bd5843bf-98cf-44f3-91ee-2343da7177ca", "name": "Filter with Range", "originalRequest": { "url": { @@ -125629,7 +125629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8181a3b5-913e-4077-bf4b-06458b674530", + "id": "c6a7fb65-1f16-4e96-bdfd-4b92f9737994", "name": "Filter with Terms", "originalRequest": { "url": { @@ -125719,7 +125719,7 @@ } }, { - "id": "690f9f10-2982-4678-b880-3c834c953fa3", + "id": "2f03e452-43fc-4834-9cdd-8c85692cb5d2", "name": "Count Documents Satisfying a Query", "request": { "name": "Count Documents Satisfying a Query", @@ -125762,7 +125762,7 @@ }, "response": [ { - "id": "d0eb7cd6-817b-4197-ae4e-04106bc40888", + "id": "474fd020-e46b-4daa-9939-0e18c18089cf", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -125819,7 +125819,7 @@ "_postman_previewlanguage": "text" }, { - "id": "eb31cb36-c69e-4615-b0aa-97e3567f9f94", + "id": "aeca3020-dbcd-4935-ae80-7a174c31d78d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125876,7 +125876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abd52dd3-baf5-4d1c-adfd-7b0879467e73", + "id": "97a557c1-0917-4cad-9d66-1e12333ff50f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125933,7 +125933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02b6efa8-2f56-49ca-a187-7b4e9b549a6a", + "id": "9d125e19-3b5d-4853-ad5a-91ad6d84f013", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125990,7 +125990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dced6a3e-9f85-4e67-8b8e-2b291fdb9557", + "id": "f5e2c9d8-5eb8-4cf2-8c46-b7cb395a90ec", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126047,7 +126047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "206962c9-d75f-4d66-9624-40297f9e95e5", + "id": "f880cf4b-fc12-48f9-bfe0-3951a9389601", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126110,7 +126110,7 @@ } }, { - "id": "a81be7a5-2524-40fd-bb26-0a2686c7ed34", + "id": "9ee3dbd8-fe41-49da-936d-0a9e57b231ae", "name": "Perform a Search Query Aggregation", "request": { "name": "Perform a Search Query Aggregation", @@ -126181,7 +126181,7 @@ }, "response": [ { - "id": "9f13e195-2d38-4148-af29-88179e892d2f", + "id": "75188818-2ff6-4312-b7fe-1214e89b7d18", "name": "MetricAggregation", "originalRequest": { "url": { @@ -126275,7 +126275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "540b839a-c8bb-4ca1-921f-07018e69dc76", + "id": "3f1cd0fc-76b5-4c23-bdcc-057e95a00479", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -126369,7 +126369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88852805-af55-4b4f-bce0-a7db21c79828", + "id": "b14e64bc-3f5c-4127-b179-ce6621d1736c", "name": "BucketAggregation", "originalRequest": { "url": { @@ -126463,7 +126463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8792fab-5b39-4c8d-8cf3-252661cc8cf0", + "id": "9b2e4254-c6bd-4f85-97c4-60332a50d1d4", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -126557,7 +126557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a961ec54-c5f3-48ae-ab96-c1bfa32b60a1", + "id": "476bdbf1-5907-4ee5-8e30-bcffa9c999a4", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -126651,7 +126651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b0210e5-14a8-4f58-86fc-29efcf3f6ee5", + "id": "48b0cdfd-d2b1-4bd6-af9d-835173c28d77", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -126745,7 +126745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a181f6a-529a-48ed-89d5-99947bba0eb3", + "id": "35de8895-b7b5-4ec9-b8ca-3a3f709ea359", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -126839,7 +126839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77f1ba5b-e3f7-4bab-a45a-defab5bdc734", + "id": "64ac3dfc-ba7a-4410-a534-ce023168dc95", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -126933,7 +126933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16a2bf4c-ef9c-4322-8dc7-52803898ecfc", + "id": "f7734141-ed42-41a8-86cb-e08624e6706c", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -127027,7 +127027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34ae0a8d-408e-4fda-a18a-62cebf6e4bea", + "id": "d8431044-4147-444e-b7bf-41cc7a8e75be", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -127121,7 +127121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a684c7b8-9c84-4db4-82fb-93b4dbcdbf65", + "id": "385b9493-cb23-4a63-be04-d6c260d960e2", "name": "MetricAggregation", "originalRequest": { "url": { @@ -127206,7 +127206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36c5a75a-187d-4037-8e85-155530ac1040", + "id": "d5fa7785-a949-43ca-b750-2b992e2532da", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -127291,7 +127291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11279ea7-dae6-4452-9956-e59f59523444", + "id": "d57b225e-b023-43aa-b0fc-de6d3965bd4d", "name": "BucketAggregation", "originalRequest": { "url": { @@ -127376,7 +127376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "470227df-2e09-40d2-8440-7fc63ad6d0d7", + "id": "8cd2ca2a-58da-4334-b793-b5d69eb52cd6", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -127461,7 +127461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d60d3445-ed85-4d8f-b1da-36176d4cefaf", + "id": "083c7eb8-fe86-4075-a1ee-2cfa916ad0b1", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -127546,7 +127546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a1f0de8-f76b-4c9d-b961-863dceae5f6b", + "id": "0b556e3d-00af-4076-bf25-7c30f35770d3", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -127631,7 +127631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c12a96c2-e8f3-4160-93f3-91e85fa8e942", + "id": "03ff4076-737d-42a2-bcfd-d94d1cfe4f9b", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -127716,7 +127716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27d9672b-e453-4dee-ad3e-f02503e07f5a", + "id": "bcbaa249-a568-4e14-81ba-4c30d800f9c5", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -127801,7 +127801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fab28e9-839a-4cc4-8da7-f0ecd9f697fe", + "id": "ca07acac-5d99-4335-b421-87a1baa4e714", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -127886,7 +127886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b4ef8c8-be9c-4b8a-8286-9a5d8eb82e16", + "id": "4db7b00b-a290-496b-8cfc-27fde785fc81", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -127971,7 +127971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b92f784b-b8d4-44f4-a169-30f9488b0edf", + "id": "927aad6f-e58e-4b56-b888-346ba2aa6cfa", "name": "MetricAggregation", "originalRequest": { "url": { @@ -128056,7 +128056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e69404dd-1279-40af-84f5-1b6b2fdb92e4", + "id": "f5f4e298-32e0-4065-93f2-be3c70f5df2f", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -128141,7 +128141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "925f623a-ae9d-407f-a510-9bf66808f85c", + "id": "f72e97ca-88e6-4a1b-a49c-427670da98d8", "name": "BucketAggregation", "originalRequest": { "url": { @@ -128226,7 +128226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ed1bd04-8cc4-43b3-89f0-2849a83e2213", + "id": "b154df17-29e5-48ab-9ce0-26a6dd3c10d9", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -128311,7 +128311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd1e04c2-8559-417b-a2e5-e07ca95370f2", + "id": "2d7d47d1-96e4-43fb-b6cf-d26438b813a9", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -128396,7 +128396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81137902-8bad-4690-8e16-96467bb30a16", + "id": "10ea9f8b-d838-4eec-8f52-c1bab81866a9", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -128481,7 +128481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9219488-2802-4bc5-b41b-591f75af48ba", + "id": "9ab8bb92-4e11-456c-a50b-7804d689dafb", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -128566,7 +128566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37ab02c4-0cbb-4785-acd3-1f1b5f827386", + "id": "587c9694-fbfa-4dc9-bd51-fb6d964edf8d", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -128651,7 +128651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6de64701-6d99-42e8-a090-e63774c1955a", + "id": "734fc2da-f64c-4f28-97d5-5e7f0d4dbf13", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -128736,7 +128736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce03e400-865e-4e6b-a4e7-a5ae18d9d6d3", + "id": "29eb3669-2f3b-4cf6-8031-6cb1c5b86c92", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -128821,7 +128821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbb75d0b-c759-4bd1-a9d5-ad2223454689", + "id": "61d8ff98-3b2e-43c3-a247-dc73d11b3599", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -128906,7 +128906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47f1dfe0-c381-4ade-870b-e4e45ecee7d3", + "id": "be30a689-c6b8-4de9-93f1-a23c37120cae", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -128991,7 +128991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40306b5f-14be-4ca6-9c7c-2ed0a556b4b6", + "id": "d18ee907-1bcb-48aa-9532-29a1b8e18289", "name": "BucketAggregation", "originalRequest": { "url": { @@ -129076,7 +129076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5e2b3db-85f6-4772-85b7-c0ef8d8f55c0", + "id": "d73f53ce-07f3-41e5-a6ff-c05751b4f8ce", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -129161,7 +129161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "875247c5-a6f3-4d1a-a53b-98e18b2349be", + "id": "f8fa9ebe-ceae-4bca-9900-43ba1a6e62a4", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -129246,7 +129246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdb6ff77-d8d9-4033-a540-78bc212a0cab", + "id": "9db5bb9d-eec2-48af-a42a-d1ff868b7af1", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -129331,7 +129331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fef4518-2fe1-4a3b-a133-5f351a9c9718", + "id": "670df783-fb82-4115-9cbf-0b7624e255cc", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -129416,7 +129416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47ff3837-3e7d-4bea-8d34-b5e33eb7aca3", + "id": "18286b18-02f2-49f5-ab18-6e8b8efa47ff", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -129501,7 +129501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "579c17ef-7f8c-4a37-ad9e-71c9c5245a4e", + "id": "a8220067-bdd8-4e5a-b3b2-9d60c4d48a31", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -129586,7 +129586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4e029f8-f8e0-410c-9bd0-700eab96b75b", + "id": "c319bbdc-01ee-4514-bf95-8fe0b8f1255e", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -129671,7 +129671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b0cbccd-1ae8-4272-bacf-62731b9294d3", + "id": "cdef6f34-7745-43c1-9497-816cd24dd58e", "name": "MetricAggregation", "originalRequest": { "url": { @@ -129756,7 +129756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ab1cd3f-f0ff-4e78-a210-ded0882e9c04", + "id": "b4720007-0bac-42d5-b797-296517655d78", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -129841,7 +129841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38afab04-9586-4bcc-aa29-dd6d3cc6055f", + "id": "6813a808-9b36-4ca2-8021-a860c99819f3", "name": "BucketAggregation", "originalRequest": { "url": { @@ -129926,7 +129926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "804a3ab1-a283-42ba-be88-b3e089e842e6", + "id": "ad78a582-59a2-4b5f-be0c-b4c418fc366d", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -130011,7 +130011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bc3e5be-00bc-4de6-8c26-e32cb5fc9093", + "id": "880767e7-8208-4f6d-afa0-b613a51bbf57", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -130096,7 +130096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10aa909c-2670-4a3e-bc98-3664f18dc3a9", + "id": "2c460706-9f58-467e-b41a-4e56ec693bf4", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -130181,7 +130181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "840789d5-cf5d-4342-b679-62b14d07e46b", + "id": "1f34a36c-b8ae-40b3-b938-99fc91eca776", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -130266,7 +130266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a19c5282-b380-4ac6-a47b-0399a7eb9ea3", + "id": "12af1601-fdbf-4b8b-a0e9-598eb628fc4a", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -130351,7 +130351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d000aa44-3f81-4398-b5d7-96be07a5ce08", + "id": "c6659d1f-9a0e-4ab4-8d5d-b82601ea714c", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -130436,7 +130436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afa6dda2-0859-4d9d-9432-d2a9130bacb2", + "id": "d7307d09-a004-48af-bf53-3e91b077962f", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -130521,7 +130521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61c9806e-5959-4c60-b6df-14857a05483d", + "id": "9e091359-5535-48f1-a8b9-f95ad0298bc0", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -130606,7 +130606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "958d0fac-ebe8-4903-81eb-cfd9740f9dc0", + "id": "a7233862-2a1a-4ad5-8ae5-30c5188ad0a9", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -130691,7 +130691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f435f064-77fe-43ea-9af3-a6418b86eaea", + "id": "3c0d9ec4-f611-4073-a954-8dd5238f5c3d", "name": "BucketAggregation", "originalRequest": { "url": { @@ -130776,7 +130776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e84f4681-40de-4d03-bce4-287c03aec993", + "id": "936ce56f-de17-4e21-b282-13b9f4f188ad", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -130861,7 +130861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3feaead-e92b-414c-abcb-d0dbe6c2738d", + "id": "50b3442c-a3d1-45f3-97bf-00d9e835ff07", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -130946,7 +130946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f3c7bc5-2916-4ad9-b839-ecde473afc16", + "id": "b2de1abb-557d-4402-9cc2-44a9c7197ece", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -131031,7 +131031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66d3d007-51de-41ae-affd-dee24584558a", + "id": "390aad8e-2aad-4c4b-b35e-165cb7f94116", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -131116,7 +131116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1805596a-a15a-4b12-a1ca-1c2af1997340", + "id": "3afa4315-f72b-461f-906d-a07006623143", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -131201,7 +131201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "771b11ed-d161-4ee2-8309-2e0fa78c449a", + "id": "043d60b2-9f22-47f8-b235-39b5847a79b5", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -131286,7 +131286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09d2ee5e-596b-4993-bf10-14a51d792d6c", + "id": "18ef9a24-a291-45ed-80f7-f08f9519d2c8", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -131377,7 +131377,7 @@ } }, { - "id": "2f8b2c69-a627-400c-ac98-793968d79028", + "id": "a3fd4961-23fb-4e79-9e74-7bd7c6bb0de7", "name": "Get a Document by ID", "request": { "name": "Get a Document by ID", @@ -131429,7 +131429,7 @@ }, "response": [ { - "id": "ab815d18-2178-4c61-9987-cc54ce02f5d6", + "id": "e520c9f0-f804-4142-ad5e-48e612646a70", "name": "AccessProfile", "originalRequest": { "url": { @@ -131474,7 +131474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d96fd3b-1a81-4620-a92b-8170471d886c", + "id": "8c1a4126-36d2-4247-8a72-a155f311c58e", "name": "Entitlement", "originalRequest": { "url": { @@ -131519,7 +131519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "854aa9fe-4f1e-4d89-962e-99787b9fe3d5", + "id": "26a0bd49-7650-4aa8-a821-ec6b328b37a0", "name": "Event", "originalRequest": { "url": { @@ -131564,7 +131564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7bd633d-c15e-45a5-8902-e43f4b5af9d2", + "id": "d3c8171f-a565-46d0-9666-0940d8efff83", "name": "Identity", "originalRequest": { "url": { @@ -131609,7 +131609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "095d0dc6-fee4-4a88-9992-c0907587dd44", + "id": "2b8f1dcf-7c20-43e8-b432-d2fbffa1d6e0", "name": "Role", "originalRequest": { "url": { @@ -131654,7 +131654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "342aa8ca-af60-44dc-961d-b2928c16eeac", + "id": "2216228d-7748-42fd-b94f-f34a8b70f6fa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131699,7 +131699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a81cf730-d93b-4c7e-aea6-1fd680914c4b", + "id": "6cf914a3-0088-4445-82cc-53794e1b8f1a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131744,7 +131744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c19ea837-d89e-4fbe-8385-e04355e7cedf", + "id": "37f2bdb5-4b17-4d8b-8a0d-8e77a87be47b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131789,7 +131789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db645018-2680-4993-b473-97f132d71353", + "id": "d8248c33-cf1b-400e-8e59-cee7463f28c3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -131834,7 +131834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b1f0cac-65a0-47e7-9223-f16b228de766", + "id": "93f0bb5e-a064-49fc-abc3-dfd4aca5dfac", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131879,7 +131879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d51c4dfb-6b5e-414b-b22d-115257320f81", + "id": "0c253c7e-776a-49f0-b456-74b815cc6f52", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131936,7 +131936,7 @@ "description": "Use this API to implement search attribute configuration functionality, along with [Search](https://developer.sailpoint.com/docs/api/v3/search).\nWith this functionality in place, administrators can create custom search attributes that and run extended searches based on those attributes to further narrow down their searches and get the information and insights they want. \n\nIdentity Security Cloud (ISC) 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 ISC'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 ISC's search and its different possibilities. \n\nWith Search Attribute Configuration, administrators can create, manage, and run searches based on the attributes they want to search. \n", "item": [ { - "id": "59ee1a50-5e04-4fe6-b64a-8198ec753ba7", + "id": "12ed6c4a-e78d-4d02-bde8-77ed295ea844", "name": "Create Extended Search Attributes", "request": { "name": "Create Extended Search Attributes", @@ -131979,7 +131979,7 @@ }, "response": [ { - "id": "9a690a5d-e5c4-4b67-ab35-51a57b4712bd", + "id": "f27e8a09-aa51-4538-8875-4979f65ea13f", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -132036,7 +132036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c037dce1-5385-4af4-b458-835d9ff7d5d8", + "id": "f7f1dd8f-2b8f-4f3a-acdb-6cf912d9a0bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132093,7 +132093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78e1bee3-1a67-4c40-a8d3-df4ba20e464f", + "id": "90379d20-2235-42da-b3a1-500634b58ee0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132150,7 +132150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6621e33-30ee-4756-825a-f72d81242ef5", + "id": "a9feac95-7e84-42c1-a64b-33dd2ec4526f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132207,7 +132207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f7b6168-6309-4a8e-82e7-7ad7e27e2579", + "id": "05c26931-08eb-4d2c-873a-76d90357392d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -132264,7 +132264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f802218f-df61-44e7-9746-c89ccd9bbf27", + "id": "7d4cd3aa-8b66-4dad-a2a2-2fac81b28a91", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132321,7 +132321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20cdb66b-34b9-48e5-a17e-4930dabac6d6", + "id": "1c679bdb-f949-463e-9b85-762b5a55ddcb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132384,7 +132384,7 @@ } }, { - "id": "3f95fe09-4712-4398-a17c-020939008c66", + "id": "ecd1079f-d302-418c-819d-1c2f470820e3", "name": "List Extended Search Attributes", "request": { "name": "List Extended Search Attributes", @@ -132414,7 +132414,7 @@ }, "response": [ { - "id": "b9caba47-6205-4b9a-8bbe-b1fe668540c7", + "id": "e43455ea-ca06-4cda-93d0-4783dae785c6", "name": "List of attribute configurations in IdentityNow.", "originalRequest": { "url": { @@ -132458,7 +132458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fea3a14-1ce7-443b-a64c-aa924b17c34e", + "id": "dd6e78a0-3584-458c-8c03-abeb8fecaf2f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132502,7 +132502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88510999-587e-46b4-b1aa-59f15e1a3c24", + "id": "49431ec8-41df-4de6-b5e4-2f24b42765d5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132546,7 +132546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee646811-18ce-4463-bfd4-6af72abb9629", + "id": "30a8f2bc-ce15-4830-aa76-2148935c89c8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132590,7 +132590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81374d94-bbf3-4df7-8ae8-c83026b3f118", + "id": "825467d4-3901-40e7-b498-1d2a120a6eea", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132634,7 +132634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce975601-a9d6-436e-8733-d62af807ec87", + "id": "cec89ef2-35d9-48af-8d4e-4942ae036d32", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132684,7 +132684,7 @@ } }, { - "id": "50b0ca32-4db6-418f-924e-dc5d0d7361dc", + "id": "686f4f5e-d239-4101-a07c-624aade064fc", "name": "Get Extended Search Attribute", "request": { "name": "Get Extended Search Attribute", @@ -132726,7 +132726,7 @@ }, "response": [ { - "id": "e09aba1e-1ad2-4e88-9651-377e12202bf8", + "id": "87f2015c-cc90-431c-ba8f-5de1f40afffa", "name": "Specific attribute configuration in ISC.", "originalRequest": { "url": { @@ -132771,7 +132771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7f62ba0-4437-444f-b1d1-4e3a30735ab4", + "id": "aa695689-5a15-4925-b6e8-d726683af4c8", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -132806,7 +132806,7 @@ "_postman_previewlanguage": "text" }, { - "id": "62604e46-a6a8-4bf9-93f4-a4690d1993cf", + "id": "975a0520-598a-4143-90a9-5a445fc7c582", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132851,7 +132851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4aa2fad-51c2-4ed0-8236-05664145bb10", + "id": "81ac01da-d34a-408d-a0ca-76df6b8751c5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132896,7 +132896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "712f2f04-8f56-499f-bae3-9030d4b84751", + "id": "b6bfbb08-5ddb-4c94-bf4a-a27c5c3cdc83", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132941,7 +132941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d36a649-bdac-4fef-8a3d-6fd06dcfb2c8", + "id": "87c26324-7f58-42b2-8608-1085c99de2a9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -132986,7 +132986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71af3c9d-d652-4fb8-af51-21bcdc04887d", + "id": "60728a19-fee3-45d4-b520-e83f49e820b2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -133031,7 +133031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66eabd65-8bd0-4e1b-a207-5be41d125f23", + "id": "09b5de44-7fec-49ff-9263-b405b195be9b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133082,7 +133082,7 @@ } }, { - "id": "3b71ce97-2666-4e7b-a429-87d4b5d36c38", + "id": "e4525acb-cd15-4eac-88fd-0c27343d4576", "name": "Delete Extended Search Attribute", "request": { "name": "Delete Extended Search Attribute", @@ -133124,7 +133124,7 @@ }, "response": [ { - "id": "334de465-1ead-4fcc-9d96-eb4049da10ab", + "id": "7ac2a8a8-09fa-4997-9c6e-2990bd175748", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -133159,7 +133159,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a243db9b-88b0-4607-aef8-335c8ab737e4", + "id": "8eddb750-6649-44b5-a299-0cbe91cec43c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133204,7 +133204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1eda2c94-d226-4d17-888b-fcf9caa63a73", + "id": "e79ea9a8-2347-4c43-bfac-d2e66c9207a5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133249,7 +133249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "335b43f0-8bef-4ead-b02e-f00492b986b4", + "id": "c849029f-3dc8-4a50-94a4-0c3a2cac94f1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133294,7 +133294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3e6a6ef-338e-44f6-b06a-7446856847ab", + "id": "c0a9b90a-110d-4745-8506-90cda6977224", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -133339,7 +133339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2aa8cf5e-93af-4ebe-8ba0-fe4f2fbac082", + "id": "0b1c4c19-2a3d-43c3-b71d-f5d44f2cb4af", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -133384,7 +133384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7870a89b-e60d-42cc-aa00-4c2c05e0e238", + "id": "a094f058-41a8-4f1d-b222-44e8d75438e2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133435,7 +133435,7 @@ } }, { - "id": "811d7758-2a22-4bef-8e5e-e678ba96d8f6", + "id": "a9e71b1a-1c1b-44a0-81b1-07fd965fe632", "name": "Update Extended Search Attribute", "request": { "name": "Update Extended Search Attribute", @@ -133490,7 +133490,7 @@ }, "response": [ { - "id": "70609f30-8f9f-4c03-838d-b0194651e23c", + "id": "13c640af-733a-4819-9ae7-0acd35ae7dd4", "name": "The updated search attribute configuration.", "originalRequest": { "url": { @@ -133548,7 +133548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "517ec0fc-124b-4acc-b46f-344f6d2bf96d", + "id": "2d96f4e5-68d4-4602-9580-adb7c3150ffe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133606,7 +133606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbcc2a4f-6004-4792-9ff0-70c2045ae2ea", + "id": "3c6e2fc5-5b50-45b9-ab54-a724aa19853b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133664,7 +133664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "546f62ac-687d-4b8f-8b63-99645fe74ff6", + "id": "80148de3-e1f2-456b-925e-e6380f092c72", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133722,7 +133722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "062bb294-4e9d-42cb-81e3-2738732f8e31", + "id": "be388f73-9191-4118-a05c-4be2e5a23992", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -133780,7 +133780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "471662ca-2a49-47e6-ad1b-9c49e2f1ec04", + "id": "ac653d2f-65d5-4123-b3c3-c0ad101a88b0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -133838,7 +133838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e822bed7-4868-42c5-a651-e5360770ba47", + "id": "4e10d872-31aa-4a33-b25c-7a3faba8129a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133908,7 +133908,7 @@ "description": "Use this API to implement and customize access request segment functionality. \nWith this functionality in place, administrators can create and manage access request segments. \nSegments provide organizations with a way to make the access their users have even more granular - this can simply the access request process for the organization's users and improves security by reducing the risk of overprovisoning access. \n\nSegments represent sets of identities, all grouped by specified identity attributes, who are only able to see and access the access items associated with their segments.\nFor example, administrators could group all their organization's London office employees into one segment, \"London Office Employees,\" by their shared location. \nThe administrators could then define the access items the London employees would need, and the identities in the \"London Office Employees\" would then only be able to see and access those items.\n\nIn Identity Security Cloud, administrators can use the 'Access' drop-down menu and select 'Segments' to reach the 'Access Requests Segments' page. \nThis page lists all the existing access request segments, along with their statuses, enabled or disabled. \nAdministrators can use this page to create, edit, enable, disable, and delete segments. \nTo create a segment, an administrator must provide a name, define the identities grouped in the segment, and define the items the identities in the segment can access.\nThese items can be access profiles, roles, or entitlements. \n\nWhen administrators use the API to create and manage segments, they use a JSON expression in the `visibilityCriteria` object to define the segment's identities and access items. \n\nRefer to [Managing Access Request Segments](https://documentation.sailpoint.com/saas/help/requests/segments.html) for more information about segments in Identity Security Cloud.\n", "item": [ { - "id": "e1b023cc-3288-4d0a-a9d7-7d5fe5c31f2f", + "id": "cb159310-c56f-4d3b-8ebd-80357611b583", "name": "Create Segment", "request": { "name": "Create Segment", @@ -133950,7 +133950,7 @@ }, "response": [ { - "id": "3cc96f0a-c411-4ad3-a0cd-0f7940cd158b", + "id": "f525f3f1-4651-428f-b70a-f23e29fdb211", "name": "Segment created", "originalRequest": { "url": { @@ -134006,7 +134006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d084749f-f482-472b-ad44-8bcf1228af54", + "id": "c3ae0da9-8e9b-4fb4-b353-f904ae6b4bc2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134062,7 +134062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b22901c-8f7d-43dd-bb09-228c389cda22", + "id": "c42bebc7-1708-4f61-8673-2b415617cd3d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134118,7 +134118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93a63906-4e21-48dd-950b-f1626ceafd8c", + "id": "5d879a1e-7edb-4170-8532-7c1951dc5643", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134174,7 +134174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c961175-f1e1-4fde-975c-fe8ffa215be7", + "id": "6ea74371-d765-4686-be15-32460560e5f4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134230,7 +134230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bab2dfda-0d58-48aa-855a-02ff802b3e46", + "id": "6747aa4e-6088-459d-b77f-89a59696bcf1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134292,7 +134292,7 @@ } }, { - "id": "c6d5c86c-c41a-4ba0-b629-2917c74a84ca", + "id": "e71f17c6-db4c-46a0-96d4-22dddfa4c9c7", "name": "List Segments", "request": { "name": "List Segments", @@ -134349,7 +134349,7 @@ }, "response": [ { - "id": "60e9d563-8a05-43bc-8f55-785e1d74ea8b", + "id": "23bd2d00-fd2f-44b4-915e-24f4620f7224", "name": "List of all segments", "originalRequest": { "url": { @@ -134420,7 +134420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff75e379-3411-4d38-b3bd-4f9831c3f38e", + "id": "157da4f7-bae0-4040-90a8-89bf6bd92cbc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134491,7 +134491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59e90555-71c3-4d27-84cc-8a61bd5d9f37", + "id": "7588a542-e7f2-4ca1-954b-87574eb17d65", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134562,7 +134562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfaf428d-f724-4fed-a8f8-7939c2f27c9a", + "id": "d680a2a2-7ca3-423a-8eb7-fd774ef26aa4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134633,7 +134633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5aae6eff-c19d-4bed-8344-53856db744f3", + "id": "d3e66b99-4649-4b48-8481-9427b3860f2d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134704,7 +134704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec41f197-caae-47a4-85a7-5070e0dade08", + "id": "6673cd3a-c345-4959-a0dc-73df0833f2e2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134781,7 +134781,7 @@ } }, { - "id": "51962afe-b94f-4d7c-8533-9e92e6c22698", + "id": "eb83862f-d6e0-42f8-b789-1f9f6d7e2551", "name": "Get Segment by ID", "request": { "name": "Get Segment by ID", @@ -134822,7 +134822,7 @@ }, "response": [ { - "id": "46c5446a-3f10-40f8-9d24-ed7e16426609", + "id": "6dcc5995-d47f-48d8-ac13-0190ac10aea1", "name": "Segment", "originalRequest": { "url": { @@ -134866,7 +134866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01567fc9-a84b-4fdb-bc01-40be74f0fcbc", + "id": "d503da68-23f7-4b50-821e-9c7dbe3cfa21", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134910,7 +134910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcdcb045-16ba-4cf1-923f-16f72f602e04", + "id": "6dcc94a4-fa93-4573-adc2-5b0851c87cd4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134954,7 +134954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a23dcec6-24bf-4158-9690-6b1ca394f16b", + "id": "27d16030-4ca4-4525-93e4-e63c33c4f26c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134998,7 +134998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0fd2af2-77ff-43b9-af9f-4e6b33c31fb4", + "id": "b25aa02b-1762-435b-87ef-9ea4589c9f19", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -135042,7 +135042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4b1d6fe-ef0c-4d1a-af11-ff5b6316ada8", + "id": "5cb57e7e-d731-4771-9992-78794a189405", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135086,7 +135086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e742fbdc-858f-4ed5-9962-6e67a14feeae", + "id": "f0dc7471-ce7f-4e04-9bf8-d09912a55eb5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135136,7 +135136,7 @@ } }, { - "id": "517386e4-9a48-4487-9261-20ff3d6ef600", + "id": "b3d86f66-64de-4209-934d-b2151760fc54", "name": "Delete Segment by ID", "request": { "name": "Delete Segment by ID", @@ -135177,7 +135177,7 @@ }, "response": [ { - "id": "7480eee2-6075-40bd-8582-49f3ec46e58e", + "id": "975369f3-935e-4049-9cd9-bcdbf839707c", "name": "No content.", "originalRequest": { "url": { @@ -135211,7 +135211,7 @@ "_postman_previewlanguage": "text" }, { - "id": "311a79cc-cd63-4150-a26f-1ee7ccccf482", + "id": "8990a6bc-3c3a-4b2a-8e98-009583b1ca12", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135255,7 +135255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d1d9469-0e8e-4c80-99df-6ef599723a6f", + "id": "9a6aafc2-cee4-4e7a-8a53-1982ada01022", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135299,7 +135299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37276574-915e-4476-aeb5-296201e5e134", + "id": "959127fa-d78a-4f9c-b9fc-e687a48a2048", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135343,7 +135343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9826f00-aa69-485d-a2eb-2ba1329c63be", + "id": "4f0c6bca-0734-47b5-b71f-ae6c874e6516", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -135387,7 +135387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ad38262-b944-477e-9cf9-50ed54aa841b", + "id": "9f64841f-ae6b-48dd-a7a3-c2b66acaaaf8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135431,7 +135431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31c02db3-3eaa-46a6-8be6-43847105cf90", + "id": "607270ea-5851-4931-865b-13cdb03dfa25", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135481,7 +135481,7 @@ } }, { - "id": "f79f433a-c0a1-4ce1-b5dd-472f81657baf", + "id": "59815a2f-60bd-4004-bc84-de6bfd1bd671", "name": "Update Segment", "request": { "name": "Update Segment", @@ -135535,7 +135535,7 @@ }, "response": [ { - "id": "98517fac-9d76-4e01-a9d3-1a514395a291", + "id": "c3766888-5f68-4c6d-996d-cdcf834141b8", "name": "Indicates the PATCH operation succeeded, and returns the segment's new representation.", "originalRequest": { "url": { @@ -135592,7 +135592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d96dbcbf-1d3d-4581-b9b0-1b2888d627ca", + "id": "6cba12ce-b938-4c84-bfdd-a12a60ecd6c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135649,7 +135649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1743ec0d-003f-48d1-bda7-867e49042520", + "id": "c9b7a52f-3849-41aa-9f15-55c0d1d097c2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135706,7 +135706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aefe12f8-eeed-44ff-8990-8d04c450e330", + "id": "1bfa842c-8962-4de6-9f72-d0a5a0f7a968", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135763,7 +135763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0b879ca-55f7-4d4d-a3a3-b9615312702b", + "id": "85a4e5b7-f0e0-48eb-aee4-827e0a3c6c43", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -135820,7 +135820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5e42e32-a25e-4b6b-b2d0-4a17279fdce7", + "id": "3f5ef567-d5a8-4688-8174-caf4ae7003d6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135877,7 +135877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ce1ec4f-50a8-4472-937d-1d9d95cb4117", + "id": "1491b36b-050c-46da-932e-4b116d45d548", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135946,7 +135946,7 @@ "description": "Use this API to build an integration between Identity Security Cloud and a service desk ITSM (IT service management) solution. \nOnce an administrator builds this integration between Identity Security Cloud and a service desk, users can use Identity Security Cloud to raise and track tickets that are synchronized between Identity Security Cloud and the service desk. \n\nIn Identity Security Cloud, administrators can create a service desk integration (sometimes also called an SDIM, or Service Desk Integration Module) by going to Admin > Connections > Service Desk and selecting 'Create.'\n\nTo create a Generic Service Desk integration, for example, administrators must provide the required information on the General Settings page, the Connectivity and Authentication information, Ticket Creation information, Status Mapping information, and Requester Source information on the Configure page. \nRefer to [Integrating SailPoint with Generic Service Desk](https://documentation.sailpoint.com/connectors/generic_sd/help/integrating_generic_service_desk/intro.html) for more information about the process of setting up a Generic Service Desk in Identity Security Cloud.\n\nAdministrators can create various service desk integrations, all with their own nuances. \nThe following service desk integrations are available: \n\n- [Atlassian Cloud Jira Service Management](https://documentation.sailpoint.com/connectors/atlassian/jira_cloud/help/integrating_jira_cloud_sd/introduction.html)\n\n- [Atlassian Server Jira Service Management](https://documentation.sailpoint.com/connectors/atlassian/jira_server/help/integrating_jira_server_sd/introduction.html)\n\n- [BMC Helix ITSM Service Desk](https://documentation.sailpoint.com/connectors/bmc/helix_ITSM_sd/help/integrating_bmc_helix_itsm_sd/intro.html)\n\n- [BMC Helix Remedyforce Service Desk](https://documentation.sailpoint.com/connectors/bmc/helix_remedyforce_sd/help/integrating_bmc_helix_remedyforce_sd/intro.html)\n\n- [Generic Service Desk](https://documentation.sailpoint.com/connectors/generic_sd/help/integrating_generic_service_desk/intro.html)\n\n- [ServiceNow Service Desk](https://documentation.sailpoint.com/connectors/servicenow/sdim/help/integrating_servicenow_sdim/intro.html)\n\n- [Zendesk Service Desk](https://documentation.sailpoint.com/connectors/zendesk/help/integrating_zendesk_sd/introduction.html)\n", "item": [ { - "id": "e5f230d1-6938-478c-9258-afb6facf780a", + "id": "1e2f6289-a831-4a8b-af1b-9260ee0bed9a", "name": "List existing Service Desk integrations", "request": { "name": "List existing Service Desk integrations", @@ -136021,7 +136021,7 @@ }, "response": [ { - "id": "17a09917-dd38-496f-b990-97c80f53179a", + "id": "828e3532-2a0f-466a-91d6-d9e023e4f839", "name": "List of ServiceDeskIntegrationDto", "originalRequest": { "url": { @@ -136110,7 +136110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea0887c9-3358-4a45-8d87-9fc2c179180c", + "id": "3542c938-6d11-4901-b4ac-f7931eba46da", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136199,7 +136199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9abda87e-e2c9-425e-9862-2058f150d6fc", + "id": "970c121e-fc34-4c67-a73a-ad0f75fd75d5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136288,7 +136288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77ee992f-c2cf-4705-b718-090e812408b7", + "id": "c0cc85b9-537a-4cb1-9be3-0672e660a8b8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136377,7 +136377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "681744cd-e635-4f52-bd36-12c8d6cb4cc8", + "id": "4abb24f8-c62d-437a-8834-cc3872126a28", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -136466,7 +136466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f001b37e-82fc-48e4-8dc6-5d3b63b3018a", + "id": "5084091c-8f52-40e9-9ccc-ff428bfc02e9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136555,7 +136555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2c12433-0835-4cc1-9344-ba812a79d9aa", + "id": "cd47cf79-e999-4303-9878-b990c551f7fd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136650,7 +136650,7 @@ } }, { - "id": "9a864dfd-4189-4e4d-9f86-082e7595e024", + "id": "3e00a5d6-47b6-4be0-8099-8942434f7bee", "name": "Create new Service Desk integration", "request": { "name": "Create new Service Desk integration", @@ -136692,7 +136692,7 @@ }, "response": [ { - "id": "202cbefb-68b3-4ec0-8c23-1317fa9b1b52", + "id": "213e8c4f-7245-4e21-ac29-bd520d75dc07", "name": "Details of the created integration", "originalRequest": { "url": { @@ -136748,7 +136748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "427cb4da-4fc3-4b9b-af0e-40f7814f9925", + "id": "0f76de69-8e8a-4c27-94b3-813c9cfb623f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136804,7 +136804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c0fd0b7-3913-4327-bff5-fac3fee164f7", + "id": "ca86601b-a6e1-4890-ba1a-0fe282544680", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136860,7 +136860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6bba6fd-c535-4bab-ad5c-bb386a7d9914", + "id": "729224c5-95e5-4dee-af18-e20ab003307d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136916,7 +136916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "639e34f0-32b8-4c68-840b-e9d039c21882", + "id": "ed2b55d2-2717-4b14-86cc-911d132a5557", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -136972,7 +136972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd5da81a-6750-49fb-b27f-7d86739c2b39", + "id": "b35985fd-036f-4794-bab9-391bf286ad1b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137028,7 +137028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc2bcfe2-5e8c-4e49-97a0-941243019f80", + "id": "d1b0809d-dd88-4ef8-949c-a693db3f12cc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137090,7 +137090,7 @@ } }, { - "id": "65b55690-9243-44f7-8c36-0a1c21ae3835", + "id": "f8013ad6-eee3-45ca-a988-614a7e912ed3", "name": "Get a Service Desk integration", "request": { "name": "Get a Service Desk integration", @@ -137131,7 +137131,7 @@ }, "response": [ { - "id": "8b96f407-02b5-4454-98a9-4991c4a8e33b", + "id": "32acfda4-6097-4958-bb41-ceb60649d633", "name": "ServiceDeskIntegrationDto with the given ID", "originalRequest": { "url": { @@ -137175,7 +137175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f13fa8c-8c14-4298-a097-26c39d906485", + "id": "4530489b-a3af-42f4-b3a1-abae233f2579", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137219,7 +137219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e73b523-6a5d-4eda-b7db-2edf07b565b4", + "id": "47e9c76c-21c3-4883-ac46-9b657b50a1ec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137263,7 +137263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b91da208-dc81-46e7-bea9-46e1fb15e783", + "id": "d08699bd-f513-4725-b961-231cb4e20991", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137307,7 +137307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19027669-d642-4c43-97df-7d5b1ae66fc0", + "id": "4c5c695c-fb3c-4901-a1b2-375280905bf5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -137351,7 +137351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9dcc065-08e4-4854-8ee5-5f97e0039e01", + "id": "811fed98-b4fa-4759-b442-a1cb42bac9da", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137395,7 +137395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1252e66a-25a2-445d-b975-ef6c9bd43490", + "id": "3284f5e1-43a0-4089-8f4d-dc220dd4aaef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137445,7 +137445,7 @@ } }, { - "id": "22f289c9-d883-453a-a6c4-b21cc9b7c956", + "id": "605c6e6e-c561-4c2d-821b-7c808f572bf1", "name": "Update a Service Desk integration", "request": { "name": "Update a Service Desk integration", @@ -137499,7 +137499,7 @@ }, "response": [ { - "id": "32af01ad-67e0-4f96-ba9d-e3d1e6e6a866", + "id": "79aaf56a-71e0-4390-ade6-c939c7d6b1df", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -137556,7 +137556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7ab48d9-d2de-4abf-956b-fd6792ca8748", + "id": "11ba3074-e23e-42b7-83e8-d1202afccc8a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137613,7 +137613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c35aeab1-89df-4e47-8abd-74fbb9fe8b8b", + "id": "9e9a721c-6d48-4b48-b937-f60dbc3192eb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137670,7 +137670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32946172-2026-4d2c-ad8c-43d666c2f215", + "id": "27dc5341-809e-49a0-a818-81c438de0434", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137727,7 +137727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86d294fe-e905-4e61-b37e-42b350603c4b", + "id": "cbe11da8-488c-4144-bb2e-99a15a2db94a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -137784,7 +137784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df71fa2d-0c37-4816-97e1-5c2b9f8f9e40", + "id": "99cfd6e3-e4cb-4dcb-9a77-80aac3027065", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137841,7 +137841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f6fcdb7-3d74-419c-a17b-933079a484ba", + "id": "25bceaa9-79b9-4bfc-adb1-c87e09c642de", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137904,7 +137904,7 @@ } }, { - "id": "5092b540-5a1b-42fb-bbe2-b232d3aa131f", + "id": "7c831416-dcd8-45d4-80bb-3fe94e4410b5", "name": "Delete a Service Desk integration", "request": { "name": "Delete a Service Desk integration", @@ -137945,7 +137945,7 @@ }, "response": [ { - "id": "d4c7561f-021a-4fc4-a1c9-7a6e6e9a81f5", + "id": "a229e4e1-0eb1-4194-87f3-6775775e27eb", "name": "Service Desk integration with the given ID successfully deleted", "originalRequest": { "url": { @@ -137979,7 +137979,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b0386608-7c44-4da5-bd59-a03e5dbf60b6", + "id": "5bfd544f-062a-4d32-bbf0-d3f2009db8b6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138023,7 +138023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f490562-aa72-43d6-a5a6-07e60e8289be", + "id": "faba8d87-2acb-4dad-b455-386ab98c4c82", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138067,7 +138067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffb0f9c7-b111-4945-8a42-0d1043eafc59", + "id": "5821f8d4-9570-4870-bd7f-a2085cb149ca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138111,7 +138111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a929917-7668-421e-a8c4-0c107099777d", + "id": "43745474-308f-47f7-b70a-318623c29635", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -138155,7 +138155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "394fc3af-8516-49c6-a7a1-bdb4bf0392a1", + "id": "47694291-5eb4-4b78-b1c4-685bee24160a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138199,7 +138199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7e7cd7d-4679-45d8-9bf3-244355888c3d", + "id": "bd9c8717-ab40-4733-854e-9c4b924e1429", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138249,7 +138249,7 @@ } }, { - "id": "c59d7416-6169-4f52-9381-31798ecc00ba", + "id": "b7e27bc8-5c87-4d83-bdcf-f199ad5a490f", "name": "Patch a Service Desk Integration", "request": { "name": "Patch a Service Desk Integration", @@ -138303,7 +138303,7 @@ }, "response": [ { - "id": "6df14b42-86d4-4300-b6ec-a69895860343", + "id": "b7647673-2ae5-4bf4-be1e-a03d46399fe1", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -138360,7 +138360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a639cff-76d9-4195-b6d5-0ee7150fc6d4", + "id": "6f8be60a-bb91-4101-9d7a-e2e70891c406", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138417,7 +138417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32e3b420-e8d4-4dd5-bddb-5965b0d36439", + "id": "a4717ebf-e1dd-4a28-a891-a8f17368b641", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138474,7 +138474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cdc3dff-7abf-4e31-a1b2-687db18846c7", + "id": "842dbf30-2c1e-432e-944c-d2648670ff5f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138531,7 +138531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91d5cbfa-138b-4a80-8f57-eb037dc7ffb3", + "id": "61c4d803-3720-4393-a135-cd45bbc49c33", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -138588,7 +138588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1369f384-3896-4faa-a350-3df91bd95294", + "id": "13517f3c-02c0-429f-b81e-2c7d6f37688d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138645,7 +138645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "116bfd9c-956b-43dc-9ce3-3954bab98cd1", + "id": "76db8c41-a167-42a4-bf87-1bd953b7964d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138708,7 +138708,7 @@ } }, { - "id": "57e2bdb2-f307-4cff-a444-01177bb5647a", + "id": "63bb5687-ebc3-411f-8f9e-f1d5e673a675", "name": "List Service Desk integration types", "request": { "name": "List Service Desk integration types", @@ -138738,7 +138738,7 @@ }, "response": [ { - "id": "763d683d-f3f8-459e-aab0-aa8ded36a634", + "id": "f0e5690d-7953-47a8-a11e-82227abbb4fe", "name": "Responds with an array of the currently supported Service Desk integration types.", "originalRequest": { "url": { @@ -138782,7 +138782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bdfa06f-ea24-4650-8976-a2541dfde21b", + "id": "a26f6e86-6a7e-4c9a-82d0-b717d4e834b3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138826,7 +138826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb1e92ce-d320-4080-951d-b7bba900945d", + "id": "09aa6575-6096-43ba-bec5-eac82c9fceb0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138870,7 +138870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4e81a47-9721-4871-a7f9-f9169fcf8684", + "id": "f558b5b2-f9b3-4b98-8f87-4229af3a40a7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138914,7 +138914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9eff81c-c417-4650-ba45-8d3ee27631d5", + "id": "5181874d-5c5a-433f-b263-d414a5ac978e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -138958,7 +138958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3d8d5fd-c864-48a0-a2c2-29223efcafb9", + "id": "df7a1d8e-206c-48ca-8c65-d746e8ef493d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139002,7 +139002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0153e9e6-d904-4630-a164-e8d0d240307c", + "id": "0979f0b0-d1e2-411e-bc83-48b1fa9029d8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139052,7 +139052,7 @@ } }, { - "id": "f08a75f8-7a65-4daa-af73-229642828d54", + "id": "760b9375-055c-4225-bc43-cbc0fcd36dff", "name": "Service Desk integration template by scriptName", "request": { "name": "Service Desk integration template by scriptName", @@ -139094,7 +139094,7 @@ }, "response": [ { - "id": "c794859f-898a-4c47-a050-d0f739d8b4e5", + "id": "143bd704-021a-4bf3-8c2b-d0a9bad63631", "name": "Responds with the ServiceDeskIntegrationTemplateDto with the specified scriptName.", "originalRequest": { "url": { @@ -139139,7 +139139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5231e0d9-3252-4ea6-af3b-3b0fe4406f45", + "id": "c9dc524f-f7ae-43c3-a088-699108ce1092", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139184,7 +139184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd5f44f6-83ce-4e1b-a3bb-91cf16da22d0", + "id": "f09842cb-ec54-4409-999a-a55ea6055661", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139229,7 +139229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bca4100-6b81-4b22-bd5c-fc770fd82a43", + "id": "aa832b4d-805c-4a21-a9b9-0ffb76962daf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139274,7 +139274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ea1f822-86d2-451b-8a4c-e2c7fe3c52c9", + "id": "620fec49-207c-4978-9bce-8fcd4ddadc9d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -139319,7 +139319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4106cbb-cadb-4b4f-bd3a-9dff7749ad19", + "id": "00c722bd-b628-45ae-babb-89273f7c0fd7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139364,7 +139364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a31f1e09-9fb0-4554-bdb1-6d04583b53d6", + "id": "33a81386-46cc-45ad-99a9-8207536340b3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139415,7 +139415,7 @@ } }, { - "id": "f749e5da-c291-4f5e-b0e8-c4dadd0ef848", + "id": "e88b56ff-c1d1-48ef-850a-226e59c9a687", "name": "Get the time check configuration", "request": { "name": "Get the time check configuration", @@ -139445,7 +139445,7 @@ }, "response": [ { - "id": "5dafdcc2-949e-4dd6-bdab-52376339285d", + "id": "5b482cbc-77bd-4140-a29c-4c68fd300082", "name": "QueuedCheckConfigDetails containing the configured values", "originalRequest": { "url": { @@ -139484,12 +139484,12 @@ "value": "application/json" } ], - "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"cupidatat laboris\",\n \"provisioningMaxStatusCheckDays\": \"incididunt\"\n}", + "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"dolore est esse\",\n \"provisioningMaxStatusCheckDays\": \"in anim\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5d734d91-8949-421e-bc68-b45591e7aa7b", + "id": "9f254a11-53ca-421a-b015-471eaf9f6e64", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139533,7 +139533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c89c001-20c4-4947-ba52-3acf43dcc836", + "id": "52048a8a-92c1-45fa-93c9-77a3e96a2aab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139577,7 +139577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99694a67-181d-46d6-bb9f-a207e35e8388", + "id": "e3db205e-1f11-48ba-96e3-9ff3bd48209a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139621,7 +139621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "307df7c3-f60b-4ab5-99a9-8c5ef7f3679a", + "id": "956babc5-26bc-4f33-a323-2d2d23000b2a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -139665,7 +139665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7de8d18-4a18-42bc-a7e0-88b42296a8c8", + "id": "46d1fb87-d6e7-41b0-9093-c30cd646e085", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139709,7 +139709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed93c176-e825-4521-9bed-bb9da50aca95", + "id": "2e5c1349-0e0f-4881-ab89-182ffbad5be3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139759,7 +139759,7 @@ } }, { - "id": "0cf71ea7-1c1d-4a9d-a6e0-a31f42a8026c", + "id": "9f218dd9-88c0-49da-a3e4-f31abe26e165", "name": "Update the time check configuration", "request": { "name": "Update the time check configuration", @@ -139791,7 +139791,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"cupidatat laboris\",\n \"provisioningMaxStatusCheckDays\": \"incididunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"dolore est esse\",\n \"provisioningMaxStatusCheckDays\": \"in anim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -139802,7 +139802,7 @@ }, "response": [ { - "id": "131b366c-b7f9-4a9e-b1dc-0d258cf95381", + "id": "00f56234-acbf-4c94-affa-595c0ea091b7", "name": "QueuedCheckConfigDetails as updated", "originalRequest": { "url": { @@ -139837,7 +139837,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"cupidatat laboris\",\n \"provisioningMaxStatusCheckDays\": \"incididunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"dolore est esse\",\n \"provisioningMaxStatusCheckDays\": \"in anim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -139854,12 +139854,12 @@ "value": "application/json" } ], - "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"cupidatat laboris\",\n \"provisioningMaxStatusCheckDays\": \"incididunt\"\n}", + "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"dolore est esse\",\n \"provisioningMaxStatusCheckDays\": \"in anim\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "48c1c052-e6fa-4294-a8f6-73dcc9ce943d", + "id": "26264cdd-b6db-4485-af7d-d6fdc5fc5915", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139894,7 +139894,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"cupidatat laboris\",\n \"provisioningMaxStatusCheckDays\": \"incididunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"dolore est esse\",\n \"provisioningMaxStatusCheckDays\": \"in anim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -139916,7 +139916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec2d997d-b2d1-4fa5-8e2d-7c4d42b3496d", + "id": "549f7567-3e49-4bcc-bda1-d737a94a9c11", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139951,7 +139951,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"cupidatat laboris\",\n \"provisioningMaxStatusCheckDays\": \"incididunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"dolore est esse\",\n \"provisioningMaxStatusCheckDays\": \"in anim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -139973,7 +139973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fd85360-0671-4aeb-a3be-fb628c823839", + "id": "54809e3a-205b-428c-a840-507720c1fc79", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -140008,7 +140008,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"cupidatat laboris\",\n \"provisioningMaxStatusCheckDays\": \"incididunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"dolore est esse\",\n \"provisioningMaxStatusCheckDays\": \"in anim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -140030,7 +140030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3462f076-f74f-4d0b-99f8-2d197b6eeda1", + "id": "04f5c57f-3b2a-4a05-9a73-bcbc51cf11c1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -140065,7 +140065,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"cupidatat laboris\",\n \"provisioningMaxStatusCheckDays\": \"incididunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"dolore est esse\",\n \"provisioningMaxStatusCheckDays\": \"in anim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -140087,7 +140087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4859068d-070d-4900-9af1-9fba91473fd3", + "id": "52155e34-941c-416e-96ae-4847971cd9b5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -140122,7 +140122,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"cupidatat laboris\",\n \"provisioningMaxStatusCheckDays\": \"incididunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"dolore est esse\",\n \"provisioningMaxStatusCheckDays\": \"in anim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -140144,7 +140144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47dc9539-371d-455e-90e2-71bb50d9f4a8", + "id": "847e6a5b-788c-4be0-8ab2-136201ff9c42", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140179,7 +140179,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"cupidatat laboris\",\n \"provisioningMaxStatusCheckDays\": \"incididunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"dolore est esse\",\n \"provisioningMaxStatusCheckDays\": \"in anim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -140213,7 +140213,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 Identity Security Cloud, 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 Identity Security Cloud, 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": "ef4c8de1-87b7-4451-8a77-778b4128791e", + "id": "cb58863f-b0a8-4577-862a-f8a2c5ef9dcf", "name": "Create SOD policy", "request": { "name": "Create SOD policy", @@ -140255,7 +140255,7 @@ }, "response": [ { - "id": "9cf27a5b-138c-4ff2-8c18-3c3430bd1efa", + "id": "7509467b-8e91-44bb-80fb-61ec5f66ac3a", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -140311,7 +140311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "400331c3-4517-45dc-a96e-67dbf3e537b9", + "id": "03945cb6-7663-4389-94d5-e1840d9df927", "name": "General Policy", "originalRequest": { "url": { @@ -140367,7 +140367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ac97566-afd8-4247-bcbe-0c279e622061", + "id": "9d63ff60-e4cc-4b43-95b6-91200f33ccc9", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -140423,7 +140423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "437487c5-ce41-4e28-a6ab-198733194157", + "id": "a0e08417-6e82-4487-83d3-68bc1b7721c3", "name": "General Policy", "originalRequest": { "url": { @@ -140479,7 +140479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd50dbe5-4eb3-48c5-af53-fc594d014a79", + "id": "2151d3eb-4985-4c5a-89a7-73068af40a67", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -140535,7 +140535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28023d94-53b0-44f9-a2a3-a2052cfc36e2", + "id": "86373a8f-5221-471e-aeba-3b430e8425fd", "name": "General Policy", "originalRequest": { "url": { @@ -140591,7 +140591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "723220e8-25c2-4e26-8888-f4c6be26bf38", + "id": "c9602f10-cef6-4d9b-b976-0b70b997446e", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -140647,7 +140647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6246ff40-7223-43bc-8d92-bb14820edc72", + "id": "d7a4b26f-d87b-4c66-bb5e-5d90229e94a5", "name": "General Policy", "originalRequest": { "url": { @@ -140703,7 +140703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "126104fd-8427-44a4-90c0-86f5ac491b64", + "id": "a880f56a-48d2-4ad6-9200-3edbc0eb77df", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -140759,7 +140759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d13f8447-bf3c-42e9-9a6a-b95ba50adc6c", + "id": "3e782bd2-e221-4891-b867-9d0c8327565d", "name": "General Policy", "originalRequest": { "url": { @@ -140815,7 +140815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f54a2535-21a8-4d84-8b55-439f4be30c65", + "id": "aa6db410-0634-4968-b3fe-03f459b3fcca", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -140871,7 +140871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "719af893-09e2-41e5-8e99-edf07b79a15d", + "id": "a61f0600-beb0-495e-8238-6ba892b26bda", "name": "General Policy", "originalRequest": { "url": { @@ -140933,7 +140933,7 @@ } }, { - "id": "978050c9-2b11-487a-a439-08a0003db5f1", + "id": "36ca0512-a8a1-467e-ab62-e6d8314ef9be", "name": "List SOD policies", "request": { "name": "List SOD policies", @@ -141008,7 +141008,7 @@ }, "response": [ { - "id": "410010da-d9ff-43c8-b7bb-206966a47058", + "id": "eaee46e6-f9da-4d7d-bd1d-546839747156", "name": "List of all SOD policies.", "originalRequest": { "url": { @@ -141097,7 +141097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e2154fc-fbc6-4f98-a59f-2ff1016135dd", + "id": "27bb4a7e-9999-4161-afce-9f4668d9acda", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141186,7 +141186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc3f1704-5ede-4a82-9e65-78a16c72ef81", + "id": "cd2a5d8f-4df3-4988-b94e-6c13e73b0628", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141275,7 +141275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c24fbbfb-4d39-4687-828e-66be549b0f9a", + "id": "7e4e40a8-1037-46e1-8042-f4e1f9c02a58", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141364,7 +141364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c731abaf-24b2-4aa9-afc1-c6ea5d3318d6", + "id": "fa1cd8f6-836e-48a8-ae08-849734d2c87c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141453,7 +141453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04a288af-6ea1-4a8a-9483-45365b302e89", + "id": "c5f8f45b-648b-40fe-a61c-d4c5885c4f5b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141548,7 +141548,7 @@ } }, { - "id": "f011b8bc-1cae-4fde-98de-a06fcdf85519", + "id": "05544c56-ed5d-41f0-a1d1-7e91185f6785", "name": "Get SOD policy by ID", "request": { "name": "Get SOD policy by ID", @@ -141589,7 +141589,7 @@ }, "response": [ { - "id": "287b381a-3145-49b1-b89c-a195e6fa6928", + "id": "1d913c27-f1f0-4aed-9acc-e163a698010b", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -141633,7 +141633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2da71b73-6f76-47ce-bb0e-0e5457ac093c", + "id": "270f919b-f251-4303-ae07-ca8b50c5e2ff", "name": "General Policy", "originalRequest": { "url": { @@ -141677,7 +141677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c182fd8b-5346-44ba-878b-38a131862ccd", + "id": "a43f4780-56ad-40c7-9edc-322280a4a0f5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141721,7 +141721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0460dd7-70b5-47ea-9c62-f0a7cfd0204d", + "id": "8411a8f2-abeb-4fcd-8017-a05ffe7b28d3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141765,7 +141765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f46deb9-38eb-49e7-b408-1df9935fffd4", + "id": "a3bf245d-31b3-4a2e-a126-20cb2a9c3b18", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141809,7 +141809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2eb39c48-a98e-412d-81c8-9bab8b61df8f", + "id": "f81cc947-9785-47fb-9684-6d87cd3fd8fa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -141853,7 +141853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "172050c8-893b-4338-ac54-75e5fd7ea7ee", + "id": "b696824a-435c-4984-a4d5-8d47fe9e18a8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141897,7 +141897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb882113-8171-4ae1-afbf-c154a43d4956", + "id": "92589c57-ab18-4b6e-b514-2882c0bdb014", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141947,7 +141947,7 @@ } }, { - "id": "51d6972d-2d28-49ec-af7f-cbf268dff935", + "id": "56794e19-197e-4127-89f0-1479f1080aad", "name": "Update SOD policy by ID", "request": { "name": "Update SOD policy by ID", @@ -142001,7 +142001,7 @@ }, "response": [ { - "id": "904a7fa3-4225-4d02-8a75-b6f05686d08d", + "id": "469333cb-2e5d-44ba-91b1-3ea1709f3706", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -142058,7 +142058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaf7cea5-0d64-42ab-8c03-4d79c6fd92a3", + "id": "ed01b898-7c62-4973-970b-ae7830becf48", "name": "General Policy", "originalRequest": { "url": { @@ -142115,7 +142115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "545d13e8-1f88-40e0-b53d-dea7f767d24d", + "id": "9d554d86-3cc7-4885-99ae-b50ce959e551", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -142172,7 +142172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64952b1e-5ff8-4f44-b994-055b55bb9fdb", + "id": "1106d352-ef04-4fad-96d3-154d1127dbb5", "name": "General Policy", "originalRequest": { "url": { @@ -142229,7 +142229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5144135e-d6e7-4063-a9c2-bd3bada115ac", + "id": "dee4fdae-7c7d-42bd-8865-d28493804ff6", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -142286,7 +142286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1abddd9-826a-4acb-be91-562a181d288a", + "id": "f9587bda-9592-4d6d-b16b-d04603d48227", "name": "General Policy", "originalRequest": { "url": { @@ -142343,7 +142343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "496bb85a-e3b1-456b-9c7a-6a44928dabe2", + "id": "99411d50-2c46-427d-ac86-3e1c78c6369a", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -142400,7 +142400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3e41538-5b36-4585-9765-b40d9260fbad", + "id": "c19083ec-5a36-48cd-b873-af8f6b2d5c40", "name": "General Policy", "originalRequest": { "url": { @@ -142457,7 +142457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ab9a36b-9eab-45ba-b7e7-e6c3ba77838a", + "id": "f71f6367-878d-4a8f-8a92-ad70ab13a333", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -142514,7 +142514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dd80491-f4f9-4bc8-bcd0-4f28fe427cf1", + "id": "66913cf1-e85f-4605-a445-901bfe3b83c6", "name": "General Policy", "originalRequest": { "url": { @@ -142571,7 +142571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0c82b7f-7b43-4c81-99d3-a22594b469f3", + "id": "5cff0aa7-a8a1-40fc-964e-7c180e8d9ff0", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -142628,7 +142628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "517e60ff-52c8-4d54-8fb0-8b7070f57f38", + "id": "94b19ca8-cb34-41b4-b88a-26731d3d6402", "name": "General Policy", "originalRequest": { "url": { @@ -142685,7 +142685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbbd06fb-9828-455c-b699-9ea2637acc92", + "id": "48921f19-0b20-477d-90cc-54c0e3ae7ca3", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -142742,7 +142742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbc990fd-a443-41e3-aae2-b69551f274b9", + "id": "02c50277-0ce6-4a18-9f3b-5642aa7a5028", "name": "General Policy", "originalRequest": { "url": { @@ -142805,7 +142805,7 @@ } }, { - "id": "b43c8b78-7b0c-4b37-8916-965d63f063bf", + "id": "12865924-696b-4f0a-bcdd-2829c4fc34c3", "name": "Delete SOD policy by ID", "request": { "name": "Delete SOD policy by ID", @@ -142856,7 +142856,7 @@ }, "response": [ { - "id": "b01cb659-513d-4566-bec2-ba8b2c90cc51", + "id": "1f877b55-27fc-427f-952a-e65f31690fba", "name": "No content.", "originalRequest": { "url": { @@ -142900,7 +142900,7 @@ "_postman_previewlanguage": "text" }, { - "id": "75102731-ee71-4f11-9e41-52d6d06ded39", + "id": "cb471d1b-d565-48e5-bcc8-3d003c257683", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142954,7 +142954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a1fafd5-931a-4600-9d43-4fd8b3409daf", + "id": "c287363c-02f7-43d2-a576-11c31e2dc78f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143008,7 +143008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "452dbb88-4b07-4a58-977c-5173bb46f17b", + "id": "f78d3e03-5aa4-4ef5-abe9-4f0620380726", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143062,7 +143062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa2d5f04-fb37-457a-83ac-7b6373b0caf3", + "id": "090f3ca7-fee3-42b7-b242-cda1b20bf6fa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -143116,7 +143116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d537a89-8afa-44a8-936b-7f972ca34f7e", + "id": "51cfb206-37d5-4ef4-968b-50bbadead4c7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143170,7 +143170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40cfd70e-3f0d-47da-8dfb-6769d282beba", + "id": "b4887da4-a316-4dec-8fdd-34bbb22c4c97", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143230,7 +143230,7 @@ } }, { - "id": "1737d756-ba5c-4bf6-b1e9-e10d467a1db4", + "id": "e731e613-eb6a-4e20-8b5e-ff78c02ff4ca", "name": "Patch SOD policy by ID", "request": { "name": "Patch SOD policy by ID", @@ -143284,7 +143284,7 @@ }, "response": [ { - "id": "916e20c3-480d-4963-b60d-026ffc87ba7e", + "id": "c79b36f6-8528-4d37-b257-04cdcebb3ee6", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -143341,7 +143341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94356c48-b97a-4dfa-a17e-926b885bb488", + "id": "63db49c3-4e1e-44dc-a942-5dff760cec1b", "name": "General Policy", "originalRequest": { "url": { @@ -143398,7 +143398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16c273ce-42d0-4fcb-a6aa-e1b0a63f5847", + "id": "bfb69907-63c1-4797-971f-1abc1930e454", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -143455,7 +143455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fecc675-b8b5-4e66-9052-f7131f72c52d", + "id": "ced3b1ac-d233-4e53-90c0-632d000cfd40", "name": "General Policy", "originalRequest": { "url": { @@ -143512,7 +143512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84cb2907-94cf-4386-9498-4a74c3c826c1", + "id": "60b33103-68bf-4133-8034-d0bf7f0498b2", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -143569,7 +143569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f84b09b-95bc-48ba-a1e5-5c8ec9be5962", + "id": "5a7b7843-6ec2-4f9e-96f4-ac733ee17990", "name": "General Policy", "originalRequest": { "url": { @@ -143626,7 +143626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1ebfb10-ec02-4623-ac32-0a178becd6e2", + "id": "b4cd7e6a-d900-43a2-9381-fa8515d98b8b", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -143683,7 +143683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08db36e9-97eb-4f10-8f6e-ea61905f2414", + "id": "d631cd73-3a4e-4892-911c-41d0707a0999", "name": "General Policy", "originalRequest": { "url": { @@ -143740,7 +143740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a4bb8b0-703c-4a13-98bf-6b0e0711ccca", + "id": "90d1368a-bbc0-41cb-bacf-a625f18080d2", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -143797,7 +143797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dafd99a-ef2d-421e-94b3-d027b9bfdd2f", + "id": "af0b4f20-cfcd-4db9-ae7b-61ff89f56aa7", "name": "General Policy", "originalRequest": { "url": { @@ -143854,7 +143854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1053c136-6a2b-4a1b-a92c-be9db1906113", + "id": "41fcc074-acdf-42f9-adb2-bc9aec4332d9", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -143911,7 +143911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "725b1f93-011f-4c0d-8c0e-e8e5ab177900", + "id": "4fe0078f-8293-4c28-826e-a92672612dc5", "name": "General Policy", "originalRequest": { "url": { @@ -143968,7 +143968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa3f350c-6703-408a-872d-b19abd2bc08a", + "id": "2b8f99e2-84a8-40d5-b1ad-567014fee9de", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -144025,7 +144025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74d2d6c9-98fe-4a53-8cf6-0228fedce716", + "id": "15d4a8e3-5c67-4c2d-9f74-51c5309d8ec9", "name": "General Policy", "originalRequest": { "url": { @@ -144088,7 +144088,7 @@ } }, { - "id": "f2ca503a-00b7-4c54-a1ec-49d30d1e2ac5", + "id": "5a1ba06f-098f-4ff7-9a29-7d073d5e0d77", "name": "Evaluate one policy by ID", "request": { "name": "Evaluate one policy by ID", @@ -144130,7 +144130,7 @@ }, "response": [ { - "id": "7cf075ae-712a-4309-bbcd-d8159cbfe18e", + "id": "7911f350-47ee-4f12-8f42-3859fc9fb7eb", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -144175,7 +144175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1350ef3-61ca-4bed-8ded-1e0d2cfc3982", + "id": "fc68b6fc-22ad-4baf-9ae1-e9fea37b945a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144220,7 +144220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "019cf4eb-d890-4834-9b39-5dc153e2816b", + "id": "8d7ac30c-846c-45e3-b540-f366751e0e79", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144265,7 +144265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e880b6bb-49cc-4702-a29c-c09cf600a91a", + "id": "0ec26065-7979-407e-94e7-b4399f089ce0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144310,7 +144310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f352544-ec07-483b-9ae9-66ae89f4cff0", + "id": "dd0fdc63-c611-4567-8f20-759f12470e99", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -144355,7 +144355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31ef0143-6c39-440a-afd0-42abb3e55f3f", + "id": "d92f0049-d1a0-42fa-983f-38c064f0f334", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144406,7 +144406,7 @@ } }, { - "id": "36e90965-d17e-4bc7-bf94-e21db70392d0", + "id": "1cf1d717-24c2-4497-9845-aa40235389f1", "name": "Get SOD policy schedule", "request": { "name": "Get SOD policy schedule", @@ -144448,7 +144448,7 @@ }, "response": [ { - "id": "80c40f6a-d8b2-465b-95b5-ed3727cccab9", + "id": "d36eb810-badc-4c12-a9a0-13c8bf0c7b85", "name": "SOD policy schedule.", "originalRequest": { "url": { @@ -144493,7 +144493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee672b07-a14c-4e1b-8d41-2ab2f039d861", + "id": "9d357531-9906-45a4-94cb-cb3198ae48e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144538,7 +144538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92d8f781-7a53-4e33-999f-2ab26c6539e2", + "id": "019c690d-5254-46b0-b023-0b8d19d5d06e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144583,7 +144583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f612a36-10b2-42b1-820f-9dedf8460e7c", + "id": "a83ad851-6303-4bc9-856e-54c90a0481e7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144628,7 +144628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "697952d0-4dd9-4fe0-9efc-122084ac8e40", + "id": "3cfbdd1a-9fbd-47d2-9dc1-fba0868bb302", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -144673,7 +144673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "363be94c-f802-4765-af48-21e4ac5953ef", + "id": "1695799a-6574-4d29-a879-42f36af29571", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144724,7 +144724,7 @@ } }, { - "id": "59e21ed4-9588-4a5d-9ebf-91ccfa4bc96d", + "id": "8e5bd141-769b-416c-84a8-5225e7148f72", "name": "Update SOD Policy schedule", "request": { "name": "Update SOD Policy schedule", @@ -144779,7 +144779,7 @@ }, "response": [ { - "id": "f7eedfa5-fb49-4d7d-a835-75fc35c035ec", + "id": "f423756d-a8ff-4fb3-8b8d-c50188c423c5", "name": "Created or updated SOD policy schedule.", "originalRequest": { "url": { @@ -144837,7 +144837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5434560d-2869-4d56-892f-8bccee31614f", + "id": "94ff3f66-f8bb-49f9-9eab-a33da5555adf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144895,7 +144895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "703b5fee-ce35-4efc-8566-337a3e873c82", + "id": "ea58d3c5-1fa2-40f9-a66b-9f0d142d6ea7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144953,7 +144953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cdc165f-bc88-4c20-b707-6c234f9126d0", + "id": "94d4757a-9e32-487a-9d6c-71d9d781f7d8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145011,7 +145011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42e8c866-99be-4d04-b67f-0ea18480daeb", + "id": "58ecba1f-56d4-47ce-a10c-ecdfc5cebb2a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -145069,7 +145069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "714eeec4-ff04-458f-b35f-e722fa315457", + "id": "8fd2b16e-a7ff-461b-92f3-1a4adb1e1c92", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145133,7 +145133,7 @@ } }, { - "id": "63ff5bb0-37d8-485f-965d-b6686dae4101", + "id": "9a0548c9-8cd7-4221-acc8-ebea4536af65", "name": "Delete SOD policy schedule", "request": { "name": "Delete SOD policy schedule", @@ -145175,7 +145175,7 @@ }, "response": [ { - "id": "af56c21e-a122-429f-8250-745132b21874", + "id": "2f1275c9-3c0f-4b66-8297-4bba81e4c8cf", "name": "No content response.", "originalRequest": { "url": { @@ -145210,7 +145210,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1871f68d-9396-436b-80fc-068171b2d79b", + "id": "785508bd-6949-424d-b363-5e3d3e86df23", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145255,7 +145255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1efd680-0806-4c09-963f-922406b54b6d", + "id": "04de2574-876d-4c04-9a09-69e12b957445", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145300,7 +145300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72ef068a-2699-4fea-97f0-7c509e65d3a5", + "id": "33adf64a-bf21-435c-a9c9-8c16a2ecbd6b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145345,7 +145345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ecb67dc-00fc-4724-9a37-29ef6efb2c09", + "id": "9248a553-3a59-4c45-b45b-b610648581bc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -145390,7 +145390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df65b449-5831-4abd-989c-b92b22830810", + "id": "a7ea8c2d-0b45-40e5-a21f-a90e2ccd2a80", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -145435,7 +145435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf141ebf-a9ce-4f12-9d84-76d3509c5874", + "id": "23cd4485-e568-4d50-8646-1a608f6bec2e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145486,7 +145486,7 @@ } }, { - "id": "0a482b8c-ccc0-4144-9a60-5407a59d9bf1", + "id": "4d512a06-015f-4f9e-b0e7-1f4359255db8", "name": "Runs SOD policy violation report", "request": { "name": "Runs SOD policy violation report", @@ -145529,7 +145529,7 @@ }, "response": [ { - "id": "f85c8d7f-2af1-46e9-8cce-6c4c0fc1c51c", + "id": "6e04403f-2ada-4fb5-8559-1fa1b7a193df", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -145575,7 +145575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2bfa2da-87b9-4d41-92d8-e3b0d128c372", + "id": "ba2e0408-0280-4079-b55e-a8b45108dd4b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145621,7 +145621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1097ade4-d01f-4df4-bf25-f9c6626566fa", + "id": "cf0aeda9-18d1-4900-a2bb-e849c2d3ddcf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145667,7 +145667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a81cc9d-fe2a-4eb9-8d6f-e12959a06f68", + "id": "5a4f4037-a624-4268-bc78-ba5858a9c808", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145713,7 +145713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "242df214-c503-49d1-801d-6ddcd3aec634", + "id": "c588e669-fad4-4d0e-b3f3-bf71693dc393", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -145759,7 +145759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7f28cd9-08f1-46d7-ac0c-51644e2c039e", + "id": "2a098c09-fb49-41d0-a3be-05ab56a303ff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -145805,7 +145805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa7dee78-8381-4a3c-b7c9-bf9a520743bd", + "id": "02d4896f-429a-45dc-a42c-1475f6b87fe3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145857,7 +145857,7 @@ } }, { - "id": "ab269479-5e6b-418c-b54a-1521f42e8fe6", + "id": "a104078c-05e5-4727-8bee-bfd4668cdcca", "name": "Get SOD violation report status", "request": { "name": "Get SOD violation report status", @@ -145899,7 +145899,7 @@ }, "response": [ { - "id": "e5f2e6bf-4f00-42cf-880e-00f5cc27ea79", + "id": "6b69eb5c-f456-4ae7-abe0-437b2bad0e72", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -145944,7 +145944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a47cac02-1d2c-4e3b-9a96-472c17171c60", + "id": "872509c1-d35b-4286-993a-900ea48dbfc4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145989,7 +145989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9aa0fe87-f424-4974-b6aa-38580c7fea9c", + "id": "56b2d45f-cda7-4ed1-a482-17a77a984e8f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146034,7 +146034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e970c88-c026-4631-8c5d-afcf004f8574", + "id": "0afad8c2-b1a4-437a-ae0d-ec23cf567cc4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146079,7 +146079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "199c24ba-86a8-4ec8-8c38-df7586d4e100", + "id": "b137c4f3-ed60-435d-9aa7-3248815ae59d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -146124,7 +146124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ba355ed-e565-4556-8627-05124606bad3", + "id": "8b0a5c3b-bcf4-449e-834c-1199682c2c73", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -146169,7 +146169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63c289a0-8fd2-44b9-bbb1-32fd5f3c8f96", + "id": "a9421070-6908-41bb-9391-0cbb99b688d0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146220,7 +146220,7 @@ } }, { - "id": "ff414c0d-3d0f-4fa2-b33e-afb2ceb1844b", + "id": "4760cee5-6e8a-4fc1-ba28-0793aab654b8", "name": "Get violation report run status", "request": { "name": "Get violation report run status", @@ -146262,7 +146262,7 @@ }, "response": [ { - "id": "d30641f8-7c3a-4dae-965a-0c684872f3f2", + "id": "34879706-a468-49ed-9269-a17e63e7df00", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -146307,7 +146307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7f4f388-fee8-4f94-af2a-ad3d149caf72", + "id": "f590497f-65bf-4046-bf98-9800267b9f81", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146352,7 +146352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffb1b258-b7eb-40a0-941d-9e79609cec78", + "id": "6c6565fc-9bd2-4021-8d7f-f28b32a4e37b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146397,7 +146397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39512261-81d3-4f52-87ad-ef45e2e5f5ee", + "id": "b961faa4-a613-4545-ac0c-0eaa0b09fef8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146442,7 +146442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5041d9f8-36b7-4b3b-89db-abc649af7c4d", + "id": "0b137dc6-1982-4029-b791-d0c79593975d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -146487,7 +146487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94a5cf35-d38c-458b-b064-8d431199ece8", + "id": "4de6b916-7f71-4eae-951b-9bc5d364b30d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -146532,7 +146532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da26bb9d-4ba8-4844-b8de-9b889af6a87f", + "id": "db516fde-0abf-4db9-b6b2-bedeb61744eb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146583,7 +146583,7 @@ } }, { - "id": "9ca94eb8-89c6-41ed-afcd-5f2a1467c6e5", + "id": "4aac507a-0a25-48a2-b0f8-d909f558a586", "name": "Runs all policies for org", "request": { "name": "Runs all policies for org", @@ -146626,7 +146626,7 @@ }, "response": [ { - "id": "c23e4ac1-3449-4111-8b85-e1a64368dafd", + "id": "5af638ba-25cb-4d8a-9e1f-189e63fb1841", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -146683,7 +146683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09a147ff-a0ec-45fa-801a-aae017754567", + "id": "327b43a3-24c5-4312-abc9-815be69d239a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146740,7 +146740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "356ff583-7f0f-4b56-a4fb-f5a2635fde20", + "id": "f2ac79b2-e511-430b-8db9-598338affe87", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146797,7 +146797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fdf2301-43ca-44c6-b8e4-7e5f0f255e5d", + "id": "9f9be827-8f91-45ed-99aa-3987f09fcb3b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146854,7 +146854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf5a22a3-e65e-472a-a5c6-3d2f79e4b736", + "id": "35f3f4c9-9669-4f1e-8b5f-349a9236196c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -146911,7 +146911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40ef6597-e1ec-4be3-ae3c-f41c9c79328f", + "id": "7ed080a4-f26e-4469-a1ac-dabfde83b94e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146974,7 +146974,7 @@ } }, { - "id": "7b8192fa-122b-4e71-a05a-7fab87147408", + "id": "555a7df0-fe59-4fd8-91aa-109350b483a1", "name": "Get multi-report run task status", "request": { "name": "Get multi-report run task status", @@ -147003,7 +147003,7 @@ }, "response": [ { - "id": "c5e5cd88-92ec-4d5f-801b-580b55b110f6", + "id": "30eef156-a84c-4679-b880-b699b5326e60", "name": "Status of the violation report run task for all policy run.", "originalRequest": { "url": { @@ -147046,7 +147046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cf6ce38-fa35-486f-a1d0-849d69ce498b", + "id": "b86c7350-274e-4ee0-a2c4-37a5a1db1d05", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -147089,7 +147089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ac984a3-265d-4502-b0fe-6ff0574e341c", + "id": "1c8ae0f2-1480-4d63-81a1-0afb5bfdc9c9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147132,7 +147132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6492d0a2-82f1-41aa-aad3-4fb5f1f507db", + "id": "acce9bf0-1b8d-4578-a918-df483d319115", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147175,7 +147175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa5b0d2a-3e36-413d-820f-68732fa38ab6", + "id": "52160e09-9095-4606-a54c-a0d33640e7a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147218,7 +147218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a07f368-abe7-4aca-8a8d-c8d3177a1e9c", + "id": "49045ca2-9204-42b6-b22a-2ab600bb68d3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147267,7 +147267,7 @@ } }, { - "id": "ef8de1eb-676c-491f-a8c8-93a2532e8fdd", + "id": "f483bd1c-237b-41c0-91e2-211e8578e817", "name": "Download violation report", "request": { "name": "Download violation report", @@ -147309,7 +147309,7 @@ }, "response": [ { - "id": "019c24c1-04d9-41fd-9ce9-c152be3759dc", + "id": "f601344a-c5d8-417f-a6aa-9e23f9c00d4d", "name": "Returns the PolicyReport.zip that contains the violation report file.", "originalRequest": { "url": { @@ -147349,12 +147349,12 @@ "value": "application/zip" } ], - "body": "ut magna et ipsum", + "body": "et ut", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "c8a0e0c1-db16-4c1e-9a5d-de60dfb80599", + "id": "f6f25249-6d13-4a74-9593-b638e842d2c4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -147399,7 +147399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9f58104-5c6f-4fcb-b118-5f4e791dbfe4", + "id": "93382f71-72e4-47cd-8564-22e4b9a46bef", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147444,7 +147444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "089f5b77-1d83-426a-8969-66f5c2580e06", + "id": "9c74973e-8b11-4561-b9a5-63e74e1f2e02", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147489,7 +147489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "653f1ce9-efb0-423a-b87e-678160f95c65", + "id": "4eeb6c7d-8c49-44b2-b6b4-f4d1dcb33a38", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -147534,7 +147534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1e28b07-bc51-426a-b773-af2914a6e3a4", + "id": "b90ed27b-112a-490d-bdc4-0a7766407dc9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147579,7 +147579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4deec217-25fa-426c-a1f7-b94051508733", + "id": "c6e97607-2398-4b33-af42-35482e665e7c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147630,7 +147630,7 @@ } }, { - "id": "906fcb4f-a460-4d09-ab8f-c171eb99868b", + "id": "202729ef-1b91-4271-8fbf-c4bbc3f5a0a8", "name": "Download custom violation report", "request": { "name": "Download custom violation report", @@ -147683,7 +147683,7 @@ }, "response": [ { - "id": "0a2541cc-ae78-4708-ab75-e936c1057020", + "id": "468663ea-371b-49a0-8a24-a30e152388df", "name": "Returns the zip file with given custom name that contains the violation report file.", "originalRequest": { "url": { @@ -147724,12 +147724,12 @@ "value": "application/zip" } ], - "body": "ut magna et ipsum", + "body": "et ut", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "4847f8dd-0290-498f-ab76-a5bd80e9e728", + "id": "261f68d9-a60e-4ff1-957a-8ea289fee66c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -147775,7 +147775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49d5cd63-7fbc-42e0-a35d-ada69c759b65", + "id": "91c05c65-abe9-4ced-9b05-b4736dcdf250", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147821,7 +147821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8303d21-a039-425a-b959-936481662ae7", + "id": "9b6c4a9e-47bf-4f0c-be8c-2c703883ff31", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147867,7 +147867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d11642b-f533-43d2-8760-b22184e07c11", + "id": "7507942b-dbd5-43fe-9fd5-d3ac2c36de24", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -147913,7 +147913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1ce738f-3a9b-4e72-b635-ed1988d21239", + "id": "760ceb8c-f62e-4a4b-9d4d-936d15062929", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147959,7 +147959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e6ff2bc-fb92-40d0-8596-b3ff714a7373", + "id": "f2f66ae8-f074-4bd1-85de-f7004b8ff42d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148017,7 +148017,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": "bdded74b-b05f-4bfa-9e0c-614ca8a8eba1", + "id": "b4b51c81-e104-4999-a55a-6e1f8f033a3b", "name": "Predict SOD violations for identity.", "request": { "name": "Predict SOD violations for identity.", @@ -148060,7 +148060,7 @@ }, "response": [ { - "id": "5db44421-e8ae-421a-8505-a76db50d98f0", + "id": "3e4d309e-4057-4947-9ed1-cacc36a6a7ee", "name": "Violation Contexts", "originalRequest": { "url": { @@ -148117,7 +148117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "227841c0-306f-46f8-8494-33ce32eac01c", + "id": "a4999d1d-3552-41c5-ac4a-41f8f69816ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148174,7 +148174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39fe459c-45a0-4213-b1d9-22ad482a391b", + "id": "8ef16e37-5832-4300-8429-d0479c982991", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148231,7 +148231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d52dca6a-7b28-478c-8e86-59a86d397e27", + "id": "b663e187-2167-4ddd-90fc-0caca00b9a84", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148288,7 +148288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c677cc8c-bde8-47e1-9f23-98b5900345ee", + "id": "37d971a3-8979-425c-a2d8-38486363526a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -148345,7 +148345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be5f954a-3c6e-4fa4-b308-2a601fad9a27", + "id": "e01e1cbb-a9a9-4ae8-b0ed-d74a08c70bd6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -148402,7 +148402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db0bfc18-84cc-41e7-a7fb-042dbc15c73f", + "id": "8a3ded5e-320a-41a5-a4c6-3a5404415e82", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148465,7 +148465,7 @@ } }, { - "id": "467e45d0-0aa6-435c-96e0-c2a194dbbd8d", + "id": "bb3750d3-2a29-4f6b-8777-63f99ce3dd48", "name": "Check SOD violations", "request": { "name": "Check SOD violations", @@ -148508,7 +148508,7 @@ }, "response": [ { - "id": "62496746-139c-45fe-9ad7-539d32b56a26", + "id": "9055d0fa-a6a4-4f28-9a5a-2c73de72fd31", "name": "Request ID with a timestamp.", "originalRequest": { "url": { @@ -148565,7 +148565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6021b316-ce2e-4767-939c-edcbf2ae6b97", + "id": "94940960-8617-4ff3-baa4-d77d489d010f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148622,7 +148622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8077234b-0712-4fc7-abed-9ad0ea7a7df1", + "id": "b1f24aa3-07b2-46a2-9185-eb343de6dc0a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148679,7 +148679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f265f5f8-2039-4035-b5e0-7eedbf9ec44f", + "id": "a950f3ab-3864-4472-8523-0ca874de98a2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148736,7 +148736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c524bed7-a5ea-44e6-8597-cbf75d37828a", + "id": "8c6944ff-ca0e-4cec-b287-fcb37fca50d0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -148793,7 +148793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f000616b-c344-48a3-8456-32690dd0f766", + "id": "d1bf04f0-4799-4b3e-903c-47d82a908295", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -148850,7 +148850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbd47743-6fc9-4f92-b6c5-0cd4d15087c0", + "id": "3e28fa2f-3420-45ed-a76a-73d650a428ad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148919,7 +148919,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": "d301ac63-0d3f-4e9b-917d-e1bde1594ef5", + "id": "ae62981b-0dd7-4467-9974-abd2124bc783", "name": "Finds status of source usage", "request": { "name": "Finds status of source usage", @@ -148961,7 +148961,7 @@ }, "response": [ { - "id": "7791449d-2a85-42cc-944a-1fbf680e9893", + "id": "39d5a3bf-6ff5-4aff-a40d-a3ca11d45390", "name": "Status of the source usage insights setup by IDN source ID.", "originalRequest": { "url": { @@ -149006,7 +149006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "516687fa-5ac2-4417-bf3d-eb9c56e9517b", + "id": "79ebeb3d-fa06-46db-bb45-4edf818fa699", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149051,7 +149051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39d1fa34-f690-443b-9f23-ff53fb7d390c", + "id": "ece2f8d9-683d-49e6-90de-9b602016055a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149096,7 +149096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8800083b-9411-4b40-b167-58a60bb19eed", + "id": "9f61a1fe-2501-4ad4-a79b-1c0a9d1fd9d0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -149141,7 +149141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cf503b0-6914-4913-b75e-3a904f6e16b3", + "id": "9ae23e73-d5dc-42ac-969e-2eb5443d582d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -149186,7 +149186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f0695e5-49ef-4333-9d97-3ff2d0a1fbd0", + "id": "9693bf8f-7b11-4692-8f02-dc2fa4b0f663", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149237,7 +149237,7 @@ } }, { - "id": "0d41a3af-a881-4d56-b8ef-0b345b1009a8", + "id": "02104583-ae87-4b41-aa75-19eed835c218", "name": "Returns source usage insights", "request": { "name": "Returns source usage insights", @@ -149316,7 +149316,7 @@ }, "response": [ { - "id": "63a9f0aa-0cf0-4056-acdf-b0efe72a3512", + "id": "cf1d5fbb-c8e2-4363-9564-648974c79770", "name": "Summary of source usage insights for past 12 months.", "originalRequest": { "url": { @@ -149398,7 +149398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfea22c7-4d49-46ba-b90f-e7d62ef07f9d", + "id": "f96323bf-2abd-497b-a8aa-79635ddb10d8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149480,7 +149480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fd4fdc1-8c78-4b2f-84a5-c2ae6c9ae97c", + "id": "005e694e-ea4e-458c-b153-f49742957664", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149562,7 +149562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5705e12-8292-4ab0-9bcf-0a930252a471", + "id": "676e68b8-f7bf-40f3-9bc4-e6618280a480", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -149644,7 +149644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca3e523c-5bdb-46e5-be73-ec1a8ca2e20c", + "id": "6b7be518-f605-43e3-ac1b-6b338bf1a17a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -149726,7 +149726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "101bf89a-cb6e-4d2b-a663-06eff4e1961c", + "id": "d46b5fed-bef9-4f72-88f1-d3f26ebe42d5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149820,7 +149820,7 @@ "description": "Use this API to implement and customize source functionality. \nWith source functionality in place, organizations can use Identity Security Cloud to connect their various sources and user data sets and manage access across all those different sources in a secure, scalable way. \n\n[Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) refer to the Identity Security Cloud representations for external applications, databases, and directory management systems that maintain their own sets of users, like Dropbox, GitHub, and Workday, for example.\nOrganizations may use hundreds, if not thousands, of different source systems, and any one employee within an organization likely has a different user record on each source, often with different permissions on many of those records. \nConnecting these sources to Identity Security Cloud makes it possible to manage user access across them all.\nThen, if a new hire starts at an organization, Identity Security Cloud can grant the new hire access to all the sources they need.\nIf an employee moves to a new department and needs access to new sources but no longer needs access to others, Identity Security Cloud can grant the necessary access and revoke the unnecessary access for all the employee's various sources. \nIf an employee leaves the company, Identity Security Cloud can revoke access to all the employee's various source accounts immediately. \nThese are just a few examples of the many ways that source functionality makes identity governance easier, more efficient, and more secure. \n\nIn Identity Security Cloud, administrators can create configure, manage, and edit sources, and they can designate other users as source admins to be able to do so.\nThey can also designate users as source sub-admins, who can perform the same source actions but only on sources associated with their governance groups.\nAdmins go to Connections > Sources to see a list of the existing source representations in their organizations. \nThey can create new sources or select existing ones. \n\nTo create a new source, the following must be specified: Source Name, Description, Source Owner, and Connection Type.\nRefer to [Configuring a Source](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html#configuring-a-source) for more information about the source configuration process. \n\nIdentity Security Cloud connects with its sources either by a direct communication with the source server (connection information specific to the source must be provided) or a flat file feed, a CSV file containing all the relevant information about the accounts to be loaded in.\nDifferent sources use different connectors to share data with Identity Security Cloud, and each connector's setup process is specific to that connector. \nSailPoint has built a number of connectors to come out of the box and connect to the most common sources, and SailPoint actively maintains these connectors.\nRefer to [Identity Security Cloud Connectors](https://documentation.sailpoint.com/connectors/identitynow/landingpages/help/landingpages/identitynow_connectivity_landing.html) for more information about these SailPoint supported connectors. \nRefer to the following links for more information about two useful connectors: \n\n- [JDBC Connector](https://documentation.sailpoint.com/connectors/jdbc/help/integrating_jdbc/introduction.html): This customizable connector an directly connect to databases that support JDBC (Java Database Connectivity).\n\n- [Web Services Connector](https://documentation.sailpoint.com/connectors/webservices/help/integrating_webservices/introduction.html): This connector can directly connect to databases that support Web Services. \n\nRefer to [SaaS Connectivity](https://developer.sailpoint.com/docs/connectivity/saas-connectivity/) for more information about SailPoint's new connectivity framework that makes it easy to build and manage custom connectors to SaaS sources. \n\nWhen admins select existing sources, they can view the following information about the source:\n\n- Associated connections (any associated identity profiles, apps, or references to the source in a transform).\n\n- Associated user accounts. These accounts are linked to their identities - this provides a more complete picture of each user's access across sources.\n\n- Associated entitlements (sets of access rights on sources).\n\n- Associated access profiles (groupings of entitlements). \n\nThe user account data and the entitlements update with each data aggregation from the source. \nOrganizations generally run scheduled, automated data aggregations to ensure that their data is always in sync between their sources and their Identity Security Cloud tenants so an access change on a source is detected quickly in Identity Security Cloud.\nAdmins can view a history of these aggregations, and they can also run manual imports. \nRefer to [Loading Account Data](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html) for more information about manual and scheduled aggregations. \n\nAdmins can also make changes to determine which user account data Identity Security Cloud collects from the source and how it correlates that account data with identity data. \nTo define which account attributes the source shares with Identity Security Cloud, admins can edit the account schema on the source.\nRefer to [Managing Source Account Schemas](https://documentation.sailpoint.com/saas/help/accounts/schema.html) for more information about source account schemas and how to edit them. \nTo define the mapping between the source account attributes and their correlating identity attributes, admins can edit the correlation configuration on the source. \nRefer to [Assigning Source Accounts to Identities](https://documentation.sailpoint.com/saas/help/accounts/correlation.html) for more information about this correlation process between source accounts and identities.\n\nAdmins can also delete sources, but they must first ensure that the sources no longer have any active connections: the source must not be associated with any identity profile or any app, and it must not be referenced by any transform.\nRefer to [Deleting Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html#deleting-sources) for more information about deleting sources. \n\nWell organized, mapped out connections between sources and Identity Security Cloud are essential to achieving comprehensive identity access governance across all the source systems organizations need. \nRefer to [Managing Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) for more information about all the different things admins can do with sources once they are connected.\n", "item": [ { - "id": "4b64a4ed-4e56-4217-b2e0-89d1f798ab01", + "id": "8dcb78f4-8441-4033-8e91-21e902e2dfa4", "name": "Lists all sources in IdentityNow.", "request": { "name": "Lists all sources in IdentityNow.", @@ -149913,7 +149913,7 @@ }, "response": [ { - "id": "ac7fb99f-ecda-410e-b63a-f13a4a6ae543", + "id": "974883f5-d3cb-46f4-a709-5793432f651e", "name": "List of Source objects", "originalRequest": { "url": { @@ -150020,7 +150020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4981e5fb-0046-4d3f-942b-d7af080d2885", + "id": "dceda639-492e-41f7-b4af-5472609b674d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -150127,7 +150127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cb1747c-c9a9-4a0d-84a0-195e39c6f4b0", + "id": "da01b9a8-c9a0-498d-959c-94ec22ea6cc5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -150234,7 +150234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0872d83e-c1ae-4a5c-b077-0b7cea67d521", + "id": "d5ce6ea8-051e-4744-a34c-8b4d103ede4a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -150341,7 +150341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08a2b3f9-0db8-4813-b0ef-a062593a4c6d", + "id": "047f0c62-6af2-497b-a157-7a6fceefb1a8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -150448,7 +150448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15aa4aae-7418-4392-9b5b-6134670323da", + "id": "7e5b1715-9d68-41af-b8fc-f60532d5134a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -150555,7 +150555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0060aa1a-96a1-4a55-b90e-25a3832500b1", + "id": "a75bdf64-2fab-4051-a00b-8a9ee5269089", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -150668,7 +150668,7 @@ } }, { - "id": "e2d19a8a-4fe5-473e-9b56-d38d0344a1aa", + "id": "6bc628d7-5cf0-4ec1-9f70-d5375aac3b40", "name": "Creates a source in IdentityNow.", "request": { "name": "Creates a source in IdentityNow.", @@ -150720,7 +150720,7 @@ }, "response": [ { - "id": "ccdcd450-4a2b-46ab-98da-6edb5802ccbb", + "id": "8326c84c-2f8f-4dbb-b9a6-2991c428b31a", "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": { @@ -150786,7 +150786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61f13281-e1b5-4491-accd-04118b027974", + "id": "5664ee77-8a9a-4d59-a1aa-759f54ab980e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -150852,7 +150852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cea26fd-bd70-4faf-b87a-830353e394bd", + "id": "445470d9-acea-4213-8c0c-e40aa7c4b9bf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -150918,7 +150918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "810ca21f-b28a-4c4a-ad5d-90c560c099a5", + "id": "207f8c9e-1289-4a03-843f-4f0554887f61", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -150984,7 +150984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa407a77-5b43-4558-9484-f23a3a085ef1", + "id": "e9a5a931-a93e-432c-aaea-3cab60448696", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -151050,7 +151050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cd10d38-8216-4dc9-86f0-3012da81dc41", + "id": "e9ec8610-d1b4-4d15-8f3a-be1ec1bef34e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151122,7 +151122,7 @@ } }, { - "id": "48da5196-596d-4584-885e-f05b9dd3a67f", + "id": "da30bd7c-ed74-4bc5-ba3a-897404ac7ac3", "name": "Get Source by ID", "request": { "name": "Get Source by ID", @@ -151163,7 +151163,7 @@ }, "response": [ { - "id": "1021d4bc-0b8b-462c-a52f-ca628ec455bf", + "id": "958c413c-05f1-447e-a06e-553d8a5ec1f9", "name": "Source object.", "originalRequest": { "url": { @@ -151207,7 +151207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f16a431b-26eb-4218-8763-aed2ea7598e6", + "id": "8b43c2cc-c3cf-4633-942d-7e98647eab99", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151251,7 +151251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f0b1b00-a4b8-4ef3-b281-d3efccb95970", + "id": "b9128b7d-7cfa-44ae-9b57-83d3356e07ce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -151295,7 +151295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "451adfcb-02a5-4b6a-bb67-1f56c325ca80", + "id": "6b183c0e-35bd-40c5-b93b-249f8d2aee16", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -151339,7 +151339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1ee9ed8-0bf6-4182-a044-21f2de84b750", + "id": "4b6fbaff-e188-416e-8159-bbf229628206", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -151383,7 +151383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ddf775a-cc1a-457b-98cb-aba4ca7ca29a", + "id": "eb6a8024-b6c7-4fb3-8462-ea21965d9afa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -151427,7 +151427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff36e112-4468-4c23-b592-425571ba0f73", + "id": "71e4d6da-ec8d-4f92-bb7f-56baf7e46cb8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151477,7 +151477,7 @@ } }, { - "id": "ce2a2609-b466-4f14-aa3b-77c0fe4e27b7", + "id": "a628550d-a283-4b75-beb4-3eba9b16c480", "name": "Update Source (Full)", "request": { "name": "Update Source (Full)", @@ -151531,7 +151531,7 @@ }, "response": [ { - "id": "b4de6742-ffe2-4d2b-b889-4b6fda5d2556", + "id": "e92a68f2-6227-4e2e-bdf9-f5a12a56d622", "name": "Updated Source object. Any passwords will only show the the encrypted cipher-text so that they aren't decryptable in Identity Security Cloud (ISC) cloud-based services, per ISC security design.", "originalRequest": { "url": { @@ -151588,7 +151588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4ae27cb-9df5-4b36-90be-4e2d066f716d", + "id": "aa44837b-b79c-4d30-8b8a-1039eef83097", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151645,7 +151645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43a24f70-1ea4-47cb-ae11-2228b94f53ee", + "id": "efad2bfc-b836-48f0-a330-c0ed1f07af70", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -151702,7 +151702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a341779d-43e6-4d61-8496-ce6ff1a83327", + "id": "954348ad-8994-4063-b409-c8f3f0f49185", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -151759,7 +151759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "966f8643-b1cd-4a0f-8626-27bbcbf63b4e", + "id": "c10fa148-f65d-410a-a544-9d5e571f4709", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -151816,7 +151816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a1ca54c-90ab-45c3-be69-f73a191fce15", + "id": "f8020eb8-80c4-4e6c-97f6-9148e6b28d5c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -151873,7 +151873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82647cfa-cc36-474b-9f54-d6be0c5a7ea3", + "id": "e5c5d5d9-69a8-43ee-9894-976249b6f1b9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151936,7 +151936,7 @@ } }, { - "id": "ab74de35-2bb2-4352-9e2e-3f03683886de", + "id": "d0c270f7-bd66-43b0-bb8b-625db8b3dfaa", "name": "Update Source (Partial)", "request": { "name": "Update Source (Partial)", @@ -151990,7 +151990,7 @@ }, "response": [ { - "id": "65f45956-bf87-46f7-aa0f-b68be7950661", + "id": "b4e10b7a-8234-4b0b-a6f4-34249e812ed4", "name": "Edit the source description", "originalRequest": { "url": { @@ -152047,7 +152047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90af3bba-addc-42cc-a69a-c8c778edefda", + "id": "759386ef-4336-4d3e-98e5-e0a6ff3e8627", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -152104,7 +152104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d161be3b-4cc6-42bf-a7c1-63f32d28eed0", + "id": "0d1a2d23-8d79-4e75-87f6-7e17c670c448", "name": "Edit source features", "originalRequest": { "url": { @@ -152161,7 +152161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52f24ca3-701d-4667-82f2-316bcf2c284b", + "id": "a7e15ce9-338b-42de-a337-71e2ff8ea2d5", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -152218,7 +152218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35eeae4c-f48f-4fe5-9cea-fb976ec84c24", + "id": "be135335-b967-4fdf-abe1-1781cad8c6d3", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -152275,7 +152275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20cb7ae8-7212-4412-928b-1cc1e5fa9f13", + "id": "4f407d82-9d0d-4094-8b23-734fa43df34b", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -152332,7 +152332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f664e45d-7995-4804-92a2-5e902668d0f4", + "id": "a10781d3-98c4-4ee6-be10-638ed81778f9", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -152389,7 +152389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13d27fc1-50a9-4e1a-9adc-6fa736309101", + "id": "97cbe59e-6bd3-4b55-8f05-8d72e3fbfaef", "name": "Edit the source description", "originalRequest": { "url": { @@ -152446,7 +152446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72d233ba-fe25-4378-b83f-6287c9fa5da0", + "id": "4c9fbf65-0557-4500-bf30-8eeb5de44716", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -152503,7 +152503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce593ea8-c5f9-4959-a76e-bab0f1aae49e", + "id": "e6a07b91-c136-46ab-8ad7-36dfe50bbf71", "name": "Edit source features", "originalRequest": { "url": { @@ -152560,7 +152560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49b94692-8da8-4268-afa2-78875a40dd94", + "id": "529847ed-d54a-48da-adea-94b99c4a09d1", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -152617,7 +152617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d900efe-5042-4195-a1ff-288a5781f901", + "id": "3f405aff-6d5d-4372-8e83-45111ab91f45", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -152674,7 +152674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1058100-01f5-47f6-9fde-36ea4c750146", + "id": "3da18ca4-ebe0-42b7-ba75-96ea849ff48a", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -152731,7 +152731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a692ff94-8dd5-4b2d-880d-8bc4b6fcb43d", + "id": "dde2b565-454e-44e7-9fc5-0f38a0281ebc", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -152788,7 +152788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7e8dce8-a59f-49ff-92ed-c598af5ab5e1", + "id": "f976a00d-5efe-4feb-9ee0-8c2e1ade00a6", "name": "Edit the source description", "originalRequest": { "url": { @@ -152845,7 +152845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8fb245f-4be5-412b-beda-d0956d1dd676", + "id": "8c216b11-8e7c-4a3f-9634-c70ccaec2124", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -152902,7 +152902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd1df1e2-9750-486a-99c6-d55abdbf8a7e", + "id": "04c2b88a-1daa-4232-bef5-99965bb9754c", "name": "Edit source features", "originalRequest": { "url": { @@ -152959,7 +152959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1646714b-3196-4800-ba4a-2fc07c6c91ff", + "id": "50f469a3-c63c-4bc7-b60d-b6f9e9385254", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -153016,7 +153016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d525aaa7-8658-4737-8b8c-f52c9328b5e0", + "id": "293cfa03-079d-4d02-a150-a715e130238f", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -153073,7 +153073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8ddc9ae-9ae3-4c02-b8b4-65ff6cdfd14e", + "id": "fed3be88-6467-4f69-b68d-166ede7a0ec0", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -153130,7 +153130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45a7bbb8-4567-4864-8565-b0d8e84a3f8f", + "id": "1c59252c-74ea-4e04-97c3-d751d158eccd", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -153187,7 +153187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fa9528b-dc32-4160-8196-373e4429bb8f", + "id": "440b7cc1-b184-487a-8434-ac55cd917268", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -153244,7 +153244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee69b832-ea10-4f7b-8e91-e8e225931fc0", + "id": "6c7b1c58-2e60-442b-8034-91704e408af5", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -153301,7 +153301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83a405c2-457c-4503-8f66-ce4e1671c1db", + "id": "17aa178b-88a7-45ea-9e9d-8fa317d999ad", "name": "Edit source features", "originalRequest": { "url": { @@ -153358,7 +153358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b80d8fa-0066-4e2b-934b-a7d51934a7ad", + "id": "b1b185be-e48f-46dd-a462-5cf2a0d9568c", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -153415,7 +153415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07637e8f-a4e7-42ac-9693-bfaa5219aa63", + "id": "fb1ede86-a03f-46bb-b273-12778eabaf9e", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -153472,7 +153472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7b3ebb9-673e-40de-b4ed-ed60ecc157aa", + "id": "bef05bb3-50a6-47b7-b2de-304da0b57184", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -153529,7 +153529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5ced874-20c8-4169-8d92-ccf1ae994bda", + "id": "7e84a5b9-8fbd-4e32-a03d-77fb78e26d11", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -153586,7 +153586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2de4c8e8-1a43-480f-88d3-0b203dfcdd2f", + "id": "985ad188-4a89-46a3-879c-f3d1a134485b", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -153643,7 +153643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02398fa8-a42c-45f7-8ae5-71eacce61c4a", + "id": "9f2f9e88-806c-45af-88b7-275a3a456e1a", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -153700,7 +153700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aac94572-ab73-42d2-83e5-30ce4254e3c4", + "id": "e0b60065-87e1-49db-9dd3-1de3eb986ffb", "name": "Edit source features", "originalRequest": { "url": { @@ -153757,7 +153757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd942084-f1f7-4452-9ec3-029bf6231f9d", + "id": "d577b7fe-81ac-49ea-8e80-8c05d82d4579", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -153814,7 +153814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a45c69e3-bcda-49a8-a2f1-676565cdd6a8", + "id": "22801f08-a072-44c7-93d4-b98ca08fcc2d", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -153871,7 +153871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10bdfa6e-b17d-407c-944e-4318de815e9f", + "id": "b03d2b84-4bcb-44c6-bd52-61d1eae44457", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -153928,7 +153928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24add997-e6cf-4488-925d-2e2ce6c6385c", + "id": "6122816a-cb61-4968-bcff-b5b1ba7bfae7", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -153985,7 +153985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4aafb51-563b-448c-b6db-cf7892e41032", + "id": "225fd71f-cc8e-4a35-ab8b-00830c022ed7", "name": "Edit the source description", "originalRequest": { "url": { @@ -154042,7 +154042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3760c5a4-efad-434d-b328-6f4a38f410c2", + "id": "d16bfa68-5a07-4131-ae7c-2597eff94626", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -154099,7 +154099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6082aff-fa01-46b2-8b40-b998f948671d", + "id": "8c65c3b3-dc3f-47a6-ade6-a82871170cd5", "name": "Edit source features", "originalRequest": { "url": { @@ -154156,7 +154156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ebac38d-13d8-4d9e-af71-de11be7941f1", + "id": "77ddb815-8081-474e-85b4-9663d8b0cc0a", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -154213,7 +154213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b1a05c4-f577-4e4d-b565-821dc67836f7", + "id": "3e9c8a37-0e3a-4b5b-aee4-61cc8671b2b4", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -154270,7 +154270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a970bf81-3836-4068-bdc0-2e26f9bdb627", + "id": "047d77bf-34ab-4391-862b-a6dfb497162d", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -154327,7 +154327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c53b522e-6b9b-4b94-b826-f5a02911719f", + "id": "b8560450-004a-4009-a03c-f3785aebe346", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -154384,7 +154384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d1ccb61-3078-4025-82ee-45c227df473e", + "id": "39511b14-bbe3-4a36-83f2-98781adc489a", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -154441,7 +154441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bed0edc3-1ba3-4623-8316-157439c9079c", + "id": "412ba2c9-4f3b-4bf7-9473-21f6ff3ce925", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -154498,7 +154498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88d8856a-0a64-412b-8ef8-b3a829757c44", + "id": "7c248c03-809b-4d39-beda-253311e41a40", "name": "Edit source features", "originalRequest": { "url": { @@ -154555,7 +154555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b2f5a6a-8634-424d-aeb3-1ca4105e4cb6", + "id": "91d3ecee-daf5-463f-88e3-3396fe794e9a", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -154612,7 +154612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "815d6e06-eb1e-4da3-8bb4-fa8bfcb11d8d", + "id": "8d3d0f7c-b056-4764-a9e6-e7891c44b53d", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -154669,7 +154669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b8ac889-27ee-41fb-88be-05fe9aca45a2", + "id": "3dfbf51a-4da3-40fa-bde7-578a5fc090b3", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -154726,7 +154726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfe340ce-064c-41d3-98dc-d8d4a8d0ed3f", + "id": "72ce4e7e-d769-4d72-9458-c0998ea4b298", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -154789,7 +154789,7 @@ } }, { - "id": "ae605d3a-55ec-4b05-b20f-537a3e83573a", + "id": "f7134836-b7da-43ba-b3a6-9eec8f7fe065", "name": "Delete Source by ID", "request": { "name": "Delete Source by ID", @@ -154830,7 +154830,7 @@ }, "response": [ { - "id": "d37cb073-85f5-4a53-9d57-8e5535dd26f0", + "id": "fc2366e6-19cc-42d2-b2d6-0f6fd5e12f86", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -154874,7 +154874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bc338fd-1b67-4fd8-9a55-fe79dbd55d72", + "id": "877c6cde-fb06-489a-8e9f-43ab69abf280", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -154918,7 +154918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d52c03e5-7382-415f-a50f-03e96930aa1b", + "id": "25d6dc72-6e5c-4e45-9fcc-e64406c25a4f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -154962,7 +154962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7aa0e636-e836-46c6-8e39-21fdec9e5f21", + "id": "65adaa23-ca3e-43c4-b7b7-cdba985c2d65", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -155006,7 +155006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fc8e3aa-192a-43cd-89e4-10337e079d36", + "id": "94cd1278-4dc9-490f-a372-0d0cb9dc50e0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -155050,7 +155050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60c02f7c-4d2b-4a64-875e-8f2c131a23dd", + "id": "9493b576-a86a-4486-bcbb-74aed2a3da3d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155094,7 +155094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba653594-2028-4f9f-ae7b-2156c60e5136", + "id": "34e5c473-c03e-409e-a89f-495b4e7b8b21", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155144,7 +155144,7 @@ } }, { - "id": "86531085-27e0-4935-8bc4-ff368b0687c3", + "id": "5a78e652-0dfd-4fb8-be1a-36a6711ea756", "name": "Lists ProvisioningPolicies", "request": { "name": "Lists ProvisioningPolicies", @@ -155186,7 +155186,7 @@ }, "response": [ { - "id": "75dadb24-ce07-4f25-a37f-de3b838a7989", + "id": "3812e12e-90be-4f5d-8d89-89cc007a794f", "name": "List of ProvisioningPolicyDto objects", "originalRequest": { "url": { @@ -155231,7 +155231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36fbd07b-60e7-48da-81d0-80b8a717a1e7", + "id": "9981704a-8e4b-4a9f-8013-79f828ea9706", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155276,7 +155276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "026a6385-5304-485c-b1d9-a4d30110eb06", + "id": "ba9f076d-789d-4b21-95bc-ffe752bebae9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -155321,7 +155321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9509ae3-a7e4-4dd9-a6ba-fe1edcf0484b", + "id": "47b48bb8-d07d-4535-ab4a-486cd92ba999", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -155366,7 +155366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be266590-9fce-4e59-a222-5728dbbd6bf4", + "id": "b07bf4f4-3196-4b15-a580-1dabf41c5d19", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -155411,7 +155411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98455b1f-5e5c-4eeb-8630-2b647707f05a", + "id": "b1149e06-25d8-4322-a34a-2bcec9e031f3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155456,7 +155456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8af09e7b-6c69-48c7-8af4-d8e541eef643", + "id": "7771ca09-93d4-4d8e-9a3a-1e08135babb2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155507,7 +155507,7 @@ } }, { - "id": "b804d616-1375-4e3a-b132-73540457ae4c", + "id": "84bfd55e-7535-4ea7-8ea2-1346c0fc676d", "name": "Create Provisioning Policy", "request": { "name": "Create Provisioning Policy", @@ -155562,7 +155562,7 @@ }, "response": [ { - "id": "9050e9e6-c0f4-4e2c-95e5-85ab58916811", + "id": "71a3f37b-b85d-42ea-bf8e-fa1704d204fb", "name": "Created ProvisioningPolicyDto object", "originalRequest": { "url": { @@ -155620,7 +155620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f55c9dfb-e50a-497b-9cad-66af77b7085d", + "id": "fdf83731-60cf-49db-8455-06cf677f00b9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155678,7 +155678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bea9a99-2a2b-453a-aa67-c30bb1d04264", + "id": "7bb7a333-0252-4163-9c4b-ea0ab1c076ca", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -155736,7 +155736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f46384ad-4306-406b-94a6-3e3fba8d5f34", + "id": "de032f6d-73f6-4481-9cc7-2107453245d6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -155794,7 +155794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "561aeaff-9339-48bd-a718-eab441b8f5e9", + "id": "846b6d71-1ce5-455e-8533-7a60bcb07f65", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -155852,7 +155852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd054e4d-8d74-4f4d-a154-eeff2d56eb55", + "id": "2288e2dc-e6c5-4c8a-a841-42f2369ef0cc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155910,7 +155910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00ab4df0-85e8-41a7-8b63-07865e2e9010", + "id": "878e2e8b-5280-4c53-85b6-d2b69a296cfa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155974,7 +155974,7 @@ } }, { - "id": "bf7ef3e5-b73c-4db1-a8e1-b733347e6578", + "id": "fce991ed-c75a-4cf0-acd8-326971e09ab8", "name": "Get Provisioning Policy by UsageType", "request": { "name": "Get Provisioning Policy by UsageType", @@ -156027,7 +156027,7 @@ }, "response": [ { - "id": "962633b9-6145-4fdf-afbb-aa9c579d1513", + "id": "76cb214e-3e91-4788-86b4-1b0fcee2356e", "name": "The requested ProvisioningPolicyDto was successfully retrieved.", "originalRequest": { "url": { @@ -156073,7 +156073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5cce2cb-acde-4a7f-a839-0a8a46c0ee1d", + "id": "49a4ba1b-b7ab-4924-b66f-0adc2e0ca1ef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156119,7 +156119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c96c61d7-6237-450b-b1b4-0055febde19b", + "id": "2bee0503-11bd-4851-91a2-024f5b2c554e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156165,7 +156165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dfd2b89-5d4b-4108-bda8-94282e8220e6", + "id": "10719e60-6c40-4836-9607-48b2cd9e3c9e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156211,7 +156211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3455c8d6-ebda-4d53-a40b-d8068e480b31", + "id": "4c5565bd-388b-4461-a350-da96a50f493b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -156257,7 +156257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ca12e5e-9f99-4fda-8497-94bbf192bf6a", + "id": "8aa1ce12-8251-48b7-be52-5e26f7daca76", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -156303,7 +156303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "103dce57-f76a-443f-8b3d-fc6e3d22ae5b", + "id": "f915adb3-6662-4c9a-b125-64a5e13cae0d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156355,7 +156355,7 @@ } }, { - "id": "bfde69be-9004-4818-84dd-9000547a302d", + "id": "b494fe8d-d68f-47e3-aa94-84e31de52a5a", "name": "Update Provisioning Policy by UsageType", "request": { "name": "Update Provisioning Policy by UsageType", @@ -156421,7 +156421,7 @@ }, "response": [ { - "id": "a8814924-67dd-4742-8e25-eabb825423d1", + "id": "c887f827-f3cf-44d2-a95d-4c779440c35a", "name": "The ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -156480,7 +156480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b1aadaa-3c1d-4fb1-b91f-80a823bcb1ba", + "id": "d292b82d-0256-44e5-b8e9-429fe8270a1f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156539,7 +156539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a201330b-05b7-438f-9bee-ac1b247e863e", + "id": "196872e7-a601-407b-a9ea-443d707bb785", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156598,7 +156598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "941911fb-c973-4519-958e-38a1268df342", + "id": "161dcfb9-3b6e-4125-913b-244743b7d396", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156657,7 +156657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9114c6d9-d937-4f38-8219-1a814d0aedd2", + "id": "422aa358-b120-43b4-a2fc-1dabc91481d3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -156716,7 +156716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e241df1d-5fd4-4f8f-b4de-69bfbba3e715", + "id": "fb442388-f800-4a67-af9e-0ce199252270", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -156775,7 +156775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbfabf6f-0619-45df-8044-739b74f044ea", + "id": "fc8b3766-e4c0-4020-bdbf-295d3c9f7b78", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156840,7 +156840,7 @@ } }, { - "id": "d1adb7e6-20ed-4846-a799-ca1e06499d5c", + "id": "d2088c67-2a21-4dd9-b2c4-9f4e2c4d6ff1", "name": "Partial update of Provisioning Policy", "request": { "name": "Partial update of Provisioning Policy", @@ -156906,7 +156906,7 @@ }, "response": [ { - "id": "68b4f491-1c1a-4143-b24c-4a97acfdd47c", + "id": "3c22ef16-e86b-4b77-8ae5-82565db1b57e", "name": "The ProvisioningPolicyDto was successfully updated.", "originalRequest": { "url": { @@ -156965,7 +156965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0a93343-8f5c-4f7b-b972-aca522760589", + "id": "8883dbde-8778-4ba5-8bfc-015eaca12b47", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -157024,7 +157024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7c08962-da78-4cb9-8b7d-c5af8bb90fb5", + "id": "8efaa4ab-bcf1-47b9-af35-4590b3cbcbbb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -157083,7 +157083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebe3ed52-5d34-4149-a9ac-dd65855a655f", + "id": "a734701f-7913-4003-823b-c43f90fa6b7e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157142,7 +157142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c09da04-ad7f-4a27-826f-e9d3a9f0e857", + "id": "93ccf183-939f-448f-aaaa-145416eaccf3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -157201,7 +157201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4192189e-0fab-4335-b250-101007d799a1", + "id": "6f0c1922-e984-40fc-b9ce-01da853b732b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -157260,7 +157260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c84d305-e835-40c0-8a6f-9e7bdd8794f5", + "id": "bdb6f68c-de2b-4cfd-8b08-b7b207d27f66", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -157325,7 +157325,7 @@ } }, { - "id": "07eebe25-5745-4820-a330-6349634954c7", + "id": "a1eaa281-4c2a-462b-a06b-1362f5377b3c", "name": "Delete Provisioning Policy by UsageType", "request": { "name": "Delete Provisioning Policy by UsageType", @@ -157378,7 +157378,7 @@ }, "response": [ { - "id": "78b650da-0ab4-4223-bec7-41d4f775206e", + "id": "26f278fc-d572-4a63-b051-d9155641ca0d", "name": "The ProvisioningPolicyDto was successfully deleted.", "originalRequest": { "url": { @@ -157414,7 +157414,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6c42cf1f-34ca-44c7-81e8-211233364075", + "id": "4bd462da-a385-4eae-bf49-1197ffdff6ed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -157460,7 +157460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65ccf3db-54cb-4320-ab59-e3d21a54ccce", + "id": "dfc0dbf4-414c-48ba-b552-f2dbcfdb46ce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -157506,7 +157506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c23ce391-40a6-4465-b791-581fd16a3f34", + "id": "518bdf4a-ece5-4d60-9664-168ac4572738", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157552,7 +157552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd2d3682-1219-4f38-984f-2dd0cc6273b5", + "id": "52cb1cbb-826c-42f2-a0c0-615ad59a0c9c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -157598,7 +157598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec0c531d-4ff2-4a6f-b0f0-9dcd8837f518", + "id": "fd9e3389-3254-4baf-8bea-a704ac527b5a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -157644,7 +157644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1424a1b-0b99-4280-84a1-163ff68adf2e", + "id": "2d223466-fca2-47a1-8640-169a1c7b5e92", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -157696,7 +157696,7 @@ } }, { - "id": "4f7d5039-9321-4ea0-973c-e80b94494cbd", + "id": "a9c69918-c56d-4321-9b65-e27f13d24d36", "name": "Bulk Update Provisioning Policies", "request": { "name": "Bulk Update Provisioning Policies", @@ -157752,7 +157752,7 @@ }, "response": [ { - "id": "6e11e696-6317-4fbe-a140-08116c5c5ba6", + "id": "936fe9b9-bd39-4ba5-8f8d-abcb725f0c3e", "name": "A list of the ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -157811,7 +157811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f124a20-f2ce-47db-9f03-d4f3256ec553", + "id": "1935843c-7216-4c7d-8afe-e0d4688ec80d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -157870,7 +157870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f537cba1-05a3-4851-998f-79c3e8b81747", + "id": "c925f0a9-a8db-43f3-9883-4daf0e6a7687", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -157929,7 +157929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08562e7a-7a91-489f-8952-c771e7ced904", + "id": "19c34a87-3928-4355-81eb-68f1be4d1f7f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157988,7 +157988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "246c1b17-4f9b-42db-b6df-74918077447d", + "id": "18ee7414-4923-4216-bd53-898c4ca6ca91", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -158047,7 +158047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27e1cef9-2409-46b7-a2fa-c174debda702", + "id": "aa0d0903-a15e-401f-89a6-8444a025147c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -158106,7 +158106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30f53298-be74-427e-a1b5-9fc50da27eb2", + "id": "dabbc6de-c04d-45c4-b2a4-9e148ce95671", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -158171,7 +158171,7 @@ } }, { - "id": "d6ddfad6-030c-4bb7-9667-942e9d582de6", + "id": "1eb532d5-fd98-4f35-933a-61b3662b26df", "name": "List Schemas on Source", "request": { "name": "List Schemas on Source", @@ -158232,7 +158232,7 @@ }, "response": [ { - "id": "66c98075-d368-4eb8-ac8e-fec4fc3775d9", + "id": "63fce32b-e413-4a08-a500-d1c2605390a0", "name": "The schemas were successfully retrieved.", "originalRequest": { "url": { @@ -158296,7 +158296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a3df9ee-9714-4279-8b73-30f9a0dd581b", + "id": "7e56127d-9e6c-4bb8-9ba3-511c169a02fd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158360,7 +158360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dd94419-5b61-4e84-bf7d-82f866d768c0", + "id": "b24da326-2237-47b9-85b1-289cfefe6301", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -158424,7 +158424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c05a738d-da91-4282-84e6-47a40c7d8512", + "id": "89acff40-957e-4239-9b2d-b14b9ccec537", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -158488,7 +158488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e41d97f-229d-415e-9cf6-b55219d37c91", + "id": "0ce68c3d-e21f-42af-8afb-2642bfb2a04d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -158552,7 +158552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ef5d41d-35e4-43a7-bb46-167975978412", + "id": "2dd17282-f27f-4dbf-8d47-ae70f059c254", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -158616,7 +158616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6a74d1c-b410-4c0b-bcf2-cbed1ee9eb60", + "id": "c3681159-e251-4df0-a55f-427f58d1d73e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -158686,7 +158686,7 @@ } }, { - "id": "6d80179a-58ad-451e-a32d-d2a2a4ae4bfe", + "id": "8a878824-4f89-458c-b020-0b05aa7a1c85", "name": "Create Schema on Source", "request": { "name": "Create Schema on Source", @@ -158741,7 +158741,7 @@ }, "response": [ { - "id": "e9da84ba-63b6-437f-ac72-56696678154b", + "id": "389ab43b-b326-4109-8651-21399d6a7374", "name": "The schema was successfully created on the specified source.", "originalRequest": { "url": { @@ -158799,7 +158799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2449f22f-a644-4ce3-892a-9e8703f47c60", + "id": "6e54ab22-8cb6-46b6-bd01-6193a9f14315", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158857,7 +158857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5031a83-9fa5-48b5-b07e-43873cbd68a6", + "id": "2be7e31f-c46a-49cc-ac85-3bf452418704", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -158915,7 +158915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb84a3cc-bcdf-45fc-86c7-e8760851434e", + "id": "2f56df00-8442-4b21-a6ee-d07cf52fd7dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -158973,7 +158973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8445710-ffa6-4f5d-9800-87bddb39c597", + "id": "143c15eb-76e0-481c-80eb-22d0fdf17c8a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159031,7 +159031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ea77eb8-e545-45ab-8322-3a7a05b9c783", + "id": "e2795515-0b4c-44bf-a83b-01bf5644b817", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159095,7 +159095,7 @@ } }, { - "id": "58845d64-f549-4988-b96b-ed41c9f75787", + "id": "409889c2-5fae-4b28-8d70-b58c66d42731", "name": "Get Source Schema by ID", "request": { "name": "Get Source Schema by ID", @@ -159148,7 +159148,7 @@ }, "response": [ { - "id": "e6e2f233-4227-489f-b49c-c7325324113c", + "id": "e797211b-ce69-4e97-81f5-b2bf66054ad2", "name": "The requested Schema was successfully retrieved.", "originalRequest": { "url": { @@ -159194,7 +159194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87a84e7b-f844-4022-8074-36337702ae20", + "id": "683dba84-f051-4fc2-9b62-5efb2acb9007", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159240,7 +159240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63bbfbfe-68c1-4ba1-91d7-66040fd09fdb", + "id": "ee33c6d4-708a-4e96-aec6-595942151622", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -159286,7 +159286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e16b5955-6981-40a2-b3d5-d811bd41a175", + "id": "880a21bf-8dc0-4d6d-83d3-052255668207", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159332,7 +159332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdf8ecbf-4f3d-4c30-a0ef-68bdf0cba781", + "id": "ddb2cc55-f04e-47db-94f0-a83c581d99b2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -159378,7 +159378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f27ed594-91ca-42d1-b1f1-b0d99dd3cedb", + "id": "ba5c407a-4971-4abb-ac79-25b4b25afef4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159424,7 +159424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f4e51b6-4925-4fcf-b898-0a3c06124e0f", + "id": "eb6294ed-09f3-4430-8901-89a1fe55657d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159476,7 +159476,7 @@ } }, { - "id": "b68f5c54-c82e-4ad7-a826-6f1648db2566", + "id": "f46c4991-ae60-499f-a765-8f3279c64e49", "name": "Update Source Schema (Full)", "request": { "name": "Update Source Schema (Full)", @@ -159542,7 +159542,7 @@ }, "response": [ { - "id": "852362cf-44ce-40ca-bd3f-2c9d76d18126", + "id": "166baa2a-58b1-4f4a-89ca-8a4c71f04424", "name": "The Schema was successfully replaced.", "originalRequest": { "url": { @@ -159601,7 +159601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4928b919-f59d-4eb9-925e-43fbc93299a2", + "id": "aacbf74a-44dd-4385-8a6f-00bfcc782268", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159660,7 +159660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dd483b7-3c93-4953-bf42-369403231e15", + "id": "8f30d9b4-e153-4983-b7f3-795346ae5582", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -159719,7 +159719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d7d8f35-f948-4434-a732-67524d213304", + "id": "3fc0bca3-f248-4d12-bc0f-08f453184106", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159778,7 +159778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17379fd0-8582-4167-982e-4d7d172dddff", + "id": "5adb91b3-e3e0-4b2e-965c-25805f9e0cb2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -159837,7 +159837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "852a2347-80f5-4644-9590-f5a06382d700", + "id": "df02f472-4aa4-42b4-b9ff-4a4180cdedc2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159896,7 +159896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62d884ec-ff1f-47bc-9dfc-b0b28c50f992", + "id": "eeb4555d-e387-403f-a67c-67f663720506", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159961,7 +159961,7 @@ } }, { - "id": "a20eb5ab-2984-4fe0-b330-06256b37ba08", + "id": "e4a70118-7cd9-4c77-acfd-f539db154ad6", "name": "Update Source Schema (Partial)", "request": { "name": "Update Source Schema (Partial)", @@ -160027,7 +160027,7 @@ }, "response": [ { - "id": "b0bc4bb4-785a-4ad8-9fb3-1af687aecd58", + "id": "df7762ef-eb6a-44e6-b445-678f1c445fa4", "name": "The Schema was successfully updated.", "originalRequest": { "url": { @@ -160086,7 +160086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5acacf5f-e111-404c-a423-e720e38736a0", + "id": "16d91344-6b62-4a5c-8e2f-59a3266acb83", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160145,7 +160145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b9f5cb7-4919-4061-bca4-33f9b06e107a", + "id": "fecae2d2-5069-4e17-847f-caf9bc96f21a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160204,7 +160204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afcd79ff-3f5f-43dd-b965-6b45a2e3a374", + "id": "00e69c79-c956-4a5f-90b5-ffddc42fd3b2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160263,7 +160263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25ea73a5-b389-4061-a792-d5e101fe6ec4", + "id": "26053775-4605-4d4a-a02d-b34a68085216", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -160322,7 +160322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d03971b-cef8-403d-b333-a5479b267cc8", + "id": "03a40efe-cab3-4cac-97a2-53895192b96c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160381,7 +160381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d6ddbef-e49b-4b23-99c5-40b85e1fd73e", + "id": "92077329-9073-4949-b764-cea27fe3f6e8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160446,7 +160446,7 @@ } }, { - "id": "8da85751-2f01-43a0-9973-ba8a98c5abe2", + "id": "58c582d1-8dc5-4809-8c0a-64b0584e5b44", "name": "Delete Source Schema by ID", "request": { "name": "Delete Source Schema by ID", @@ -160496,7 +160496,7 @@ }, "response": [ { - "id": "5f315587-cb3a-4ff8-80d8-927c7cc05464", + "id": "2f90f540-a5b2-4969-9e5e-93703e3a37c6", "name": "The Schema was successfully deleted.", "originalRequest": { "url": { @@ -160532,7 +160532,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7080bf2b-2f6f-4d23-a533-83da14f38211", + "id": "60b16caf-9b2d-40df-8b2d-31c6dc419c45", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160578,7 +160578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8538c12e-3c04-4608-8834-dd684e3714cb", + "id": "1a014132-1d6a-4f9d-8059-bf338f386496", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160624,7 +160624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "201a454f-46f1-44f8-8e29-8c5e860cadfa", + "id": "cd06fa75-b79d-40b7-9534-17d3e259fe78", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160670,7 +160670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d70fcaf-8a69-44d6-b920-2f0c51460002", + "id": "5202e1d6-734f-470e-8b6f-1d5afece431a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -160716,7 +160716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69e359e5-d187-40bf-9590-3e5c82902442", + "id": "ce00fbde-25fc-45d6-887f-01efb8d61011", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160762,7 +160762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65b94cef-c00c-41c0-a601-b2b3d722487a", + "id": "a8a986f2-17f1-4b0b-a661-d122c7235884", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160814,7 +160814,7 @@ } }, { - "id": "b8f8d9b5-cf69-4723-95f4-141832fc6d47", + "id": "604567cf-ac73-461e-82a7-baebf01a6e27", "name": "Fetches source health by id", "request": { "name": "Fetches source health by id", @@ -160856,7 +160856,7 @@ }, "response": [ { - "id": "ace8acd0-b356-4280-b5f5-223bc68418d8", + "id": "2344c8d2-bd29-43dc-8dfb-eedb843402c5", "name": "Fetched source health successfully", "originalRequest": { "url": { @@ -160901,7 +160901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c0cc7c3-9de7-45cf-a604-f7e78da204b1", + "id": "6a5a4c53-b96f-4189-a1a9-9cd5b40e54e9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160946,7 +160946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b88d802-7a30-4e29-9bf6-1a8441f6e014", + "id": "2b770d77-20ab-4a74-b6db-c577ef1c435c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160991,7 +160991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d329d2a2-91be-482f-b96e-123824f411a8", + "id": "6086d68b-0639-4415-af45-9b6e178e49f3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161036,7 +161036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6df0cd82-d441-4fb7-87a7-154b2d9196ce", + "id": "8fc8d90b-a740-40d2-a6b0-0019d337f432", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -161081,7 +161081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "badafbc7-fc23-4723-a9b7-ff1b5ec120c2", + "id": "a72dbf27-7e71-4947-b76b-629cd204a547", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161126,7 +161126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc386b19-655a-4bfc-ac45-edb4b10ce9f0", + "id": "028be08e-bdf4-4bb3-b55e-6a81f7e09613", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161177,7 +161177,7 @@ } }, { - "id": "df11482d-3041-4f9d-b1fc-f5e924ad3a35", + "id": "442ea7f2-88da-414d-811b-a210c45dd5e3", "name": "Downloads source accounts schema template", "request": { "name": "Downloads source accounts schema template", @@ -161220,7 +161220,7 @@ }, "response": [ { - "id": "75e6f819-fd07-4b4d-b648-3bd77c227d35", + "id": "fabafa48-9fb7-417f-80f9-0c851132d5ea", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -161266,7 +161266,7 @@ "_postman_previewlanguage": "text" }, { - "id": "97450549-b790-4079-90a2-09581e985caa", + "id": "dbbcbad6-6b0b-4142-9f96-5c86e9964c09", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -161312,7 +161312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cd2fd0e-e43a-40ee-b81b-dda7bd5250f4", + "id": "db67a0b8-527a-45d8-9406-0769ff8e58e7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -161358,7 +161358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecefce15-91ee-40b1-ab3c-e881807933af", + "id": "0e78b518-d475-46b2-b69c-753556709cd1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161404,7 +161404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2b5bc44-b2dc-4b00-8857-9a6460d852ff", + "id": "16ba3114-bfd8-4410-b908-cc6fda6d196b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -161450,7 +161450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e37e4e1-b4ee-40f8-8a52-8e11ab7beb17", + "id": "9ee573ce-c18a-41c3-b687-83d2c886dc15", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161496,7 +161496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2555c1a-fe16-4acc-8dc4-ee491b128599", + "id": "57181bf5-3aa9-4f56-995e-d66fd4f44e4d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161548,7 +161548,7 @@ } }, { - "id": "667151be-3e49-4451-8707-31bdb361cfd9", + "id": "8e4da3cc-82a0-40fb-b69f-e8b4737d3a34", "name": "Uploads source accounts schema template", "request": { "name": "Uploads source accounts schema template", @@ -161607,7 +161607,7 @@ }, "response": [ { - "id": "c3dc64dc-6824-42e5-bd54-4ad7c09f871d", + "id": "be37e7a9-d411-4366-8047-aa20b84db8a4", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -161669,7 +161669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42214a86-5472-4ae8-99de-26a08e761a13", + "id": "8e0c121c-9c13-40a0-8b6d-bce6a86e708c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -161731,7 +161731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8ae3e42-56b1-45f4-9ae8-1072ad37359f", + "id": "201f7e2b-835d-4e7c-994f-4fd47c92f229", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -161793,7 +161793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0da6d908-9679-46aa-b6bb-7b438e4b2a82", + "id": "d7b3a424-b207-472e-896f-f89baa87b7fc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161855,7 +161855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b3557f8-42e7-44df-8f93-b2fae1d31851", + "id": "57e4b982-2b1f-4c9d-a8bc-05010d4523e2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161917,7 +161917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c4fb6f2-eff5-4cab-9162-581f310fd5ee", + "id": "3f247b38-6340-48a3-b56b-b6d8e031eb5e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161985,7 +161985,7 @@ } }, { - "id": "3ee4abc5-407b-43a9-b3eb-68550e6bcce5", + "id": "21b4d5ac-7ceb-41f8-865c-afadf7f231ac", "name": "Downloads source entitlements schema template", "request": { "name": "Downloads source entitlements schema template", @@ -162038,7 +162038,7 @@ }, "response": [ { - "id": "7b877983-6a8e-4c64-8b1e-e252a7c252ef", + "id": "3bf1552a-9183-40c4-817f-d7017101d988", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -162094,7 +162094,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ba56b33c-2c16-437b-924e-16dae4359964", + "id": "440887c7-ca51-46b3-badd-7be43db4e4d5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162150,7 +162150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd10f836-1983-423b-a958-85b41d13fffa", + "id": "5ab391f8-b80d-4604-ad54-382b645ab998", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162206,7 +162206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01667553-bc3b-4c69-9e61-d0147b6130fb", + "id": "982c775e-d95b-4c9d-b394-d86f9fe362db", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -162262,7 +162262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4689a809-789c-4ce4-8b38-74121cde43ec", + "id": "30abe93c-3049-46bf-a14b-c2fb84ac65ce", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -162318,7 +162318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "251b7048-a098-4e96-bab9-7fe008005c2c", + "id": "4e453168-47ec-429f-aa3c-d94c7a342c78", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -162374,7 +162374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98e21849-88d9-4bfd-ab77-21a8968e51d2", + "id": "49bf8bb5-f429-4942-9901-daf941474235", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162436,7 +162436,7 @@ } }, { - "id": "c56c1f6f-a100-4f55-9e04-2ee1f2a20547", + "id": "b9c8888c-cb7d-453d-9c7f-be70349e1869", "name": "Uploads source entitlements schema template", "request": { "name": "Uploads source entitlements schema template", @@ -162505,7 +162505,7 @@ }, "response": [ { - "id": "7dc8c51f-f3a9-467f-99f3-40f852c2ebda", + "id": "1923934a-0c5a-47f8-a56d-c2d2074ab9c0", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -162577,7 +162577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "387f444d-bbd8-4843-a5e8-8e46b61460ee", + "id": "9690bd6b-7df0-4329-a170-e559e360a48e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162649,7 +162649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b3ecc20-a7d7-407e-ae82-af4c4aa793f2", + "id": "d5447df5-b86c-4ee4-a606-f99b3827df74", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162721,7 +162721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e6bcf79-cf15-41be-b7e0-6c8e340db856", + "id": "ee55378e-9ccc-45e0-92d7-869ef19e3e30", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -162793,7 +162793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a37cf957-4b3e-426c-9169-75892806c4b5", + "id": "9e9b7bc9-ea61-49c7-96c6-6b461bd5365a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -162865,7 +162865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7cf9105-b87b-41b2-8105-2eda85c375ed", + "id": "7de22730-3bee-41e1-9715-c3b917f0fa08", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162943,7 +162943,7 @@ } }, { - "id": "e758ba94-9b46-4566-9f76-834cbfb6e331", + "id": "f4e6e724-6a04-472e-ad95-eaec78a9cc8e", "name": "Upload connector file to source", "request": { "name": "Upload connector file to source", @@ -163001,7 +163001,7 @@ }, "response": [ { - "id": "42435823-d1f2-40bb-bf0f-c9e44f66a6a8", + "id": "b7b458d0-f4e9-4ddf-9f26-7187e352db73", "name": "Uploaded the file successfully and sent all post-upload events", "originalRequest": { "url": { @@ -163062,7 +163062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a72b67d-6d34-4ffe-81b0-292061f18fb0", + "id": "7f5c2463-b84c-41b8-85d5-98d7b840a90a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163123,7 +163123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a158ac7-6be0-4d91-b4db-f4da6b0e2496", + "id": "39efaa9c-cf9b-41cf-8ce3-e31eead4087a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163184,7 +163184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a0e388d-f108-4112-b6a9-a36dec81d261", + "id": "a4dc4e1b-1851-4f18-8512-50f58eaa84ff", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163245,7 +163245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33153fc0-c697-49c0-a5a0-6d75b05e90de", + "id": "8bfdd90e-3505-4d92-841e-1d7267d96ae7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163306,7 +163306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2c6f432-8ffd-4867-95c3-fb5489fd1f68", + "id": "c416a091-14fd-4430-92f8-ffe735f274f4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163373,7 +163373,7 @@ } }, { - "id": "ac30f8ec-9bc2-4c9c-9353-5e89c80c13a2", + "id": "056562a5-c263-4bde-9275-dd7a51895d05", "name": "Get Source Connections by ID", "request": { "name": "Get Source Connections by ID", @@ -163419,7 +163419,7 @@ }, "response": [ { - "id": "de29f7a8-02a5-4763-8caa-faa7b4e98035", + "id": "6fa504e9-749a-404a-8de5-0bce57c1d114", "name": "Source Connections object.", "originalRequest": { "url": { @@ -163459,12 +163459,12 @@ "value": "application/json" } ], - "body": "{\n \"identityProfiles\": [\n {\n \"id\": \"76cfddb62818416f816bc494410f46c4\",\n \"name\": \"ODS-Identity-Profile\",\n \"identityCount\": 100\n },\n {\n \"id\": \"76cfddb62818416f816bc494410f46c4\",\n \"name\": \"ODS-Identity-Profile\",\n \"identityCount\": 100\n }\n ],\n \"credentialProfiles\": [\n \"elit\",\n \"nisi\"\n ],\n \"sourceAttributes\": [\n \"aliquip et non sin\",\n \"esse cillum\"\n ],\n \"mappingProfiles\": [\n \"ODS-AD-Profile\",\n \"ODS-Profile2\"\n ],\n \"dependentCustomTransforms\": [\n {\n \"name\": \"Timestamp To Date\",\n \"type\": \"dateFormat\",\n \"attributes\": {\n \"sourceName\": \"Workday\",\n \"attributeName\": \"DEPARTMENT\",\n \"accountSortAttribute\": \"created\",\n \"accountSortDescending\": false,\n \"accountReturnFirstLink\": false,\n \"accountFilter\": \"!(nativeIdentity.startsWith(\\\"*DELETED*\\\"))\",\n \"accountPropertyFilter\": \"(groups.containsAll({'Admin'}) || location == 'Austin')\",\n \"requiresPeriodicRefresh\": false,\n \"input\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"first_name\",\n \"sourceName\": \"Source\"\n }\n }\n }\n },\n {\n \"name\": \"Timestamp To Date\",\n \"type\": \"dateFormat\",\n \"attributes\": {\n \"sourceName\": \"Workday\",\n \"attributeName\": \"DEPARTMENT\",\n \"accountSortAttribute\": \"created\",\n \"accountSortDescending\": false,\n \"accountReturnFirstLink\": false,\n \"accountFilter\": \"!(nativeIdentity.startsWith(\\\"*DELETED*\\\"))\",\n \"accountPropertyFilter\": \"(groups.containsAll({'Admin'}) || location == 'Austin')\",\n \"requiresPeriodicRefresh\": false,\n \"input\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"first_name\",\n \"sourceName\": \"Source\"\n }\n }\n }\n }\n ],\n \"dependentApps\": [\n {\n \"cloudAppId\": \"9e3cdd80edf84f119327df8bbd5bb5ac\",\n \"description\": \"This is a Sailpoint application\",\n \"enabled\": true,\n \"provisionRequestEnabled\": true,\n \"accountSource\": {\n \"useForPasswordManagement\": false,\n \"passwordPolicies\": [\n {\n \"type\": \"PASSWORD_POLICY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Policy ODS\"\n },\n {\n \"type\": \"PASSWORD_POLICY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Policy ODS\"\n }\n ]\n },\n \"launcherCount\": 100,\n \"matchAllAccount\": true,\n \"owner\": [\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n }\n ],\n \"appCenterEnabled\": false\n },\n {\n \"cloudAppId\": \"9e3cdd80edf84f119327df8bbd5bb5ac\",\n \"description\": \"This is a Sailpoint application\",\n \"enabled\": true,\n \"provisionRequestEnabled\": true,\n \"accountSource\": {\n \"useForPasswordManagement\": false,\n \"passwordPolicies\": [\n {\n \"type\": \"PASSWORD_POLICY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Policy ODS\"\n },\n {\n \"type\": \"PASSWORD_POLICY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Policy ODS\"\n }\n ]\n },\n \"launcherCount\": 100,\n \"matchAllAccount\": true,\n \"owner\": [\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n }\n ],\n \"appCenterEnabled\": false\n }\n ],\n \"missingDependents\": [\n {\n \"dependencyType\": \"dependantApps\",\n \"reason\": \"If there was an error retrieving any dependencies, it would lbe listed here\"\n },\n {\n \"dependencyType\": \"dependantApps\",\n \"reason\": \"If there was an error retrieving any dependencies, it would lbe listed here\"\n }\n ]\n}", + "body": "{\n \"identityProfiles\": [\n {\n \"id\": \"76cfddb62818416f816bc494410f46c4\",\n \"name\": \"ODS-Identity-Profile\",\n \"identityCount\": 100\n },\n {\n \"id\": \"76cfddb62818416f816bc494410f46c4\",\n \"name\": \"ODS-Identity-Profile\",\n \"identityCount\": 100\n }\n ],\n \"credentialProfiles\": [\n \"dolore do\",\n \"ullamco ut\"\n ],\n \"sourceAttributes\": [\n \"Ut officia\",\n \"sint est labore dolor amet\"\n ],\n \"mappingProfiles\": [\n \"ODS-AD-Profile\",\n \"ODS-Profile2\"\n ],\n \"dependentCustomTransforms\": [\n {\n \"name\": \"Timestamp To Date\",\n \"type\": \"dateFormat\",\n \"attributes\": {\n \"sourceName\": \"Workday\",\n \"attributeName\": \"DEPARTMENT\",\n \"accountSortAttribute\": \"created\",\n \"accountSortDescending\": false,\n \"accountReturnFirstLink\": false,\n \"accountFilter\": \"!(nativeIdentity.startsWith(\\\"*DELETED*\\\"))\",\n \"accountPropertyFilter\": \"(groups.containsAll({'Admin'}) || location == 'Austin')\",\n \"requiresPeriodicRefresh\": false,\n \"input\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"first_name\",\n \"sourceName\": \"Source\"\n }\n }\n }\n },\n {\n \"name\": \"Timestamp To Date\",\n \"type\": \"dateFormat\",\n \"attributes\": {\n \"sourceName\": \"Workday\",\n \"attributeName\": \"DEPARTMENT\",\n \"accountSortAttribute\": \"created\",\n \"accountSortDescending\": false,\n \"accountReturnFirstLink\": false,\n \"accountFilter\": \"!(nativeIdentity.startsWith(\\\"*DELETED*\\\"))\",\n \"accountPropertyFilter\": \"(groups.containsAll({'Admin'}) || location == 'Austin')\",\n \"requiresPeriodicRefresh\": false,\n \"input\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"first_name\",\n \"sourceName\": \"Source\"\n }\n }\n }\n }\n ],\n \"dependentApps\": [\n {\n \"cloudAppId\": \"9e3cdd80edf84f119327df8bbd5bb5ac\",\n \"description\": \"This is a Sailpoint application\",\n \"enabled\": true,\n \"provisionRequestEnabled\": true,\n \"accountSource\": {\n \"useForPasswordManagement\": false,\n \"passwordPolicies\": [\n {\n \"type\": \"PASSWORD_POLICY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Policy ODS\"\n },\n {\n \"type\": \"PASSWORD_POLICY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Policy ODS\"\n }\n ]\n },\n \"launcherCount\": 100,\n \"matchAllAccount\": true,\n \"owner\": [\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n }\n ],\n \"appCenterEnabled\": false\n },\n {\n \"cloudAppId\": \"9e3cdd80edf84f119327df8bbd5bb5ac\",\n \"description\": \"This is a Sailpoint application\",\n \"enabled\": true,\n \"provisionRequestEnabled\": true,\n \"accountSource\": {\n \"useForPasswordManagement\": false,\n \"passwordPolicies\": [\n {\n \"type\": \"PASSWORD_POLICY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Policy ODS\"\n },\n {\n \"type\": \"PASSWORD_POLICY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Policy ODS\"\n }\n ]\n },\n \"launcherCount\": 100,\n \"matchAllAccount\": true,\n \"owner\": [\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n }\n ],\n \"appCenterEnabled\": false\n }\n ],\n \"missingDependents\": [\n {\n \"dependencyType\": \"dependantApps\",\n \"reason\": \"If there was an error retrieving any dependencies, it would lbe listed here\"\n },\n {\n \"dependencyType\": \"dependantApps\",\n \"reason\": \"If there was an error retrieving any dependencies, it would lbe listed here\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e80ca4bd-3f80-4451-97e5-7b1602b2e8fc", + "id": "1c50d7ab-6876-4a57-bec7-d874dad4a4fa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163509,7 +163509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50891269-b026-424c-af55-f10895c3170a", + "id": "d5a25498-0749-4794-a180-227b9183ff37", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163554,7 +163554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4638c9f4-d7f6-42a2-b74c-722537354fb4", + "id": "913dcea9-d668-458c-b2bc-78f99568345c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163599,7 +163599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e09532d-652d-400d-9df0-ab91df4ceb45", + "id": "1df9a6c6-1a7c-4b5b-b1c9-db9c4179ed8a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163644,7 +163644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ee7a5c7-cd88-42aa-b11f-e3ba7058761b", + "id": "c4355e9b-cd2b-4464-b386-acdc48e112c1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163689,7 +163689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1d83da7-54ec-41f3-acac-25619b92f990", + "id": "c962a7c9-8590-4e39-9ab4-88e54a6f5f53", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163746,7 +163746,7 @@ "description": "Use this API to implement object tagging functionality. \nWith object tagging functionality in place, any user in an organization can use tags as a way to group objects together and find them more quickly when the user searches Identity Security Cloud. \n\nIn Identity Security Cloud, users can search their tenants for information and add tags objects they find.\nTagging an object provides users with a way of grouping objects together and makes it easier to find these objects in the future. \n\nFor example, if a user is searching for an entitlement that grants a risky level of access to Active Directory, it's possible that the user may have to search through hundreds of entitlements to find the correct one. \nOnce the user finds that entitlement, the user can add a tag to the entitlement, \"AD_RISKY\" to make it easier to find the entitlement again.\nThe user can add the same tag to multiple objects the user wants to group together for an easy future search, and the user can also do so in bulk.\nWhen the user wants to find that tagged entitlement again, the user can search for \"tags:AD_RISKY\" to find all objects with that tag. \n\nWith the API, you can tag even more different object types than you can in Identity Security Cloud (access profiles, entitlements, identities, and roles). \nYou can use the API to tag all these objects:\n\n- Access profiles \n\n- Applications \n\n- Certification campaigns\n\n- Entitlements\n\n- Identities \n\n- Roles \n\n- SOD (separation of duties) policies\n\n- Sources \n\nYou can also use the API to directly find, create, and manage tagged objects without using search queries. \n\nThere are limits to tags: \n\n- You can have up to 500 different tags in your tenant.\n\n- You can apply up to 30 tags to one object. \n\n- You can have up to 10,000 tag associations, pairings of 1 tag to 1 object, in your tenant. \n\nBecause of these limits, it is recommended that you work with your governance experts and security teams to establish a list of tags that are most expressive of governance objects and access managed by Identity Security Cloud. \n\nThese are the types of information often expressed in tags: \n\n- Affected departments\n\n- Compliance and regulatory categories \n\n- Remediation urgency levels \n\n- Risk levels \n\nRefer to [Tagging Items in Search](https://documentation.sailpoint.com/saas/help/search/index.html?h=tags#tagging-items-in-search) for more information about tagging objects in Identity Security Cloud. \n", "item": [ { - "id": "94e46787-7903-41d0-bb1e-07d5d57d8312", + "id": "01cab509-a2df-4d02-9277-f36f5394d1b2", "name": "List Tagged Objects", "request": { "name": "List Tagged Objects", @@ -163812,7 +163812,7 @@ }, "response": [ { - "id": "b51c82b6-c547-49a0-acf7-4150f157149c", + "id": "5ae20d6a-64d7-444a-b0f8-61a6e813c0d7", "name": "List of all tagged objects.", "originalRequest": { "url": { @@ -163892,7 +163892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e6db369-1eac-4d1b-924e-26b48619759d", + "id": "7074a34a-6189-4460-b382-a3e44d0cbca1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163972,7 +163972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a923d4f3-22e2-4195-b76e-d5b42ccb4e8b", + "id": "54c0ce71-8b4e-49d6-aa82-748e8cc36317", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164052,7 +164052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9030b857-727c-4ff1-85a3-a3e5b77c3477", + "id": "5f30c555-32de-4634-9add-d05bc94e2d7e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164132,7 +164132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d035c75b-a927-498e-8076-54857de8d215", + "id": "c289adc6-5e87-456d-975a-09ffcb01f8e1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164212,7 +164212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12baae4a-e806-4785-b28a-9004a64fe05e", + "id": "83287cdc-835d-487f-96fc-e6849f6fbec8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164298,7 +164298,7 @@ } }, { - "id": "52937b02-b903-4168-aa02-b6834167b095", + "id": "53f42286-aa1e-4185-9def-910c1604b9ac", "name": "Add Tag to Object", "request": { "name": "Add Tag to Object", @@ -164340,7 +164340,7 @@ }, "response": [ { - "id": "5c90bbc5-5e49-45c3-bd72-d702a50db661", + "id": "d0b608a0-54c4-4f68-a107-a65068ffbe0f", "name": "Created.", "originalRequest": { "url": { @@ -164386,7 +164386,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e58192d0-0de4-4e9f-812e-13710a2be351", + "id": "627e617b-8ac5-4bf5-a2fd-6cdeca49c8a2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164442,7 +164442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01e994f9-0366-4a30-93f5-1fe458048be2", + "id": "f0db949b-c1a2-4331-97f9-dc0aa5956c4e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164498,7 +164498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b796cb94-0d14-4502-9aa1-53382a6c2a4e", + "id": "9cb1cc06-63ac-404c-bcab-df75a4c7fc1d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164554,7 +164554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "822a2d26-549a-4b85-a744-1e5269ee97f4", + "id": "c6f5f998-6fb5-4523-8d81-0c8d098d9240", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164610,7 +164610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb69f10d-39dd-4c45-83bd-24da0855ce99", + "id": "29f080fa-64b3-4bc7-bc51-2db0e2e841fb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164672,7 +164672,7 @@ } }, { - "id": "71c842e8-5169-48aa-9dc8-69aee9015d97", + "id": "378c3a1e-ec2d-4109-8ab7-97f4559ecc7f", "name": "List Tagged Objects by Type", "request": { "name": "List Tagged Objects by Type", @@ -164750,7 +164750,7 @@ }, "response": [ { - "id": "62720053-2a4b-4c14-8448-274e9b6b9138", + "id": "bb27117e-d306-4939-812d-3ce82575acb6", "name": "List of all tagged objects for specified type.", "originalRequest": { "url": { @@ -164831,7 +164831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a021dc1c-89b5-4e76-b848-b27653c8c6e8", + "id": "a7be2725-4676-4698-b21e-f5cdb1299fdf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164912,7 +164912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bbd4b06-9f83-42dd-b943-a0512e703a30", + "id": "fe1e2e1a-398f-4458-be03-2e6eafd32091", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164993,7 +164993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "215f608f-0116-42b0-8419-765f66554845", + "id": "dbfbd304-2f2d-43ef-a83c-485e5a7a0ea7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165074,7 +165074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b080025-ad33-4f87-83d6-a6f1eb0ec221", + "id": "29fd5741-4956-46df-be10-f22cc3317550", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165155,7 +165155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e87a32d4-65ba-41ca-b2eb-1afa5d5d2a73", + "id": "4ba73d42-f4ca-45d2-bb79-61bfbf15b678", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165242,7 +165242,7 @@ } }, { - "id": "ea0e91d3-646f-4d52-9422-0dd647b3a0bd", + "id": "7642ce38-e54b-4e2d-9e5f-85d42349bf0e", "name": "Get Tagged Object", "request": { "name": "Get Tagged Object", @@ -165294,7 +165294,7 @@ }, "response": [ { - "id": "a25bee92-988b-42ca-a935-5ab93c7046bb", + "id": "5e3e3472-ec53-4d3e-ab60-7b439082b272", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -165339,7 +165339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23dea1cd-975f-426d-9257-34700a055cc5", + "id": "d7a22d76-0042-40ac-8599-1d059e4de258", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165384,7 +165384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04e287e8-dc21-4582-b451-eb2a99c91c63", + "id": "9d09e4b6-324d-4803-a543-7f6f1a71bc6d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165429,7 +165429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a41ebe6-0525-4082-bf8f-d12aea3e405f", + "id": "347afe39-f81b-4edb-9c65-aa38d82042c3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165474,7 +165474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70dfc7f2-3872-4703-b2f9-69364b14a279", + "id": "10a59490-3614-4ba5-a493-c09457aaaf98", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165519,7 +165519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79aa3f29-8cfc-4b04-b6cd-4225aa59b93e", + "id": "3e2ad45a-bd06-4ab5-8b39-afe66d91f6a9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165570,7 +165570,7 @@ } }, { - "id": "a20874e9-f94a-4411-817e-1e6f7df1566d", + "id": "41f23c38-09d2-4f32-a93e-3ccf2029ec0e", "name": "Update Tagged Object", "request": { "name": "Update Tagged Object", @@ -165635,7 +165635,7 @@ }, "response": [ { - "id": "e87217c8-9716-4f55-acd3-424328bbc359", + "id": "3439778f-231d-4726-b4b4-f12fe61df35b", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -165693,7 +165693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d96b474-883e-4ba2-917b-c074e02de6ce", + "id": "dc570b72-5d9a-41a3-a699-9209f02a5b3d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165751,7 +165751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f385b708-d7d1-4a7b-9d9c-75543751ea13", + "id": "a56d66a6-fead-4598-bbf8-b7b8d7383851", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165809,7 +165809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49912fa0-7b97-48db-983e-8fa117dedc98", + "id": "d2db1558-5d42-40d9-bce4-d1ee592d0844", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165867,7 +165867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c865fde-368a-40e0-ae47-e14ed761cd70", + "id": "cba26054-a305-463e-8bdc-38a30a32087f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165925,7 +165925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76065de4-4a9b-4263-b197-592502df482c", + "id": "6c265073-fc61-4a3e-b40d-b38d8d6c426c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165989,7 +165989,7 @@ } }, { - "id": "4568aa7a-189a-47e1-8378-99a5efa54b49", + "id": "20047e83-d6c4-4c29-bcae-378198ae655a", "name": "Delete Tagged Object", "request": { "name": "Delete Tagged Object", @@ -166041,7 +166041,7 @@ }, "response": [ { - "id": "c7521248-968b-4524-aa42-80e70f5bb2b5", + "id": "b922d685-a7fd-487f-b95c-4bc0c8f21399", "name": "No content.", "originalRequest": { "url": { @@ -166076,7 +166076,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c04c453c-87c0-4fa9-9aed-3ff5ff1960de", + "id": "3a4019db-ea88-411a-9b53-a0e50225540f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166121,7 +166121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7432282-74a8-4a15-8384-449ea7ccdc2c", + "id": "33e4741e-dcc3-4344-9443-7f7fdc2dcafe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166166,7 +166166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ca74513-0f28-4192-b2b8-eef11fdb3efe", + "id": "0fd8bb29-4465-40d8-91bd-70d3ca7b0660", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166211,7 +166211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90e4c009-6bc2-4c87-b36f-59a6e08bd176", + "id": "cf7709b1-5b23-420d-b471-234344f52080", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166256,7 +166256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1631b1f8-71da-45a8-8b77-df3c268c3d4c", + "id": "d4fd464d-2edc-454c-b4e8-fed11b5348cb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166307,7 +166307,7 @@ } }, { - "id": "c3e37e9e-1734-4286-8534-ba2c5827a432", + "id": "7f273cc3-1b2c-4def-aa4c-0521d4c7c3b5", "name": "Tag Multiple Objects", "request": { "name": "Tag Multiple Objects", @@ -166350,7 +166350,7 @@ }, "response": [ { - "id": "6c4d8157-bcf2-4779-bb16-a455167b7efc", + "id": "4ab72adf-b6c7-4a06-ae96-a92db592dad0", "name": "Request succeeded.", "originalRequest": { "url": { @@ -166407,7 +166407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80d9af4d-ff93-4e54-b7c1-3fda49f9f665", + "id": "ffafccda-a3bf-4dda-9087-aa49cccace38", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166464,7 +166464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f8cca69-71fd-4c81-ba59-27be891decae", + "id": "96e30ae9-065b-4c8d-a436-db2f15d2dd30", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166521,7 +166521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45d304cb-774b-4252-a25a-b0716a1c68c7", + "id": "402d0c5b-bad9-4774-8c33-12c5e5be65ae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166578,7 +166578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "262e3a22-439d-4b4f-ba2e-2fa7dd7aadef", + "id": "cd30bf39-91b4-44b0-8487-548eb11d4438", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166635,7 +166635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3e93c75-35b0-43e5-97e3-f8922c7ac242", + "id": "848d061d-3e4a-46b0-a650-9afc459397d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166698,7 +166698,7 @@ } }, { - "id": "c802b2b3-2347-485d-8be5-2d2c1b844cf2", + "id": "37a2e2e7-0b3e-4936-a0b0-48185c9d791e", "name": "Remove Tags from Multiple Objects", "request": { "name": "Remove Tags from Multiple Objects", @@ -166741,7 +166741,7 @@ }, "response": [ { - "id": "76b95c1d-4014-4c6f-99e8-2561518e4235", + "id": "73b0364d-5523-42ca-84ee-406635124ed2", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -166788,7 +166788,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d2191813-4b79-49c9-b0ad-eb36bdec58ff", + "id": "b5057d1b-27d5-4cde-b08f-027083aab02c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166845,7 +166845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e44f623f-2884-4297-b851-c0cca444ac78", + "id": "60e44907-ff78-4b7d-88e5-bab6c161c82d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166902,7 +166902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d1f0e60-bd65-4b48-8324-5733497f2bee", + "id": "13af4d35-8b8f-4431-a99d-6d2d0bc60cfb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166959,7 +166959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bf0be94-fda3-49bd-b04a-9c5d15bf146b", + "id": "bdd9eba8-480b-4a04-b62d-96cea805b439", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -167016,7 +167016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51b6a5a1-d5ac-40c5-b690-c95c7f427ced", + "id": "3cece47d-9f5a-4eb0-882f-d185e5b37097", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167085,7 +167085,7 @@ "description": "The purpose of this API is to expose functionality for the manipulation of Transform objects.\nTransforms are a form of configurable objects which define an easy way to manipulate attribute data without having\nto write code. These endpoints don't require API calls to other resources, audit service is used for keeping track\nof which users have made changes to the Transforms.\n\nRefer to [Transforms](https://developer.sailpoint.com/docs/extensibility/transforms/) for more information about transforms.\n", "item": [ { - "id": "b4254cfa-d220-443d-8d84-c610d453d3ea", + "id": "34e35503-dd19-40de-96aa-fb0e5cd150d9", "name": "List transforms", "request": { "name": "List transforms", @@ -167160,7 +167160,7 @@ }, "response": [ { - "id": "57a21815-e72e-4d70-9218-ecae4614056f", + "id": "21b27e75-7dbc-48b2-accd-a8d274a79e36", "name": "A list of transforms matching the given criteria.", "originalRequest": { "url": { @@ -167249,7 +167249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbfd3e2d-a188-4473-b7e3-1d6d32c8c91b", + "id": "1358b265-6331-41be-9f22-aa61b40eb3c6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167338,7 +167338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "047d42c8-9987-4e08-bfb1-818bbf6b0fa2", + "id": "34229825-7aa3-4819-9f2f-78646ff2836a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -167427,7 +167427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43e23967-e732-42ee-88dc-d5d27b6716ce", + "id": "a38d05d8-0e9a-4aa2-a82e-4e8ee4ccb31e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167516,7 +167516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f843c47-bb50-4084-8fa1-cc475de2dbe8", + "id": "48104701-3017-4325-94f8-d179c7b842cf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -167605,7 +167605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "746a6ddc-d3be-47ed-9c00-d2d6afaadf1e", + "id": "d1017275-f1f4-4748-86d7-a3008812efdf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -167694,7 +167694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33c3210a-9776-495f-92a7-f828c5516d1d", + "id": "a11a015c-a590-4b16-86ab-29bfbf8a752b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167789,7 +167789,7 @@ } }, { - "id": "c2227365-71ec-4fb1-975d-afb276c7d7fc", + "id": "45d4ddba-9dba-4c6a-9ebc-fe2a8cd8cf99", "name": "Create transform", "request": { "name": "Create transform", @@ -167831,7 +167831,7 @@ }, "response": [ { - "id": "22d9ceee-2b3b-4b41-8c25-69b8b28cde78", + "id": "59334cc7-00ef-4708-87d7-96ae08dea930", "name": "Indicates the transform was successfully created and returns its representation.", "originalRequest": { "url": { @@ -167887,7 +167887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "160416e5-1746-4f18-aad4-805c36d8298f", + "id": "fb5c0236-c8a1-4f34-8c41-4c6409df6007", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167943,7 +167943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85b32939-3ca4-478f-85c5-e9ba330f36ec", + "id": "927e681b-7df0-4ecc-9855-df59ae2ddea6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -167999,7 +167999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57cc4b0a-5ea8-447d-a6af-946f861deb21", + "id": "de1da44b-7b37-4a4f-86e6-08bc9f149873", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168055,7 +168055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "182c1a3c-59b1-4822-bfe9-8d0a1a0c1ef2", + "id": "f226a1e5-787a-4338-8c02-2404f3c2d827", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -168111,7 +168111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b729a56d-bb8b-4469-9541-9fe9a0287c97", + "id": "42ea8262-87fa-47a1-9e3e-743df5ced6d2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168167,7 +168167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a8e65b9-bb49-496d-88c6-20966d641208", + "id": "2e1e23c2-e7ee-4d01-a7e2-fbf7703083ee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168229,7 +168229,7 @@ } }, { - "id": "7a4d2a44-2781-4d6d-a3f2-80fe21dbfda7", + "id": "d86701c6-fba3-4acd-98a8-536e7ddf11bf", "name": "Transform by ID", "request": { "name": "Transform by ID", @@ -168270,7 +168270,7 @@ }, "response": [ { - "id": "6cd32573-fdf2-40d8-a54f-fcffd689baf2", + "id": "08d4c3da-9c01-4098-b03d-b66c3fa926e9", "name": "Transform with the given ID", "originalRequest": { "url": { @@ -168314,7 +168314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0a183ed-de8f-425d-88dd-ff580d116bfb", + "id": "67e98658-7e0b-4bb5-adc9-de8225f6a804", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168358,7 +168358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "082f3463-c934-4c15-b655-1f78dd05a85d", + "id": "bef1618c-d309-4230-932d-e7b1daf0738f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168402,7 +168402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7000041c-6528-4dc7-b643-12c9a0320472", + "id": "c508e62c-1954-42ea-9b79-40fa74ac48cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168446,7 +168446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f402e0b-b87f-41c4-a7e3-6cf02c7ccda0", + "id": "2e5facb2-712b-46d7-93d9-c22cc0ad6b55", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -168490,7 +168490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e59855d9-cc25-44e8-992c-fe925b52b364", + "id": "19f49b74-7448-4167-a5eb-1f6bfdabe87d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168534,7 +168534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ff51b40-f368-49c6-a441-25d588b45e45", + "id": "aa836597-3bc7-468c-bc7a-d13f331902fa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168584,7 +168584,7 @@ } }, { - "id": "515a8af8-6350-4f41-93d7-a67a8b73b13e", + "id": "08c57ab3-3dfe-4a95-93ff-0cb9be0abd27", "name": "Update a transform", "request": { "name": "Update a transform", @@ -168638,7 +168638,7 @@ }, "response": [ { - "id": "3664f9ae-b695-426c-b39a-d2a7f6523c65", + "id": "334d22d5-e486-4071-8a50-bcfeb101519e", "name": "Indicates the transform was successfully updated and returns its new representation.", "originalRequest": { "url": { @@ -168695,7 +168695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f355b1cf-295b-4e11-afb8-275bb4f87184", + "id": "0c6ff5c8-3fb4-4475-be43-188b4c6a1d4a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168752,7 +168752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a1f0837-e53c-4fc7-9d64-2dc8a7cb08af", + "id": "658e16b0-6109-424a-81bb-c4328e6d2001", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168809,7 +168809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d644c25-f2bf-4d3f-83c3-545f88c5ae8b", + "id": "06df1ab2-b329-4c6a-9616-3150235d702d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168866,7 +168866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5599649-7204-4313-997c-c9c7647e1024", + "id": "350e216f-f949-4495-9604-ef4018a12de2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -168923,7 +168923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d23242cb-927e-4cd8-a6c2-582b6ba067f5", + "id": "d48637fe-1916-4187-a4ef-b81c00347a7e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168980,7 +168980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f31c0401-246d-42cd-a990-ed414c9bce87", + "id": "9394e9db-d988-48b3-ad07-f739cef32331", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169043,7 +169043,7 @@ } }, { - "id": "17db5c2f-7f5d-40a7-aae2-cd4b133b0326", + "id": "ab724685-d91c-4f92-9b2a-655c02c9296d", "name": "Delete a transform", "request": { "name": "Delete a transform", @@ -169084,7 +169084,7 @@ }, "response": [ { - "id": "0cddc405-c255-4562-8cf2-5d51f54b703d", + "id": "d18c7012-ae26-4454-8315-c868e413f5cc", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -169118,7 +169118,7 @@ "_postman_previewlanguage": "text" }, { - "id": "455b343a-faa3-41ad-927d-a8a2101f5a3b", + "id": "16ca07e5-9b78-4545-9ffa-6c7fd3683469", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -169162,7 +169162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91ea6075-fef0-4e58-873b-5f1bfdd8ec4d", + "id": "93504145-4c03-4be5-849b-542006241639", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169206,7 +169206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4981390-95e8-4369-97d9-7a530d4186ac", + "id": "adeee8c5-102f-4a3a-8a04-50e09c07b5a2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169250,7 +169250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e052e21-058b-4671-a2c6-a5a7e85c4239", + "id": "92969dfd-6173-42b4-b630-a5fe6a4cf415", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -169294,7 +169294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26687bc6-c6ed-4c80-a412-f5b67f25bffb", + "id": "1e5debab-2781-4637-b802-428c3b30fbe1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169338,7 +169338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c462a8a-1366-40d5-bb29-c7bb2d3a6d22", + "id": "c8bcf9c0-f061-4e26-84c0-a20253a00d27", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169394,7 +169394,7 @@ "description": "Use this API to implement work item functionality. \nWith this functionality in place, users can manage their work items (tasks). \n\nWork items refer to the tasks users see in Identity Security Cloud's Task Manager. \nThey can see the pending work items they need to complete, as well as the work items they have already completed. \nTask Manager lists the work items along with the involved sources, identities, accounts, and the timestamp when the work item was created. \nFor example, a user may see a pending 'Create an Account' work item for the identity Fred.Astaire in GitHub for Fred's GitHub account, fred-astaire-sp. \nOnce the user completes the work item, the work item will be listed with his or her other completed work items. \n\nTo complete work items, users can use their dashboards and select the 'My Tasks' widget. \nThe widget will list any work items they need to complete, and they can select the work item from the list to review its details. \nWhen they complete the work item, they can select 'Mark Complete' to add it to their list of completed work items. \n\nRefer to [Task Manager](https://documentation.sailpoint.com/saas/user-help/task_manager.html) for more information about work items, including the different types of work items users may need to complete.\n", "item": [ { - "id": "f8e7bda5-147a-498b-853a-3484952d5bfc", + "id": "a9b62978-44b0-4247-bd64-9ef7c34ad543", "name": "List Work Items", "request": { "name": "List Work Items", @@ -169460,7 +169460,7 @@ }, "response": [ { - "id": "841d78b4-646d-42fb-b1c7-f4b3f20cd039", + "id": "d1732c07-429e-4de3-b410-f5ddedc0ab03", "name": "List of work items", "originalRequest": { "url": { @@ -169540,7 +169540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50fbb9ec-cc3c-4162-8311-e93d812e4080", + "id": "6f6a095d-e241-476a-96e3-e03b5e702d49", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169620,7 +169620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23a58d32-a8ee-432d-87d7-46911fe34a70", + "id": "1bd78439-bcdf-4664-bce1-da52f8b8b630", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169700,7 +169700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0f106cb-44af-4824-822a-aa0fff7e0419", + "id": "f09b9534-2225-41d1-81d5-fcc630268ffc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -169780,7 +169780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd8a4676-7639-4889-8e2f-c8e028ba1fbc", + "id": "c9324fec-2b04-49fe-a84c-712ff059a5ed", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169860,7 +169860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11695dae-203c-4023-80a8-801195b5a45e", + "id": "24f70621-03de-41da-96e7-83fb142e4bc5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169946,7 +169946,7 @@ } }, { - "id": "36d9948c-575c-4e90-ae3b-44c8529bf700", + "id": "904a3e0c-0509-45bf-bfca-5594606436a2", "name": "Completed Work Items", "request": { "name": "Completed Work Items", @@ -170013,7 +170013,7 @@ }, "response": [ { - "id": "ed944785-966d-4441-b8c9-48d259c25635", + "id": "ba3088c0-ce98-4d8c-96fc-789faa99c923", "name": "List of completed work items.", "originalRequest": { "url": { @@ -170094,7 +170094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c796d70-8777-481c-b603-cb88bf6bb202", + "id": "f26ec5cf-52ec-4641-9140-d27d7f7a268e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170175,7 +170175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1c6cd32-139d-484e-9196-d86936149aad", + "id": "d00f4174-796b-407a-97bb-190fb3b4eb28", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170256,7 +170256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c3b17b7-379c-4d33-b893-1d9cb047fae4", + "id": "ad20da30-9574-4ad1-8f2c-97cab60098fb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -170337,7 +170337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e913539-1d4c-4141-a671-3c648c41a61f", + "id": "722fe6c1-3fac-4156-b95a-688f154689fb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -170418,7 +170418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "feb41c9f-c51a-4c4f-b320-5be6fc609065", + "id": "57aef0eb-9c56-4b71-9e54-51327ffa4991", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170505,7 +170505,7 @@ } }, { - "id": "0cf7fe8f-da77-47c6-b3ee-348f0dd3b89b", + "id": "99019b0e-4fd5-42da-bc30-0ac1ffbf0bf3", "name": "Count Work Items", "request": { "name": "Count Work Items", @@ -170545,7 +170545,7 @@ }, "response": [ { - "id": "e8e6bd8c-e5a4-4e57-887a-83e568542bd6", + "id": "8d694028-9f8c-4732-ba79-68e579a3f838", "name": "List of work items", "originalRequest": { "url": { @@ -170599,7 +170599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8728e34d-b13f-4358-9f5a-ab507afb1874", + "id": "4585eca1-e44d-484e-a998-0ece688864e3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170653,7 +170653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1912f67-ece6-4a5e-abfc-0f3088ec3a53", + "id": "cad5ca16-48bf-4aac-a089-a5105ce83ff3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170707,7 +170707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07395b98-9f05-42a7-b3d6-ef1e5b138e38", + "id": "1d1cc9db-a9a3-48ea-931d-d1ad45bf1e4a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -170761,7 +170761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "976bb469-75c3-424a-81e9-794f4056ebbb", + "id": "5d89862e-dcec-452a-bfaa-ae8086551dd9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -170815,7 +170815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaf61a2c-736c-4be7-8720-99e91b372679", + "id": "8bd1c80b-f343-4596-befe-fd165aa4a245", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170875,7 +170875,7 @@ } }, { - "id": "9a9fdc56-5a53-41e4-bdd2-49862f09869a", + "id": "08f3e2f1-1c87-473b-8ef5-b8da601669b1", "name": "Count Completed Work Items", "request": { "name": "Count Completed Work Items", @@ -170916,7 +170916,7 @@ }, "response": [ { - "id": "2c28f42b-d415-41dd-b07d-3f772ffa0955", + "id": "446fe652-c2f4-4738-b0c8-7576fca00565", "name": "List of work items", "originalRequest": { "url": { @@ -170971,7 +170971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "782cb57c-62e8-406e-bbbf-b81001be68c3", + "id": "7fc62365-1174-49a0-b027-e20099fd5af2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171026,7 +171026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82d3e59e-8642-43b9-bb7b-b6f0d1e61758", + "id": "b26e4022-234c-48c8-a76f-ad12081f9062", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171081,7 +171081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df26adef-ba47-49d4-977b-878fe23eda6a", + "id": "1df619c6-3650-4cc9-9c61-6b9a66e1517d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -171136,7 +171136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a23fb766-4c1c-4274-ad4f-0b697b438a28", + "id": "43bd9286-3d36-47a5-bcff-c485b7e327ea", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -171191,7 +171191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9058ffac-b28a-4ada-af2d-a50e4e95b8d8", + "id": "62bde68a-9a15-41ad-9203-21bae7c944f9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171252,7 +171252,7 @@ } }, { - "id": "25150e6b-2537-4339-805d-674311cdbfa4", + "id": "aba1823e-dc22-4a8a-b6e7-3532395ea3f7", "name": "Work Items Summary", "request": { "name": "Work Items Summary", @@ -171292,7 +171292,7 @@ }, "response": [ { - "id": "1c2628f3-84e5-4014-9042-485d5e65dc23", + "id": "3da98d41-353c-4418-839a-edb37cb2bb68", "name": "List of work items", "originalRequest": { "url": { @@ -171346,7 +171346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e38da4a-31d4-4b99-8c42-0dd0f8072319", + "id": "b45b8a60-43e8-4562-b425-ce770e27d922", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171400,7 +171400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e43e4ad-e7c6-4821-a3f2-29e16581ecc9", + "id": "11187e88-0323-491b-9d0d-39f1f2776aaa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171454,7 +171454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd86f4a4-6b3d-41df-9538-234c6d55eefe", + "id": "eebddaef-fc51-4db4-ab55-5bf9082967c1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -171508,7 +171508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdfc36c6-2d1e-4c0c-b703-4df71dc56bea", + "id": "b1047dc3-ee31-46f7-aa85-39e6a8a1975c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -171562,7 +171562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6679849-5f2b-470f-abc8-7b3b4d0f350f", + "id": "9b4e3a8e-c8ce-4948-8cb9-74c4b1724f7a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171622,7 +171622,7 @@ } }, { - "id": "813a2a19-5063-4fff-b396-634706474e21", + "id": "e7a4cbe6-2e28-4659-96f3-efd5a69a4b54", "name": "Get a Work Item", "request": { "name": "Get a Work Item", @@ -171663,7 +171663,7 @@ }, "response": [ { - "id": "fdced4e8-b767-4317-8148-764c0b49ab00", + "id": "b1296b38-e989-4705-affe-a1df94d7aad4", "name": "The work item with the given ID.", "originalRequest": { "url": { @@ -171707,7 +171707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0b588a5-a3f9-4620-8009-c834ac530b6d", + "id": "711a661a-58c7-469e-aac7-a38973080f37", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171751,7 +171751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbc261c1-7940-45f6-932e-ca16556e5454", + "id": "23576c06-7220-40b3-a2e8-66c2d070b6d0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171795,7 +171795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "455174ec-b584-4972-a279-01615a210edf", + "id": "af941625-bba4-4e34-9fc0-baaf26239fad", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -171839,7 +171839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64d0fda6-96cf-4f6d-9bda-13d004e6197f", + "id": "28bc01ce-cbaf-4e88-81e3-fc1293419237", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -171883,7 +171883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "182f100c-6bac-44cc-9f8b-ffe02d8bfc03", + "id": "d59841af-f3e2-4a82-a1f0-33cb975ed0c3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171933,7 +171933,7 @@ } }, { - "id": "ace6219d-1c5b-43be-9fea-af51ed3aaa13", + "id": "177ad286-8fc4-44c5-adac-3463d01371cb", "name": "Complete a Work Item", "request": { "name": "Complete a Work Item", @@ -171974,7 +171974,7 @@ }, "response": [ { - "id": "76cc9206-7b0c-4bcb-8463-20c96c58490f", + "id": "1643dc3b-9721-4f2b-9fb6-f6aa0c667f97", "name": "A WorkItems object", "originalRequest": { "url": { @@ -172018,7 +172018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e29945a0-acb9-4633-9415-ce3b1e18b6ef", + "id": "77f08323-715b-4223-8759-d370b57fd4e7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -172062,7 +172062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1223d7e8-0d80-43be-94a5-f38bd12c513a", + "id": "14557f99-5632-4ef2-81d9-7586ab05b063", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -172106,7 +172106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3dae33f-883a-4ad3-a5a3-95576e4589ad", + "id": "8abd4029-d3a4-48d5-bba6-421833d9a2ae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172150,7 +172150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cae25270-ddee-46fd-8865-0a4d1e41eb2b", + "id": "42e910d1-4891-4626-9bf2-a33784308846", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -172194,7 +172194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3a6b8ff-42c3-4b7e-a66b-c69865373701", + "id": "bee3ba28-45e9-4561-a252-6d4950387207", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -172238,7 +172238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5abcffb-1dc2-4729-b4da-20841f43ef40", + "id": "c30196a0-0109-4337-9d4e-dbfef78b1ca3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172288,7 +172288,7 @@ } }, { - "id": "3e0702c2-7cc2-4b4b-9c5b-357b58d1f885", + "id": "a61db2e8-8af6-4ba7-a910-3cd1cb53bd78", "name": "Forward a Work Item", "request": { "name": "Forward a Work Item", @@ -172343,7 +172343,7 @@ }, "response": [ { - "id": "26c2e9c7-fee8-43af-8d74-1785c97dee01", + "id": "8e3ccf5e-9219-4ca5-8ea1-6a7f0ed225e2", "name": "Success, but no data is returned.", "originalRequest": { "url": { @@ -172391,7 +172391,7 @@ "_postman_previewlanguage": "text" }, { - "id": "62ecd56e-a356-44d9-b62f-ce8e72e18f18", + "id": "398986f7-931e-4cba-b575-ccde27345ae6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -172449,7 +172449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06e20538-fab8-49f2-bfdc-c3bb1747d27b", + "id": "69a1b854-a52e-451c-9aa2-b86cb511e615", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -172507,7 +172507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f229093a-0ee6-412b-9c3e-edaaa4305e82", + "id": "347ac329-c34e-4596-bd4f-d309acdd4a37", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172565,7 +172565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "beb3f720-eedc-4536-acfd-4061e4df41b9", + "id": "f7ed5795-fef1-4000-9284-0b69543eb84e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -172623,7 +172623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4feb7e0b-abb2-4078-9e6b-938524b0184c", + "id": "27489c72-775c-4af8-abeb-dfb043cfc931", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172687,7 +172687,7 @@ } }, { - "id": "74beac7e-f2b0-445d-ba42-9633a7a7526a", + "id": "80d0663a-94d9-46f2-b033-f2c3362faff7", "name": "Approve an Approval Item", "request": { "name": "Approve an Approval Item", @@ -172740,7 +172740,7 @@ }, "response": [ { - "id": "6bb93430-4c11-4067-8965-87c99299e0ef", + "id": "ed4ddf01-7149-4872-9527-0e5badf4b56c", "name": "A work items details object.", "originalRequest": { "url": { @@ -172786,7 +172786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9354005-745c-47ab-861f-dbf47af6f3b4", + "id": "0c9da05c-4da3-429b-9f98-cd099384790b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -172832,7 +172832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88056f2b-4942-4c81-a6cd-09674f2be134", + "id": "2a04fe39-61e9-4a98-8758-fd6a38e4c558", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -172878,7 +172878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee72e3c6-7a39-44bb-ae52-fbdc3c27e37d", + "id": "e971c4ef-c19e-4318-a498-67c995afbe18", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172924,7 +172924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be52ced9-ac93-4be5-8d82-813764bd3e43", + "id": "1e609266-8d0d-4d8a-9c94-c7209e3a1a64", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -172970,7 +172970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2b44ea1-808a-4cca-be9c-b770e8fb1c9f", + "id": "3848aa9d-391a-47ce-970f-8d3464ffd4a6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -173016,7 +173016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8270b45-611c-47cb-b2c2-8d262066985d", + "id": "7c56edfa-fdd9-49b4-8455-3e0309449bb7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -173068,7 +173068,7 @@ } }, { - "id": "a689b1f5-c961-4d5a-ab5f-fabec2899dae", + "id": "33fd53f1-27b4-4926-b8b7-0fea118e162f", "name": "Reject an Approval Item", "request": { "name": "Reject an Approval Item", @@ -173121,7 +173121,7 @@ }, "response": [ { - "id": "4cffe773-34c3-45f1-bffa-e825e2331ee1", + "id": "a125ec0f-bbef-45a1-81b3-0d97094ee1ce", "name": "A work items details object.", "originalRequest": { "url": { @@ -173167,7 +173167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59c5c761-48af-4857-a08d-da0e4fc4ebd6", + "id": "0a32b257-d905-4b2a-809f-3d2f1acd64a1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -173213,7 +173213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "045bad1b-3e2b-48cf-8df1-a06cbab6762b", + "id": "51bb3277-c0a4-4bcf-ab36-c98a75f5425b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -173259,7 +173259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3236c3a3-3a79-4715-ad49-2344033f0606", + "id": "0eda4c28-53fc-4e01-b5a6-962867f4f0d6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -173305,7 +173305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5778e8b3-41dc-4e56-80af-08352203a471", + "id": "7e32ee61-2528-461a-b309-ca86adf0b8c9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -173351,7 +173351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86c6aab6-6860-4977-8405-b35476264370", + "id": "3c2dde73-fd32-43ba-81e1-cd1d7ac9c559", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -173397,7 +173397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed08c1ed-3fdd-4523-a4c7-6800486a1e47", + "id": "3756d8e9-6db0-438f-9340-a2dcd5be4105", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -173449,7 +173449,7 @@ } }, { - "id": "f047e977-feea-49c6-ad0b-2e7bda0327d2", + "id": "ab340d89-d455-4a4b-9add-4bbbfaa68ac4", "name": "Bulk approve Approval Items", "request": { "name": "Bulk approve Approval Items", @@ -173491,7 +173491,7 @@ }, "response": [ { - "id": "35970d7b-eeef-406f-b491-2e37960774d6", + "id": "c50fe436-a4f1-47e8-8150-9bbeb697eb43", "name": "A work items details object.", "originalRequest": { "url": { @@ -173536,7 +173536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3ffbb5c-4722-4cfc-883d-9cfb98d2c8e7", + "id": "59a53b7e-3a70-432e-8e74-b75c774474d2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -173581,7 +173581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ea2c667-82b6-4c19-be85-50a0d5d0eba2", + "id": "851a30d9-0098-4ed2-8068-513d1d59d317", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -173626,7 +173626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2718942-6203-4be3-87fa-873e7a119c6d", + "id": "52e3cba0-7ee3-4a27-91b5-a3d6c0048793", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -173671,7 +173671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2e8a3aa-5dd9-412b-849e-7f3743249982", + "id": "3e88f2db-fd62-4c6c-aa4c-cbcb6d2e2db8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -173716,7 +173716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83d1d342-8c34-4fd5-a3fe-b98507011076", + "id": "5d3026da-a7f7-43eb-943a-726616c78cf7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -173761,7 +173761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f66dd24-9d20-4bd3-8f3d-6e656cf2eaa8", + "id": "bdcab41b-ae1d-498e-ad5c-89830c659f3d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -173812,7 +173812,7 @@ } }, { - "id": "cb67f0c8-90e1-4d28-9855-532edbbc7062", + "id": "b7acb67b-fdc1-4614-a99b-79679ce6313d", "name": "Bulk reject Approval Items", "request": { "name": "Bulk reject Approval Items", @@ -173854,7 +173854,7 @@ }, "response": [ { - "id": "e5745d39-3dbf-4980-86ed-d58f026d955c", + "id": "caa10b39-3cf7-4637-9c3c-9e850172b1f9", "name": "A work items details object.", "originalRequest": { "url": { @@ -173899,7 +173899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71e54ee9-c9e3-49d8-a3b3-209245dc4d36", + "id": "d66afa0b-8c2b-49b9-9dec-a41e7438b9e4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -173944,7 +173944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96d9352a-6a8c-47a4-883e-f1df38a6c0c5", + "id": "3266d08f-0adf-4b3b-967c-d290b0124227", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -173989,7 +173989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad401002-1a87-4e10-a059-673bac019f53", + "id": "78c90fd8-3624-4d41-b391-a06d1ab4bbb7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -174034,7 +174034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d702ac0e-b796-477a-bd8d-76c2f0332444", + "id": "8fb6124e-66ff-426e-a2ed-cb2798429a2f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -174079,7 +174079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "506b2495-e7ed-47f5-a3f8-61ea5f8f6755", + "id": "702b0f36-b1e8-45bc-817d-0d52ca9ca311", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174124,7 +174124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6c3fd63-eef5-47ee-85b4-a4ff996eda94", + "id": "51596b54-7812-42a2-85e6-dc98e110b74a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174175,7 +174175,7 @@ } }, { - "id": "194e72a9-79cd-4bd1-abfd-dd7ab593bcd2", + "id": "55e0529e-999b-4065-84a5-6be9ec330c78", "name": "Submit Account Selections", "request": { "name": "Submit Account Selections", @@ -174230,7 +174230,7 @@ }, "response": [ { - "id": "2025ac35-168e-463a-b161-bbb53af3f343", + "id": "75ce26ca-9da1-4911-bcf9-24e7ada5007f", "name": "A work items details object.", "originalRequest": { "url": { @@ -174288,7 +174288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dcb1648-3681-4638-88c4-3db37287956e", + "id": "cb2db0a4-258d-4693-8f1a-f0ba3d49541b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -174346,7 +174346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec752df4-17bc-4c40-991c-7bbf0899081b", + "id": "27c85d85-be75-4104-a553-ecc36d6ab870", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -174404,7 +174404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5348ea3-fad9-4b78-8c15-9f11d93e48cd", + "id": "8d5a42f5-e560-4c3f-84c6-9bea2bfb1364", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -174462,7 +174462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71e8bb5e-ba62-42b1-a25d-7055702865d8", + "id": "249fad48-765b-491b-a438-0b0e289d7993", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -174520,7 +174520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6237ffc-5185-4f14-a454-a70d6e8fb183", + "id": "dba20d47-b9c2-45df-9fe1-e115c17ad1bb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174578,7 +174578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25fc5604-7161-45cc-b80d-aa409ffa259f", + "id": "ff9716d4-d04c-4e9c-ae2e-4235ec248192", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174648,7 +174648,7 @@ "description": "Workflows allow administrators to create custom automation scripts directly within Identity Security Cloud. These automation scripts respond to [event triggers](https://developer.sailpoint.com/docs/extensibility/event-triggers/#how-to-get-started-with-event-triggers) and perform a series of actions to perform tasks that are either too cumbersome or not available in the Identity Security Cloud UI. Workflows can be configured via a graphical user interface within Identity Security Cloud, or by creating and uploading a JSON formatted script to the Workflow service. The Workflows API collection provides the necessary functionality to create, manage, and test your workflows via REST.\n", "item": [ { - "id": "299153ff-1fdc-4f93-aab4-5c86de4860b4", + "id": "0a10e241-a2ec-40d7-b51b-3a8cb4446e9b", "name": "List Workflows", "request": { "name": "List Workflows", @@ -174677,7 +174677,7 @@ }, "response": [ { - "id": "e2366777-0a16-40ab-829e-dcf7c4ba5c1c", + "id": "8c8eb2f6-351b-499b-8695-1e1b7b791e22", "name": "List of workflows", "originalRequest": { "url": { @@ -174715,12 +174715,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"nulla sunt\"\n },\n \"displayName\": \"laboris dolore quis nostrud\"\n }\n },\n {\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"ali\"\n },\n \"displayName\": \"mollit laborum ipsum\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"aliqua aliquip occaecat eu\"\n },\n \"displayName\": \"ullamco officia ad cillum\"\n }\n },\n {\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"dolore ut\"\n },\n \"displayName\": \"irure quis dolor Lorem\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "80e56659-1286-4c6e-99c2-813d9b310910", + "id": "d216a9a0-77be-408f-8313-915e26b13e8e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -174763,7 +174763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f995703d-0cfa-417f-a5f4-c1753827244c", + "id": "70507ddd-6d4d-4cb8-b689-c9b7181abf27", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -174806,7 +174806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4966a13b-0d71-470c-b85c-e8cc99bad42d", + "id": "4258b9a8-5b03-4658-9ed8-22bb6d6c606c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -174849,7 +174849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2039e84d-5f50-4f49-9f4b-165228bb2a50", + "id": "8fb03944-bdde-4599-bdf8-d3b0c84571a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174892,7 +174892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edcc7a2a-6062-4adb-9874-5cf64e23c7f2", + "id": "d3351804-d45f-4ec6-90d2-2bc0ffa9f62b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174941,7 +174941,7 @@ } }, { - "id": "42f11f6e-2798-4938-a914-da2308cd002d", + "id": "e95014e1-7592-4933-8b0e-5ee653f47b53", "name": "Create Workflow", "request": { "name": "Create Workflow", @@ -174983,7 +174983,7 @@ }, "response": [ { - "id": "ebd8f21e-28e6-4081-be33-94ae59f8ab5f", + "id": "c02abb1d-478f-4199-b32a-9e78f23de020", "name": "Event Trigger", "originalRequest": { "url": { @@ -175034,12 +175034,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"Lorem nulla veniam\"\n },\n \"displayName\": \"exercitation labore aliqua\"\n }\n}", + "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"laboris nulla culpa in ipsum\"\n },\n \"displayName\": \"proident veniam\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "16141ccd-13ba-4fae-ae75-107028c88f77", + "id": "78ff3639-caf6-4fe6-a478-e91c731996b6", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -175090,12 +175090,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"Lorem nulla veniam\"\n },\n \"displayName\": \"exercitation labore aliqua\"\n }\n}", + "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"laboris nulla culpa in ipsum\"\n },\n \"displayName\": \"proident veniam\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b066036c-d7e8-4673-bf85-afd3dd9f62ec", + "id": "e87a1f8d-e800-48ec-9c18-096f9fea5bb0", "name": "External Trigger", "originalRequest": { "url": { @@ -175146,12 +175146,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"Lorem nulla veniam\"\n },\n \"displayName\": \"exercitation labore aliqua\"\n }\n}", + "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"laboris nulla culpa in ipsum\"\n },\n \"displayName\": \"proident veniam\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "115ceac4-1b72-4c70-8812-d06ce19ce0f6", + "id": "34e42767-afe6-4458-8171-7299775785cc", "name": "Event Trigger", "originalRequest": { "url": { @@ -175207,7 +175207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "760a2170-4cb7-4c1f-bc2e-7fe8263af49c", + "id": "e3b4e8c5-e12f-47e9-b446-80c0e8af1cec", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -175263,7 +175263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "657017f1-972a-4e62-9b95-852e59c9cd19", + "id": "0fec3ea3-b77d-48ea-9b89-23c8bed5b938", "name": "External Trigger", "originalRequest": { "url": { @@ -175319,7 +175319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6e36f75-62f0-42c7-acc1-0b26d43afc61", + "id": "c7133381-5312-4bb0-8751-a94d46e1abbf", "name": "Event Trigger", "originalRequest": { "url": { @@ -175375,7 +175375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d09cfc35-cf67-4230-8dd2-0c5d932ffeeb", + "id": "ba6dec44-7dd5-4ffc-84f1-64f9ded8b71c", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -175431,7 +175431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32215b90-940b-4355-a4c5-cf1754086cea", + "id": "d730fe5a-e225-41e8-a38d-67b950756324", "name": "External Trigger", "originalRequest": { "url": { @@ -175487,7 +175487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4723f0a-2664-4c43-a6f3-e141291a1ac7", + "id": "763a407e-fada-40aa-8f0a-0e75b2b1933f", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -175543,7 +175543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "381c3257-193c-4b73-876c-cd08722fcaa0", + "id": "7fd4f37f-acb7-43da-8ee0-567b85cb7b80", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -175599,7 +175599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87b85821-acb0-4d82-881d-f9a655fd2f5e", + "id": "c4bbad8c-1907-4bd4-9071-aa68d6e14aad", "name": "External Trigger", "originalRequest": { "url": { @@ -175655,7 +175655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8242fb5f-9fe7-4a37-80a9-13ddddf376aa", + "id": "ff1a2f28-5b9f-4cba-9c1b-7b538c7d0e5f", "name": "Event Trigger", "originalRequest": { "url": { @@ -175711,7 +175711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ae15ae4-cfe5-4a4e-aa41-829610a3ffb1", + "id": "5f9f569a-f354-46bf-ac68-0f0db5b112ec", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -175767,7 +175767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9e99ee0-bb17-47df-9fca-a7f0e9c6943d", + "id": "d664970e-ffe7-4c94-9250-6e53766048b3", "name": "External Trigger", "originalRequest": { "url": { @@ -175823,7 +175823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e53f2257-8b24-45a6-9f10-f1930e09d80b", + "id": "17ddcdcb-cd39-437c-b110-1f6cf9766120", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -175879,7 +175879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f827ab66-1862-400f-84dd-1ab7d6f2e4dd", + "id": "c94fa70c-420d-41a3-8197-8af8a37f8f28", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -175935,7 +175935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbbdec67-ccc4-4314-a36e-baa2820ee5ce", + "id": "0ba8e5c1-f056-4452-9c37-7535b8c90793", "name": "External Trigger", "originalRequest": { "url": { @@ -175997,7 +175997,7 @@ } }, { - "id": "1a1cfdeb-083c-4949-8129-e3de4762fe12", + "id": "c1a17dd7-7f4a-436a-94c2-5168b00a5126", "name": "Get Workflow By Id", "request": { "name": "Get Workflow By Id", @@ -176038,7 +176038,7 @@ }, "response": [ { - "id": "1551e540-97ac-4ed0-910b-433f97f834da", + "id": "089f7017-5e04-4435-bfe3-ea64b3c09280", "name": "The workflow object", "originalRequest": { "url": { @@ -176077,12 +176077,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"Lorem nulla veniam\"\n },\n \"displayName\": \"exercitation labore aliqua\"\n }\n}", + "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"laboris nulla culpa in ipsum\"\n },\n \"displayName\": \"proident veniam\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "79299354-612d-4a03-b23c-f2dfe693f17a", + "id": "d9e1ffd4-4547-4db3-a392-e3e0f3072e38", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176126,7 +176126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "661e830a-19ad-430f-ba6a-bba18042930e", + "id": "6250b9bf-5b8d-4ea8-b118-f05be6453b27", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176170,7 +176170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d26dc284-e355-4488-a1ef-d2bd9dbf3956", + "id": "daa6c6b4-bed1-4e81-bcdd-9f65a607a88d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176214,7 +176214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b405e20-26a4-4669-b857-1c95eef92e3a", + "id": "bd046d6e-db2c-4896-8e42-f5041aaccca1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -176258,7 +176258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33b57c6b-103d-43c7-8cc1-5602b32cdded", + "id": "3b65932a-1f82-4861-a8bb-965a25aad930", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -176308,7 +176308,7 @@ } }, { - "id": "0874795e-c600-4c9e-aa85-faeea6c222fd", + "id": "50223d84-6ff6-43dc-9bab-a0ca3bf504b9", "name": "Update Workflow", "request": { "name": "Update Workflow", @@ -176351,7 +176351,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"ad dolore in cillum\"\n },\n \"displayName\": \"ut ad\"\n }\n}", + "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"voluptate sunt\"\n },\n \"displayName\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -176362,7 +176362,7 @@ }, "response": [ { - "id": "4afad999-0a73-4366-82e0-1c7d2fdffcc1", + "id": "b7a7dfdf-cb6a-4479-ac19-cf99cc6278cc", "name": "The Workflow object", "originalRequest": { "url": { @@ -176397,7 +176397,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"ad dolore in cillum\"\n },\n \"displayName\": \"ut ad\"\n }\n}", + "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"voluptate sunt\"\n },\n \"displayName\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -176414,12 +176414,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"Lorem nulla veniam\"\n },\n \"displayName\": \"exercitation labore aliqua\"\n }\n}", + "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"laboris nulla culpa in ipsum\"\n },\n \"displayName\": \"proident veniam\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b8dd91b9-a68d-44b0-9d88-1225ca5426ac", + "id": "d2e2bf4e-3bd8-4f6e-b395-628d0db0e3f8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176454,7 +176454,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"ad dolore in cillum\"\n },\n \"displayName\": \"ut ad\"\n }\n}", + "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"voluptate sunt\"\n },\n \"displayName\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -176476,7 +176476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fb22b28-513a-438b-9ff3-cd21f92482d6", + "id": "d939afc9-7a68-4c07-8fd9-43172e3b7027", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176511,7 +176511,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"ad dolore in cillum\"\n },\n \"displayName\": \"ut ad\"\n }\n}", + "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"voluptate sunt\"\n },\n \"displayName\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -176533,7 +176533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b746ce47-6ac9-4417-affa-344f67d60fed", + "id": "c7057051-9ab4-4171-b03c-1946c3ce67d0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176568,7 +176568,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"ad dolore in cillum\"\n },\n \"displayName\": \"ut ad\"\n }\n}", + "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"voluptate sunt\"\n },\n \"displayName\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -176590,7 +176590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "146cc6c2-4566-4dd3-823f-c7e11244fbc8", + "id": "a856e031-4c3a-41a0-9e39-c6727991d6ee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -176625,7 +176625,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"ad dolore in cillum\"\n },\n \"displayName\": \"ut ad\"\n }\n}", + "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"voluptate sunt\"\n },\n \"displayName\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -176647,7 +176647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9177ad22-c7c9-43e8-a43e-3c690aca3fae", + "id": "35883619-c5d3-41cd-a911-26c387495fa6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -176682,7 +176682,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"ad dolore in cillum\"\n },\n \"displayName\": \"ut ad\"\n }\n}", + "raw": "{\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"voluptate sunt\"\n },\n \"displayName\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -176710,7 +176710,7 @@ } }, { - "id": "ad60e60b-67e3-4f9a-a4ad-5c3d8e404cc1", + "id": "28ec3a14-e2bd-417a-b475-5a00952954a0", "name": "Patch Workflow", "request": { "name": "Patch Workflow", @@ -176764,7 +176764,7 @@ }, "response": [ { - "id": "40724aca-a619-4cbf-bf75-694bde81b66b", + "id": "6ad06b68-f607-4fe9-a232-b24f8ead78d3", "name": "The Workflow object", "originalRequest": { "url": { @@ -176816,12 +176816,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"Lorem nulla veniam\"\n },\n \"displayName\": \"exercitation labore aliqua\"\n }\n}", + "body": "{\n \"id\": \"d201c5e9-d37b-4aff-af14-66414f39d569\",\n \"executionCount\": 2,\n \"failureCount\": 0,\n \"created\": \"2022-01-10T16:06:16.636381447Z\",\n \"modified\": \"2023-12-05T15:18:27.699Z\",\n \"modifiedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Thomas Edison\"\n },\n \"creator\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20642\",\n \"name\": \"Michael Michaels\"\n },\n \"name\": \"Send Email\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"William Wilson\"\n },\n \"description\": \"Send an email to the identity who's attributes changed.\",\n \"definition\": {\n \"start\": \"Send Email Test\",\n \"steps\": {\n \"Send Email\": {\n \"actionId\": \"sp:send-email\",\n \"attributes\": {\n \"body\": \"This is a test\",\n \"from\": \"sailpoint@sailpoint.com\",\n \"recipientId.$\": \"$.identity.id\",\n \"subject\": \"test\"\n },\n \"nextStep\": \"success\",\n \"selectResult\": null,\n \"type\": \"ACTION\"\n },\n \"success\": {\n \"type\": \"success\"\n }\n }\n },\n \"enabled\": false,\n \"trigger\": {\n \"type\": \"EVENT\",\n \"attributes\": {\n \"id\": \"idn:identity-attributes-changed\",\n \"filter.$\": \"$.changes[?(@.attribute == 'manager')]\",\n \"description\": \"laboris nulla culpa in ipsum\"\n },\n \"displayName\": \"proident veniam\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a26dfde4-56c2-4911-8454-2872b89fc785", + "id": "1c4b21dd-ff6f-4de6-9361-4312fe4efa6d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176878,7 +176878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "834a64f8-64fb-4702-9fab-02581dac45a8", + "id": "8ecdbd9b-c5fe-42b8-af26-3bb5c5d7b625", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176935,7 +176935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f5667e6-14b6-4672-80a9-65aa7a7dadfe", + "id": "c26567fa-89eb-4913-a64f-58b12ed2093f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176992,7 +176992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "292e8cef-2fa9-4c96-9497-9ad7b7536371", + "id": "277deb39-9eae-473c-abae-29d6dd3585a2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177049,7 +177049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c921fdd-78cb-4301-a070-a45a0a878d99", + "id": "164f815b-e87a-4f2a-af26-b51271fea825", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177112,7 +177112,7 @@ } }, { - "id": "0b548d8c-8f75-4009-a06c-7bf15b2c4f5c", + "id": "c15ab4c7-01fb-45a6-9751-79565a285aab", "name": "Delete Workflow By Id", "request": { "name": "Delete Workflow By Id", @@ -177153,7 +177153,7 @@ }, "response": [ { - "id": "670c8850-ddd5-4ef1-b3f4-92e164503e64", + "id": "403fd6b9-7ee5-43d9-a2b2-e1de94d86067", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -177187,7 +177187,7 @@ "_postman_previewlanguage": "text" }, { - "id": "04073d69-f578-4dc5-87f2-f040f9cc2285", + "id": "3ae5cc53-9ecf-4170-b7df-06945583e0b3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -177231,7 +177231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72f10ee1-ba17-4037-b513-6937c7c204c4", + "id": "739fee05-a197-4355-a8a3-9c45ac97f578", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -177275,7 +177275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "685f4f8f-5ece-430f-975a-9a679c5b3f87", + "id": "d7184cf9-5dc1-4a0a-852e-d1af4fcb6f89", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -177319,7 +177319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cd5a95c-a074-48fa-bdd0-729534688f3d", + "id": "02ce6c83-d1ec-4a1e-9065-21afc19c4cd8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177363,7 +177363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49426361-b9c3-4bf1-a310-fbf8603bcf12", + "id": "0c0ae60e-b663-4ab6-8416-f870da912730", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177413,7 +177413,7 @@ } }, { - "id": "c2c6c0f0-81f4-4321-8553-b6e775c8951f", + "id": "328cbc11-23b2-4ce6-9d5c-850b219979a8", "name": "Test Workflow By Id", "request": { "name": "Test Workflow By Id", @@ -177468,7 +177468,7 @@ }, "response": [ { - "id": "fb94a279-6110-46ff-a1a2-c92c5d6809b7", + "id": "07ff8ebc-200e-4626-b821-8d67bee99072", "name": "The Workflow object", "originalRequest": { "url": { @@ -177526,7 +177526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cdb2cda-6ed6-471f-b6f3-a0651069b011", + "id": "7e0cb9cb-0f48-46aa-b9c8-7dc7acf8290d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -177584,7 +177584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26fe9557-1032-47d5-996e-c381f2a421aa", + "id": "5a25ff14-a8ce-49e9-a759-a16f5ba441fd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -177642,7 +177642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "582fcd5f-2826-4d6c-9a73-a7da54574c00", + "id": "b46efdd0-322e-4c1f-9bf9-8d9b1c3ffc21", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -177700,7 +177700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d79133d-7147-4566-aa95-7282643f649b", + "id": "87289a12-4769-45a3-8e8e-bb89c8db3f5e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177758,7 +177758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8575757e-cbd1-4075-8b3f-85fd62a005f9", + "id": "81ba19b9-2aef-49aa-812c-293a9d0398c9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177822,7 +177822,7 @@ } }, { - "id": "b2f8439f-a878-4a5c-8fb1-8ce12301abd0", + "id": "1e7eb3e7-aeb4-4344-bcdc-39c07ce10e2b", "name": "List Workflow Executions", "request": { "name": "List Workflow Executions", @@ -177901,7 +177901,7 @@ }, "response": [ { - "id": "4d73ff83-72f3-4fdb-82f8-da247d9df18d", + "id": "0fcd534e-def6-4fd5-afe1-637cbb15a115", "name": "List of workflow executions for the specified workflow.", "originalRequest": { "url": { @@ -177983,7 +177983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f2bf96a-ebcc-4627-9b41-625cbeec6847", + "id": "985e7ea0-5547-4c3f-bcf0-e052d62f9d25", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178065,7 +178065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90324f2d-c0ed-4a89-b128-4d854eb45764", + "id": "a4f2af37-807c-40d2-87df-ff8aa93fc32d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178147,7 +178147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77ff96ad-28e4-4da1-ad3d-b7fc528d08a8", + "id": "59fd7761-6856-4cd4-ad99-cf6cc0c50b71", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178229,7 +178229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2836e4c0-b4b6-4eb2-ac68-6cc1311adad4", + "id": "dc736490-1843-48a0-b380-0638afbb3e8c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -178311,7 +178311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eebdc83-7900-48fa-9ed2-6bf1eb5f3e69", + "id": "4e935504-9e2a-4d4c-9db8-2e1b4b5efc64", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178393,7 +178393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e97f1b5d-ce01-4d5f-a182-0609eecbdc24", + "id": "702aac29-fb09-4e1c-969d-c68fcfafd211", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178481,7 +178481,7 @@ } }, { - "id": "338e6980-f2ca-4b2f-87e6-14ff0a9dde06", + "id": "0182b7b6-5b13-4df9-8988-226ba17628e4", "name": "Get Workflow Execution", "request": { "name": "Get Workflow Execution", @@ -178522,7 +178522,7 @@ }, "response": [ { - "id": "29bcaf07-e6ce-4903-8c3e-d8f08026616b", + "id": "d844b109-3ddd-4dc5-a6e7-8a872c89696e", "name": "Workflow execution.", "originalRequest": { "url": { @@ -178566,7 +178566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64190e02-d3a4-4bcb-a4de-718075b2c556", + "id": "93081166-24d7-4db8-a35a-a58b4e1d10ce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178610,7 +178610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a076a66-f109-4171-a21f-9cec51a05e16", + "id": "ad1ef5cd-15bf-44c2-b7c7-eeaff0b74bae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178654,7 +178654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2d95e75-0aa6-4eb2-90d3-278b7d585609", + "id": "a06f9b89-2e39-4e18-830b-f74292af84e5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178698,7 +178698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5c83428-4c81-4fe2-9629-e351c74401c3", + "id": "0c1cdf87-2eef-4ad3-92d9-1157b5c166c4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -178742,7 +178742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a990701-a67e-4b4e-b6b0-983c772e2d33", + "id": "e409e200-689d-4c47-8551-0988da582ac4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178786,7 +178786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab7f85bd-1854-4592-a4f3-042598dedd02", + "id": "674cf054-565b-427d-9da8-b1a350009c3b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178836,7 +178836,7 @@ } }, { - "id": "f652ce7e-71b2-42e5-abfa-a26da7b76e52", + "id": "9a235eeb-3d23-47d9-983d-597ea758ccfe", "name": "Get Workflow Execution History", "request": { "name": "Get Workflow Execution History", @@ -178878,7 +178878,7 @@ }, "response": [ { - "id": "0e582b83-7ba6-4726-9f6c-62c7ebae4d33", + "id": "2249ab1b-0b23-4c31-ae07-0611adb280d1", "name": "List of workflow execution events for the given workflow execution", "originalRequest": { "url": { @@ -178923,7 +178923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34b0110d-f117-4485-a936-a228ff15f561", + "id": "17e35898-a4f5-49a4-a3db-cb32129612cc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178968,7 +178968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a89ffa74-a6d6-4a7d-80a5-1292367a3854", + "id": "a714936a-fd0f-4708-81bf-648956a0bc28", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179013,7 +179013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cb8d418-d382-4a79-97bc-c85e61a4833d", + "id": "9c0e1a66-2727-4752-97ea-f529fa9ea6b9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179058,7 +179058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38ed8c67-ca10-407f-825d-85e932f00b86", + "id": "eedbb93c-1fd6-43ad-a504-e2935f9fa5e8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -179103,7 +179103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8ec1a09-dcc3-4097-b8c6-28883346176f", + "id": "835abc60-3213-4b80-aa64-5a6c19d497c4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179148,7 +179148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5745755-553c-42fa-9fd2-fac06fb6619b", + "id": "59ed9a0c-ca6a-4fca-9e94-47408bee50b3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179199,7 +179199,7 @@ } }, { - "id": "0350bba0-944c-4c1b-89c7-5d482a880e1b", + "id": "8f025ec4-9a56-4fa6-927a-4c5a43272049", "name": "Cancel Workflow Execution by ID", "request": { "name": "Cancel Workflow Execution by ID", @@ -179241,7 +179241,7 @@ }, "response": [ { - "id": "e1a7b610-4d27-40b9-a7a2-778e5b077987", + "id": "db38b991-9344-493e-96d6-cb99ec00a387", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -179276,7 +179276,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ba7df573-19d9-49a2-8837-673209310b3d", + "id": "6de47b63-7220-410f-a953-0a8e360dc957", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179321,7 +179321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "323724fe-5b1e-4004-85be-97f2584d7bbd", + "id": "ad850ade-021a-43fa-8c52-386cd4275ce1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179366,7 +179366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b34233e-23a7-46fd-8e0c-126bfd62cef2", + "id": "749f11a3-4a6a-475c-a5e5-008499814e02", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179411,7 +179411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac2ba670-f478-45e3-ba90-29a177e0cc8e", + "id": "72ccc047-40a3-4494-8f29-5e532d38722c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -179456,7 +179456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ca1c068-3bc5-4cb0-a728-75dc563b43f4", + "id": "27493425-1a54-435a-b1ec-9411f78baf28", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179501,7 +179501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7762bbe8-c081-498d-b030-6693ff8a934e", + "id": "4a243760-dd7c-4d20-a60a-a0a85c37e725", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179552,7 +179552,7 @@ } }, { - "id": "ce586005-d20d-4687-a394-9c454b31d48b", + "id": "ed3ec97b-9788-46c7-9641-e38c082f0c74", "name": "List Complete Workflow Library", "request": { "name": "List Complete Workflow Library", @@ -179600,7 +179600,7 @@ }, "response": [ { - "id": "2ca1e111-9b01-4008-a41c-6e1df73b638b", + "id": "82ebd736-1824-4282-aee8-aac0f98e61a0", "name": "List of workflow steps", "originalRequest": { "url": { @@ -179657,12 +179657,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": false,\n \"deprecatedBy\": \"2021-11-11T04:32:44.422Z\",\n \"versionNumber\": 48183475,\n \"isSimulationEnabled\": true,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n },\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": false,\n \"deprecatedBy\": \"1960-01-09T15:26:45.100Z\",\n \"versionNumber\": -10902529,\n \"isSimulationEnabled\": false,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": true,\n \"deprecatedBy\": \"2008-11-05T18:40:18.263Z\",\n \"versionNumber\": -35495983,\n \"isSimulationEnabled\": true,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n },\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": false,\n \"deprecatedBy\": \"1946-07-18T12:05:52.178Z\",\n \"versionNumber\": 5833308,\n \"isSimulationEnabled\": true,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1e5a0f29-c01f-4ffc-a8b2-2e44866dd7d0", + "id": "e8752ff5-3fac-4ea2-a001-768b5fe185c8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179724,7 +179724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dde4e93-cdd7-4b18-a461-3e0737d25f23", + "id": "850a0dcb-4de5-42c5-9b41-f3eceebf7841", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179786,7 +179786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80d6b8bb-5181-4fc3-b5ee-e525008d6bd2", + "id": "7437ebf5-bb2d-4010-a1d3-70505e8b3aba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179848,7 +179848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68b28d81-fd44-4d61-a7b8-fbd1e8ce4030", + "id": "f4f1303a-4057-4707-a027-cea6727c14b0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179910,7 +179910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76e35261-c8fb-4b7e-8c69-e94f9f6f44f1", + "id": "2ac604c3-cd2b-40fb-9c04-3f50e8b48f37", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179978,7 +179978,7 @@ } }, { - "id": "456d8046-3b33-4bce-9b9b-8ee66d63bd3e", + "id": "00dd2ebd-e2d7-4a21-9aef-cc65b45b7082", "name": "List Workflow Library Actions", "request": { "name": "List Workflow Library Actions", @@ -180036,7 +180036,7 @@ }, "response": [ { - "id": "45406554-b20a-46ea-a3da-60afa1d0da46", + "id": "a0b895ee-2ebc-44d1-8318-56b034e6fa4c", "name": "List of workflow actions", "originalRequest": { "url": { @@ -180103,12 +180103,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": false,\n \"deprecatedBy\": \"2021-11-11T04:32:44.422Z\",\n \"versionNumber\": 48183475,\n \"isSimulationEnabled\": true,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n },\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": false,\n \"deprecatedBy\": \"1960-01-09T15:26:45.100Z\",\n \"versionNumber\": -10902529,\n \"isSimulationEnabled\": false,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": true,\n \"deprecatedBy\": \"2008-11-05T18:40:18.263Z\",\n \"versionNumber\": -35495983,\n \"isSimulationEnabled\": true,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n },\n {\n \"id\": \"sp:create-campaign\",\n \"name\": \"Create Certification Campaign\",\n \"type\": \"ACTION\",\n \"description\": \"Generates a certification campaign.\",\n \"formFields\": [\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"First value to compare\",\n \"helpText\": \"The name to give to this certification campaign.\",\n \"label\": \"Campaign Name\",\n \"name\": \"name\",\n \"required\": false,\n \"type\": \"text\"\n }\n ],\n \"exampleOutput\": {},\n \"deprecated\": false,\n \"deprecatedBy\": \"1946-07-18T12:05:52.178Z\",\n \"versionNumber\": 5833308,\n \"isSimulationEnabled\": true,\n \"isDynamicSchema\": false,\n \"outputSchema\": {\n \"definitions\": {},\n \"properties\": {\n \"autoRevokeAllowed\": {\n \"$id\": \"#sp:create-campaign/autoRevokeAllowed\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"autoRevokeAllowed\",\n \"type\": \"boolean\"\n },\n \"deadline\": {\n \"$id\": \"#sp:create-campaign/deadline\",\n \"default\": \"\",\n \"examples\": [\n \"2020-12-25T06:00:00.468Z\"\n ],\n \"format\": \"date-time\",\n \"pattern\": \"^.*$\",\n \"title\": \"deadline\",\n \"type\": \"string\"\n },\n \"description\": {\n \"$id\": \"#sp:create-campaign/description\",\n \"default\": \"\",\n \"examples\": [\n \"A review of everyone's access by their manager.\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"description\",\n \"type\": \"string\"\n },\n \"emailNotificationEnabled\": {\n \"$id\": \"#sp:create-campaign/emailNotificationEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"emailNotificationEnabled\",\n \"type\": \"boolean\"\n },\n \"filter\": {\n \"$id\": \"#sp:create-campaign/filter\",\n \"properties\": {\n \"id\": {\n \"$id\": \"#sp:create-campaign/filter/id\",\n \"default\": \"\",\n \"examples\": [\n \"e0adaae69852e8fe8b8a3d48e5ce757c\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/filter/type\",\n \"default\": \"\",\n \"examples\": [\n \"CAMPAIGN_FILTER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"filter\",\n \"type\": \"object\"\n },\n \"id\": {\n \"$id\": \"#sp:create-campaign/id\",\n \"default\": \"\",\n \"examples\": [\n \"2c918086719eec070171a7e3355a360a\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"id\",\n \"type\": \"string\"\n },\n \"name\": {\n \"$id\": \"#sp:create-campaign/name\",\n \"default\": \"\",\n \"examples\": [\n \"Manager Review\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"name\",\n \"type\": \"string\"\n },\n \"recommendationsEnabled\": {\n \"$id\": \"#sp:create-campaign/recommendationsEnabled\",\n \"default\": true,\n \"examples\": [\n false\n ],\n \"title\": \"recommendationEnabled\",\n \"type\": \"boolean\"\n },\n \"type\": {\n \"$id\": \"#sp:create-campaign/type\",\n \"default\": \"\",\n \"examples\": [\n \"MANAGER\"\n ],\n \"pattern\": \"^.*$\",\n \"title\": \"type\",\n \"type\": \"string\"\n }\n },\n \"title\": \"sp:create-campaign\",\n \"type\": \"object\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5d2b9dfe-b116-4b96-9333-3a13ce195651", + "id": "9205bcd3-decf-406f-9583-76c4e45221d3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -180180,7 +180180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff603035-a4b3-403e-ba85-3a10290d3c0b", + "id": "d5fa830a-ffef-4a72-b732-f93e19344c99", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180252,7 +180252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7db0cd55-398b-460d-be3b-abbdf27b28cc", + "id": "0cae54ed-912b-4bb2-89c5-c97be61e0702", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180324,7 +180324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45c99983-6f31-4410-9634-5f91cce27187", + "id": "d30dab42-67b8-4fc7-823c-36a21259e237", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180396,7 +180396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daca0380-fa5c-471f-b0c4-d0b1f62fbde9", + "id": "2e5ef8f2-12c1-41ba-8268-c84393f3be12", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180474,7 +180474,7 @@ } }, { - "id": "7c29bbc6-5e5f-4ba8-b318-730e88289509", + "id": "3e89e462-f49a-44de-9d9a-be84bbdfddef", "name": "List Workflow Library Triggers", "request": { "name": "List Workflow Library Triggers", @@ -180532,7 +180532,7 @@ }, "response": [ { - "id": "3297cf62-f95a-40f5-9be7-55f1bf5f4614", + "id": "c29ab91e-020b-4aae-a1d5-4e515670f6cb", "name": "List of workflow triggers", "originalRequest": { "url": { @@ -180599,12 +180599,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"idn:identity-attributes-changed\",\n \"type\": \"EVENT\",\n \"deprecated\": false,\n \"deprecatedBy\": \"2017-05-08T02:57:06.368Z\",\n \"isSimulationEnabled\": false,\n \"outputSchema\": {},\n \"name\": \"Identity Attributes Changed\",\n \"description\": \"One or more identity attributes changed.\",\n \"isDynamicSchema\": false,\n \"inputExample\": {\n \"changes\": [\n {\n \"attribute\": \"department\",\n \"newValue\": \"marketing\",\n \"oldValue\": \"sales\"\n },\n {\n \"attribute\": \"manager\",\n \"newValue\": {\n \"name\": \"mean.guy\",\n \"type\": \"IDENTITY\"\n },\n \"oldValue\": {\n \"name\": \"nice.guy\",\n \"type\": \"IDENTITY\"\n }\n },\n {\n \"attribute\": \"email\",\n \"newValue\": \"john.doe@gmail.com\",\n \"oldValue\": \"john.doe@hotmail.com\"\n }\n ],\n \"identity\": {\n \"name\": \"john.doe\",\n \"type\": \"IDENTITY\"\n }\n }\n },\n {\n \"id\": \"idn:identity-attributes-changed\",\n \"type\": \"EVENT\",\n \"deprecated\": true,\n \"deprecatedBy\": \"1955-03-12T01:34:21.566Z\",\n \"isSimulationEnabled\": true,\n \"outputSchema\": {},\n \"name\": \"Identity Attributes Changed\",\n \"description\": \"One or more identity attributes changed.\",\n \"isDynamicSchema\": false,\n \"inputExample\": {\n \"changes\": [\n {\n \"attribute\": \"department\",\n \"newValue\": \"marketing\",\n \"oldValue\": \"sales\"\n },\n {\n \"attribute\": \"manager\",\n \"newValue\": {\n \"name\": \"mean.guy\",\n \"type\": \"IDENTITY\"\n },\n \"oldValue\": {\n \"name\": \"nice.guy\",\n \"type\": \"IDENTITY\"\n }\n },\n {\n \"attribute\": \"email\",\n \"newValue\": \"john.doe@gmail.com\",\n \"oldValue\": \"john.doe@hotmail.com\"\n }\n ],\n \"identity\": {\n \"name\": \"john.doe\",\n \"type\": \"IDENTITY\"\n }\n }\n }\n]", + "body": "[\n {\n \"id\": \"idn:identity-attributes-changed\",\n \"type\": \"EVENT\",\n \"deprecated\": false,\n \"deprecatedBy\": \"2004-08-05T22:42:11.142Z\",\n \"isSimulationEnabled\": true,\n \"outputSchema\": {},\n \"name\": \"Identity Attributes Changed\",\n \"description\": \"One or more identity attributes changed.\",\n \"isDynamicSchema\": false,\n \"inputExample\": {\n \"changes\": [\n {\n \"attribute\": \"department\",\n \"newValue\": \"marketing\",\n \"oldValue\": \"sales\"\n },\n {\n \"attribute\": \"manager\",\n \"newValue\": {\n \"name\": \"mean.guy\",\n \"type\": \"IDENTITY\"\n },\n \"oldValue\": {\n \"name\": \"nice.guy\",\n \"type\": \"IDENTITY\"\n }\n },\n {\n \"attribute\": \"email\",\n \"newValue\": \"john.doe@gmail.com\",\n \"oldValue\": \"john.doe@hotmail.com\"\n }\n ],\n \"identity\": {\n \"name\": \"john.doe\",\n \"type\": \"IDENTITY\"\n }\n }\n },\n {\n \"id\": \"idn:identity-attributes-changed\",\n \"type\": \"EVENT\",\n \"deprecated\": false,\n \"deprecatedBy\": \"2024-03-07T09:43:58.267Z\",\n \"isSimulationEnabled\": false,\n \"outputSchema\": {},\n \"name\": \"Identity Attributes Changed\",\n \"description\": \"One or more identity attributes changed.\",\n \"isDynamicSchema\": false,\n \"inputExample\": {\n \"changes\": [\n {\n \"attribute\": \"department\",\n \"newValue\": \"marketing\",\n \"oldValue\": \"sales\"\n },\n {\n \"attribute\": \"manager\",\n \"newValue\": {\n \"name\": \"mean.guy\",\n \"type\": \"IDENTITY\"\n },\n \"oldValue\": {\n \"name\": \"nice.guy\",\n \"type\": \"IDENTITY\"\n }\n },\n {\n \"attribute\": \"email\",\n \"newValue\": \"john.doe@gmail.com\",\n \"oldValue\": \"john.doe@hotmail.com\"\n }\n ],\n \"identity\": {\n \"name\": \"john.doe\",\n \"type\": \"IDENTITY\"\n }\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f845c4b7-3d80-4d56-bbcb-41630862b753", + "id": "708dcb2a-19ac-4c81-832f-d1769f2c00c4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -180676,7 +180676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ea2736c-d587-4856-8ed0-d5c7014ab45d", + "id": "45c8e3e8-003d-46bf-b225-8e95d63d569f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180748,7 +180748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f120283-8211-4d1d-90ea-e53ff5c9d48d", + "id": "9eba2188-a5ab-40d8-8ba0-29220bd81473", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180820,7 +180820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f76b6ad4-ebc4-451b-9f69-492e72df8487", + "id": "65d75cff-e93a-4147-8e8b-9dc0aaffa2d5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180892,7 +180892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d04ce276-7af3-4927-9b9b-ca669531870a", + "id": "66525819-414e-45ae-8488-27c58ac88600", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180970,7 +180970,7 @@ } }, { - "id": "3e0af481-6ea6-4a0f-98e5-e5833671f2c1", + "id": "d1c3bf3e-7058-48d5-a0d6-0fa859f1c7da", "name": "List Workflow Library Operators", "request": { "name": "List Workflow Library Operators", @@ -181000,7 +181000,7 @@ }, "response": [ { - "id": "20d93872-c946-46bc-97f9-ea1904bbf660", + "id": "5ad94450-5863-4160-a9cc-ef4204a5e62e", "name": "List of workflow operators", "originalRequest": { "url": { @@ -181039,12 +181039,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"sp:compare-boolean\",\n \"name\": \"Compare Boolean Values\",\n \"type\": \"OPERATOR\",\n \"description\": \"Compare two boolean values and decide what happens based on the result.\",\n \"isDynamicSchema\": false,\n \"deprecated\": false,\n \"deprecatedBy\": \"2000-04-23T11:57:05.355Z\",\n \"isSimulationEnabled\": true,\n \"formFields\": [\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable B.\",\n \"helpText\": \"\",\n \"label\": \"Variable A\",\n \"name\": \"variableA.$\",\n \"required\": true,\n \"type\": \"text\"\n },\n {\n \"helpText\": \"Select an operation.\",\n \"label\": \"Operation\",\n \"name\": \"operator\",\n \"options\": [\n {\n \"label\": \"Equals\",\n \"value\": \"BooleanEquals\"\n }\n ],\n \"required\": true,\n \"type\": \"select\"\n },\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable A.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB.$\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"Enter True or False.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB\",\n \"required\": false,\n \"type\": \"text\"\n }\n ]\n },\n {\n \"id\": \"sp:compare-boolean\",\n \"name\": \"Compare Boolean Values\",\n \"type\": \"OPERATOR\",\n \"description\": \"Compare two boolean values and decide what happens based on the result.\",\n \"isDynamicSchema\": false,\n \"deprecated\": true,\n \"deprecatedBy\": \"2022-10-03T15:35:27.761Z\",\n \"isSimulationEnabled\": true,\n \"formFields\": [\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable B.\",\n \"helpText\": \"\",\n \"label\": \"Variable A\",\n \"name\": \"variableA.$\",\n \"required\": true,\n \"type\": \"text\"\n },\n {\n \"helpText\": \"Select an operation.\",\n \"label\": \"Operation\",\n \"name\": \"operator\",\n \"options\": [\n {\n \"label\": \"Equals\",\n \"value\": \"BooleanEquals\"\n }\n ],\n \"required\": true,\n \"type\": \"select\"\n },\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable A.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB.$\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"Enter True or False.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB\",\n \"required\": false,\n \"type\": \"text\"\n }\n ]\n }\n]", + "body": "[\n {\n \"id\": \"sp:compare-boolean\",\n \"name\": \"Compare Boolean Values\",\n \"type\": \"OPERATOR\",\n \"description\": \"Compare two boolean values and decide what happens based on the result.\",\n \"isDynamicSchema\": false,\n \"deprecated\": false,\n \"deprecatedBy\": \"1980-08-12T04:44:34.964Z\",\n \"isSimulationEnabled\": true,\n \"formFields\": [\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable B.\",\n \"helpText\": \"\",\n \"label\": \"Variable A\",\n \"name\": \"variableA.$\",\n \"required\": true,\n \"type\": \"text\"\n },\n {\n \"helpText\": \"Select an operation.\",\n \"label\": \"Operation\",\n \"name\": \"operator\",\n \"options\": [\n {\n \"label\": \"Equals\",\n \"value\": \"BooleanEquals\"\n }\n ],\n \"required\": true,\n \"type\": \"select\"\n },\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable A.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB.$\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"Enter True or False.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB\",\n \"required\": false,\n \"type\": \"text\"\n }\n ]\n },\n {\n \"id\": \"sp:compare-boolean\",\n \"name\": \"Compare Boolean Values\",\n \"type\": \"OPERATOR\",\n \"description\": \"Compare two boolean values and decide what happens based on the result.\",\n \"isDynamicSchema\": false,\n \"deprecated\": false,\n \"deprecatedBy\": \"1987-07-20T19:29:44.253Z\",\n \"isSimulationEnabled\": true,\n \"formFields\": [\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable B.\",\n \"helpText\": \"\",\n \"label\": \"Variable A\",\n \"name\": \"variableA.$\",\n \"required\": true,\n \"type\": \"text\"\n },\n {\n \"helpText\": \"Select an operation.\",\n \"label\": \"Operation\",\n \"name\": \"operator\",\n \"options\": [\n {\n \"label\": \"Equals\",\n \"value\": \"BooleanEquals\"\n }\n ],\n \"required\": true,\n \"type\": \"select\"\n },\n {\n \"description\": \"Enter the JSONPath to a value from the input to compare to Variable A.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB.$\",\n \"required\": false,\n \"type\": \"text\"\n },\n {\n \"description\": \"Enter True or False.\",\n \"helpText\": \"\",\n \"label\": \"Variable B\",\n \"name\": \"variableB\",\n \"required\": false,\n \"type\": \"text\"\n }\n ]\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b4cdf64b-aff3-48cc-ad59-9288b1453296", + "id": "229f42e5-fbb6-4177-aab4-c44d3e2d5bd4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181088,7 +181088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "490b14b5-9e4b-4a77-ab72-06967a22aae0", + "id": "ad0db395-e861-459e-a48e-2b61b8f732ac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181132,7 +181132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9b347f1-6155-405e-b602-54ab31077e00", + "id": "d73e3372-f8f7-45ca-a613-6b0327cf8985", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181176,7 +181176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc785c3a-3de8-44cd-aeaf-de313f622404", + "id": "c88d04c7-8c68-4d35-8905-2b17ee48d033", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181220,7 +181220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce4c7388-a790-451d-95ff-f9dfa81e8ea4", + "id": "e53fc879-2421-40d0-b00a-46db4d92bca3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181270,7 +181270,7 @@ } }, { - "id": "5748fdd5-56d7-4f77-8b1c-06b5de68afbd", + "id": "e36e7362-661e-4e02-8e40-2d34ee58b7c1", "name": "Generate External Trigger OAuth Client", "request": { "name": "Generate External Trigger OAuth Client", @@ -181313,7 +181313,7 @@ }, "response": [ { - "id": "f8fa95bc-7629-4b09-996e-bfacbc84d8f2", + "id": "11664703-8054-491b-a36e-56a2a2560ca0", "name": "The OAuth Client object", "originalRequest": { "url": { @@ -181359,7 +181359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89c0d971-df16-443d-9d8b-e97e39058bbe", + "id": "bd4c527f-7a27-466e-9c5a-5100714ef13a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181405,7 +181405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "459d30dc-515b-4dfa-8855-a48c7e1adcf3", + "id": "defdc181-6c34-4a4d-be90-29a50a3b23b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181451,7 +181451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "716f7376-794b-4266-8def-4446bb1e6cb0", + "id": "5322be40-661e-418e-b792-4ebff868c605", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181497,7 +181497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "759bb0ac-0014-44bd-aa73-c19e87e83751", + "id": "ee44eeb8-674e-45f2-8e29-0e9215fc42bc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181543,7 +181543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5074a36e-af1c-4f1d-a8b8-0ceeba559e8d", + "id": "0d0758b7-8dec-4e9d-981f-b72657ccb581", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181595,7 +181595,7 @@ } }, { - "id": "7956de61-e227-4369-8b07-84dcdbf9ca59", + "id": "d85922e6-0e61-4e1d-8ba6-c3ba151cc645", "name": "Execute Workflow via External Trigger", "request": { "name": "Execute Workflow via External Trigger", @@ -181651,7 +181651,7 @@ }, "response": [ { - "id": "9dd7fb74-e323-4146-be32-90f8ad48b680", + "id": "336637b3-4bd8-4acd-9169-a3a457003852", "name": "The Workflow object", "originalRequest": { "url": { @@ -181710,7 +181710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b00b141-d834-4aa1-af55-ebb1a7da551e", + "id": "e6317658-edb2-4e77-b31b-9115e7460c3b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181769,7 +181769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6213295-c1cf-49fe-ba2a-f38bb6aa2d89", + "id": "007ad41d-f652-4e2c-b541-077a92ba2938", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181828,7 +181828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "039b8594-e8e5-4e0e-8b09-7403d52522a8", + "id": "1eb6dfe8-1c86-4bfd-943c-d87474fba16a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181887,7 +181887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0294b490-aa60-4a4e-8cae-13eb671136fd", + "id": "f0e8bf9c-4cca-4a93-aa8e-80e33536bf78", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181946,7 +181946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f634626-c199-45d7-b537-2a9a778e8fc7", + "id": "45879c88-1da5-4c60-803f-fa7e087b08db", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182011,7 +182011,7 @@ } }, { - "id": "097a0657-258b-43ac-898b-5a933d064d83", + "id": "2d16bc85-e884-4fa0-99ca-a08545dbc7e7", "name": "Test Workflow via External Trigger", "request": { "name": "Test Workflow via External Trigger", @@ -182068,7 +182068,7 @@ }, "response": [ { - "id": "6f39ba48-1209-4a0c-8986-d28485e24603", + "id": "4aced6c7-4790-456a-9db0-5c349d558470", "name": "Responds with the test input", "originalRequest": { "url": { @@ -182128,7 +182128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23473e42-7c87-434d-b543-a4d9faf48648", + "id": "ed882e4c-92ec-4bd4-9e02-5b872568275d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182188,7 +182188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed6c2598-9b48-40b8-8dde-d06951b38318", + "id": "d0624938-0e61-4f16-986b-1b4de6041854", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182248,7 +182248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7f61d4e-48fd-4a04-926f-7bda282eecf8", + "id": "88e26a21-9a2f-466a-8805-7af3fd78173d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182308,7 +182308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe15b5c9-2db8-4eaf-aa8f-13d6d74021a0", + "id": "41cf9c93-1823-4c3b-8d60-e2451b0f1c6e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182368,7 +182368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76154e20-0b29-43a0-924b-c75c52f6a0b6", + "id": "091f7fc5-4ca3-4728-b87d-8b98d9fb9168", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182440,7 +182440,7 @@ "description": "", "item": [ { - "id": "846f3ca7-7166-4327-95ef-ba799e7466aa", + "id": "01909639-95f9-4066-8e60-5b28db502893", "name": "List Vendor Connector Mappings", "request": { "name": "List Vendor Connector Mappings", @@ -182469,7 +182469,7 @@ }, "response": [ { - "id": "6924b48c-c16c-4c9f-8e1c-4a9078a11e30", + "id": "6237c718-abc2-4c5c-bbaa-63922ced361c", "name": "Successfully retrieved list.", "originalRequest": { "url": { @@ -182512,7 +182512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ea43075-7a86-42e6-91c5-7d0ae9f991b5", + "id": "567cb5e7-7099-467e-9c15-8ff0ae4bba50", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182555,7 +182555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84708827-c010-4157-af7d-4ce6b23eace1", + "id": "e3d2a8b2-d5b4-424a-9945-474c81d6827b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182598,7 +182598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfa1db1f-3f7a-4cd5-88ab-02b4ac6dbbd7", + "id": "f56eb693-e341-49ac-8c3c-153c76a88b51", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182641,7 +182641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b19976f-c0b8-4c5f-a8da-9e86040a5f09", + "id": "a09df4ce-137c-4a7b-8f33-d4f51b63c2db", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -182684,7 +182684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b7279c7-4533-41b6-a711-cd5eb54cfa73", + "id": "b6a5ea15-0b87-4633-b632-af888f7d2cd1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182727,7 +182727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b170d3ef-dfd4-4a84-8bf2-b6ff1fd26d1e", + "id": "092fc874-4154-42c3-beab-ef040fb4c5b0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182776,7 +182776,7 @@ } }, { - "id": "d04ac3da-5757-4809-b5ba-7cea665285e4", + "id": "4bc7b037-df3e-4f66-a2fb-f7945a3b534f", "name": "Create Vendor Connector Mapping", "request": { "name": "Create Vendor Connector Mapping", @@ -182818,7 +182818,7 @@ }, "response": [ { - "id": "b088c008-2431-4dd7-b5bc-3f653ac2b580", + "id": "c1b4d12d-c20e-437f-96b1-cac6f8733a0a", "name": "Successfully created a new vendor connector mapping.", "originalRequest": { "url": { @@ -182874,7 +182874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adc52375-f924-4303-ab44-17c0f8f7c135", + "id": "c2d28940-456e-45ad-b25e-577d727f4652", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182930,7 +182930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12377793-e71f-40d2-9765-59d4c88936d1", + "id": "9369db3a-82cc-4eab-87b0-fdb1d8cde635", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182986,7 +182986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a938d4cd-546e-4bbe-a8b5-cca123d19c2d", + "id": "76eb67f0-c8d1-43e2-bf25-f6dedd453e55", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183042,7 +183042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a50417a2-1d71-4ec8-b831-a060e84678a2", + "id": "cefcf728-9825-422c-8b14-df831f601556", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -183098,7 +183098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "928f830c-9a8e-468a-9ce3-764b5591e72d", + "id": "88579ae5-cb42-4686-9012-50e2d93a13ec", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -183154,7 +183154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcc38b3f-d26c-4d4d-bd43-d87c76a1bb03", + "id": "c53107b4-e118-4298-973a-2c556343ea17", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -183216,7 +183216,7 @@ } }, { - "id": "7c011c22-5b4a-426a-aff6-55ee8050f5d6", + "id": "0e86879e-e044-4167-9b7c-7ca1146fbe4e", "name": "Delete Vendor Connector Mapping", "request": { "name": "Delete Vendor Connector Mapping", @@ -183258,7 +183258,7 @@ }, "response": [ { - "id": "c3f332b8-f434-454a-9651-e86f46e3d683", + "id": "fa6c1702-5c43-4404-94cc-9c8419f07bf7", "name": "Successfully deleted the specified vendor connector mapping.", "originalRequest": { "url": { @@ -183314,7 +183314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ba0b654-f5e6-41ca-982b-e86d2a3e7b1a", + "id": "59c81872-393e-40a9-a9d0-b570305ff7b6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183370,7 +183370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adbbdd6e-e75f-4e2c-922c-f345400db15e", + "id": "fb025123-f673-449d-8396-de71c9f723f4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -183426,7 +183426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d48c6d7-f7f9-4c1d-8812-0816b47f4f2f", + "id": "250d4b0e-cb46-42fc-8b99-86e1cd621aa8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183482,7 +183482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60aaaa1c-89be-4ccf-b3da-bbc68e4c06b9", + "id": "bc867736-d447-49f8-98b9-9f75b90ffbb4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -183538,7 +183538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "158d39a3-b956-455b-a3d2-90e70b5ca0a0", + "id": "52482a73-9889-46e0-b55d-9873bc4e7ce0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -183594,7 +183594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db9f734c-58c8-4b09-b14f-c5266de54dfa", + "id": "82b6d76e-47e7-4a89-b05b-0dccb61b2dea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -183736,7 +183736,7 @@ } ], "info": { - "_postman_id": "76969589-9e9c-40c9-9104-f6b5b76e4d1f", + "_postman_id": "93225c6c-3b97-4e21-ad18-150a40d517e9", "name": "Identity Security Cloud V3 API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": {